Hi Edgar,
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
#page-container .sh-back-to-top {
bottom: 80px;
}
Best regards,
Shufflehound team
Hi Edgar,
I hope you are well today and thank you for your question.
You can change it either by translating your theme or using any of the following plugins.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
Best regards,
Shufflehound team
You can get it from this topic https://support.shufflehound.com/forums/topic/portfolio-single-posts-gallery-slider-images/
I logged int o your site and resolved the issue by changing Active Navigation Background Color to white in the theme styling settings as shown in the attached screenshot.
Again i visited your site and got the same error.
It seems it is causing by the emarthub plugin you are using on your site so could you please temporary disable it.
@jbatten1 Glad you managed to update it using that plugin and thank you for sharing the plugin solution in the forum.
Hi Daniel,
I hope you are well today and thank you for your question.
You don’t have to activate the plugin bundled with theme to use its functionality.
Please see the replies posted in the following topic.
https://support.shufflehound.com/forums/topic/how-to-activate-wp-bakery-plugin/
Best regards,
Shufflehound team
Solution for this topic
Thank you for your question.
Just add any first level submenu which will become as column as shown in the attached screenshots.
Best regards,
Shufflehound team
Thank you for your question.
I logged in to your site to troubleshoot the issue and temporary enabled the topbar but didn’t see any difference in mega menu appearance as shown in the attached screenshot.
Please advise.
Best regards,
Shufflehound team
Hi @juniormartian,
I hope you are well today and thank you for your question.
Yes you have to enable user registration on your site as described in the following page.
http://freewptp.com/how-to-enable-user-registration-on-wordpress-site/
Best regards,
Shufflehound team
If you want to override the theme style which is using !important then you have to use !important in your style and make the selector more specific.
You will find more information about this on the following pages.
https://www.smashingmagazine.com/2007/07/css-specificity-things-you-should-know/
https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity
Please make sure you have enabled registration on your site and to help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
I hope you are well today and thanks for posting here.
Yes we could confirm it which was added to set higher level of CSS specificity but we will remove it in the future version of theme and do it another way.
Best regards,
Shufflehound team
Hi Kris,
I hope you are well today and thank you for your question.
You can import multiple demo content using new demo content import method as described in the following topic.
https://support.shufflehound.com/forums/topic/demo-install-problem/#post-15581
Best regards,
Shufflehound team
Hi Edgar,
I hope you are well today and thank you for your question.
It is displayed by the following chat service provider so you can contact them to get that service.
Best regards,
Shufflehound team
Hi @TeamQ14,
Sorry to hear of the problem you are having.
Could you please share me the page URL from your site where it is not displaying correctly and also share the screenshot of the issue so that i can troubleshoot it?
Best regards,
Shufflehound team
Ok Have you contacted the Polylang plugin developer to troubleshoot the issue?
Solution for this topic
Hi @soky,
Sorry to hear of the problem you are having.
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
#content .sh-video-player {
max-width: 100%;
width: 100% !important;
}Best regards,
Shufflehound team
Hi @digikrutt,
I hope you are well today and thank you for your question.
It seems this is happening because you are using relative URL #aboutus in the menu instead you should use absolute URL such as http://www.yoursite.no/#aboutus
Best regards,
Shufflehound team