Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@AlanF: Thanks for your appreciation. If you like Catch Box theme and Catch Theme support then please support Catch Box theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform. Thanks 🙂
Sakin
Keymaster@Michael: We haven’t use Qtranslate-X but our users has been using mqTranslate, WPML and Polylang. WPML has officially certified as WPML plugin compatible. So, an you use other plugin.
Sakin
Keymaster@violethuez: This is Catch Everest Pro support forum. For Full Frame free theme, please post it in http://catchthemes.com/support-forum/forum/full-frame-free/
Did you check in theme instructions for Full Frame free theme “Featured Slider” heading at http://catchthemes.com/theme-instructions/full-frame/#featured-slider
Full Frame support “Featured Page Slider”, for that first you need to create page and add in featured image to you page. Then you need to go to “Appearance => Customize => Featured Slider Options => Featured Slider Type” and select “Featured Page Slider”. Then you need to select the page which you want to show as slider. Finally, Save & Publish.
Sakin
Keymaster@pixelartists: ok thanks 🙂
Sakin
Keymaster@Michael: Logo size depends on the image that you upload. If you upload small image it will load small image.
You can add the following css in “Appearance => Theme Options => Custom CSS” box to reduce padding top and bottom:
#site-logo, #header-right { padding-top: 20px; } #hgroup-wrap { padding-bottom: 20px; }Sakin
Keymaster@petergrove: I am bit confused with your question.
1. If you want single static page as your homepage. Then go to “Settings => Readings”. You will see “Front page displays”. There you need to check “A static page (select below)” and then select page which you want to show in homepage in “Front page:” option and then select the page which you want to show as blog in “Posts page:” and save changes.Sakin
Keymaster@fletchsc: Sorry but I don’t get it what you want. Let me details of what you want then I can check you current css and give you the new one.
April 1, 2015 at 12:29 pm in reply to: Publishing Posts and Updating Theme Options returns me to the Home page #54846Sakin
Keymaster@Michael: This is strange. I need to check your setup. So, I will email you personally.
Sakin
Keymaster@Johan: Thanks for your appreciation. Ok then you can add that code below the code
echo '<div class="entry-content">';Sakin
Keymaster@Paul: So are you able to do that. Yes, animated logo with .gif is really hard one. In Catch Flames Pro, you have add plugin and do the coding. But for that you need to build child theme. For child theme you can check out http://catchthemes.com/blog/create-child-theme-wordpress/. For example, if you install “Edge Suite” plugin that you can add that plugin template code in child theme. So, just add the following code in your child theme functions.php file:
function catchflames_logo() { echo '<div id="site-logo">'; if( function_exists( 'edge_suite_view' ) ){ echo edge_suite_view(); } echo '</div>'; }Sakin
Keymaster@doctormobius: This is strange as it’s working fine when I test in our server. Can you try disabling plugin one by one to check in there is any plugin conflict. Let me know if this solves your issue or not.
Sakin
Keymaster@AlanF: You can upload new menu icon image in your site and then add edit the following css where your menu image should be replaced by image URL and then add it in “Appearance => Theme Options => Custom CSS” box.
.tinynav { background: url("your menu image") right 1px no-repeat; }Sakin
Keymaster@Xianmin: It’s same way like Primary menu. You can create menu and then assign it as secondary menu. Yes, you can add sub-menu as per your need. Check this out which shows how to add sub-menu http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
Excerpt and Full Content layout is controlled from “Appearance => Theme Options => Layout Options”
Sakin
Keymaster@michellebergmann: I just check in your contact us page
http://www.yukongoldminetours.com/?page_id=350 But I don’t see title repeat. It only has one Contact Us title.For site subtitle font size and color, you need to change teh color code and font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#masthead #site-description { color: #888 !important; font-size: 14px; }Sakin
Keymaster@delboorman: Do you mean to remove Read More from Latest News articles in homepage. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box to hide it:
.latest-news-holder .more-link { display: none; }Sakin
Keymaster@Xianmin: For menu, you can build custom menu as per your need from “Appearance => Menus”. Then you can assign menu location as Primary menu from “Appearance => Menus => Manage Locations”. But if you want to add in your sidebar then you can go to “Appearance => Widgets” and add Custom Menu to your Primary sidebar and so on. For more about Custom Menu, check out http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@AlanF: Site tagline is controlled by WordPress Core and this falls under plugin territory. So, you can either search for plugin to do it or you can build child theme of Catch Box. For child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/. Then in your child theme, copy function
catchbox_header_details()in your child theme functions.php file. For example, the following code, where I have added in<br />code and text./** * Template for Header Details * * @since Catch Box 2.5 */ function catchbox_header_details() { // Check to see if the header image has been removed global $_wp_default_headers; $header_image = get_header_image(); if ( ! empty( $header_image ) ) : echo '<div id="hgroup" class="site-details with-logo">'; else : echo '<div id="hgroup" class="site-details">'; endif; // end check for removed header image ?> <h1 id="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 id="site-description"><?php bloginfo( 'description' ); ?><br />Add your new text</h2> </div><!-- #hgroup --> <?php }Sakin
Keymaster@Gunter: Woohoo thanks 🙂
-
AuthorPosts
