Home Forums Theme support responsive design

This topic contains 4 replies, has 2 voices, and was last updated by  7Theme Support 8 years, 4 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hi i have
    set to check this box if u want to enable responsive design

    http://www.tuttogarepubblicitaecomunicazione.it/

    but it didn t show the responsive too

    may u help me and check please

    divengo theme
    txs

    additional info :

    if i test on the broswer ( on pc ) reducing the layout it seems to be responsive
    but in the smarthphone to….mantain desktop view
    txs

    Hi,

    I saw in the header of the theme is missing a special tag for smaller screens. Do you use plugins? Maybe one of the plugins has removed the action call for the function…

    However, the most easiest way to fix it is to open the file “Functions.php” in the theme folder and add this code to the end of the file:

    function sl_p_handle_viewport_error(){
    	echo '<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />';
    }
    add_action("wp_head","sl_p_handle_viewport_error");

    yes i use some plugin ….i should analyze what produce
    conflict …but with your suggestion
    now it works..
    txs a lot..

    You’re welcome!

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.