Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@valisann: Full Content display layout doesn’t show featured image in blog. As this option is used to show the content as it is in the single post. So, you can just add image at the top of post and it will show image in blog.
So, if you are trying to show featured image in your archive/category/blog page, then you can just just copy
content.php
file to your child theme, then just add the following code, just below<div class="entry-content">
<?php if ( has_post_thumbnail() ):?> <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'catch-evolution' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"> <?php the_post_thumbnail( $imagesize ); ?> </a> <?php endif; ?>
January 30, 2017 at 10:49 pm in reply to: After the update to 4.6, there is no possibility to change the color #108383Sakin
Keymaster@baneff: Thanks for posting your site link and now I found that it’s the issue only in Child Theme. I have fixed this issue and update in version 4.6.2
Sakin
Keymaster@candice: Can you post in Create theme support forum at https://catchthemes.com/support-forum/forum/create-free/ and also post in your site URL there. Then I can check in. This is Catch Everest Pro theme support forum. So, if I give you answer there, others will be confused. Sorry for this.
January 30, 2017 at 9:41 pm in reply to: After the update to 4.6, there is no possibility to change the color #108372Sakin
KeymasterSakin
Keymaster@adobosm: Please refresh your browser and check in. It’s looks like Cache issue after the theme update. As when I check in your site. Menu is loading fine.
Sakin
Keymaster@michaelking: Thanks for working out to solve the issue and posting the the name of conflicting plugin. This will really help other users.
Sakin
Keymaster@michaelking: It’s something on your site as demo is working fine. Now, I guess some plugin conflict or settings. I will send you email to check in your site directly. Thanks.
Sakin
Keymaster@michaelking: I just tested your site in details with various phone. Yes, there is issue in iPhone IOS devices where as no issue in Android phone. Then I check in our demo URL https://catchthemes.com/demo/catch-everest/ and it’s working perfectly in all devices.
So, the problem seems to be only with your site URL. The problem seems to be coming from your customization. Can you remove the Custom CSS that you have added in and test it?
Sakin
Keymaster@michaelking: In which device are you checking in? I just check in my iPhone and it’s working fine. Check out this screenshot of your site https://dl.dropboxusercontent.com/u/81234910/michaelking.PNG
Sakin
KeymasterHi Peter,
Multiple H1 is not really issue in HTML5. It’s only issue when the theme is using HTML4. So, it’s fine. But if you are looking for our theme without multiple H1 then you can check out
1. Lucida Free and Lucida Pro
2. Helena Free and Helena Pro
3. Rock Star Free and Rock Star Pro
4. Clean Business and Clean Business Pro
5. Fabulous Fluid and Fabulous Fluid Pro
6. Clean Magazine and Clean Magazine Pro
7. Jomsom and Jomsom ProRegards,
SakinSakin
Keymaster@blantonlaura: It’s ok and yes, every theme functions are different. So, posting in wrong forum will definitely mislead. That is why we ask site URL to see the theme and site but your site was not live so we couldn’t do that. Sorry from our side too.
Sakin
Keymaster@lanretobi: it’s not full screen as the the no sidebar full content layout is there only in pro version. Check out demo at https://catchthemes.com/demo/catch-kathmandu/layout-options/no-sidebar-full-width/ and also check out them instructions at https://catchthemes.com/theme-instructions/catch-kathmandu-pro/
So, if you want to increase the font in mobile devices only then you can use
@media screen and (max-width: 780px) { /* Add CSS Here */ }
But if you want to change for all devices below 980px then, you can use the following:
@media screen and (max-width: 979px) { /* Add CSS Here */ }
Sakin
Keymaster@jaspergfernandez: Can you post in your site URL and then I can check in your paypa button code.
Sakin
Keymaster@lanretobi: You need to add in your site URL and let me know the sizes that you want to desktop and mobile devices. Then, you can customize that using “Additional CSS”
Sakin
Keymaster@brian-rogers: Sorry, this is Catch Themes support forum and we only support our theme. Please post in appropriate support forum.
Sakin
Keymaster@blantonlaura: The new version was just release 6 days ago. So, I guess you just missed that day. About the update notification, you should get in in your dashboard. About the sever cache issue it will not have issue in your live site for sure. If you have then let me know it and then I can solve it in your live site.
Sakin
Keymaster@blantonlaura: The current version is 3.4.1. So, you should update the theme. Looks like your server where you have install the theme has issue with transient cache. This is more of server issue and once your site will be live you won’t have this issue.
For now to check your server cache issue, can you download child theme from http://catchthemes.com/wp-content/uploads/2014/05/catch-evolution-pro-child1.zip and in this child theme functions.php file add in the following code:
/** * Clearing Invalid Cache */ function catchevolution_delete_invalidcache() { delete_transient( 'catchevolution_logo' ); } // catchevolution_delete_invalidcache add_action( 'after_setup_theme', 'catchevolution_delete_invalidcache' );
Sakin
Keymaster@pcburkhalter: I check in your site and see that you are using Catch Responsive theme but this is forum in for Simple Catch Theme. Each theme is different and one theme solution might not work with another. So, for Catch Responsive free theme, please use the support forum at https://catchthemes.com/support-forum/forum/catch-responsive-free/
To hide search in your header, you can add the following css in “Appearance => Customize => Additional CSS” box:
.sidebar-header-right { display: none; }
Sakin
Keymaster@blantonlaura: It was fixed in Version 1.6.1 [Updated 2014-03-03]. Check out change log at https://catchthemes.com/changelogs/catch-evolution-pro-change-log/. So, which version and theme are you using it? Can you send me your site URL and then I can check in.
-
AuthorPosts