Hi @NTribe,
I hope you are well today and thank you for your question.
Please make sure that you had activated the Slider Revolution plugin when importing the demo content and the slider is created in Slider Revolution after importing the demo.
Best regards,
Shufflehound team
Solution for this topic
You can see in on the below URL, the Jevelin theme CSS file is compressed by pagespeed. This may be because your hosting provider is using it by default so please contact your hosting provider.
http://*****/wp-content/themes/jevelin/A.style.css,qver=5.3.2.pagespeed.cf.byUH8MGEpT.css
The file should be uncompressed as following.
https://jevelin.shufflehound.com/wp-content/themes/jevelin/style.css
You are most welcome here 🙂
The issue is resolved in the theme version 3.5.2 which will be released soon.
Solution for this topic
You have to overwrite that whole javascript file in the child theme as theme update will overwrite your changes.
Solution for this topic
That lightbox javascript code is a part of theme file /gillion/js/plugins.js added on line number 285
Solution for this topic
Hi @legoblog,
I hope you are well today and thank you for your question.
You can resolve 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
body .mfp-wrap { z-index: 9999; } body .mfp-bg { z-index: 9999; }
Best regards,
Shufflehound team
Hi Anna Nöjd,
I hope you are well today and thank you for your question.
Please make sure that it is not in your email SPAM folder.
Could you please share the page URL from your site where the contact form is displaying so that I can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
I logged into your site and saw the demo is not getting imported because you have not used https correctly on your website as in your site General Settings the URLs are without https as shown in the attached screenshot.
To resolve the issue, please either configure the https correctly or do not use at all.
You are most welcome here 🙂
Thank you for sharing the site credentials but it seems your site is not accessible.
Could you please make sure that it is accessible so that I can help you?
Hi @marouane91,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you to disable it?
Best regards,
Shufflehound team
Unlike TablePress, the table created using the Unyson plugin does not create ID and shortcode so you can’t use it anywhere else.
You are most welcome here 🙂
I could confirm the issue on my test site that occurs when we upload video file instead of using video URL from video sharing website such as Youtube, therefore, I notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile, please upload the video on any video sharing website such as Youtube and use its URL.
It seems happening because of the CDN or cache that you are using on your website so could you please try deactivating it?
I can see the video is displaying fine on your website as shown in the attached screenshot.
Please advise.
Hi @cleverx,
Sorry to hear about the problem you are having.
This is your WordPress installation issue that you can fix it as described on the below page.
https://www.tipsandtricks-hq.com/how-to-fix-the-unable-to-create-directory-error-in-wordpress-5264
Best regards,
Shufflehound team
Hi Henrique,
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
.blog-slider .blog-slider-item:after{ display: none; } .blog-slider .blog-slider-item { height: 762px; } #wrapper .blog-slider { max-height: 762px; }
Best regards,
Shufflehound team
I visited your shared page and it seems you have also fixed the square issue as shown in the attached screenshot.
Please advise.