Forum Replies Created
-
AuthorPosts
-
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; }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>May 15, 2015 at 11:30 pm in reply to: Widget as Featured Content – doesn't fit width when layout is No Sidebar-One Col #57772Sakin
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%; } }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; }Sakin
Keymaster@machoyouk: Yes, you can change the default layout from “Appearance => Theme Options => Default Layout”.
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.
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.
Sakin
Keymaster@Francis: See the link below. It’s linking to zip file. http://catchthemes.com/update-notifier/catch-updater/version-control/catch-updater.0.3.zip
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.
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.phpfile to your child theme and edit the text Featured as per your need.Sakin
Keymaster@Craig: Please post in your site URL so that I can check in your background image and suggest you the css.
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; }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/
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/
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/
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.
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.
-
AuthorPosts
