gsmart
Forum Replies Created
-
Ok I will do this – but then I still have the problem with the Mailchimp subscription. Perhaps I will contact Mailchimp & see if they can do anything.
Question – is there anything my hosting provider could do to fix this issue?Thank you Nebu. I did that – but I found I also have to add the non-local version (see below) before everything works ok.
add_filter( ‘https_ssl_verify’, ‘__return_false’ );
Now I am concerned – especially for the website with the SSL certificate – it is an e-commerce website using the MyGate payment gateway. Do adding these lines to the functions.php file cause any security issues?
Forum: Plugins
In reply to: Wish list/Gift registry that updatesHi – have you had any luck with finding a plugin that works as a gift registry with Woocommerce?
Thanks!Forum: Plugins
In reply to: [Contact Form 7] reCaptcha not showing up in formsI had same problem Switched to default theme but still not showing. I have now installed the plugin: Better WordPress reCAPTCHA which has support for Contact Form 7. All is working well now.
Forum: Plugins
In reply to: [WooCommerce] All products show SALE after woocommerce updateHi – I managed to get rid of the sales stickers by doing these 2 steps…
1. In my child theme’s functions.php files I added the following:remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10 );
2. In my child theme’s style.css file:
body.woocommerce span.onsale, body.woocommerce-page span.onsale { display: none; } .woocommerce span.onsale, .woocommerce-page span.onsale { display:none; }
That seemed to solve the sales sticker problem. Perhaps not all three lines are necessary – but thought I’d rather cover all bases:)
Forum: Plugins
In reply to: Slider with only thumbnails that link to pagesHi again – on further consideration I believe that to achieve the above, I should rather be looking for a carousel type plugin – whereby you can add a hyperlink to a page for each image. I am using a responsive theme and need the carousel to also be responsive. Any suggestions?? Thanks.
Forum: Plugins
In reply to: [WP Image Carousel] FormattingHi – I am wanting a carousel where each image links to a specific page and have done a lot of searching for plugins to do this – can’t find much! This plugin seems to fulfill these requirements – except that my client is very adamant that he wants a responsive website. How does this plugin perform on various devices? Any plans to make it responsive?
Thanks!I’m sorry but that is a bit a a silly answer! I know you can see the stats at the google.com/analytics site – but I thought the point of this plugin was to be able to see the stats somewhere on your WordPress dashboard!??
Forum: Plugins
In reply to: [Testimonials Widget] Unique=true not workingSorry – should have said – I do have the Premium version.
There is a plugin “Sidebar and Widget Manager” which allows you to create widgets and put them inside your page content.
Forum: Plugins
In reply to: [Testimonials Widget] [Plugin: Testimonials Widget] Testimonials pageThank you! Sorry didn’t think of just putting the shortcode with no parameters. All testimonials showing now.
Forum: Plugins
In reply to: [Testimonials Widget] [Plugin: Testimonials Widget] Testimonials pageHi – thanks I have read that and have used the shortcode [testimonialswidget_list] – but unless I am misundertsanding it, each time you use the shortcode it only displays one testimonial at a time (in a revolving manner if required). So to display all testimonials at the same time you have to have one shortcode reference for each testimonial id – which means you have to know the number of testimonials & their id’s, & modify your page to add another shortcode each time one is added??? This does not seem practical. I’m sure this could be done with a php loop or something – just not sure how to do this.
Or is there something I am missing?? Ta.Thanks so much!!
Thanks – that’s great! Is there a shortcode parameter that will achieve the same thing (character limit i.e. truncation of testimonial)?
Thanks for response ??