Simon Barnett
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget CSS Classes] No classes in Genesis since plugin version 1.2.5Update: it was working on my other Genesis sites, so it wasn’t a theme-specific issue (or not directly theme-specific), but still related to upgrading the plugin to 1.2.5.
I turned plugins on and off and the conflicting plugin is:
http://wordpress.org/plugins/simple-lightbox/It works now with that plugin turned off.
I was easily able to create a [sharethis] shortcode to control where the icons display by adding this to functions.php
/** Creates sharethis shortcode */ if (function_exists('st_makeEntries')) : add_shortcode('sharethis', 'st_makeEntries'); endif;Hi ShareThis,
Thanks for responding. True what you say, but I was simply trying to get it to display at all (not where to display) by enabling the settings:
Customize Widget Position
Automatically add ShareThis to your posts?
Automatically add ShareThis to your pages?Anyway it’s no longer an issue since both problems seem to resolved themselves: Chrome backend is working, and since saving there, sharing icons are now displaying. I have no idea why it didn’t work before.
Many thanks for your suggestions.
..which was to delete the item at the bottom of the plugin settings page under “Add New Field Section”
Forum: Plugins
In reply to: [WooCommerce] Overlapping buttons and description on mobile sizesThis creates satisfactory product tiling on the Shop page:
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width:129px !important; } .woocommerce ul.products li.first, .woocommerce-page ul.products li.first { clear: none !important; } .woocommerce ul.products li.last, .woocommerce-page ul.products li.last { margin-right: 3.8% !important; }I may update the code to use media queries, but this will do for now.
Forum: Plugins
In reply to: [Posts Page: Use Page Template] Blank pageHi Ballyhoos,
Thanks for responding. To be honest I can’t remember the context I needed the plugin for. I’ve since completed many sites and found solutions for all of their required functionality. If I find I land on this plugin and run into the same issue again I’ll try your suggestion.
Thanks again,
SimonForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] No responseMany thanks.. I’m most satisfied with the response and ongoing support I’m receiving.
Forum: Plugins
In reply to: [underConstruction] SEO Friendly?Although my site is under construction, I like to get organic SEO going early. Webmaster Tools is reporting “Not Found” for 134 links. They mostly have a very long URL starting with /click.php?
I’m trying to find the cause.. is it this plugin? – not a problem if it is.. it’s a great plugin and I will continue to leave it on even if it is the cause. I would just prefer to know.
Forum: Reviews
In reply to: [Schema Creator by Raven] Structured Data is Visible on PageIt also works if you wrap the schema in a <div style=”display:none”></div> tag. That’s good for picture-driven sites where you don’t want the schema to be visible at all eg.
Forum: Fixing WordPress
In reply to: .htaccess and pretty permalink redirecthello? hello? hmm..
fixed it myself with this:
http://urbangiraffe.com/plugins/redirection/Not ideal, so I’m still open to suggestions..
Forum: Plugins
In reply to: [WP Super Cache] Leverae browser cachingGreat plugin, much appreciated.
I’m also looking the answer to the above question.
Also, I have a responsive theme that dynamically resizes pics in html using javascript based on viewport size. It causes them to be flagged as high priority by PageSpeed Insights, Pingdom etc. I don’t suppose there’s much one can do about that?
Many thanks in advance..