Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@bmtt: This Feature is already available in Pro version, I recommend you to upgrade to Pro. If you decide to have it in the Free version, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then override the function
catchresponsive_archive_content_image.
Hope this helps.Regards,
MaheshMahesh
Member@bmtt:
1. Turn off search function in the navigation bar:
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:.sidebar.sidebar-header-right.widget-area { display: none; }2. If I decided to keep the search function on the navigation bar, is there any way to get this to work on the responsive mobile view:
This is working fine in mobile view.Let me know if any problem. And please post in your site URL.
Regards,
MaheshMahesh
Member@t-dubbis: If you mean to remove the border color and caption background, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.wp-caption { background: none; border: none; }Let me know if any problem.
Regards,
MaheshMahesh
Member@oleymedia: Sorry for the trouble. This is a sales related issue, tech team helps with the issue related to programming/coding. The sales team will help you for sure. If you have paid for the theme, you’ll definitely get it. Please contact the sales team.
Regards,
MaheshMahesh
Member@rflores: You are using Jetpack’s Twitter Timeline right? In the widget options there is an option to limit the twitter posts, put 3 in # of Tweets Shown in Twitter Timeline widget option.
Regards,
MaheshMahesh
Member@redlillies: Please post in your site URL.
Regards,
MaheshMahesh
Member@magicfinger: Go to Dashboard=> Appearance=> Customize=> Featured Content and change content to “Bienvenue” in Headline for Featured Content.
Note: This will not work if you’ve chose Demo Featured Content in Select Content Type. Please make sure you’ve selected Featured Page Content.
If you do want to change the Featured Content to “Bienvenue” by default, you’ll have to modifyfr_FR.pofile and change line number 340 stringmsgstr "Contenu en vedette"tomsgstr "Bienvenue"Regards,
MaheshMahesh
Member@gdyeacu: Glad to know you’ve got what you wanted and all by yourself. Yes, sure we ready to help anytime. Have a nice day!
Regards,
MaheshMahesh
Member@taylor467: I check your site and only one header image displaying now. I tried the same with the setting on our sever and is working fine. Please make sure you’ve uploaded multiple image to the header image and click Randomize Uploaded Headers. Let me know if any problem.
Regards,
MaheshMahesh
Member@smoothiechode: Sorry, haven’t tested the theme with this plugin. The theme may or may not support it.
Regards,
MaheshJuly 3, 2016 at 10:20 am in reply to: No sidebar layout – grey colour between content and footer #94634Mahesh
Member@nextgenf: May be it is due to caching. Please try clearing cache and check again. Let me know if any problem.
Regards,
MaheshJuly 3, 2016 at 10:08 am in reply to: Next and Previous page navigation links at the top and bottom of each page #94633Mahesh
Member@smoothiechode: Glad to know you’ve got the navigation working. Yes, you’ll need to set the setting for the child theme. The purpose of child theme is to customize the theme and preserve the customization even after theme updates. Because if you customize the core theme, then you’ll lost all the customization after every update.
Hope this helps. Let me know if any problem.Regards,
MaheshMahesh
Member@bigoslesli: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Member@filip_1: I checked you site, now you’ve removed some of the menu items and there are six item now. To make the menu items use all the space to the right, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#menu-pocetna .menu-item { width: 16.565%; }Regards,
MaheshMahesh
Member@webeida: Have you modified the code or using the child theme? The HTML structure is different in you site than the default. I checked using your very logo and it worked fine, the menu is displaying under the logo. If you have modified theme or using child theme, try it with fresh untouched Simple Catch theme and let me know if the problem persists. If you are using any plugins, try deactivating those too. As you have compressed the site, it is difficult to check your theme version too.
Regards,
MaheshJuly 1, 2016 at 5:18 pm in reply to: Next and Previous page navigation links at the top and bottom of each page #94566Mahesh
Member@smoothiechode: For this you’ll need to create a child theme. You can find more on creating child theme HERE. Then in you child theme folder create page.php file and copy the codes below into it.
<?php /** * The template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package Catch Themes * @subpackage Full Frame * @since Full Frame 1.0 */ get_header(); ?> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php fullframe_post_navigation(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php fullframe_post_navigation(); ?> <?php /** * fullframe_comment_section hook * * @hooked fullframe_get_comment_section - 10 */ do_action( 'fullframe_comment_section' ); ?> <?php endwhile; // end of the loop. ?> </main><!-- #main --> <?php get_sidebar(); ?> <?php get_footer();This will put navigation links below and above the content for pages.
Note: If you want to use navigation only above or only below then remove the code as necessary.
Line 20 is for above navigation links.
Line 22 is for below navigation links.Hope this helps.
Regards,
MaheshMahesh
Member@filip_1: What actually do you want to customize in the menu? You’ve mentioned that you want to customize the length of links, can you please show me with an image as an example.
Let me know further.Regards,
MaheshMahesh
Member@wouwonline: Thank you for your appreciation. If you like my support and Catch Kathmandu theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu?rate=5#postform
Have a nice day!
Regards,
MaheshMahesh
Member@webeida: I checked your site and the logo is displaying above the menu as you wanted. Let me know if I am confused on this and not what you wanted.
And for full-width menu, you’ll need to customize the html structure as this theme is a boxed layout. I recommend you to hire a customizer or use other full-width themes like Adventurous, Full Frame etc.Regards,
Mahesh -
AuthorPosts
