Hi @dalkat,
I hope you are well today and thank you for your question.
Please try regenerating thumbnails on your site using the below plugin.
https://wordpress.org/plugins/force-regenerate-thumbnails/
Best regards,
Shufflehound team
You can configure in the theme settings how much description to display as shown in the attached screenshots.
Yes, it can be a cache issue.
You are most welcome here 🙂
Hi @Mai Quoc Khanh,
I hope you are well today and thank you for your questions.
Could you please share your site URL where it’s displaying so that I can help you to achieve it?
Best regards,
Shufflehound team
Hi @WebDesigner,
I hope you are well today and thank you for your question.
I visited the blog page on your shared website and it displays full post text as shown in the attached screenshot.
Please advise.
Best regards,
Shufflehound team
Hi @janice9115,
I hope you are well today and thank you for your questions.
You can achieve this by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code
#sidebar .woocommerce-mini-cart__buttons a.button { color: #FFF !important; } .post-type-archive-product #content.content-with-sidebar-left { float: left; padding-left: 0; padding-right: 2%; } .post-type-archive-product #sidebar.sidebar-left { float: right; }
Best regards,
Shufflehound team
This can be due to plugin conflict on your site so please try temporarily deactivating all plugins except Redux framework, Elementor, and WpBakery page builder plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
You are most welcome here 🙂
You are most welcome here 🙂
Solution for this topic
Please try changing the shared CSS code as below so that it will only work on the home page.
.home .sh-portfolio h3.sh-portfolio-title { color: #FFF; }
I hope you are well today and thank you for your question.
I visited your shared website and saw the below error message in the browser console.
You have included the Google Maps JavaScript API multiple times on this page. This may cause unexpected errors.
Please make sure that you are not using multiple Google Maps API on your website.
Best regards,
Shufflehound team
Hi @mirsaidazizov,
Sorry to hear about the problem you are having.
I have tested it on my test site and it’s working fine for me using the latest version of the Jevelin theme as displayed in the attached screenshot.
Please make sure that you are using the below latest version of the theme and try again.
Please login to access this file
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi Johann,
I hope you are well today and thank you for your question.
Please make sure that you have configured the Wpbakery setting to display WPBakery page builder for the headers post type as shown in the attached screenshot.
Best regards,
Shufflehound team
You are most welcome here 🙂
No, it is not adaptable.
You can adjust its width by changing the value 335px in the shared code.
Solution for this topic
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 -> Gillion -> Theme Settings -> Custom CSS/JS -> CSS Code
#page-container .jssocials-shares i.fa { font-family: 'FontAwesome'; font-weight: 400; }
I could see the issue in your shared video but could not reproduce it on my iPhone.
Which browser are you using?
Also, could you please update the theme on your website to the below latest version?
Please login to access this file
Solution for this topic
You can increase sub-menu width by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code
#page-container .sh-nav ul.sub-menu { width: 335px; }