Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@vidotto: ok then copy content.php file from your parent theme to your child theme and then move the code below to before
<footer class="entry-meta"><?php if ( 'post' == get_post_type() ) : ?> <div class="entry-meta"> <?php catchbox_posted_on(); ?> <?php if ( comments_open() && ! post_password_required() ) : ?> <span class="sep sep-comment"> — </span> <span class="comments-link"> <?php comments_popup_link(__('No Comments ↓', 'catchbox'), __('1 Comment ↓', 'catchbox'), __('% Comments ↓', 'catchbox')); ?> </span> <?php endif; ?> </div><!-- .entry-meta --> <?php endif; ?>Sakin
Keymaster@onnalo: Yes you don’t need to worry about Edit link as this link is only shows to user with Admin/Editor privilege and it will not show to your site visitor. So, it’s good to have that link for easy editing.
But if you want to really hide for yourself as well then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.edit-link { display: none; }Sakin
Keymaster@anjali: You site in under construction and I cannot view it. If you want to show latest post in your homepage then you need to create new posts from “Posts => Add New”. Check this out http://devotepress.com/wordpress-writing-editing/how-to-write-and-publish-new-post-on-wordpress/
But if you want to show static front page in your site then go to “Settings => Reading”, then in “Front page displays”, you need to check “A static page (select below)” and select your static page in “Front page” and if you want to show your blog in other page then you can select the blog page in “Posts page” and save changes.
Sakin
Keymaster@Sharyn: Yes, you can in your Catch Base Theme.
1. Go to “Appearance => Header”
2. Then in “Enable Featured Header Image on”, you need to select “Entire Site, Page/Post Featured Image” and also upload default header image
3. Then add Featured Image in your post and pages where you want different header imageApril 4, 2015 at 12:30 am in reply to: Minor CSS Adjustments in Catch Responsive Pro theme won't work #55044Sakin
Keymaster1. Just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#site-branding, #masthead { padding-bottom: 0; }2. For Search background color, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead .search-field { background-color: #fff; box-shadow: none; }Sakin
Keymaster@Andrea: Here goes the css for sub menu background color:
.nav-primary .menu .sub-menu a, .nav-primary .menu .children a { background: #444; background: rgba(0,0,0,0.7); }In hover/active, we don’t have background color and just have change the text color as below:
.nav-primary .menu .current-menu-item > a, .nav-primary .menu .current-menu-ancestor > a, .nav-primary .menu .current_page_item > a, .nav-primary .menu .current_page_ancestor > a { color: #aaa; }Sakin
Keymaster@Tim: Yes, did you try adding in the above CSS in your custom css box. That should hide it. IF this doesn’t work then you need to post in your site URL so that I can check in.
Sakin
Keymaster@ghostzapper: Good that is solve. Yes, you just need to paste that code in your child theme functions.php file
Sakin
Keymaster@guuskoning: Yes changing to Full Content will show full formatted content. Just in case if you want to split the content in Full Content layout then you can use more tag
<!--more-->in your posts, check this http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/Sakin
Keymaster@notjustblack: Ok I need to check in detail. So, I will email you.
Sakin
Keymaster@Andrea: No, all custom css should be added in “Appearance => Customize => Theme Options => Custom CSS Options” box.
Sakin
Keymaster@notjustblack: Sorry for min-understanding.
For that:
1. Go to “Appearance => Theme Options => Layout Options”, select “No Sidebar, Full Width” and Save it. This will make your site No Sidebar, Full Width.
2. Then edit the page “Blog” and below you page content editor, you will see “Select Sidebar Layout” meta box, from there you can change the blog page layout to “Right sidebar” and update your page.Sakin
Keymaster@Romany: Oh ok you are taking about Pro theme update. Pro and Premium theme cannot be update like that directly. Firs, you need to download the update zip file from your account at http://catchthemes.com/my-account. Then you can either update it either WordPress Dashboard or FTP. Detail instruction for update is given in theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
The easy one to update the theme is by using Catch Updater plugin. You can download it from http://catchthemes.com/wp-plugins/catch-updater/, you can find the instruction in the same page.
Sakin
Keymaster@theecodiaries:
1. Sorry there is no option to make it random rotate. But yes, in pro version you can choose Featured Category Slider and it will automatically take the image from your latest post in those selected category. For more info about pro version, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-flames-pro/2. For this, you can just add the following css in “Appearance => Theme Options => Custom CSS” box. In pro version you will get Color Options in theme options panel through which you can change color by yourself as per your need.
a { color: #f2a070; }3. For menu background color, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-menu #access, #footer-menu { background-color: #f2a070; }Sakin
Keymaster@Jan Deelstra: Yes same issue. You still have missing closing
</a>in your Footer widgets for<a href="http://www.jandeelstra.com/feng-shui/">and<a href="http://www.jandeelstra.com/co-dependence-or-love/">Sakin
Keymaster@SK: By default, there is no option to remove links and Read More.. from Gridalicious Free theme. You can remove read more easily by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#featured-grid-content .more { display: none; }But for removing link, you need to build child theme and then copy function
gridalicious_page_grid_content()to your child theme functions.php file and remove the link. You can check about Child theme at http://catchthemes.com/blog/create-child-theme-wordpress/Also you have option to upgrade to Pro version and you can change “Featured Page Grid Content” to “Featured Image Grid Content” which lets you to add title, content, link, image all options. So, just don’t add link and it will remove link and read more. For more about additional featured in pro version. Check out theme instructions page at http://catchthemes.com/theme-instructions/gridalicious-pro/
April 2, 2015 at 9:35 am in reply to: How to control all the submenus under a menu displayed horizontally? #54925Sakin
Keymaster@Xianmin: The menu position possibility is display in our demo page at http://catchthemes.com/demo/catchbox-pro/, where you can see Primary Menu, Secondary Menu and also Navigation that is menu that we added in sidebar and also Footer Menu. So, this is all possible with default setting of menu. If you want any other way then you need to either search for plugin to do that or you can build child theme and modify the codes.
Sakin
Keymaster@Glenneman: Thanks for your question. In Free version, you have option to use only Featured Page Content so you need to select the page and it will take featured image of that page, title and content. However, you can split content of that page using more tag
<!--more-->. So, what ever text is before this more that will display in Featured Page Content. For more information about more tag, check this http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/In Pro version, you can change this to “Featured Image Content” where you can upload image, title, content and link, all custom as per your need. Also you have option to use “Featured Post Content” or “Featured Category Content”. For more about this, you can check out Gridalicious Pro theme instructions at http://catchthemes.com/theme-instructions/gridalicious-pro/
-
AuthorPosts
