Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@TxFOIFT: Thanks for using Catch Box Pro theme.
1. On the blog page, a number of posts appear. Is it possible to minimize the number of posts to say 5?
— Yes, you can set that from “Settings => Reading” from your WordPress Dashboard and then type 5 in “Blog pages show at most”2. When navigating through individual post pages, the navigation headers “next” and “previous” appear. Is it possible to change settings that will replace those directions with the title of the next and previous article?
— This once it bit complicated, you need to use the developer or you need to have knowledge about the code. Best, if you don’t like it then hide it by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
#nav-single { display: none; }
and then you can add maybe add Yet Another Related Plugin to show related posts under your post which will be more relevant to your site.But if you want to change the code. Then first you need to build child theme and then copy single.php in your child theme directory and edit the code for nav single.
Sakin
KeymasterNice 🙂
Sakin
Keymaster@nicemarmot: Nice. Just to make sure, please don’t edit theme core files such as index.php, content.php, sidebar.php and so on.
If you want to edit function
catcheverest_category_sliders(), you can just build child theme and then create new file functions.php and then copy the functioncatcheverest_category_sliders()to functions.php file and edit it there.Sakin
Keymaster@signify: Which version of theme are you using it? It shouldn’t have problem. But yes there is problem in your site in mobile devices.
Sakin
Keymaster@dbevarly:
1. How to post logo to the left-hand side of the text, and adding all social media buttons that are currently on the footer to the area underneath the search box in order to maximize visibility.
— Yes, you can just upload the log from “Appearance => Header”. Then you need to send me your site url. So, that I can send you css code to make the tile and description on side of logo.
— Yes, you can disable the Social Icons from footer through “Appearance => Theme Options => Social Link” and then click on “Disable Social Links in Footer” to disable social icons from footer.
— to add social icons in header from “Appearance => Widget” and then add “Catch Box Social Widget” to “Header Right Sidebar”2. Is it possible to remove the comments box from all pages of the website? Can it also be done to remove from the blog posts? I did not see the option in Settings.
— Catch Box Pro uses default WordPress comment settings. So, see this http://en.support.wordpress.com/enable-disable-comments/3. Is it possible to establish a default setting for images that eliminates borders? It’s easy enough to manipulate the border, but it would be nice if we could avoid that step.
— Can you explain this with your site URL reference.Sakin
Keymaster@tracypie: To disable it from Pages, I recommend you to edit individual pages and remove the comment there. See this for disabling comments http://en.support.wordpress.com/enable-disable-comments/
The other way is bit difficult. You need to build child theme and then copy page.php to your child theme directory and then remove
<?php comments_template( '', true ); ?>Sakin
Keymaster@rcbharp: I just check in your site and found that you just replaces the images in the Featured Slider and hide the slider title and description.
So, instead of replacing the slider image in the theme directory. Add the image from “Appearance => Theme Options => Featured Slider” then choose Image Slider and add the image there. See this screenshot http://pinterest.com/pin/548594798329509357/
August 22, 2013 at 10:25 pm in reply to: Header – White space above ,below and next to header image #13554Sakin
Keymaster@alin.stafie: I don’t get it what you mean. Can you send me the screenshot.
Sakin
Keymaster@Rufi139: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page-id-458 .widget.widget_black_studio_tinymce { background-color: transparent; border-bottom: none; }Sakin
Keymaster@Joaozinho: For that you need to build child theme and then copy category.php in your child theme and edit the title there.
Sakin
Keymaster@electricidee: Sorry I don’t get what you mean. Can you explain to me with screenshot.
Sakin
Keymaster@hopelovefreedom: are you talking about paragraph spacing, then you can adjust the margin button as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
p { margin-bottom: 20px; }Sakin
Keymaster@xylemclothing: Sorry you cannot do that for the header image. So, you to add another image in the header top sidebar or header featured image.
Sakin
Keymaster@ajamison: I just check in your site and see both title and excerpt in the Featured Slider.
Sakin
Keymaster@portolan: I need to check in your WordPress admin. So, I will have to get the access. I will contact you through email.
Sakin
Keymaster@xylemclothing: Yes you can remove the last menu divider by adding the following css.
#header-menu ul.menu li:last-child { background: none; }Sakin
Keymaster@hgroup: you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup { padding-top: 0; } -
AuthorPosts
