You need to know how to use the padding / margin in responsive mode in WPBakery page builder.
You can refer below documentation to know it.
https://kb.wpbakery.com/docs/learning-more/responsive-settings/
That maximum execution time error is generated by the unyson plugin.
You can resolve the error as described on the below pages.
https://thimpress.com/knowledge-base/how-to-increase-maximum-execution-time-for-wordpress-site/
https://www.fixrunner.com/how-to-fix-fatal-error-maximum-execution-time-exceeded-in-wordpress/
Thank you for doing that.
Now, please change the custom plugin code that you are using on your website to the code shared in the below topic.
https://support.shufflehound.com/forums/topic/main-menu-on-mobile/#post-47622
You can resolve 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-container .sh-header .sh-nav > .current-menu-ancestor:not(.current_page_item) > a, #page-container .sh-header .sh-nav > .current-menu-item:not(.current_page_item) > a { color: rgba(61,61,61,0.69) !important; }
Solution for this topic
To customize the title, you have to develop custom code as developed in the plugin shared in the below topic.
https://support.shufflehound.com/forums/topic/titlebar-background-color/#post-8085
Solution for this topic
Please try changing above shared CSS code as below.
#page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a, #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.menu-item > a > i { color: #565656 !important; }
Hi @Goodmooty,
I hope you are well today and thank you for your question.
The theme does not generate sitemap as this is a functionality of plugin territory.
You can use below plugin to create sitemap.
https://wordpress.org/plugins/google-sitemap-generator/
Best regards,
Shufflehound team
Solution for this topic
Hi @LeticiaRoland,
I hope you are well today and thank you for your question.
You can try achieving this using Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Solution for this topic
Hi @LeticiaRoland,
I hope you are well today and thank you for your question.
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
.sh-post-author .sh-post-author-info > div > div { font-size: 15px; }
Best regards,
Shufflehound team
Solution for this topic
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
#page-container .sh-header-top .header-social-media { margin: 0; padding: 0; border: 0; }
Is there any way to reduce the top padding on the mobile rendering of the site. The top padding is great in a typical browser but excessive in mobile.
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
@media (max-width: 900px) { body div#page-container { margin-top: 30px !important; } }
It is not resolved yet.
We will notify you here after fixing the issue.
You are most welcome here 🙂
Solution for this topic
I logged into your website and saw you had disabled pagination in the theme settings as shown in the attached screenshot which I enabled it now.
Could you please confirm whether it displays for you on shop page?
Hi @leticiaroland,
Thank you for your question.
You can use wp_footer hook to add it as described below.
https://developer.wordpress.org/reference/hooks/wp_footer/#user-contributed-notes
Or you can use below plugin to do it.
https://wordpress.org/plugins/head-footer-code/
Best regards,
Shufflehound team
Hi @leticiaroland,
Thank you for your question.
You can try achieving this using Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Hi @LeticiaRoland,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s displaying so that I can help you to remove it?
Best regards,
Shufflehound team
Hi @yhatzis,
I hope you are well today and thank you for your question.
They are normal thumbnails having size 660px X 420px.
The size is different for various thumbnails as listed below.
Normal thumbnails – 660px X 420px
Portrait thumbnails – 420px X 660px
Square thumbnails -660px X 660px
Landscape large thumbnails – 1200px X 675px
You can set larger thumbnails size greater than 1200px X 675px so that it will be displayed correctly on all places of your website.
You can use below plugin to regenerate thumbnails on your website.
https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Shufflehound team
Hi @cdjc,
I hope you are well today and thank you for your question.
I can see you are using older version of the theme on your website so please update the theme to below latest version as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
Best regards,
Shufflehound team