+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: Responsive [SOLVED]

  1. #1

    Lightbulb Responsive [SOLVED]

    I want to know how to convert my theme in non-responsive... any ideas or instructions? http://www.mediaforcecommunications.com

  2. #2
    Administrator Donagh's Avatar
    Join Date
    Aug 2011
    Posts
    499
    Hi,

    To remove the responsiveness of your theme you will need to do the following:

    1. Go to the theme options page, "advanced" tab, and set "Enable CSS Compression" to "No"
    2. Now open the following file in the theme folder "css/styles.css" and search for the media queries. A media query is anything beginning with "@media" these contain CSS for devices of smaller resolutions than desktop. They should be found from about line number 2515 onward. You will need to comment out or delete all media query blocks in this file.
    3. Now also delete of comment out the media queries in the following file: "css/bootstrap/css/bootstrap-responsive.css"
    4. And finally open the header.php find the following line and remove it: "<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />"

    Now your theme should be non-responsive.

    DOK

  3. #3
    Im at the second step: there is no "@media" in that sheet.... any instruction?

  4. #4
    Support Ante's Avatar
    Join Date
    Oct 2012
    Posts
    2,706
    Hey, make sure you are not editing style.css in the folder of the theme but style.css found in "theme folder" -> "css" folder.

  5. #5
    I think I am doing something wrong.... i am not an expert. If i give you administration; can you do it for me?

  6. #6
    Support Ante's Avatar
    Join Date
    Oct 2012
    Posts
    2,706
    Yes I can,

    send details via Contact Us form in the footer of this topic.

  7. #7
    I already did it...

  8. #8
    Did you receive my information?

  9. #9
    Support Ante's Avatar
    Join Date
    Oct 2012
    Posts
    2,706
    Hey,

    received them, but you will also have to send ftp details as I can't edit css files from WordPress dashboard ( I can't edit thos that are place in folder and not the root of the theme ).

  10. #10
    Ok, I am going to send it now...

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts