Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@dawfx: No you are wrong. Gridalicious Pro theme has 4 custom theme location: Primary, Secondary, Header Right and Footer. But yes, Simple Catch Pro theme has only one menu location that is Primary menu.
Sakin
Keymaster@EducatedSavage: If you want to add can custom codes that I recommend you to create Child Theme first. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/.
Then you need to add that code by creating function, hook in catchbase_before_content hook and add in your child theme functions.php file. See the sample code as below which will print Hello Another Feature to the Header below the promotion headline.
function catchbase_below_promotion_headline() { echo 'Hello Another Feature to the Header'; } add_action( 'catchbase_before_content', 'catchbase_below_promotion_headline', 32 );Sakin
Keymaster@Caducassau: Sorry Pro theme cannot be update like that. You need to download the update from your account at http://catchthemes.com/my-account/ and you can use Catch Updater plugin to update it from your Dashboard or Use FTP. Check out theme instructions page at http://catchthemes.com/theme-instructions/adventurous-pro and Catch Updater plugin page at http://catchthemes.com/wp-plugins/catch-updater/
Sakin
Keymaster@Marcus: This is more related to your WordPress installation and server issue. So, I need to check in your site. I will send you email and you can reply me there.
Sakin
Keymaster@dawfx: You are looking at 2 different type of theme. You might want to look at Simple Catch Pro theme or Gridalicious Pro theme.
Sakin
Keymaster@CollegeCook” Sorry there is no option to select specific category in Create Pro theme.
In excerpt mode, it will display featured image if there in in your posts.
Sakin
Keymaster@Gunter: Thanks for your appreciation 🙂
Sakin
Keymaster@alamurespa: If you have alignment issue then try to upload image of size 33px height and 33px width.
Sakin
Keymaster@Alexander: Looks like you are trying to customize functions.php file in catch-flames-pro folder. Please restore the file from original theme file. You shouldn’t edit/add any code/file inside catch-flames-pro folder. If you need to edit any functions or files then you need to edit by building child theme.
February 16, 2015 at 1:26 am in reply to: Is there any coding that will make plugin sliders be placed over demo sliders? #51783Sakin
Keymaster@Troy: You can disable the theme slider from “Appearance => Theme Options => Slider Options => Enable Slide”.
For plugin, you need to check in plugin and there will be instruction in plugin.
Sakin
Keymaster@shaun.smudger.smith: Thanks 🙂
Sakin
Keymaster@Ronel: We don’t have option like that. The Email Social link is there to add in your email address and when you add email address it will link as mailto
February 16, 2015 at 1:17 am in reply to: Category only displays first 1-2 posts in Catch Everest (free) #51780Sakin
Keymaster@FinnJackson: Can you post in your screenshot URL as I don’t see issue. that overflow visible is for the menu.
Sakin
Keymaster@eparnau: I have already mentioned to you that you need to copy
catchevolution_featured_header()function in your child themefunctions.phpfile. Then you need to remove that header image usingis_home()conditionSakin
Keymaster@tfindlay: There is Featured Content option in both Free and Pro version. When you click on “Appearance => Theme Options”, you will see 4 main tabs as “Theme Options, Featured Content, Featured Slider and Social Links”. There you need to click on “Featured Content”
Sakin
Keymaster@eparnau: Sorry that option is only there in Catch Evolution Pro version. In Pro version you have option to select Enable Featured Header Image from “Appearance => Theme Options => Header Featured Image Options”
For free version, there is no option. So, you have to build child theme and edit the function
catchevolution_featured_header()Sakin
Keymaster@omrani: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
footer.entry-meta { display: none; }Sakin
Keymaster@Gunter: That is active page color. You can change that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box. Change the color as per your need.
#hgroup-wrap ul.menu li:hover > a, #hgroup-wrap ul.menu a:focus, #hgroup-wrap .menu .current-menu-item > a, #hgroup-wrap .menu .current-menu-ancestor > a, #hgroup-wrap .menu .current_page_item > a, #hgroup-wrap .menu .current_page_ancestor > a { background-color: #fff; color: #5c89c7; } -
AuthorPosts
