Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #46717
    Jale
    Member

    Hi,

    I would like to use footer widget area 1, 2 and 3 on my front page, but I don’t want theese areas to show up on other pages. Is there a way to achieve this ?

    I tried to find a page template which would allow this, and use it with all the pages except the front page, but non worked.

    #46738
    Sakin
    Keymaster

    @Jale: Hum for this, I guess you need to activate “Jetpack” plugin “Widget Visibility” module, as this will give option to add in widget only in specific pages.

    #46765
    Jale
    Member

    Thanks Sakin. I’m new to wordpress so I did not know for that plugin.

    One more question, I’v heard plugins slow down the website, so if I want to optimize the site, is there a relatively simple way to do this manually, maybe add some css ?When we want to hide page title but still use it in featured slider we add
    .page .entry-header { display: none; }
    Is there a similar solution to this ?

    #46820
    Sakin
    Keymaster

    @Jale: Site speed mostly depends on your Website Hosting Server. But if you want then you can install plugin such as W3 Total Cache to cache your site to make it faster load.

    To hide title only in page, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.
    .page #main .entry-header { display: none; }

    #46857
    Jale
    Member

    Thanks again Sakin, very cool themes you’v got and excelent support, thank you 🙂

    #46873
    Sakin
    Keymaster

    @Jale: Thanks for your appreciation.

    #47664
    shv
    Member

    Hi,

    Whereabout can I remove the default text/categories in the theme, e.g.

    Spectacular Dhulikhel
    The Mountains – A Tourist Paradise: The spectacular snowfed mountains seen from Dhuklikhel must be one of the finest panoramic views in the world.

    etc.?

    Thanks in advance.

    #47687
    Sakin
    Keymaster

    @shv: Those are the demo text and image from Homepage Featured Content. You can either change the image and text or disable it through “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” from your WordPress Dashboard.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Can I have footer widget areas only on front page and not on other pages’ is closed to new replies.