Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Kevin: You can build child theme and then create a function in your child theme functions.php to add the code you want and then just hook to catcheverest_main action hook.
For example:
function catcheverest_child_sponsor() {
echo 'hello child sponsor';
} // catcheverest_child_sponsoradd_action( 'catcheverest_main', 'catcheverest_child_sponsor', 15 );
Sakin
Keymaster@Kevin: You can build child theme and then create a function in your child theme functions.php to add the code you want and then just hook to catcheverest_main action hook.
For example:
function catcheverest_child_sponsor() {
echo 'hello child sponsor';
} // catcheverest_child_sponsoradd_action( 'catcheverest_main', 'catcheverest_child_sponsor', 15 );
Sakin
Keymaster@pips: Just add the following CSS in “Custom CSS” box in Theme Options panel.
.site { margin-bottom: 0; margin-top: 0; }Sakin
Keymaster@Chrilife: Thanks for your appreciation.
Please send me your site URL and then I will send you the css to header and footer code.
For removing the header top bg and footer border, just add the following CSS in “Custom CSS” box in Theme Options panel
#header .top-bg, #footer { border: none; }I don’t get it what do you mean by shorten the nav bar. Can you explain bit more.
Sakin
Keymaster@obiokere: Just move your social widget from Header top Sidebar to Header Right Sidebar and you can control the margin of header from “Appearance => Theme Options => Header Options”
Sakin
Keymaster@Dane: In this theme, we haven’t make it flexible to control the number of column in a row. It is set to 3 columns in a row.
You need to build child theme and then do the customization. So, either stick to 3 cols in a row or hire a customizer to do that.
If you know the development then I can point you the direction. Change the function catcheverest_homepage_featured_content() in file catcheverest-functions.php and edit the style.css and responsive.css
Sakin
Keymaster@dimantonak: Don’t delete the code. You can just hide with the help of CSS. Send me your site URL?
Sakin
Keymaster@Aneesh: Just add the following CSS in “Custom CSS” box in Theme Options panel.
.single .entry-meta { display: none; }Sakin
Keymaster@alexrams: For easy solution, just upgrade to Simple Catch Pro Version and then you have Featured Image Slider, which will let you choose any image and any link or without link, title and content are all optional.
Sakin
KeymasterJust add the following CSS in “Custom CSS” box in “Theme Options” panel.
#branding ul.menu a { text-transform: uppercase; }Sakin
Keymaster@igudger: Sorry I don’t seem to understand your question properly. As you have kept the header image/logo properly. How can I help you with it.
Sakin
Keymaster@SpArkLeS: You can decrease the height of menubar with css. Just add the following CSS in your “Custom CSS” box in Theme Options panel, just increase the size of line height as per you need. Also change the color code as per you need
/* For Menu Height */
#access ul li a { line-height: 35px; }
/* For Removing Menu Highlight */
#access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a { background-color: transparent; box-shadow: none; #444444 !important; }
/* For background Color for search box in header */
#branding .searchform .search-box, #sidebar-top .widget_search .search-box input#s { background-color: #000000; }
/* For Disabling white border around the images */
.post .post-thumb a { background-color: transparent; border: none; }
/* To Decrease The space between the menubar and logo */
#branding .logo-wrap, #sidebar-top .widget.widget_search { margin-bottom: 0; }
Note: thanks for your screenshot that made me understand your support question really well.
Sakin
Keymaster@eilpres: If you have purchased Catch Everest Pro then why don’t you download the Catch Everest Pro from your account in Catch Themes.
I see that you are still using the Catch Everest Free Theme. Also I see that you are confused with the Webmaster Tools: Header and Footer Code. That is for the code not for the text. You have added text in header and footer code. Please remove that as well.
I will contact you in email for more details.
Sakin
Keymaster@Conay: Look at your site http://newsite.conay.co.uk . The slider is working fine.
Sakin
Keymaster@Conay: Yes you are right, looks like plugin conflict. I have just emailed you. Please respond then I will look in details.
Sakin
Keymaster@chukarnold: We cannot completely remove the white space in the right had due to flexible size of menu item. But the following css will help you to make it smaller. Just replace your current CSS in “Custom CSS” box in Theme Options panel to the follow:
#header #mainmenu ul li a { padding: 0 16px; }
#header #mainmenu ul li:last-child { border-right: none; }
#header #mainmenu ul li:last-child a { padding: 0 19px; }
Sakin
Keymaster@Conay: I think you are confused about Post ID. I guess that you are adding in the Page ID instead of Post ID. Page ID will not work in Featured Post Slider. If you want Featured Page Slider or Feature Image Slider then you need to upgrade to Pro version.
For your easy solution, follow the steps below:
1. Just create new Post through “Posts => Add New” from your WordPress Dashboard.
2. Then fill in the Post Title, Content and don’t forget to add in the featured image. See this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
3. Remember this post ID and go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id.If you follow this step then you will get your Featured Post running fine.
Sakin
Keymaster@eilpres: I just talked with my sales team and they have created account for your. Check your email and download it.
By the way then I check in your site http://206.130.117.218/~martinva/ . I found that you have not follow the step of adding featured image in the post. If if you are confused about how to add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
Sakin
Keymaster@josedebenidorm: What is this? I don’t get it.
-
AuthorPosts
