This is strange issue.
Please make sure you are using latest version of theme and plugins.
Have you made any changes in the theme files?
Could you please temporary disable cache on your site so that i can troubleshoot it?
Solution for this topic
This is happening on your shared page because you have added widget area in page content which you should remove and add it in the Blog widgets area as shown in the attached screenshots.
Hi @synobol,
I hope you are well today and thank you for your questions.
I would like all the sections to be full width. However right now, only the revolution slider is full width
That is custom developed page so it displays full width.
You can also display your site home page full width 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.home .content-container .container { width: 100% !important; max-width: 100% !important; }
What are the correct measurements of the image for the colums.
If you look at the “Get your Costume” section, the image is too small. However I uploaded a 100o * 1000px image. It needs to be perfectly aligned at the top and bottom
You can configure the image size in the set Single image content element as shown in the attached screenshot.
On the same Get your Costume section, the overlay is blue. How can I change this, for it to match my website colours?
You can change its color by using following custom CSS code.
.sh-single-image-overlay { background-color: rgba(241,9,6,.8); }
Between the top menu and the revolution slider, there is a space (in light salmon colour) I can I get rid of it?
To remove it please use below custom CSS code.
body.home #wrapper>.sh-page-layout-default { padding-top: 0; }
Finally I’ve added a video in the section “Soca 2017”. It doesn’t resolve well on mobile. It’s cut off..
You can fix that issue using below custom CSS code.
.sh-video-player { max-width: 100%; }
Best regards,
Shufflehound team
You can resolve this issue 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 > li.menu-item:hover > a{ color: #62ce53 !important; } #page-container .sh-nav-mobile li a{ color: #fff !important; }
You can disable it completely 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
@media (max-width: 1025px){ body header.primary-mobile .sh-sticky-mobile-header-active { background-color: transparent !important; } body .primary-mobile-light .sh-header-mobile .header-logo img { display: none; } body .primary-mobile-light .sh-header-mobile .header-logo .sh-light-logo { display: block; } #page-container header.primary-mobile-light .sh-header-mobile.sh-sticky-mobile-header-active { border-bottom: 0!important; } .primary-mobile-light .sh-header-mobile .c-hamburger:not(.is-active) span, .primary-mobile-light .sh-header-mobile .c-hamburger span:before, .primary-mobile-light .sh-header-mobile .c-hamburger span:after { background-color: #fff!important; } }
Hi @danw124,
Sorry to hear of the problem you are having.
Where are you checking the Unyson plugin options?
You will get it as shown in the attached screenshot after activating the Unyson plugin.
If you are getting blank website then can you please try temporary enabling WP_DEBUG mode? To do this, just go to wp-config.php include this:
define('WP_DEBUG',true);
You might already have a line for WP_DEBUG, so just make sure it’s set to true.
Let me know what errors if any you are getting when you face this issue.
Best regards,
Shufflehound team
You are most welcome here 🙂
You are most welcome here 🙂
Solution for this topic
Hi @alesnora,
Sorry to hear of the problem you are having.
Please make sure you are using latest version of theme and plugins on your site.
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.
Best regards,
Shufflehound team
Thank you for sharing site details.
I troubleshooted the issue and found the WP ajax functionality is generating the error causing this issue as shown in the attached screenshot.
To resolve the issue i tried deleting and reinstalling Jevein theme on your site but it is not getting installed.
Could you please install fresh latest version of Jevelin theme on your site?
Hi @teawubon,
I hope you are well today and thank you for your question.
Actually the theme social share icons are hidden on mobile devices so not sure regarding which social icons you are talking about.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi @shosho,
I hope you are well today and thank you for your questions.
I just updated to 1.0.11, but I still can’t find social share button in the single post in mobile layout. do I need to switch something on?
In the theme Blog settings you have to enable Share option as shown in the attached screenshots.
and is there any way to change the size of title in mobile layout? or I need to edit style.css manually? thanks.
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
@media (max-width: 768px) { #page-container .post-title h1, #page-container .post-title h2 { font-size: 22px; } }
Best regards,
Shufflehound team
It should work.
Could you please share me your site URL where you are using shared CSS code so that i can troubleshoot it?
You have to use child theme. I don’t know any video tutorial of it. You have to develop custom code and if you are not developer please consider hiring a developer.
Please download and extract below shared landing2 demo content zip file and add the extracted folder into Jevelin theme directory jevelin/demo-content then you can import it.
https://drive.google.com/open?id=0B37mWqipdoB6S3htSkhiOHpad2M
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 bee able see it.”?
That is not actually the copyright but the text widget containing copyright text which you have added in footer widget area so please remove that widget from footer widget area.
Hi sparkwp,
Sorry to hear of the problem you are having.
I visited your shared site and menu items are displaying fine for me as shown in the attached screenshot.
Is the issue resolved now?
Please advise.
Best regards,
Shufflehound team
Hi T,
I hope you are well today and thank you for your question.
You can resolve this issue coloring filter background on mobile devices 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
@media screen and (max-width: 550px) { #filter-7c965475e86778586eb3f5c5f5821836 .sh-filter-item-content { background: rgba(0,0,0,0.5); } }
Best regards,
Shufflehound team
Hi @B,
I hope you are well today and thank you for your question.
Could you please share me the category page URL from your site where it is displaying so that i can help you to remove it?
Best regards,
Shufflehound team