This topic has 4 replies, 2 voices, and was last updated 9 years by Creative Inhabitants.
-
Author
-
December 23, 2014 at 23:05 #40197Creative InhabitantsParticipant
In pages that utilize the previous and next tab. When these pages are on mobile (screen-size) devices the tabs remain fixed in position as well as open and blocking the screen. This issue is new as they used to format nicely in a footer border. I adjusted the css to be relative but that only breaks display on desktop.
Thanks!
Attachments:
You must be logged in to view attached files.December 24, 2014 at 00:22 #40203sharmstrModeratorI’m not having this issue on any of my sites. Perhaps it has something to do with that chat program down at the bottom.
Either disable it and see if you have the same issue or go to the Kleo demo http://seventhqueen.com/themes/kleo/courses/marketing-management-2/
I tested on Android with Chrome and the built in crappy browser 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 24, 2014 at 23:12 #40281Creative InhabitantsParticipantYeah, you seem to of nailed it. Unfortunately part of my business model is supported by this plugin (cometchat).
Any chance you can help me sauce a solution on this one. I’m thinking a mobile (relative) position, or having the newer/older tab automatically closed on smaller screens…
Thanks again for any light you can shed.
December 25, 2014 at 01:54 #40290sharmstrModeratorCOPY CODE@media screen and (max-width: 480px) { .pagination-sticky { display: none; } }
In the future, test your issues against the demo. If they work there, start disabling plugins.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 25, 2014 at 07:47 #40304Creative InhabitantsParticipantCopy that. @sharmstr to the rescue once again. I believe we just became best friends.
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.