VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Can I disable responsive?
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Can I disable responsive?

Can I disable responsive? 25 May 2014 08:31 #4744

Hi,

As the title. Can I disable responsive layout? Make it same layout in all device.

Thanks!
The following user(s) said Thank You: chiappa

  • Posts:1
  • shekch
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Can I disable responsive? 22 Aug 2014 18:25 #5354

I would also like to know. Thanks.

  • Posts:3
  • chiappa
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Can I disable responsive? 23 Aug 2014 04:53 #5357

Well, I found one way to do it. Here's how:

in templates/jf_creativia/css/media_queries.css

replace:

    max-width: 960px; /* 960 px */


with:

     width: 960px !important;


in templates/jf_creativia/css/template.css

replace:

div#top .inner, div#bot .inner {max-width: 960px;}


with:

div#top .inner, div#bot .inner {width: 960px !important;}


in templates/jf_creativia/index.php

comment out:

$doc->addStyleSheet($this->baseurl.'/templates/'.$this->template.'/css/responsive.css', $type = 'text/css');


This alone most probably will not be perfect, but after some tweaking with the help of Firebug should be alright. Also some stuff broke after disabling responsive.css, I didn't need them so I'm fine with that. Also probably need to edit the img class as well in template.css

img {
border: 0 none;
max-width: 100%;
height: auto;
vertical-align: middle;
}


If anyone has a more solid idea, I'm all ears =)

  • Posts:3
  • chiappa
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Can I disable responsive? 26 Aug 2014 11:19 #5371

Oops, forgot to mention.

~/public_html/templates/jf_creativia/index.php

line:

(less than sign)meta name="viewport" content="width=device-width, initial-scale=1.0" /(more than sign)

is better:

(less than sign)!-- (less than sign)meta name="viewport" content="width=device-width, initial-scale=1.0" /(more than sign) --(more than sign)
Last Edit: 26 Aug 2014 11:22 by chiappa.

  • Posts:3
  • chiappa
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Can I disable responsive? 27 Apr 2016 08:20 #8706

thanks!!!!!!!!!!!!!

  • Posts:14
  • loginpablo
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.99 seconds
Wednesday 24 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.