How to display the sidebar wide on all pages of the website

Viewing 7 posts - 1 through 7 (of 7 total)
  • #17001
    palermoviva
    Participant

    Hello, We want that the content is placed in the wide area person views on all pages of the website. What to do? thanks to those who help us.
    http://www.palermoviva.it

    #17030
    Daniel Tara
    Keymaster

    Put this call inside the theme’s single.php and page.php files:

    <?php get_sidebar( 'wide' ); ?>
    #17170
    palermoviva
    Participant

    Thanks Daniel, but really we do not know which line to enter the code …

    #17178
    Daniel Tara
    Keymaster

    See where it’s added in index.php and add it in the same location in the other pages.

    #17204
    palermoviva
    Participant

    Hello daniel, we have solved the problem. It’s ‘enough to insert the line in the header, the menu below to view the wide sidebar on every page and website article. Thank you for your help.
    We have another problem: the website is displayed in the iphone and the ipad with the sidebar below the body, making a mess. Do you think you can view the entire page as a thumbnail? Other websites appear so. It’s a problem we can set the theme or something?
    Thank you for what you do. You are really great.

    #17209
    Daniel Tara
    Keymaster

    In header.php remove this line:

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    #17222
    palermoviva
    Participant

    Dear Daniel, what to say: THANK YOU SO MUCH
    It worked. We would have a thousand other things to ask but we stop here … for now!
    Did you like our web site? What do you think? we would like to make other changes, you have any suggestions, any advice?
    However you again at the next
    and greetings from Palermo:-D

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

You must be logged in to reply to this topic.