• Hi,

    I have found that several times the responsive option of a theme is not really good and it actually ruins the website. My questions is basically if responsive features can be removed from any given theme (not a particular one).

    I have seen some websites where will prompt the questions on whether to see it as responsive or web version (as on a desktop) … is there a plugin for that?

    Many thanks and look forward to you answer.
    Regards,

    Pablo

Viewing 15 replies - 1 through 15 (of 16 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In general how would you remove the responsiveness on all themes? I ask because for you to ask for a plugin I assume you know it’s possible to begin with.

    Thread Starter Pablo Gomez

    (@plgomez)

    Hi Andrew, thanks for your query but your assumption is incorrect. I do not know how to remove responsiveness in any way, hence my post in the forum.

    I am trying to find ways to remove responsiveness from any given theme either with code or plugin.

    Can you help?

    Thanks in advance,
    Pablo

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you used Media Queries before?

    Just open style.css, search for media queries and delete them.

    It should be something like:

    @media screen and (max-width: 900px) {
    	.classes { styles }
    }
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can’t just delete the media queries @acosmin, or use a script that does it for you, because who’s to say that media queries aren’t used for the desktop version?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @pablo Gomez, short answer – No there aren’t plugins that do this for a good reason.

    Thread Starter Pablo Gomez

    (@plgomez)

    Hi Andrew,
    No, I haven’t used media queries … where can I read?
    Thanks,

    P

    Thread Starter Pablo Gomez

    (@plgomez)

    @andrew Nevins … short answer, that’s not a proper answer. I would have appreciated other sort of help. Thanks.

    Anyone else who can help me please?

    Regards,

    Pablo

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you rephrase your question from “is there a plugin for that?”?

    Thread Starter Pablo Gomez

    (@plgomez)

    @andrew Nevins,

    Once again, what I want to do is to find an effective way to remove responsiveness from any theme with or without a plugin.

    Is it clearer now?
    Thanks,

    Pablo

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes. There is not a way to remove responsiveness from any theme with or without a plugin. Short answer for a short question.

    Thread Starter Pablo Gomez

    (@plgomez)

    @andrew Nevins,

    Thanks for that. What about without a plugin, i.e.: changing the code?
    That was also part of the question.
    Regards,

    Pablo

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    All (front-end) responsiveness is set in themes or plugins, or third party services and not in the core application that comes with WordPress.

    Thread Starter Pablo Gomez

    (@plgomez)

    @andrew Nevins,

    You are really being very annoying and not helpful. If someone like me posts a questions is because we actually do not know the answer, hence, we need your help which you are clearly not giving.

    I would appreciate you please leave this thread as I would like someone from WP to kindly explain things clearly.

    Regards,

    Pablo

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You already received the answer.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Remove responsive feature’ is closed to new replies.