Forum Replies Created
-
AuthorPosts
-
Mahesh
MemberHi @Anton,
Please post in your site url. And please specify where is the site you want it.
Regards,
MaheshMahesh
MemberHi @Shana Shanti,
Thank you for appreciation.
In Catch Evolution Free version, there is no such feature like to display post/page’s featured image as header image. How did you managed to display post’s featured image as header image in post pages?
Regards,
MaheshJanuary 29, 2016 at 10:56 am in reply to: setting widgets to show horiztonal in footer instead of vertical? #84029Mahesh
MemberHi @fishingguy,
For new question please create a new thread because it’ll be easier to find/search the thread. And if someone search for the same problem he/she may find the thread for the solution.
For your problem you can create a gallery and insert it into the post/page content. You can find more details in the following link.
https://codex.wordpress.org/The_WordPress_GalleryRegards,
MaheshMahesh
MemberHave you made any changes to the core CSS files? Edited date is not displaying in our server. You are using Catch Base Pro 3.1, latest version availabe is Catch Base Pro 3.2. Please update your theme. Let me know if the problem persists.
Regards,
MaheshMahesh
MemberHi @Loudmind,
For the removing space below slider, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
#feature-slider{ padding-bottom: 0; }And for the space between the text and footer, it is because of the empty widget in the footer area. Please go to “Dashboard=> Appearance=> Widgets” And remove the empty Text widget from Footer Area 1.
Regards,
MaheshMahesh
MemberHi @kerrigo,
Sorry, this feature was missing in Create Free. Thank you for letting us know. This will be fixed in the next update which will be released soon.
Regards,
MaheshMahesh
MemberHi @Carina,
1. You haven’t activated the child theme. Go to “Dashboard=> Appearance=> Themes” and activate Catch Responsive Child theme.
2. It seem you’re using static front page. Go to “Dashboard=> Appearance=> Customize=> Static Front Page” and select Your Latest Post from Front Page Displays option and click save.
3. Please replace the above CSS with the following. The background-color should only contain hex value. It will fix the footer color.
#site-generator { background-color: #000; color: #fff; }Let me know if this helps.
Regards,
MaheshMahesh
MemberHi @Petr Sabata,
This is a bug and will be fixed in the next update. For now please go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS.
#content .gallery-item { display: inline-block; margin: 0; }Regards,
MaheshMahesh
MemberHi @jie66,
Sorry, there were still some bug in some files. Just fixed now. Please wait for next update 4.2.2. Sorry for the inconvenience.
Thank you for letting us know and fix the bug.Regards,
MaheshMahesh
MemberHi @Petr Sabata,
Please post in your site url.
Regards,
MaheshMahesh
MemberHi @rflores,
Have you replaced the codes in your
functions.phpwith the codes I’ve given above? The code is working fine in our server. Can you please share yourfunctions.phpcode?Regards,
MaheshMahesh
MemberHi @huskser,
For the above, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
.featured-content-image{ text-align: center; } #featured-content.layout-three .hentry{ width: 25%; } #featured-content.layout-three .hentry:nth-child(3n+2){ width: 50%; }Regards,
MaheshMahesh
MemberHi @kerrigo,
Could you clarify your problem more. By full-width page do you mean removing sidebar and display content to full-width ( This feature is only available in Create Pro version )? Or do you mean to make your site full-width instead of fixed-layout?
Please post in your site url.Regards,
MaheshMahesh
MemberHi @Josh
The issue may be because ChatX and Catch Everest Pro use same jquery library. Or the way that ChatX has enqueued those libraries. Please contact the ChatX support for the issue. And we do not have access to ChatX plugin so that we can check it.
Regards,
MaheshMahesh
MemberHi @andrewf90,
This feature is only available in Catch Flames Pro version, so I recommend you to upgrade to Pro. In Catch Flames Free version, by default copyright displays the site title, therefore you have to change you site title instead.
Or you can customize it with a child theme.Regards,
MaheshMahesh
MemberHi @Loudmind,
Thank you for using Catch Responsive Pro.
Just checked your site and seems you have managed it to change the homepage to static front page. Now only the content of the page is being displayed.
Let me know if you are still having issues.
Regards,
MaheshMahesh
MemberWhere actually are you seeing this? Only published date are displaying in our server. Please post in your site url.
Regards,
MaheshJanuary 28, 2016 at 10:42 am in reply to: Want “Leave a Reply” field at bottom of the home-page post, too #83927Mahesh
MemberFor this you have to create child theme. For more details on creating child theme, visit this LINK. Then in child theme create a file and name it
index.phpand add the following codes in it and save.<?php /** * The main template file. * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * * @package Catch Themes * @subpackage Catch Base Pro * @since Catch Base 1.0 */ get_header(); ?> <main id="main" class="site-main" role="main"> <?php if ( have_posts() ) : ?> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php /* Include the Post-Format-specific template for the content. * If you want to override this in a child theme then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'content', get_post_format() ); ?> <?php $withcomments = 1; // force comments form and comments to show on front page comments_template(); ?> <?php endwhile; ?> <?php catchbase_content_nav( 'nav-below' ); ?> <?php else : ?> <?php get_template_part( 'no-results', 'index' ); ?> <?php endif; ?> </main><!-- #main --> <?php get_sidebar(); ?> <?php get_footer(); ?>This will display comments section in your home page.
Regards,
MaheshMahesh
MemberYou do not have to touch the theme’s code for this. It can be done with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
.wp-caption-text { font-size: 12px; }Regards,
MaheshMahesh
MemberHi @rcstani,
Please post in your site url.
Regards,
Mahesh -
AuthorPosts
