SKUFFPC
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliate Super Assistent] Amazon Products Not Available On AmazonThe website is http://www.skuff.us/store in the sidebar. When you hover over the title link, a popup shows with a buy now button. Click the buy now button and you’ll see what I’m talking about. Is there a way to remove the overlay from popping up?
Forum: Plugins
In reply to: [SlideDeck 1 Lite Content Slider] RSS Feed Page Showing NothingBTW – I was just about to buy the pro version of this. If we can solve this problem, you’ll get yourself a sale. If we can’t, this is going to be a real pain switching to a new slider. RSS is crucial and if it doesn’t show, that’s a pretty big glitch…
I’d like to add to this list:
1)Ability to import description for Flickr pictures to media library pictures when you pick them. That’d save a whole lot of copy/pasting.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Conflict with WP MinifyThe same thing was just happening to me. Every time I clicked on the “click here to submit your review” button, nothing would happen. Here’s how I fixed it.
Go to your minify settings of your caching plugin and make sure that your
wp-includes/js/jquery/jquery.js
is embedded in your <head> or not minified. I use w3 total cache, so I don’t know if it’s an option in WP Minify plugin.
Check it out! My reviews work now – http://www.skuff.us!
Forum: Plugins
In reply to: Plugin: GTranslate: Direct embed into template?I’ve been formatting. It works, but it’s easier to just add:
<?php echo do_shortcode(‘[GTranslate]’); ?>
wherever you want to in your template.
Forum: Plugins
In reply to: Plugin: GTranslate: Direct embed into template?I’m totally with you! GTranslate is an amazing plugin! I want to embed it into the nav menu at SKUFF Protective Coatings. There isn’t an answer?
I was thinking you could use the Widgets on Pages plugin and then call the shortcode using php — i.e
<?php echo do_shortcode('[widgets_on_pages id=x]'); ?>
The only problem is: then you have to rely on another plugin for it to work…I’d rather have a good php function to put in the template, if you get my drift. 🙂I’ll let you know how it goes!