Hi @MonologueHQ,
I hope you are well today and thank you for your question.
Could you please clear and temporarily deactivate the W3 Total Cache and autoptimize cache that you are using on your website so that I can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
Hi @JoelSantos1234,
I hope you are well today and thank you for your question.
That table is not responsive.
You can create a responsive table on your website as described below.
https://wordpress.org/plugins/wp-responsive-table/
https://wordpress.org/plugins/ninja-tables/
https://www.elegantthemes.com/blog/resources/responsive-tables-in-wordpress
https://wpleaders.com/best-wordpress-table-plugins/
Best regards,
Shufflehound team
Solution for this topic
Hi Yatin,
I hope you are well today and thank you for your question.
You can install the theme and import the demo content as described below and then you can edit the imported demo content however you want to.
https://support.shufflehound.com/how-to-fix-the-theme-is-missing-the-style-css-stylesheet/
https://support.shufflehound.com/installing-theme/
https://support.shufflehound.com/installing-demo/
Best regards,
Shufflehound team
Solution for this topic
If you don’t want to display the navigation on the slider then please edit that page and make sure its header option is not set to light as described in the below topic.
https://support.shufflehound.com/forums/topic/transparent-header/#post-2187
I troubleshoot the issue on your website and found out this is happening because of the jevelin_vc_before_init_actions function declared in the below theme file.
/jevelin/inc/vc.php
I can’t remove that function as it breaks the WPBakery functionality used on your website especially on the home page.
I have notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile, please do not change the shared site credentials and make sure it is accessible.
Hi @cb74gdesign,
Thank you for your question.
Please make sure that you have set the appropriate header template in the theme header settings as shown in the attached screenshot.
Best regards,
Shufflehound team
Hi @cb74gdesign,
I hope you are well today and thank you for your question.
I visited your shared website to troubleshoot the issue but saw you are not using the Jevelin theme on the website.
Please advise.
Best regards,
Shufflehound team
I didn’t do any changes using FTP as I can’t access the n area of your website.
Your below shared page and website are not accessible so I couldn’t do anything.
Please make sure they are accessible.
https://www.centrelgbtilyon.com/site-web_centre_lgbti_martyre
The tabs used on the below demo page are created using Unyson page builder and not WPBakery page builder so please use the Unyson page builder to create those tabs.
As said above, this is a simple PHP warning/notice and most of the time it doesn’t affect the functionality of the site so it is nothing to worry about!
Just hide and ignore the notices.
We will resolve them in the future version of the theme.
This can be due to plugin conflict on your site so please try temporarily deactivating all plugins except Unyson plugin and WpBakery page builder plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Also, please check whether it is a theme issue used on your site, to confirm it just temporarily use the Twenty Nineteen theme on your site. If everything works fine then it’s your site theme issue.
Hi @cdjc,
I hope you are well today and thank you for your question.
No, it is not mandatory and you can remove or edit it from the theme Footer settings.
Best regards,
Shufflehound team
You are most welcome here 🙂
Please use the new tab element along with text block content element to add content in it as shown in the attached screenshots.
Hi Thomas,
I hope you are well today and thank you for your question.
I am not sure how you have tried the demo version before purchasing the Jevelin theme.
Could you please describe your question a bit more in detail by sharing the screenshots or your website URL so that I can help you?
You can install the purchased theme and import demo content as described below.
https://support.shufflehound.com/installing-theme/
https://support.shufflehound.com/installing-demo/
Best regards,
Shufflehound team
Do you see the PHP notices now?
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/~011652ffec8865c6d
Hi @europeanpete,
I hope you are well today and thank you for your question.
I am not sure I understood your question properly so could you please describe it a bit more by sharing the screenshots and page URL from your website where you are using it?
Also, please share the topic or website URL where you saw someone did it.
Best regards,
Shufflehound team
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:hover { background-color: #1138ff !important; border-color:#1138ff !important; } @media (max-width: 1025px){ #hidedesktop.vc_parallax .vc_parallax-inner { background-image: url("https://www.juliahofmann.ch/wp-content/uploads/2020/03/Dafalgan_8.jpg") !important; } }
Please change the back to top background hover color and the mobile parallax image in the above code to whatever you want to use.