Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #38250
    Serena
    Member

    ex: I do not want “首页” display on 首页 page. http://zepicom.com/blog/
    I do not want “关于我们” display on 关于我们 page. http://zepicom.com/blog/%E5%85%B3%E4%BA%8E%E6%88%91%E4%BB%AC

    #38269
    Sakin
    Keymaster

    @Serena: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .home #content-sidebar-wrap,
    .page .entry-header { 
        display: none; 
    }
    #38450
    Serena
    Member

    Thanks. I see.

    There is another problem. When I use search widget, where can I edit the not found page? I want to change the English to other language. Thank you.

    #38468
    Sakin
    Keymaster

    @Serena: Language are controlled from .mo and .po file at languages directory inside ‘catch-kathmandu-pro’ theme directory. For this you can use poedit.net software to generate languages files. Further, if you want us to include in Theme itself then you need to send us the language files.

    #46086
    Bryan
    Member

    Hi,

    I have the same request but I want to show the title on the featured content but not on the actual pages. Is there a way to distinguish those? Thanks. Great theme by the way. You guys did a really great job with it.

    #46118
    Sakin
    Keymaster

    @Bryan: Please post in your site URL so that I can check in and send you the custom css.

    #46145
    Bryan
    Member

    Sure, of course.
    http://www.heatherfrankos.com/test/

    Thanks

    #46177
    Sakin
    Keymaster

    @Bryan: Please add in the following css in “Appearance => Theme Options => Custom CSS” box.
    .page #featured-post .entry-header { display: block; }

    #46218
    Bryan
    Member

    Thank you so much!! That did the trick. I thought changing the display would change it but I figured to ask first.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How could I dis-enable the the pages tile on each pages?’ is closed to new replies.