Hi @harryjdixon,
I hope you are well today and thank you for your question.
You can change navigation color from theme styling settings in the Navigation section as shown in the attached screenshot.
Best regards,
Shufflehound team
Hi @LeaV,
Thank you for your question.
There isn’t any theme settings for it but we can resize it by developing custom CSS code.
Best regards,
Shufflehound team
Hi Surge,
I hope you are well today and thank you for your question.
You can disable it from Thumbs option in the Navigation tab of Revolution Slider as described on the following page.
https://www.themepunch.com/revslider-doc/navigation/#tabs
Best regards,
Shufflehound team
Solution for this topic
Hi @LeaV,
Thank you for your question.
You can achieve it using revolution slider content element and configure it as displayed in the attached screenshot.
Best regards,
Shufflehound team
Hi @LeaV,
I hope you are well today and thank you for your question.
Sure we can develop custom code to achieve this.
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Sure we will update you here.
In Unyson visual builder you can not add one column in to another so yes you have to figure out something else.
You are most welcome here 🙂
Hi @greenbulb,
I hope you are well today and thank you for your question.
You can adjust 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-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a { padding-top: 5px; padding-bottom: 5px; }
Best regards,
Shufflehound team
Hi @shanticfm,
Thank you for your question.
You can optimize your images and site site speed as described on the following pages.
https://wordpress.org/plugins/ewww-image-optimizer/
https://www.elegantthemes.com/blog/tips-tricks/optimize-images-for-your-wordpress-website
https://wordpress.org/plugins/wp-smushit/
https://wordpress.org/plugins/tiny-compress-images/
http://www.wpbeginner.com/wordpress-performance-speed/
https://www.siteground.com/tutorials/wordpress/optimize_wordpress.htm
https://codex.wordpress.org/WordPress_Optimization
https://codex.wordpress.org/WordPress_Optimization/WordPress_Performance
https://colorlib.com/wp/how-to-speed-up-wordpress-site/
Best regards,
Shufflehound team
Hi @tomowoj,
I hope you are well today and thank you for your questions.
I’ve spotted that social counter widget is not updating numbers of facebook likes and instagram followers. Do you have any ide how to fix it?
Please try using the solutions posted in the following topic.
https://support.shufflehound.com/forums/topic/facebook-and-instagram-widget-users-update/
Also blog slider on homepage is showing all post no matter what category name is entered, take a look at my shortcode:
Where are you using that shortcode and which plugin is providing you that?
Have you tried setting Revolution Slider Options template as shown in the attached screenshot?
Best regards,
Shufflehound team
Hi Ruby,
I hope you are well today and thank you for your question.
Sure you will have more site languages but for that you have to translate your site as described on the following pages.
http://www.wpbeginner.com/beginners-guide/how-to-easily-create-a-multilingual-wordpress-site/
http://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/
https://codex.wordpress.org/Multilingual_WordPress
http://wplang.org/translation-plugins-languages/
Best regards,
Shufflehound team
Solution for this topic
Much better, except one of the list points isn’t appearing on it’s own line – it starts immediately after the previous one. I’ve noticed this tends to happen a lot with list points on other pages, too.
Use below custom CSS code to resolve this issue.
li.sh-list-item { display: inline-flex; width: 100%; }
There’s also another page I want to do something similar with – I’ve placed the link in the private section below.
Actually to do it correctly, you should move the list item contents in to the column above it as shown in the attached screenshot.
Solution for this topic
Hi Surge,
I hope you are well today and thank you for your question.
You can display correct logo 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
body:not(.home) .header-logo img.sh-sticky-logo { display: block; } body:not(.home) .header-logo img { display: none; }
Best regards,
Shufflehound team
The plugin does not provide any configuration settings so you have to just activate the plugin on your site and it will remove email and website fields from comment forms.
You are always welcome here 🙂
You are most welcome here 🙂
You can add it in the functions.php file of Jevelin child theme or develop small custom plugin and add it in that plugin file.
You are most welcome 🙂
Solution for this topic
Hi @LeaV,
I hope you are well today and thank you for your questions.
You have to add the columns in section element and configure their settings and color as shown in the attached screenshots.
Best regards,
Shufflehound team