Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
Awesome great to see you got the demo content imported.
Please advise if you have more questions.
Have a fantastic day!
I don’t get that error on my test site using latest version of Jevelin theme therefore there must be something unique on your site causing this issue.
Please try deleting and reinstalling Jevelin theme.
Also this can be child theme issue on your site so to confirm it just temporary use the Jevelin theme instead of child theme on your site. If everything works fine then it’s your child theme issue.
No because the Slider Revolution plugin bundled with the theme is basic version which can only be used to create sliders without add ons.
You are always welcome here 🙂
Hi @Nerina,
I hope you are well today and thank you for your question.
You can make whole page full width 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-woo-layout-left.col-md-6, .sh-woo-layout-right.col-md-6 { width: 100%; }
If you just want to move custom product tabs to left then to achieve this, you have to develop custom code in the child theme of Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
As asked previously could you please tell me which demo content you are trying to import and how you are importing it?
Also would you mind if i log in to your site and import it for you? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”?
Solution for this topic
I have another question: with header 4 selected, how can I make it so the top menu is more visible along with the icons on first load? When you start to scroll, they have a solid colour behind them and so you can see them but when they first load, you can’t as there’s no shadow behind the text/icons or solid colour bar.
You can use below CSS code to apply light background on menu.
#page-container .sh-header.sh-sticky-header.sh-header-small-icons:not(.sh-sticky-header-active) { background: rgba(74, 69, 69, 0.47)!important; }
Another question: how do I get rid of the white border around the top that appears on mobile (see attachment) and adds a thin strip of white around the top border on desktop? I’ve played around with all the settings but can’t find it. Is there a guide to the different settings and which area they affect? I’ve been through your documentation but haven’t found one.
There is hamburger menu there which you can display using below CSS code as shown in the attached screenshot.
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger:not(.is-active) span, .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:before, .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:after { background-color: rgba(80,80,80,1) !important; }
If you have more questions then 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.
It is working fine for me.
Please test it clearing browser cache and disabling your browser extensions or try using another browser.
Hi @mqk051197,
Thank you for your question.
I am not sure what you meant by menu slider so could you please describe it a bit more in detail by sharing your site URL where it is displaying so that I can help you?
Best regards,
Shufflehound team
Solution for this topic
How do I hide the category in a computer browser?
Use below CSS code to achieve this.
.post-categories-container { display: none; }
It seems the WOW Icon plugin also has conflict issue with other plugins also as described here https://wordpress.org/support/topic/cannot-be-used-with-elementor/ so please contact the plugin author to resolve the issue.
Solution for this topic
Hi @mqk051197,
I hope you are well today and 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
@media (max-width: 680px){ .post-categories-container, .post-meta { display: none; } }
Best regards,
Shufflehound team
Actually those buttons are for whatsapp and facebook messenger which work on mobile devices.
Hi @cheeks,
I hope you are well today and thank you for your question.
You can remove 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 .fw-page-builder-content > .sh-section { padding-top: 0; }
Best regards,
Shufflehound team
Hi Amy,
Sorry to hear of the problem you are having.
Could you please tell me exactly what you have done on the site which caused this issue?
Also please make sure that in your site Reading Settings you have set correct home page.
Best regards,
Shufflehound team
Hi @cheeks,
Thank you for your question.
I don’t get hat line on your shared site as shown in the attached screenshot.
Could you please test it on different browser to confirm whether it is browser specific issue?
Also please test disabling all your browser extensions.
Best regards,
Shufflehound team
Solution for this topic
Hi @cheeks,
Thank you for your question.
You can remove 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-titlebar-light .sh-titlebar-icon { display: none; }
Best regards,
Shufflehound team
Some products may contain different attributes added by any plugin therefore I recommend you to check for plugin conflict.