Forum Replies Created

Viewing 20 posts - 3,721 through 3,740 (of 14,499 total)
  • Author
    Posts
  • in reply to: How can I change individual tab color #57816
    Sakin
    Keymaster

    @Musa91: If you upgrade to Catch Box Pro then you will get color option in theme option panel from where you can choose color from color picker and save it.

    But in free theme, we need to customize the color using Custom CSS in “Appearance => Theme Options => Custom CSS” box or by building child theme and adding it in child theme style.css. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    So, try adding in the following css:

    #branding #access { background: none #1f9c4e; }
    #branding ul.menu li { border-color: #1d8745; }
    #branding .menu .current-menu-item > a, 
    #branding .menu .current-menu-ancestor > a, 
    #branding .menu .current_page_item > a, 
    #branding .menu .current_page_ancestor > a, 
    #colophon .menu .current-menu-item a {
        background-color: #ae0000;
    }
    in reply to: Hide Menu item on Mobile device #57788
    Sakin
    Keymaster

    @machoyouk: the css you have added in is incorrect. Can you name the title of the pages you want to hide then I can correct it.
    #tinynav1 option:nth-child(1n) { display: none; }

    in reply to: Replace Header Search Box with custom text area #57787
    Sakin
    Keymaster

    @Amy: I am bit confused. Can you post in your site URL and explain in reference with your site URL.

    in reply to: Mobile #57786
    Sakin
    Keymaster

    @Kim: It depends on personal choice, many people just like small one like this. Ok, try adding the following css in “Appearance => Theme Options => custom CSS” box”

    .mobile-menu { background-color: #d8180a; text-align: center; width: 100%; height: 50px; }
    .site .genericon-menu { box-sizing: border-box; height: 50px; width: 100%; }
    .mobile-menu a { color: #fff; padding: 10px; }
    .mobile-menu-text { display: inline-block; }
    in reply to: Read More #57784
    Sakin
    Keymaster

    @Kim: For that you need to change your layout to “Full Content Display” from “Appearance => Theme Options => Layout Options” or simply decrease the word count in “Appearance => Theme Options => Excerpt / More Tag Settings”

    in reply to: catchbase-core – Warning after last update (1.8) #57783
    Sakin
    Keymaster

    @bole: Or you can try completing it. You just need to complete the language file de_DE.po and de_DE.mo file. You can edit de_DE.po file using fee software from poedit.net

    Sakin
    Keymaster

    @ibnusaheed: I am not sure about Google Analytics and Jetplack plugin infinite scroll tracking. We just added in support for Jetpack plugin infinite scroll module. So, please post in Jetpack plugin support forum and your Google Analytics codes. We don’t have control on it. We just added this http://jetpack.me/support/infinite-scroll/

    in reply to: catchbase-core – Warning after last update (1.8) #57779
    Sakin
    Keymaster

    @bole: are you using Catch Base theme in any other language. If so then you might have incomplete language file and it is showing that issue. See this other user posted in same at http://catchthemes.com/support-forum/topic/error-in-hello-world-post-with-fresh-installed-wordpress-and-theme/

    in reply to: Problem in accessing social media icons #57776
    Sakin
    Keymaster

    @Webitseo: I see that you have added in all css in your child theme style.css . Child theme style.css should only have css that you want to change. For sample child theme and related, refer to http://catchthemes.com/blog/create-child-theme-wordpress/. So, remove all the css and add only requited css and it will work fine.

    in reply to: No widgets on right sidebar #57775
    Sakin
    Keymaster

    @Christian: Please post in the URL of the page where you have issue. then I can check in.

    in reply to: Sidebar reappears upon publishing #57774
    Sakin
    Keymaster

    @styvas: We haven’t made Catch Base compatible with bbPress forum. Maybe you can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .bbpress #main { width: 100%; }
    .bbpress .sidebar-primary { display: none; }
    in reply to: Title Attribute in Menu? #57773
    Sakin
    Keymaster

    @Ben: It will add title in your menu anchor link. For example, link in you menu without title attribute will be as below:
    <a href="http://catchthemes.com/demo/catch-evolution/">Home</a>
    and with title attribute, it will add title and will be as below:
    <a href="http://catchthemes.com/demo/catch-evolution/" title="Home">Home</a>


    @Ben
    : You can change the color by using Custom CSS>

    Sakin
    Keymaster

    @Kathy: Thanks we will fix this in next version update. Till then, you need to add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .no-sidebar.one-column #featured-content.layout-three .hentry {
    	width: 33.33%;
    }
    @media screen and (max-width: 480px) {
    	.no-sidebar.one-column #featured-content.layout-three .hentry {
    	    display: block;
    	    float: none;
    	    width: 100%;
    	}	
    }
    in reply to: Hide entry-title on Home page only #57769
    Sakin
    Keymaster

    @Kathy: You can just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide entry title in your homepage.
    .home #main .entry-title { display: none; }

    in reply to: Change posts home page template #57768
    Sakin
    Keymaster

    @machoyouk: Yes, you can change the default layout from “Appearance => Theme Options => Default Layout”.

    in reply to: Featured Post Slider #57767
    Sakin
    Keymaster

    @Jeanieandluluskitchen: It’s not issue of your post update. It’s issue with some code conflicting with slider script. Have you installed or updated any code or pluign recently. If so then try disabling plugin one by one to to find the conflicting plugin.

    in reply to: Varying header images #57766
    Sakin
    Keymaster

    @Connie: The latest version of Catch Base Pro is version 2.4. See this http://catchthemes.com/themes/catch-base-pro/

    Also this forum was talking about Header Featured Image. Can you update to latest version of Catch base pro and let me know your settings at “Appearance => Customize => Theme Options => Layout Options”. Also your site is not yet live for me to check in.

    in reply to: Unable to install Full Frane Pro #57765
    Sakin
    Keymaster
    in reply to: Blank Featured Slider # #57764
    Sakin
    Keymaster

    @aj: It’s strange. Can you check your settings at “Appearance => Customize => Featured Slider Options => Featured Slider Settings”. After this, try disabling plugin one by one as it might be plugin conflict issue with our slider. I will also email you and you can reply me there is it doesn’t work after all this.

    in reply to: Featured posts #57763
    Sakin
    Keymaster

    @Juha_52: To change that text, you need to build child theme. For child theme and sample child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/. Then after you build child theme, you need to copy content.php file to your child theme and edit the text Featured as per your need.

Viewing 20 posts - 3,721 through 3,740 (of 14,499 total)