Forum Replies Created
-
AuthorPosts
-
February 16, 2015 at 8:22 pm in reply to: Category only displays first 1-2 posts in Catch Everest (free) #51836
Sakin
Keymaster@FinnJackson: I am also using same chrome and it’s displaying fine. Are you talking about different issue. Can you send me screenshot of the issue. So, that I can confirm it.
Sakin
Keymaster@shaun.smudger.smith: Sorry I don’t get it what you mean. Catch Everest is not a full width theme. So, you might want to try some of our other theme at http://catchthemes.com/themes/
February 16, 2015 at 7:13 pm in reply to: Category only displays first 1-2 posts in Catch Everest (free) #51831Sakin
Keymaster@FinnJackson: Yes for this, can you add in the following css in “Appearance => Theme Options => Custom CSS” box:
.site { overflow: visible; }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()condition -
AuthorPosts
