Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Amanda Barbosa: Sorry I don’t get it what you mean. Can you explain more with your site URL.
Sakin
Keymaster@stuknowler: I see that you have already change the image in Featured Content Display image size. I hope you have already solved it.
Sakin
Keymaster@Alexey: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#main .gallery img { border: none; }May 6, 2015 at 8:27 pm in reply to: Decrease slider size and remove white spaces in Catch Everest Pro #57270Sakin
Keymaster@Rolando: I don’t get it what you mean. You are using Simple Catch Pro theme, where you can use Featured Image Slider and upload any image size as per your need. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
Sakin
Keymaster@afeauto:Thanks and I have fixed the issue and we will be releasing this patch in new version update.
Sakin
Keymaster@Mark: You can use “Image Loader” as “wait” if you have issue with sliders appear our of order. But most of the time “true” will load slider appear in same order.
Sakin
Keymaster@kopernik:
1. To change the menu potion to top above your site title. You need to build child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/. Then add the following code in your child theme functions.php file.// Unhook default Catch Responsive functions function unhook_catchresponsive_functions() { remove_action( 'catchresponsive_after_header', 'catchresponsive_primary_menu', 20 ); } add_action( 'init', 'unhook_catchresponsive_functions' ); //Adding menu at top in header add_action( 'catchresponsive_header', 'catchresponsive_primary_menu', 15 );2. Then you need to add following css in your child theme style.css file to make your menu fixed:
.nav-primary .wrapper { width: 1200px; } @media screen and (max-width: 1280px) { .nav-primary .wrapper { width: 1100px; } } @media screen and (max-width: 1152px) { .nav-primary .wrapper { width: 1040px; } } @media screen and (max-width: 1100px) { .nav-primary .wrapper { width: 960px; } } @media screen and (min-width: 991px) { .site { position: relative; } .site .nav-primary { position: fixed; top: 0; overflow: hidden; } #masthead { padding-top: 40px; } }Sakin
Keymaster@alexander: Which version of IE are you check in from. As when I check in from IE in my computer, your site slider is working fine. Also I don’t understand demo working and page slider not working as both uses same script and style.
Sakin
Keymaster@JeffI: Thanks for your prayers. We really need it. We are so sadden and shattered by this devastating earthquake.
Can you go to “Appearance => Header” and them remove your current header image and then re-upload it. It is playing with width issue.
If it doesn’t fix it then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#site-logo img { width: 600px; max-width: 100%; }Sakin
Keymaster@Sheila: Sorry this is not a theme issue and it’s about WordPress, Pages and Menu. So, just go to “Appearance => Menus” and edit your menu. You can delete that Home from your menu and add original home to menu.
See this on how to add original home to your menu. https://www.pinterest.com/pin/548594798331207092/
Sakin
KeymasterSorry for the late response due to disaster in Nepal. We are finally released Catch Base Pro 2.4, Catch Responsive Pro 2.1 and Full Frame Pro 2.3. Also we have pushed Catch Responsive 1.4, Full Frame 1.5 and Catch Base 1.8 to WordPress.org and these free themes will be live after approval from WordPress.org theme review team.
Sakin
Keymaster@Riccardo: looks like you have edit content.php file in your child theme. As your site is lot loading the following code:
<header class="entry-header"> <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'catchkathmandu' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> <?php if ( 'post' == get_post_type() ) : ?> <div class="entry-meta"> <?php catchkathmandu_header_meta(); ?> </div><!-- .entry-meta --> <?php endif; ?> </header><!-- .entry-header -->This code should be below:
<div class="entry-container">in your content.php file.Sakin
Keymaster@David: Most you will see these type of issue when there is conflict with the plugin. So, try disabling plugins one by one to find the conflicting plugin and check in. Customizer should work fine. Also make sure that you are using latest version of WordPress.
Sakin
Keymaster@JEmma2314: If you have added in the Catch Web Tools. Then you can add tracing code in “Catch Web Tools => Webmaster Tools”, then first activate it by check in “Enable Webmaster Module” and then add in Header and Footer codes as per your need. Sometime, there might be cache issue. So, if you have any cache plugin then please clear and check in. Share your site URL so that I can check in.
Sakin
Keymaster@danielski: You cannot overwrite inc folder like that. Can you let me know what are you trying to do it. So, that I can guide. You can actually copy functions from those files and add in your child theme functions and edit it.
Sakin
Keymaster@Sheila: Then you can upload same image if you like this image. You can download these image from
Image One: http://wp-themes.com/wp-content/themes/catch-responsive/images/gallery/slider1-1200×514.jpg
Image Two: http://wp-themes.com/wp-content/themes/catch-responsive/images/gallery/slider2-1200×514.jpgSakin
Keymaster@machoyouk: Yes, you can hide by adding the Custom css. First, count your menu item which you want to hide. For example, if you want to hide the 4th item, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#tinynav1 option:nth-child(4n) { display: none; }Note: you can change 4 to any item that you want to hide. For more, you can share you site URL and let me know which you want to hide it.
Sakin
Keymaster@Sheila: Yes I got it. I gave you right instruction. The image and the text that you are viewing in the slider in from the demo slider. So, first change that slider type to Image Slider, then upload your image, title and content all as per your need. Then you will have your own image, title, content and link
Sakin
Keymaster@Sheila: First you need to Select the Slider Type from “Appearance => Customize => Featured Slider Options => Featured Slider Type”. Then depending on the type, you can change it. For example, if you choose “Featured Image Slider”, then you can Select Image, Add in Title and Content as per your need and then “Save & Publish”. For Page, Category and post slider, it will take particular page/post title and excerpt content.
For more, please refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
Keymaster@JEmma2314: Sorry this option to change footer content is only there in Pro version there you can edit from Footer Editor Options. For more information about additional features in Catch Responsive Pro, you can read theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/.
For free theme, the only way to change do it by building child theme and edit the code manually. Which is technical and you might require hiring developer to do it.
-
AuthorPosts
