Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@camila: Thank you for your appreciation. Glad to know your issue is solved. Have a nice day you too!
Regards,
MaheshMahesh
Participant@petermilliken: Glad to know everything is working fine now. Sometimes plugins do create issue and deactivating then reactivating it may solve some issues, strange. 🙂
Thank you for your appreciation. Have a nice day!Regards,
MaheshMahesh
Participant@agescho: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.custom-icon { vertical-align: bottom; }Regards,
MaheshMahesh
Participant@agescho: Yes, sure. You can send it to mahesh [at] catchthemes [dot] com.
Regards,
MaheshMahesh
Participant@aparente001: The code should have worked fine. I have attached the
category-question.phpfile in the link below, please try and check if this helps. I checked it in our server and worked fine.
https://goo.gl/bPliQa
Let me know if any problem.Regards,
MaheshMahesh
Participant@camila: I’ve replied you in the other post, so I’ll skip this one. Please do not post the same issue twice.
Regards,
MaheshMahesh
Participant@camila: I checked your site and seems you have mailchimp plugin and embed.js script of the plugin is causing the issue. Please try disabling the plugin and check if it resolves the issue.
Let me know further.Regards,
MaheshMahesh
Participant@aparante001: Please replace the code in your child theme’s
category.phpwith the code below:<?php /** * The template for displaying Category Archive pages. * * @package Catch Themes * @subpackage Catch_Evolution_Pro * @since Catch Evolution 1.0 */ get_header(); ?> <?php if ( have_posts() ) : ?> <header class="page-header"> <h1 class="page-title"><?php printf( __( 'HELPline Test', 'catch-evolution' ), '<span>' . single_cat_title( '', false ) . '</span>' ); ?></h1> <?php $category_description = category_description(); if ( ! empty( $category_description ) ) echo apply_filters( 'category_archive_meta', '<div class="category-archive-meta">' . $category_description . '</div>' ); ?> </header> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php /* Include the Post-Format-specific template for the content. * If you want to overload 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"; comments_template( '', true ); ?> <?php endwhile; ?> <?php catchevolution_content_nav( 'nav-below' ); ?> <?php else : ?> <article id="post-0" class="post no-results not-found"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Nothing Found', 'catch-evolution' ); ?></h1> </header><!-- .entry-header --> <div class="entry-content"> <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'catch-evolution' ); ?></p> <?php get_search_form(); ?> </div><!-- .entry-content --> </article><!-- #post-0 --> <?php endif; ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer();This will resolve two of your issues.
– change the way the page title appears
– display all the comments, without requiring the visitor to click on anythingFor the other two, you’ll have to change some settings. Please follow along:
– display the full content of each post in this category (not an excerpt)
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Full Content Display in Full Content Display and click on Save Changes– display only the 50 most recent posts in this category
Go to Dashboard=> Settings=> Reading and put 50 in Blog pages show at most field and click on Save ChangesHope this helps. Let me know if any problem.
Regards,
MaheshMahesh
Participant@petermilliken: I checked the URL, it says, “Maintenance mode is on”. Are you using any plugins? If yes, try disabling plugins one by one and check if it resolves the issue.
Let me know further.Regards,
MaheshMahesh
Participant@sueschalk: The Password Protected post will be listed but the content is hidden and only displayed after you have put in the password. This is working fine.
Word “foot” displaying in the top left corner of each post.
Have you modified content.php file? Seems you have put foot text in thecontent.phpby mistake and that is why it is displaying there. You’ll need to check for it and remove it manually.Let me know if any problem.
Regards,
MaheshMahesh
Participant@alex1337: The issue is because of excerpt content. Using excerpt will strip all the HTML tags and will only display plain text. For resolving the issue, you’ll have to display full-content instead of excerpt. Go to Dashboard=> Appearance=> Theme Options=> Layout Options and select Show Full Content (No Featured Image).
Hope this helps.Regards,
MaheshMahesh
Participant@rollik:
Hi Rolf,Thank you for using Clean Business Pro theme. Yes, this can be done through Customizer. Go to Dashboard=> Appearance=> Customize=> Featured Content => Featured Content Options and select Featured Category Content in Select Content Type then select your desired category in Select Categories.
Hope this helps.Regards,
MaheshMahesh
Participant@wouwonline: For Homepage without sidebar, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select No Sidebar (Content-Width) in Default Layout option. If you want No Sidebar (Full Width), I recommend you to upgrade to Pro since the option is only available in Pro version.
You can also use Custom CSS for removing the content with blog posts and sidebar. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:.home #content { display: none; }Regards,
MaheshJuly 12, 2016 at 12:26 pm in reply to: Primary Menu don't disapear when selecting adding other Top Header Menu #95189Mahesh
Participant@nomada: Sorry, my bad, its
.nav-primary. Can you please explain in details what you want to do by change template.Regards,
MaheshMahesh
Participant@josefkuhnt:
Hi Josef,Pro theme cannot be updated like this as free themes. You can find the theme’s zip file in https://catchthemes.com/my-account/ page. Download it from there and then use Catch Updater module of Catch Web Tools plugin to update the theme.
https://wordpress.org/plugins/catch-web-tools/installation/
Here is the video tutorial of how to use Catch Updater plugin to update the theme.
https://www.youtube.com/watch?v=W95SuabDZi8Regards,
MaheshMahesh
Participant@josefkuhnt: Which WordPress version are you using? I checked your site and you are using Catch Base Pro 3.0.1. This is really old version. The latest available version of the theme is 3.7. I recommend you to update the theme to the latest version. Since lot of changes has been done and more options are added on with the WordPress core updates.
Hope this helps. Let me know if any problem.Regards,
MaheshMahesh
Participant@jennifersimsdesign-com-au:
Hi Jen,Sorry, but the theme uses the image for the social icons thus color cannot be changed. I recommend you to use Social Icons module of Catch Web Tools plugins which provides you with the feature.
https://wordpress.org/plugins/catch-web-tools/Regards,
MaheshMahesh
Participant@nadiahri:
Hi Nadia,Sorry for the trouble, for missing links, you have to change the link to your main domain instead of you sub domain. This has to be done in the database and have to be very careful. Repeat the same of all the records with sub-domain URL.
And as for the other issue, no slider in mobile, this is kind of tricky. Are you using any plugins, if so may be it is causing the issue please try disabling you plugins one by one and check if it resolves the issue. Or may be the customization has caused the issue. Please check it with the parent theme and see if the slider works on mobile version.
I checked for the same in our server in mobile and it is working fine. Please check this DEMO LINKLet me know further.
Regards,
Mahesh -
AuthorPosts
