Hi @cheeks,
I hope you are well today and thank you for your questions.
Hi after I add an image to Product Gallery, the main product image appears for a second time as a “thumbnail” in the gallery. How do I remove that? Also, what image size do I use for product gallery?
It doesn’t happen with the below latest version of theme so please update the theme on your site.
Please login to access this file
There isn’t any size restriction on Gallery image size.
And how do I enable an enlargement of the image when users click in the image in Product Gallery? Below are screen shots. Thanks.
You can enable it from theme WooCommerce settings as shown in the attached screenshot.
Best regards,
Shufflehound team
Would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by checking the option “Set as private reply” when replying to this topic?
Hi Mr. Wonderful,
I hope you are well today and thank you for your question.
Please try updating the theme on your site to the below latest version as described here https://support.shufflehound.com/updating-theme/ and make sure you are using latest version of Slider Revolution plugin.
Please login to access this file
Also please refer the information provided in the following topic regarding this.
http://www.okler.net/forums/topic/rev-slider-youtube-autoplay-sinc-recent-chrome-update/
Best regards,
Shufflehound team
As you are getting the error also updating WordPress and plugins also so it doesn’t seem theme related issue but your web host or WordPress installation issue so pleae resolve it contacting your web host.
You are always welcome here 🙂
You are always welcome here 🙂
You are always welcome here 🙂
@ilano1972 I hope you are well today and thanks for helping out here in this forum.
Your help here is really appreciated.
It is a bit outdated plugin so it may or may not work therefore we suggest to update it easily as described above.
Hi Mark,
Thank you for your question.
You can resolve this error on your site as described in the following pages.
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-http-image-upload-error-in-wordpress/
https://docs.presscustomizr.com/article/229-fixing-errors-when-uploading-images-in-wordpress
https://www.inmotionhosting.com/support/edu/wordpress/http-image-error
Best regards,
Shufflehound team
Hi Mark,
I hope you are well today and thank you for your question.
You can remove shopping cart icon from theme header settings as shown in the attached screenshots.
You can remove last icon by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-nav li.menu-item.sh-nav-readmore.sh-nav-special { display: none; }
Best regards,
Shufflehound team
Thank you for your question.
I can see you are using older version of theme on your site so could you please try using below latest version of theme?
Please login to access this file
Best regards,
Shufflehound team
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (max-width: 700px){ .blog-slider .blog-slider-item:last-child { display: none !important; } }
It will hide last slide on mobile and display blank space. If you don’t want blank space then you have to develop custom javascript code.
You are always welcome here 🙂
Solution for this topic
All i’m missing is how to give it a little space form the page header … (i’m not a css master)
Can you give me an advice ?
Use below custom CSS code to achieve this.
.page-id-181 .sh-pagebuilder-content { margin-top: 30px; }
Could you please share me the screenshot of how you are saving it or would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”?
Please make sure this operation is allowed on your web server by contacting your web host.
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.page-id-181 .sh-pagebuilder-content { width: 800px!important; max-width: 100%; margin: 0 auto; }
Please make sure you are installing it from Appearance > Import Demo Data as described in the following page.
Yes I could confirm it and will be resolved ASAP.