Forum Replies Created

Viewing 20 posts - 3,741 through 3,760 (of 14,509 total)
  • Author
    Posts
  • 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.

    in reply to: Adding Background to Featured Content #57762
    Sakin
    Keymaster

    @Craig: Please post in your site URL so that I can check in your background image and suggest you the css.

    in reply to: Can't get sidebar on blog page only #57761
    Sakin
    Keymaster

    @byMuk: We haven’t added WooCommercer support in Catch Responsive theme yet. SO, for now to hide the sidebar in your product pages, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .woocommerce-page #main {
       width: 100%;
    }
    .woocommerce-page .sidebar-primary {
       display: none; 
    }
    in reply to: Please Donate to Catch Themes after Nepal Earthquake #57760
    Sakin
    Keymaster

    @Laura Pio: Thanks for your purchase and support. Greetings from Nepal.

    in reply to: Center site title and tagline #57759
    Sakin
    Keymaster

    @dodo: That’s nice you fixed it.

    in reply to: Unable to install Full Frane Pro #57739
    Sakin
    Keymaster

    @Francis: It is zip file. Your browser must have auto extractor. That is why you might want to try downloading with other browser or “Right Click on the Link” and then click Save link as, it’s same as your account. https://www.pinterest.com/pin/548594798333093154/

    in reply to: Unable to install Full Frane Pro #57732
    Sakin
    Keymaster

    @Francis: I see that you are trying to update the theme. So, can you please install Catch Updater plugin from http://catchthemes.com/wp-plugins/catch-updater/. Just download the zip file of catch updater plugin. To install this updater plugin, go to “Plugins => Add New => Uploads”, then upload the zip file and install and activate this. After you activate this plugin, you will be able to update the theme from “Appearance => Themes => Add New => Upload Theme”. It’s clearly mentioned in theme instructions page at http://catchthemes.com/theme-instructions/full-frame-pro/

    in reply to: Jquery issue #57706
    Sakin
    Keymaster

    @rkmoonak: Yes, please reply me in email when you have free time. Thanks

    in reply to: Unable to install Full Frane Pro #57704
    Sakin
    Keymaster

    @Francis: I don’t get it what you mean. Which zip file is not working. I check in and both are working fine for me. Maybe you have auto extractor in your browser. Please try from another browser or right click on the link and save link as. See this screenshot https://www.pinterest.com/pin/548594798333093154/

    in reply to: How can I change individual tab color #57701
    Sakin
    Keymaster

    @Musa91: Sorry I don’t get it what you mean. We don’t have anything called individual tab. Please share your site URL and explain which element you want to change and to which color code. Then I can send you custom css that you can add in.

    in reply to: Removing Primary Menu #57700
    Sakin
    Keymaster

    @JOSHUA:
    1. Yes, you can disable primary menu from “Appearance => Customize => Theme Options => Fixed Header Top Options”. Just check in option “Check to disable Primary Menu” and save & publish it.

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

    3. To add secondary menu. First, create custom menu from “Appearance => Menus” and then assign your custom menu to secondary location “Appearance => Menus => Manage Locations”

    Sorry for the late reply as we are still suffering from Earthquakes and aftershocks in Nepal.

Viewing 20 posts - 3,741 through 3,760 (of 14,509 total)