Awesome great to see you got that found.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
Yes you are first and only who have faced it.
I visited your shared site and I am getting result as shown in the attached screenshot which is working fine for me.
Please test it using a different browser.
Solution for this topic
This seems happening because the header banner is displayed using the_content filter and other third party plugins also use this filter to display their content.
I have removed that hook in the attached child theme so please try using it.
In this case you can change 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
.widget-item a, .post-categories, .post-categories a { color: #6dab3c; }
Solution for this topic
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-header .sh-nav > .menu-item > a{ color: rgba(61,61,61,0.69) !important; } #page-container .sh-header .sh-nav > .menu-item:hover > a{ color:rgba(61,61,61,0.80) !important; } #page-container .sh-header .sh-nav > .current_page_item > a, #page-container .sh-header .sh-nav > .current-menu-ancestor > a, #page-container .sh-header-left-side .sh-nav > .current_page_item > a { color: #47c9e5!important; }
Hi @edugsdf,
Thanks for notifying us about it.
We’ll change it in the upcoming version of theme.
Best regards,
Shufflehound team
Hi @wsjiii,
I hope you are well today and thank you for your question.
Please make sure you are not redeclaring function jevelin_render_google_analytics_js in the child theme and If you want to change code of this function then you can do so using below hook.
remove_action( 'wp_head', 'jevelin_render_google_analytics_js' , 100);
Best regards,
Shufflehound team
You are most welcome here 🙂
Please see the attached screenshot what is displaying for me on my test site.
Update the theme version to the below latest version and  just delete and reinstall the plugin on your site to get latest version of it.
Please login to access this file
Hi @RunwayWriters,
I hope you are well today and thank you for your question.
You can change it from theme Styling settings as shown in the attached screenshot.
Best regards,
Shufflehound team
Hi @hgvj,
Thank you for your question.
I am not sure exactly what you are trying to achieve here so please tell me briefly exactly what output you want to achieve.
Also could you please share me the page URL from your site where it is displaying?
Best regards,
Shufflehound team
You are most welcome here 🙂
Solution for this topic
Hi @charly,
I hope you are well today and thank you for your question.
You need to upload backup zip file in the following directory in your WordPress install and then restore it as shown in the attached screenshot.
/wp-content/uploads/fw-backup/
Best regards,
Shufflehound team
This is all happening because of the following custom CSS code you are using on your site generated by Yellow Pencil Editor so please remove the CSS code on your site.
.sh-header-small-icons .container .sh-table > .sh-table-cell { position: relative; top: auto; min-height: 57px; height: 57px !important; width: 1261px !important; margin-left: -50px; margin-right: -26px; }
We have updated  slider revolution plugin on our server so just delete and reinstall the plugin on your site to get latest version of it.
Hi @welmersmedia,
I hope you are well today and thank you for your question.
This doesn’t happen with other page builders such as WPBakery visual page builder but happens with Unyson page builder that you are using.
If you want to use the same content elements on another page then you can do so by saving the page content as template as shown in the attached screenshot and then importing it in another page.
Best regards,
Shufflehound team
In this case 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
Could you please share me your site URL where it’s happening?
Solution for this topic
Hi @flapsclub,
I hope you are well today and thank you for your question.
When you update the theme then your site content and settings doesn’t affect.
Best regards,
Shufflehound team