I tested it and got same error for foodie demo therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Hi @supporttester,
Sorry to hear of the problem you are having.
I have tested it visiting your shared site but couldn’t reproduce the issue.
Could you please tell me which browser you are using?
Also please test it on different browser.
Best regards,
Shufflehound team
Solution for this topic
Hi BR Frans,
I hope you are well today and thank you for your questions.
I’ve installed the Jevelin theme, and imported the demo “Coming Soon”. However, the “Enter your email” box and the “Notify me” button do not appear. Please guide me on how get them to show!?
To display them you have to activate and configure below contact form 7 plugin.
https://wordpress.org/plugins/contact-form-7/
Also, where do I edit the Contact 7 form? And can I use a mailchimp integration, so I can manage the list through mailchimp?
Please refer below document to edit contact form 7 plugin.
https://contactform7.com/docs/
To integrate it with mailchimp please use below plugin.
https://wordpress.org/plugins/contact-form-7-mailchimp-extension/
Best regards,
Shufflehound team
I visited your site on chrome and saw the logo as displayed in the attached screenshot.
Is this not your updated logo?
Solution for this topic
No you are editing the page in Gutenberg editor mode and you can edit visual composer elements in it as described in the following page or just use classic editor.
https://visualcomposer.io/docs/content-elements-structure/gutenberg-element/
Solution for this topic
I can see you are using caching on your site so please clear it after making changes or temporary disable it.
Also I don’t see in your shared screenshot which content element you are editing so could you please share me screenshot of it?
Solution for this topic
Hi @Tahaselima,
I hope you are well today and thank you for your question.
You can translate it as described here https://support.shufflehound.com/theme-translation/ or using any of the following plugins to change it.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
Best regards,
Shufflehound team
I think the best thing for you to achieve this easily is by importing Travel demo content on any of your test or demo site then refer that page contents to create on your site.
Please see https://support.shufflehound.com/installing-demo/
Solution for this topic
Yes I saw the issue but resolved after clearing my browser cache so it seems the browser cache still holds old CSS code and not your updated CSS code so please clear your browser cache.
You are most welcome here 🙂
I already logged into your site and tested it therefore I suggested you above solutions.
Please see attached screenshot of what I am getting after trying to import Demo content on your site.
Hi @martinjonson,
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
You are most welcome here 🙂
YellowPencil comes with an advanced responsive design tool that lets you customize your website for any device such as mobile, tablet, desktops and more. Please refer below page to get more information about it.
https://waspthemes.com/yellow-pencil/documentation/#responsive-tool
Now I can access your site properly and enabled RTL support theme option which is displaying your site fine without above mentioned issues as shown in the attached screenshot.
Could you please tell me when the above mentioned issues occur?
To achieve this, you have to develop custom code in the child theme of Jevelin theme or use Yellow pencil editor as described in the following page.
https://support.shufflehound.com/how-to-change-almost-any-element/
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
Solution for this topic
There isn’t any setting to change its height but you can try achieving it using below custom CSS code.
#page-container .blog-slider { max-height: 440px; }
Solution for this topic
Hi @dianazahe,
Thank you for your question.
As described in your following topic, just edit the page and configure that element.
Best regards,
Shufflehound team
Solution for this topic
Hi @dianazahe,
I hope you are well today and thank you for your question.
If it is blog slider then you can configure it by editing the page and Blog slider element as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
Hi @FlightKing,
I hope you are well today and thank you for your question.
It is an issue of the following custom CSS code that you have added in the style.css file of gillion child theme.
.sh-sticky-header-active .sh-standard-logo { display: block; width: 126px; height: 77px; } .sh-sticky-logo, .sh-light-logo { display: block; width: 126px; height: 77px; }
To resolve the issue please remove display block property from the above CSS code.
Best regards,
Shufflehound team