Solution for this topic
Yes, the slider Dots are made hidden on mobile intentionally.
You can resolve the position issue 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
.blog-slider-item .post-meta img.avatar { display: inline-block; } .blog-slider-dots ul.slick-dots { position: absolute; width: auto; left: 44%; }
I don’t see any social icon on your site as shown in the attached screenshot.
Please advise.
The mobile menu is stacking because of the custom CSS code that you are using on your site such as below so please remove it.
header nav ul { width: 90%; display: flex; justify-content: flex-end; } header nav ul:not(.sh-nav-left) li { margin: 0 2%; line-height: 40px; font-weight: 600; }
Hi Damon,
I hope you are well today and thank you for your question.
I am not sure exactly what you are trying to achieve so could you please describe it a bit more in detail by sharing its screenshots and your site URL so that I can help you to achieve it?
Best regards,
Shufflehound team
Hi @frederic13100,
I hope you are well today and thank you for your question.
Yes, you can install it as described in the below page.
https://support.shufflehound.com/installing-demo/
Best regards,
Shufflehound team
I logged into your shared site and saw some images are forbidden on it as shared in the private reply.
Please contact your web host to know why this is happening or try deactivating all plugins to know whether any plugin is causing the issue.
Solution for this topic
I logged into your shared site and just reinstalled the WPBakery plugin which started working fine now.
Could you please confirm it?
You are most welcome here 🙂
Solution for this topic
This is happening because of the old CSS code provided in the below topic so please use the newly added CSS code and remove the old one.
https://support.shufflehound.com/forums/topic/blank-space-under-my-footer/#post-46721
You are most welcome here 🙂
I hope you are well today and thank you for your question.
I can see in your shared screenshot that it is loading admin-ajax.php file which is a file of admin area and not front end of the site therefore the theme style is not loading as it only loads in the site front end and not in the admin area of the site.
Please contact the plugin support to know why he is directly loading this admin-ajax.php file in the front end.
Best regards,
Shufflehound team
I don’t see the large margin on the top of the page of your shared page.
Are you referring to the margin as shown in the attached screenshot?
I don’t see the issue on your shared pages so please share me the screenshots of them.
Solution for this topic
Please try changing above shared CSS code to the below CSS code.
.page-id-2208 #wrapper { overflow: hidden; }
You are always welcome here 🙂
Hi @savethecat,
I hope you are well today and thank you for your question.
It seems happening on your shared site due to the CSS code used on your site using Yellow Pencil editor so please remove the code by resetting style as described in the below pages.
https://yellowpencil.waspthemes.com/docs/managing-changes-on-entire-website/
https://yellowpencil.waspthemes.com/docs/managing-the-element-styles/
Best regards,
Shufflehound team
You are always welcome here 🙂
Hi @sarahk,
I hope you are well today and thank you for your questions.
Having trouble with the mobile menu on Juna.co. The text is stacking and doesn’t look good.
It seems you are using older version of the theme on your site so please update the theme on your site to the below latest version as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
To help us keep support thread separates could you please create a 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 with your new thread.
Best regards,
Shufflehound team
Thank you!
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
.vc_row .wpb_revslider_element { overflow: hidden; }