Nick C
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Responsive Slider] Slide showing errorSorry to hear that, justvic. It sounds as though there could be something wrong with your server or WordPress configuration that’s preventing image thumbnails from being created.
Did you see any error messages when attempting to regenerate thumbnails?
If the featured images you’re uploading are very large, it can be worth uploading smaller versions, as some servers can struggle to generate thumbnails from large images.
You’re welcome to email admin details to
nick.cernis [at] copyblogger.comif you’d like me to log in to take a closer look for you.Forum: Plugins
In reply to: [Genesis Responsive Slider] Slide showing errorHi, justvic.
Have you updated the featured image for your posts? If doing that doesn’t change the images in the slider, you can try:
1. Clearing any caching plugins.
2. Regenerating your thumbnails. ( https://wordpress.org/plugins/regenerate-thumbnails/ )
3. Removing the original images from your media area.Forum: Plugins
In reply to: [Genesis Responsive Slider] Need help removing grey box around text excerptGlad we could help!
To bold the text, you would use
font-weight: bold;, like this:.slide-excerpt h2 a { color: white; font-family: Georgia, serif; font-size: 30px; font-weight: bold; line-height: 30px; text-transform: none; }Great to hear! Glad you were able to get it back up and running.
Forum: Plugins
In reply to: [Genesis Responsive Slider] Need help removing grey box around text excerptYou’re welcome!
To remove the grey box behind the excerpt, you’ll need to make the first edit I described above. That involves finding and changing this code: http://d.pr/i/1lSbE
When you’re done, the code should look like this instead:
.slide-excerpt { display: block; margin: 10px; padding: 0; position: absolute; z-index: 8; }Forum: Plugins
In reply to: [Genesis Simple Share] WaypointsHi, jgoug.
You could try changing this code in front-end.php:
if( $this->is_archive() ) { wp_enqueue_script( 'genesis-simple-share-waypoint-js' ); }To look like this instead:
wp_enqueue_script( 'genesis-simple-share-waypoint-js' );You may find that clears the error for you.
Forum: Reviews
In reply to: [Genesis Tabs] Not working for genesis 2.2.4Hi, xrvel! The plugin is working great with Genesis 2.2.5 in my tests.
If you’re still having trouble, please feel free to post a support topic using the form at the bottom of this page: https://wordpress.org/support/plugin/genesis-tabs. We’d be happy to help.
Forum: Plugins
In reply to: [Genesis Responsive Slider] Left and right arrow issues.Hi, Cndaily. It looks like your slide buttons are working now, but feel free to ask if you need any further help with this.
Forum: Plugins
In reply to: [Genesis Simple Hooks] Use hook only on blog page and postsHi, morgancarrie.
Thanks for the kind words about the plugin!
You can use conditional tags for this, as described here: https://wordpress.org/support/topic/visibility-help?replies=5#post-7515814
If you need any further advice, you’re welcome to ask.
Forum: Plugins
In reply to: [Genesis Simple Hooks] How can I hide a hook from a certain page?Hi, David! You can use conditional tags for this, as described here: https://wordpress.org/support/topic/visibility-help?replies=5#post-7515814
If you need any further advice, feel free to ask!
Forum: Plugins
In reply to: [Genesis Tabs] Genesis Tabs not working@darkpollo In my tests it works great with Genesis 2.2.5 (latest version). Are you still having trouble with this? You’re welcome to share more details in a new thread via the form at the bottom of this page: https://wordpress.org/support/plugin/genesis-tabs
Forum: Plugins
In reply to: [Genesis Simple Share] Twitter button still missing on v1.0.6Hi, blogjunkie!
It seems as though your site could be loading an older version of the plugin – the request for
count.jsonshould not occur with the latest version.I notice you’re using Cloudflare. Have you tried clearing all caches with them, and/or enabling development mode temporarily?
It would also be worth clearing any WordPress and server caches if you’re using additional caching services.
Thanks for the update, mark I, and glad that you were able to solve this. Hope your site stays secure this time!
Hi, dhinz!
I tested the latest version of the plugin and it’s still working for me.
Have you tried flushing WordPress’s rewrite rules by visiting Settings → Permalinks, and clicking “Save Changes”? (You don’t have to change any settings on that page – saving them again is enough to update the rewrite rules.)
That often fixes issues if you’re seeing 404s instead of being redirected.
Forum: Plugins
In reply to: [Osom Author Pro] Customize book details and permalink default?At the moment the slug and book meta are not editable without modifying the plugin, unfortunately.
A future version of the plugin may allow them to be changed via a filter, but I don’t yet know when that will be available. Sorry for the inconvenience in the meantime!