Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@tmoore615: That shouldn’t be a problem.
Sakin
Keymaster@Brian: You post are not showing up as your link is not of live site and it looks like spam. So, it went to spam. I have just answered you at http://catchthemes.com/support-forum/topic/posts-to-support-forum-not-showing-up/
Sakin
Keymaster@akearns: Please post in your issue page URL and let me know it. Then I can check in.
October 31, 2015 at 11:46 pm in reply to: Remove Gray Space between Featured Image Slider and Home Page Content #78914Sakin
Keymaster@Brian: You cna add the following css in “Appearance => Customize => Theme Options => Custom CSS” box to remove the padding below slider:
#feature-slider { padding-bottom: 0; }Sakin
Keymaster@Brian: I have already answered you at http://catchthemes.com/support-forum/topic/posts-to-support-forum-not-showing-up/
Sakin
Keymaster@Brian: Go to “Appearance => Customize => Featured Content” and uncheck option “Check to Move above Footer” and then “Save & Publish” it.
Sakin
Keymaster@Brian: I will check in. But I see that you have already posted it in Catch Responsive Pro forum at http://catchthemes.com/support-forum/topic/move-page-below-featured-content-2/
Sakin
Keymaster@vichewordpress: Sorry I don’t have any recommendation. But you can search at https://wordpress.org/plugins/
Sakin
Keymaster@LynJon: Sorry gain. Replace code with the following:
// Unhook default Catch Responsive functions function unhook_catch_responsive_functions() { remove_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 50 ); } add_action( 'init', 'unhook_catch_responsive_functions' ); //Adding Breadcrumb Primary menu add_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 10 );Sakin
Keymaster@Keir: Nice… 🙂
Sakin
Keymaster@Debbie: Thanks for your appreciation 🙂
Sakin
Keymaster@Debbie: Thanks for your appreciation 🙂
Sakin
Keymaster@s.stelter: Thanks for your appreciation 🙂
Sakin
Keymaster@Vitaliy: That option is not there. So, you need to build child theme and then modify the loop functions.
There are post in your home page. One you have Featured Content Section and Another is latest posts. So, you might need to hire customizer to work on this.
Firs, you can download child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy
content.phpfile to your child theme and then add your category code before<h1 class="entry-title">title tag.Sakin
Keymaster@Debbie: It’s because of your header right menu overflow issue. The last menu item has sub-menu, which is floating over the container. So, add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-right .widget ul.menu ul { left: auto; right: 0; }October 31, 2015 at 11:13 am in reply to: Featured image appears twice (full width and normal) #78864Sakin
Keymaster@Nathan: To disable image in your single page/post below your menu, you can go to “Appearance => Customize => Layout Options”, select “Disabled” in options “Single Page/Post Image Layout” and click on “Save & Publish”
Hum, there is no option like adding two images in header. You can combine 2 images in 1 and upload that one.
Sakin
Keymaster@lehii17: In Catch Flames theme, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” Box:
.mobile-menu a { background-color: #fff; color: #000; }Sakin
Keymaster@juditbokros:
1. Oh if you want to use Pro version, then css will be different. As Simple Catch Pro is coded in responsive design where as free in static design.
2. It’s because of your following css, which make your logo smaller and create a gap.#site-logo a img { max-width: 30%; padding-right: 0; }Sakin
Keymaster@david:
1. If you want to change the line height of the secondary menu, then you can add the following css:
.nav-secondary .catchresponsive-nav-menu a { line-height: 31px; }2. Float menu item cannot be perfect as it depends on your text in menu. So, try the following css:
.nav-secondary .wrapper { padding: 0; } .nav-secondary { background-color: #5b3aa5; } @media screen and (min-width: 1101px) { .nav-secondary .catchresponsive-nav-menu a { padding: 0 20px; } .nav-secondary .catchresponsive-nav-menu li:last-child a { padding: 0 21px 0 22px; } }Sakin
Keymaster@s.stelter: That won’t be a problem. You can upload image size of 1670px by 500px.
-
AuthorPosts
