Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@interiorsalvage: You have to add the following CSS in “Appearance => Theme Options => Custom CSS” box which will change the black background to white to match with your menu.
#header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus, #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #fff; }Sakin
Keymaster@Africa-Rising: To show the post like as it is in Homepage, you can just go to “Appearance => Theme Options => Layout Options”, from there choose “Full Content Display” in Content Layout. After this option it will show your full post with image where you don’t need to add Featured Image. Then to break the content, you can add more tag to split the content. See here on how to split the content http://en.support.wordpress.com/splitting-content/more-tag/
Sakin
Keymaster@JayCeeEm: Sorry in this version we cannot do that with simple css changes. It’s bit technical. You need to build child theme and create new functions.php file in your child and then copy the function
catchbox_sliders()in your child theme functions.php file. Where you have to edit the code<div class="featured-text">' .the_title( '<span>','</span>', false ).' : '.get_the_excerpt().' </div><!-- .featured-text -->To
<div class="featured-text">' .the_title( '<span class="slider-title">','</span>', false ).' </div><!-- .featured-text -->Yes, we will update in New version to control through Custom CSS.
Sakin
Keymaster@Sebastiaan.Horn: You can change it from More Tag Text at “Appearance => Theme Options => Excerpt / More Tag Settings”.
Sakin
Keymaster@jsilver: You have to first active that font through “Appearance => Theme Options => Font Family Options”. Choose the font from there and then you can add that css.
Sakin
Keymaster@interiorsalvage: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to make it 2 lines.
.entry-meta .sep { display: none; } .entry-meta .comments-link { clear: both; display: block; }About the comment. It will display 8 Replies if there are comments posted. If there is no comment then it will display Leave a reply. To modify this text is bit technical. You have to build child theme and copy the content-single.php and edit it the code
<?php comments_popup_link(__('Leave a reply', 'catcheverest'), __('1 Reply', 'catcheverest'), __('% Replies', 'catcheverest')); ?>Sakin
Keymaster@xylemclothing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu li { border-right: 1px solid #000; }Sakin
Keymaster@ryanjndd5: You can add the social link from “Appearance => Theme Options => Social Link”. There is no option to add your own social icons image. But yes, you can modify the image social-profile.png in your theme image directory.
August 20, 2013 at 8:13 pm in reply to: rich snippets: missing field "updated" and hcard "author" #13466Sakin
Keymaster@finebeer: Which theme and version are you using it? Catch Box Pro should be fine for Rich Snipped Test. See one of the Catch Box Pro user testing http://www.google.de/webmasters/tools/richsnippets?q=http%3A%2F%2Fwww.vitamineproteine.com%2F
Sakin
Keymaster@impresnet: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Reduce the padding as per you need.
#featured-post .hentry { padding-bottom: 20px; }August 20, 2013 at 7:52 pm in reply to: Header – White space above ,below and next to header image #13460Sakin
Keymaster@alin.stafie: You can add the following CSS to remove the margin top of Homepage Headline.
#homepage-message { margin-top: 0; }Sakin
Keymaster@Sarah Althaus: If you want to filter then you can select the categories you want to show. But if you want to show from all categories then you can just select –Disabled–
Sakin
Keymaster@s-design: that mini menu is for use in mobile devices not in Large screen resized. So, you can check in iPhone. It’s perfect and you can scroll down the menu to the last item in menu and touch on it. Also in our mac, if you use your trackpad to scroll then it will not be a problem. But you cannot use the large screen browser scroll bar.
Sakin
Keymaster@karinschultz: Did you refresh your browser and check in. I can see you menu in single line only.
Sakin
Keymaster@crease123: Yes, first upload the image form your media uploaded and then get the image URL. Then add the following css in “Appearance => Theme Options => Custom CSS” box.
#header { background: url("Your Image URL") repeat scroll 0 0 transparent; }Sakin
Keymaster@crease123: the best option to add the logo of your desire size. Just clear the image and then select full size option. “Large Size” if bigger that your image that is why there is no option to select large size. It will show the sizes which is smaller then your original image size.
August 20, 2013 at 1:24 am in reply to: Header – White space above ,below and next to header image #13420Sakin
Keymaster@alin.stafie: Please add in your site URL so that I can check in and send you the css.
Sakin
Keymaster@crono: About your slider, you just have single post. Add more post and it will slide. See the screenshot of how you should add the post ID http://pinterest.com/pin/548594798329984427/
Sakin
Keymaster@impresnet: You can reduce the padding top as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.home #main { padding-top: 20px; } -
AuthorPosts
