You are always welcome here π
You are always welcome here π
You are most welcome here π
Hi @MonologueHQ,
I hope you are well today and thank you for your question.
I checked the shared results but didn’t find anything major in it.
Just make sure that you are using below the latest version of the theme.
Please login to access this file
Also, please deactivate all cache plugins that you are using on your website before testing the results as they may interfere with the results.
Best regards,
Shufflehound team
Solution for this topic
Hi @garyabrams,
I hope you are well today and thank you for your questions.
How do I change the color of the portfolio project rollovers on the home page? Right now the default is a turquoise blue, I want to change it to an orange.
You can change the color by editing the portfolio 2.0 content element added in the page as shown in the attached screenshots.
How do I change out the template client logos for my own client logos?
To change it, just edit the page using the Unyson page builder and edit the Partners element of it and change the logo images added in it.
Best regards,
Shufflehound team
Hi @Nbelso12,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
Hi @karlsson.a,
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.
Please make sure that you are using below the latest version of the theme.
Please login to access this file
Could you please share the page URL from your site where it is not working so that I can troubleshoot it?
You can request a refund If you want to, from ThemeForest where you have purchased the theme.
Best regards,
Shufflehound team
Hi Adam,
I hope you are well today and thank you for your question.
It is not theme related but related to your WordPress installation.
You can remove index.php from the URL as described below.
http://dejanjanosevic.info/remove-index-php-permalink-in-wordpress/
https://wpsutra.com/remove-index-php-wordpress-permalink/
http://derekmolloy.ie/remove-index-php-from-your-wordpress-url/
Best regards,
Shufflehound team
Please make sure that you are not facing the same issue as described in the below topic.
https://support.shufflehound.com/forums/topic/no-save-page/#post-58018
Please make sure that you have enabled One Page Navigation option in the theme settings as shown in the attached screenshots.
If you are using header builder template to display menu then you have to change custom plugin code as below.
function add_custom_scripts(){ ?> <script type="text/javascript"> jQuery(document).ready(function($){ $('.sh-nav-mobile li a').click(function(){ $('.sh-header-builder-mobile-menu').trigger('click'); }); }); </script> <?php } add_action('wp_footer', 'add_custom_scripts', 99);
Any way it works with wp rocket? It is not a cache problem
Whenever you make changes in the custom plugin code or menu settings then just clear the WP rocket plugin cache.
If it still doesn’t work for you then please contact the wp rocket plugin support to configure plugin settings properly.
Solution for this topic
You can reduce 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 #wrapper > .sh-page-layout-default { padding-top: 20px; }
Yes, we can od it for the front end of your website but not in the backend.
Could you please share the page URL from your site where you are using it so that I can help you to display the TripAdvisor icon?
Awesome great to see you got that figured out.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here π
Sure, we will consider being implemented the option in the theme settings to disable titlebar on the 404 page.
Yes, it is still safe/secure and effective.
Hi Gracie,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where the space is displaying so that I can help you to remove it?
Best regards,
Shufflehound team
Hi @aarnasystems,
I hope you are well today and thank you for your question.
You can only edit the page using the same page builder that you used to create it so if you have used WPBakery or Unyson or any other page builder then please use the same page builder to edit the page.
It seems in your case the page is corrupted which occurs when you switch the page editor from one to another so please donβt use different page editors to edit the same page.
Best regards,
Shufflehound team
I hope you are well today and thank you for your question.
I could confirm the issue on my test site, therefore, I notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
The issue is occurring because of the below CSS code added by the theme.
.fa, .far, .fas { font-family: "Font Awesome 5 Free"; }
Instead it should use the below CSS code of Unyson plugin.
.fa { font: normal normal normal 14px/1 FontAwesome; }
Best regards,
Shufflehound team