-
Author
Tagged: turn off, deactivate, kleo, mobile, responsive
-
April 25, 2014 at 01:00 #16012EmpoweredIdeasParticipant
Is there a way to “turn off” responsiveness of the site? We’re having serious issues between KLEO and the AJAX-Calendar Plugin (see: http://www.justridenc.com/events/ on an iPhone).
At this point, we’d rather have a non-responsive site that will properly display our calendar, since it’s the main “focus” of ths website.
Thanks in advance. 😀
April 29, 2014 at 00:21 #16264AbeKeymasterHi, We did some test and try adding this CSS in your child theme/style.css or in WP admin -Theme options – Quick css:
COPY CODE.kleo-navbar-fixed .page-boxed .kleo-main-header, .container, .kleo-page { width: 1200px; } body, html { overflow-x: inherit; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 10, 2014 at 01:26 #17391gsxawd99Participanti tried your advice above and it doesn’t work for me at all, i also really need mobile turned off as the most important part of my site does not work in the responsive mobile version, id rather have users pinch and zoom my whole site to be sure they’re getting the necessary info….please help! where are all the mobile css coding, can i just delete it??
May 12, 2014 at 23:14 #17644gsxawd99Participantin fact it screws up the entire website when that code is added and doesn’t do anything to the mobile version..
May 14, 2014 at 01:32 #17774AbeKeymasterI am doing some tests and come with a solution.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 14, 2014 at 01:44 #17775AbeKeymasterThis css should make a fix width for the site:
COPY CODE.kleo-navbar-fixed .kleo-main-header, .kleo-navbar-fixed .page-boxed .kleo-main-header, .container, .kleo-page { width: 970px; } body, html { overflow: inherit; }
Also you can remove this line from header.php
COPY CODE<meta name="viewport" content="width=device-width, initial-scale=1.0">
And you can also remove all media queries from assets/css/app.css from the end of the file
Also assets/css/bootstrap.min.css has media queries and you can try replacing the contents with one from https://github.com/bassjobsen/non-responsive-tb3/blob/master/bootstrap.min.cssHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 14, 2014 at 03:29 #17801gsxawd99Participantwhat am i missing? I’ve replaced with the non responsive bootstrap css (i put files in my child theme in the same path, assets/css/ as well as removed all media queries from the app.css file, added that css code from above to my childs style.css file and removed the viewport line from the header.php file…and the attached pic is what the page look like now? and it still shows the mobile navigation on mobile as well as other mobile aspects?
Attachments:
You must be logged in to view attached files.May 15, 2014 at 16:03 #18020AbeKeymasterWe will do some more tests and also look on your site
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 15, 2014 at 22:23 #18069SQadminKeymasterHi, the best way is to make custom plugins compatible and responsByive. Overrides to ensure desktop styles display are not as performant or sleek as one would like.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 12, 2014 at 15:28 #35204pittsleybParticipantI too, commented out viewport which makes the site appear as the desktop version using pinch and zoom. Is there a way to disable the mobile menu (line and dropdown) since it is very hard to use on mobile since you have to click the little + symbols. I’d rather just have the desktop version of the menu items. Is this possible?
November 14, 2014 at 16:53 #35439AbeKeymasterFor that you will have to remove the media queries from apps.min.css which is not such an easy task. You can edit the app.css and minify the contents in app.min.css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.