Nick C
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Responsive Slider] Genesis Responsive Slider not showing upSorry to hear that! The slider plugin is still working on your theme developer’s demo site at http://demo.thepixelista.com/crave/, so this seems specific to your site.
It would be worth disabling the caching plugin, as well as all other plugins to rule those out.
Forum: Plugins
In reply to: [Genesis Portfolio Pro] Portfolio Items per pageJust noting that there’s a feature request logged for an “items per page” setting here: https://github.com/copyblogger/genesis-portfolio-pro/issues/6
For now, the Settings → Reading option you discovered is the quickest way to modify the count per page.
- This reply was modified 9 years, 3 months ago by Nick C.
Hi, @memerunner!
You can change the number at Settings → Reading → “Blog pages show at most” to show more posts on each portfolio page.
A future update may add a portfolio-specific “items per page” setting.
Forum: Plugins
In reply to: [Genesis Responsive Slider] Genesis Responsive Slider not showing upIt appears to be specific to Bluehost:
https://github.com/bluehost/endurance-page-cache
I suggest contacting your host to report the above bug and ask for help reconfiguring or disabling the plugin. Hopefully they’ll be able to put things right for you!
Forum: Plugins
In reply to: [Osom Author Pro] series became book-series?Hi, @cotelouis!
You can change the
book-seriesslug by adding a filter to your theme’s functions.php file:add_filter( 'genesis_author_pro_series_slug', 'custom_author_pro_slug' ); function custom_author_pro_slug() { return 'series'; }You’ll need to resave permalinks at Settings → Permalinks after making this change.
(The slug was changed here – sorry not to have mentioned it in the changelog…)
- This reply was modified 9 years, 3 months ago by Nick C.
Forum: Plugins
In reply to: [Genesis Responsive Slider] Genesis Responsive Slider not showing up“Generated by Endurance Page Cache” is present in your site’s source:
You could try disabling any other caching or minification plugins. If you’re not aware of any such plugins in use, it would be worth contacting your host.
You could mention that your homepage slider is broken due to a missing script, that it’s likely caused by caching, minification, or altering script output, and cite this error from the browser console as the cause:
flexslider is not a functionForum: Plugins
In reply to: [Simple Social Icons] Enfold Theme Social Icons Match Color on RolloverHi again, Linda!
Colouring the rollover state to match the social network colour is something you can achieve with custom CSS.
You’re welcome to ask in the StudioPress forums for tips specific to your theme if you wish.
Forum: Plugins
In reply to: [Simple Social Icons] How to move icons closer togetherHi, @lindaloveswordpress!
You’ll likely need to adjust the spacing with custom CSS in your theme.
Although plugin support forums aren’t typically for theme customisation questions, I can take a quick look and make some suggestions if you still need help with this and would like to put the plugin back on your staging site.
Forum: Plugins
In reply to: [Genesis Responsive Slider] Genesis Responsive Slider not showing upHi, @joetger
If you disable your “Endurance Page Cache” plugin and any other caching and minification plugins you’re running, does the slider come back?
The issue is that the plugin’s JavaScript is not being included correctly, so the slider fails to load. You’d typically see that due to misconfigured or incompatible caching or minification plugins.
Thanks for the update, @craftsman107.
I haven’t made time to look at the plugin you reported as causing this, but it could be a URL conflict or altering of the rewrite rules in some way.
Glad you were able to track down the cause, though!
Forum: Plugins
In reply to: [Simple Social Icons] Long & Blank Icons DisplayingThanks for the link!
The old version of the plugin’s stylesheet is being still being served from a content delivery network (CDN) here:
http://d2i7hmnf1hrt1b.cloudfront.net/wp-content/plugins/simple-social-icons/css/style.css?ver=2.0.1
So it looks like there’s another caching feature in use that hasn’t been cleared yet. If you’re using a CDN, it would be worth clearing the cache there too.
If you’re not aware that you’re using a CDN or any other caching features, you could try contacting your host and asking them to clear any other caches they use.
Once the new stylesheet’s loading your icons will look great again.
Forum: Plugins
In reply to: [Simple Social Icons] Shortcode?@thedude12x The plugin’s designed around widget output for the Simple Social Icons widget only; there’s no general output function as with Genesis Simple Share.
Using the Simple Social Icon widget instead of (or in addition to) your text widget is the best option right now. You could apply styling in your theme if the two widgets need to be closer together.
Forum: Plugins
In reply to: [Simple Social Icons] Long & Blank Icons DisplayingHi, @platingsandpairings.
Could you share a link to your site, please? I’d be happy to take a look.
Forum: Plugins
In reply to: [Simple Social Icons] Blank IconsExcellent – your site looks great! Thanks for letting us know.
Forum: Plugins
In reply to: [Simple Social Icons] Simple Social Icons not working on AndroidThanks for the update, @lenzie – that’s great to hear.