Home › Forums › Jevelin Theme › Mobile slider broken when navigation has many items
Home › Forums › Jevelin Theme › Mobile slider broken when navigation has many items
Hi,
I am experiencing the following issue: once the top navigation has a certain amount of items, the revolution slider is not displayed properly on mobile anymore: it appears cut off and only part of the bottom of the slider is visible.
Thank you!
Hi @cjahn,
Sorry to hear of the problem you are having.
I can see on your shared site that you are using too much custom CSS code which may be causing this issue so could you please test it temporary removing the custom CSS code?
Best regards,
Shufflehound team
Ok may be Unyson plugin is generating it.
Could you please add that slider on any other test page to confirm whether it is page specific or slider specific issue?
Hi, I just created a page from the corporate template with my slider (which is based on the same template).
Also I noticed that the problem does not occur when there are less items in the navigation.
Thanks again
To troubleshoot it, on that page please remove all other elements from the page except slider.
Done! Link is the same, issue remains.
It seems due to some reason the slider JS is not applying height to the slider causing this issue.
As you said it seems related to long navigation and I have to find out what is relation between them so 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 to see it.”?
Sure – WP is set up in German, I hope that’s not a problem
Solution for this topic
I resolved the issue on your site using below custom CSS code.
.sh-revslider, .rev_slider_wrapper { min-height: 150px; }
Could you please confirm it?
It seems like the custom code fixed the issue – thanks for the fast support!
One more q: will the custom code survive theme updates or will I need to reinsert it after every update?
You are most welcome here 🙂
The custom code will survive after theme updation.