You have to install Startup demo content to use it.
Hi @offpeak,
Sorry to hear of the problem you are having.
This seems causing by new Unyson plugin update so please make sure to use latest version of Unyson plugin and update its extensions as described in the following topic.
https://support.shufflehound.com/forums/topic/unyson-update-breaks-theme/#post-10097
I have notified the theme developer to provide here previous version of theme.
Best regards,
Shufflehound team
is now jevelin compatible with WPML?
Yes it is but do let us know if you face any issue with it.
You can translate theme as described on the following pages.
https://premium.wpmudev.org/blog/how-to-translate-a-wordpress-theme/
We are working on it to make it responsive which will be implemented in the future version of theme.
We are working on it to make it responsive which will be implemented in the future version of theme.
Solution for this topic
Hi @cculver,
I hope you are well today and thank you for your question.
You can achieve it as described in the following topics.
Best regards,
Shufflehound team
Hi @daptee,
I hope you are well today and thank you for your question.
I am not sure exactly what element you are referring as auto scroll so could you please tell me a bit more in detail so that i can help you?
Best regards,
Shufflehound team
I made it work on your site so could you please confirm it.
Please try fixing it using the below custom CSS code.
.sh-nav-mobile li.menu-item-has-icon > a.menu-item-open-fix { padding-left: 22px; line-height: 1; }
Ia m talking about Jevelin theme and not Jevelin child theme. You can update it as described in the following topic.
https://support.shufflehound.com/forums/topic/trouble-updating/#post-10667
You are always welcome here 🙂
Hi @odetooden,
I hope you are well today and thank you for your question.
Currently the theme doesn’t support this feature but it already requested in the following topic and we will consider this to be developed in the future version of theme.
https://support.shufflehound.com/forums/topic/exclude-latest-blog-post-from-blog-slider/
Best regards,
Shufflehound team
You are most welcome here 🙂
Solution for this topic
Hi Sarah,
I hope you are well today and thank you for your questions.
You can style it and also resolve the 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
#mc4wp-form-1 input[type="submit"] { top: 0; bottom: auto; } #mc4wp-form-1 input[type="email"] { background: #000; color: #fff; box-shadow: none; }
Best regards,
Shufflehound team
It is always latest post.
Hi @elianaj,
I hope you are well today and thanks for posting here.
Please see the solution posted in the following topic for the similar issue.
https://support.shufflehound.com/forums/topic/missing-style-css-stylesheet/#post-2960
Best regards,
Shufflehound team
Sure we will consider this to be developed in the future version of theme.
Thank you for your feedback 🙂
Solution for this topic
To do that we have to make above CSS code more specific as displayed below.
body.home #wrapper { padding-top: 40px; } @media (max-width: 767px){ body.home #wrapper { padding-top: 74px; } } .home #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li:not(.current_page_item):hover > a, .home #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li > a { color: rgba(143,100,254,1) !important; } .home .primary-desktop-light .sh-header { background-color: rgba(255,255,255,1)!important; box-shadow: 0 6px 7px -3px #eef3ff; }
Solution for this topic
Please ignore the code shared above as it is not posted correctly, instead use the code shared in the attached file.