I have tested the same by configuring Section element as shown in the attached screenshot which works fine for me.
Actually when we use “fade in up” animation then because of sliding effect the fading effect is not noticeable.
If you want to make the fading effect noticeable then please set the Animation to “Fade in”.
Hi Rocio,
I hope you are well today and thank you for your question.
I could confirm it on your shared site and it seems the styling is not working on the shop page because the shop page is a dynamic page.
Could you please try styling the content on that page using Yellow Pencil plugin as described in the following page?
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Thank you for sharing your site URL.
I can see it is displaying in one line for me on mobile device as shown in the attached screenshot.
Could you please reproduce the issue so that I can help you?
Hi @dsharpe,
I hope you are well today and thank you for your question.
I can see on your shared pages that they are displaying full width as shown in the attached screenshot.
If you want content on those pages to touch edges of browser then you can do so 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
.single-fw-portfolio .container.entry-content {
max-width: 100% !important;
width: 100% !important;
}
Best regards,
Shufflehound team
You can try using following plugin instead of Unyson mega menu plugin.
You are most welcome here 🙂
Sure we will consider it.
Thank you
Hi Stefan,
I hope you are well today and thank you for your question.
I suppose you have enabled the theme option as shown in the attached screenshot which works fine for me using latest version of Jevelin theme.
If it doesn’t work for you using below latest version of Jevelin theme then this can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Please login to access this file
Also could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
Hi Julio,
I hope you are well today and thank you for your question.
You are checking it in the wrong location Appearance -> Import Demo Data instead you should access it from Tools -> Demo Content Install as displayed in your shared screenshot.
Best regards,
Shufflehound team
Solution for this topic
Hi Achim,
I hope you are well today and thank you for your question.
To change the header you need to overwrite and edit the header file as following in your child theme.
/jevelin/inc/headers/header-3.php
Best regards,
Shufflehound team
Hi @tim_dehring,
I hope you are well today and thank you for your question.
Do they display same size if you use same image in both the boxes?
Could you please share me your site URL where it’s displaying so that i can troubleshoot it?
Best regards,
Shufflehound team
Yes you can change the text by translating the theme as described in the following page.
I need to access your site to troubleshoot the issue.
Would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”?
It is just an error which says Twitter may be temporary down.
Are you having any issue with twitter feed?
It seems the following CSS code used on your site was causing the issue.
.single-post .post-thumbnail img {
width: 100%;
height: 720px;
max-width: 540px;
margin-left: auto !important;
margin-right: auto !important;
}I resolved it using the below custom CSS code on your site.
.single-post .post-thumbnail img {
height: auto !important;
width: auto !important;
max-width: 100% !important;
}
Could you please confirm it?
You are most welcome here 🙂
You are most welcome here 🙂
Sure we will let you know here once the fix is available.
You are most welcome here 🙂
Thank you for reporting the issue.
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.