Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@LE DA: Oh sorry! you are trying to change it in single post right? Then ignore y previous comment. You need to build child theme and then copy single.php file and replace the following code.
<nav id="nav-single"> <h3 class="assistive-text"><?php _e( 'Post navigation', 'catchbox' ); ?></h3> <span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">←</span> Previous', 'catchbox' ) ); ?></span> <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'catchbox' ) ); ?></span> </nav><!-- #nav-single -->With
<nav id="nav-single"> <h3 class="assistive-text"><?php _e( 'Post navigation', 'catchbox' ); ?></h3> <span class="nav-previous"><?php previous_post_link(); ?></span> <span class="nav-next"><?php next_post_link(); ?></span> </nav><!-- #nav-single -->Sakin
Keymaster@Doren: Here the customization means, customization of core theme files such as functions.php, style.css, index.php and so on. As when you update the theme these files will be replaced by core theme files.
But if you have customize the site using Theme Options Panel then it’s fine. All your changes will remain same even after the update.
Sakin
Keymaster@lebronjc: Did you add in Featured Image in those post. You need to add in Featured Image. You can see this screenshot on how to add featured image in post http://www.pinterest.com/pin/548594798331806476/
Sakin
Keymaster@mht23: For this we need to add JS code in “Appearance => Theme Options => Tools => Header and Footer Codes => Code to display on Footer” box. But for that I need to your site URL and The name for the secondary menu.
Sakin
Keymaster@LE DA: For this you need to build child theme and create functions.php file in your child then and then copy catchbox_content_nav() function and edit it in your child theme.
Sakin
Keymaster@Belinda: Sorry I am bit confused about your problem. Can you post in your site URL and explain. Let me check in phone. Also maybe you can post in the screenshot as well.
Sakin
Keymaster@brewreviewcrew: First you need to resize your logo as mention to 200px by 200px. See this link I have done that https://dl.dropboxusercontent.com/u/81234910/logo-brewreviewcrew.png . Just upload the logo and add the following css in “Appearance => Theme Options => Custom CSS” box.
#branding .logo-wrap { display: block; text-align: center; width: 100%; } #site-logo a img { padding-right: 0; }Sakin
Keymaster@Nate: Thanks for letting me check in. The trouble plugin was ‘ELI’s Related Posts Footer Links and Widget’ http://wordpress.org/plugins/spostarbust/. I just deactivated it and your slider is working fine.
Sakin
Keymaster@brendon: Can you post in your site URL, so that I can see what is happening in your site.
Sakin
Keymaster@klgarner: Looks like you are using older version of Catch Mustang theme. Can you update to latest version. I will email you just in case if it doesn’t work then you can reply me there.
Sakin
Keymaster@jennyc0215: For email, your link code will be as below:
<a href="mailto:[email protected]" target="_top">mailto:[email protected]</a>Sakin
Keymaster@jennyc0215: There is not option to add just top-level pages in the Page Widgets. But you can use Menu Widgets and add in the pages you want. So, just go to “Appearance => Menus” and create your custom menu with the pages that you want to show. Then add this Menu through Menu widget in “Appearance => Widgets”
Sakin
Keymaster@sabine: Search for the following code in image.php
<a href="<?php echo esc_url( $next_attachment_url ); ?>" title="<?php the_title_attribute(); ?>" rel="attachment"><?php $attachment_size = apply_filters( 'catchbox_attachment_size', 848 ); echo wp_get_attachment_image( $post->ID, array( $attachment_size, 1024 ) ); // filterable image width with 1024px limit for image height. ?></a>and replace it with
<?php $attachment_size = apply_filters( 'catchbox_attachment_size', 848 ); echo wp_get_attachment_image( $post->ID, array( $attachment_size, 1024 ) ); // filterable image width with 1024px limit for image height. ?>Sakin
Keymaster@Stephan: If you don’t want link in your slider image, then you can use Featured Image Slider and don’t add link.
Sorry there is no option to use same design as of homepage.
Sakin
Keymaster@threebarrelbluff: Simple Catch Pro technology is different to Simple Catch Free Theme. Simple Catch Pro is responsive design build in HTML5 and css3. For more details about additional features, you can check out theme instruction page at http://catchthemes.com/theme-instructions/simple-catch-pro/
It’s relatively easy upgrading. If you want assistance in upgrade then so let us know.
Sakin
Keymaster@klgarner: Strange. Did you check in “Appearance => Widgets” in your WordPress Dashboard. As we added header right sidebar from Catch Mustang version 2.1.
Sakin
Keymaster@Stephan: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide homepage Natursteingärten
.home #primary { display: none; }This design is only for Homepage.
Sakin
Keymaster@niyazsky: Which theme and which version are you using it. I see that you have directly customize the core theme files. If you want to create your own theme then you need to build child theme and then change the credentials.
If you are using Catch Kathmandu Free theme then we have just submitted update to WordPress.org and it will be live soon. If you are using Catch Kathmandu Pro theme then update to latest version.
Sakin
Keymaster@threebarrelbluff: It uses slider thumbnail.
Sakin
Keymaster@Scholz: In responsive design all your image and text will be loaded in mobile as well. It’s just that it adjust it as per the screen size.
-
AuthorPosts
