spaciousmind
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] www vs. non-www vs. https://www vs. https://wwwWe’re using “WP Force SSL” plugin.
I seem to have fixed it by asking my host and adding this to my htaccess:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}Thanks for the quick reply… great plugin!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Snippets and highlighting isn't working+1 worked for me, thank you Mikko.
I’ve submitted a Theme Suggestion to Elegant Themes to see if they can do anything to make this work out of the box without requiring customization, since they recommend Relevanssi in a blog post.
Thanks Jeremy.
That’s too bad that it can’t be customized. Is there somewhere or some way this feature can be requested?
Forum: Plugins
In reply to: [WooCommerce] Setting default shipping method does not workWas having the same problem and was about to post here to add a +1 to the thread, but I just tried flipping them (so that First Priority = 0, Second Priority = 1 instead of vice-versa) and now it works for me.
Forum: Plugins
In reply to: [Easy Testimonials] Turning off Featured Image in widget doesn't work“I found that I could turn off images in the overall settings of the plugin, which I have now done and that solved the problem.”
Where is this setting? I am having this problem as well. I have images turned off in the sidebar widget but the plugin is still trying to show them and showing a broken image since we’re not using a featured image for these.
Curiously, we have three rotating testimonials, and the first one that appears on the page does not show a broken image, but the other two in the rotation do.
Thanks for any help.
I asked Woo about this and they said:
“It sounds to me like the product quantities plugin probably works on some sort of hook to start the product at a quantity of 0 and since Swatches & Photos need to use its own template file, Product Quantities just isn’t “aware”.”
They also said their Min/Max premium plugin would play nice with Variation Swatches and Photos.
Same problem here, I have minimum 3 and step value 3, and shows default zero on the product page as it should, then the “+” adds 3 — works fine. When Variation Swatches and Photos is activated, it changes to default 1 and increments to 4.
Good idea… thanks.
Maybe future versions of Ultimate PLUS could have multiple instances? I’d prefer one plugin to two for this, and bet I’m not the only one.
Thanks for the plugin though, well done. I like the ease and straightforwardness of setup, and the many options available. I wouldn’t mind seeing a Fade Out option rather than a fade in, so that the icons are at full strength in normal state, and then fade to 70% (or whatever) on mouseover, instead of the other way around.
Sorry about the 4x this got posted. When I posted it earlier, it wasn’t showing up and on submit I got taken to the WP plugins main page, so I tried a few more times before giving up. Came back later and all 4 were here. Hopefully someone will remove the extra ones.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Some Icons Not Working in Front EndHaving the same problem, in my case it’s the Font Awesome Yelp icon. Also using Facebook and Instagram, which do work.
Forum: Plugins
In reply to: [Custom Post Type Permalinks] Add /blog/ to only the blog post URLsritarose, did you find a solution? I’m in the same boat and it’s driving me nuts.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Show number of comments next to date?Update:
I found a workaround in order to get the date and number of comments to appear. I’ve added this on line 121 of the includes/functions.php (not my theme functions.php but the plugin’s functions.php)the_date(); comments_popup_link('Be the first to comment!', '1 comment.', '% comments');
Now, I know it’s not good to edit the plugin directly. I see there’s a hook on line 88:
do_action( 'rpwe_before_loop' );
Being a non-developer, I’m not sure how to take advantage of that hook in order to get the code above into my theme’s functions.php. Can anyone tell me what to paste in there so I can remove it from the plugin’s code?
Thanks
Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] Feed BrokenOK thanks Esmi.
Does anyone know of a way to get a Facebook feed into a WP page/widget area then? I tried a couple other RSS plugins but got the same result.
Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] Feed BrokenI agree, I would rather not muck around in /wp-includes.
Can this be done any other way? Like in functions.php of the theme or something? Or by editing the plugin code?
Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] Feed BrokenSame problem here… I tried other IDs and none of them worked. Is it a problem on the Facebook end?