Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@flypig: We will fix this in next version update 1.1. For now, can you add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 400px) { #masthead { padding-bottom: 30px; padding-top: 64px; } }Sakin
Keymaster@lesimi:
1. You can adjust the padding-top in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:#main { padding-top: 40px; } .no-sidebar .hentry { padding-top: 30px; }2. You can adjust the padding-top in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#header-content { padding-top: 40px; }3. I don’t see any footer there
4. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail { border: none; padding: 0; }5. That administration bar is from WordPress core and it will be visible only to admin user and not for visitors. So, no need to worry about it.
Sakin
Keymaster@akuster: It’s strange why it’s not working in your site. Can you go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content” and make sure you have uncheck option “Disable Homepage Featured Content?”
Sakin
Keymaster@came: There is update to version 1.0. Please update and check in change log at http://catchthemes.com/changelogs/catch-adaptive-theme/
That overlapping is there only is your have column layout in Archive layout options. So, it hides that title back.
Sakin
Keymaster@akuster: Sorry in Catch Everest Free theme, you only have option to show Social Icons and Search in Header Right Section. For that, you might need to upgrade to pro, where you will get Header Right Sidebar and then you can add Image or any text using widgets from “Appearance => Widgets”
Sakin
Keymaster@Dhuan: Ok if it is localhost. Then upload the screenshot of your site and uplaod it in any photo sharing site then post in your screenshot url here. Also let me know the color code that you want to change to and the theme that you are using it.
August 12, 2015 at 11:38 pm in reply to: Impossible to save and refresh modifying no of featured content #63421Sakin
Keymaster@riordino: This is strange, ok I will contact you though email so that I can check in your server.
Sakin
Keymaster@christiane: Thanks a lot 🙂
Sakin
Keymaster@Enoch: Instagram is already there.
Sakin
Keymaster@carlo caccialanza: Which featured content type are you using it. It depends on that.
Sakin
Keymaster@Luchino: No there is no option to add in custom social icons in Pro version. It’s same with free one.
So, the solution to add Chat or forum will be. First, edit your social menu and add Chat and Form custom link. In that custom link give the class. For example, for chat give it as socialchat and forum as socialforum, see this screenshot https://www.pinterest.com/pin/548594798337320151/ and add the following css in your Child theme style.css file. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/
.social-menu ul li.socialchat a:before { content: "\f108"; } .social-menu ul li.socialforum a:before { content: "\f108"; }Sakin
Keymaster@Kim:
1. Ok then replace the css.sidr ul li ul { display: none; }with the css.sidr ul.sub-menu ul { display: none; }2. I am bit confused as you have said post on the post page. But the link you have posted in just a post. There is post navigation above your post title. That is taking space.
3. It’s because of the custom css you have added in
body, input, textarea { font-size: 20px; line-height: 1.99em; }Sakin
Keymaster@Laszlo: That css is working fine. But if you are talking about the space that you have above “Categories” meta tags, then that is from space in your pages/posts. For that you edit that page/post and then go to text mode and remove all empty
<p></p>. Check this for text mode screenshot https://www.pinterest.com/pin/548594798332210926/Sakin
Keymaster@Patrick: If you want to center all the title of pages/posts then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.entry-header { text-align: center; }But if you want to center only page title, then add the following css instead.
.type-page .entry-header { text-align: center; }For Google Adsense above page title, I recommend you to search for plugin as it’s little complicated to do it from theme. To do it from theme, you need to build child theme, for child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then add the code like below in your child theme functions.php file
function catchresponsive_adsense_above_pagetitle() { ?> add in your code here <?php } add_action( 'catchresponsive_before_page_container', 'catchresponsive_adsense_above_pagetitle', 20 );Sakin
Keymaster@Dhuan: To make footer menu, left below and right above Curved you can add the following css:
#colophon #access-footer { -moz-border-radius: 0 10px; -webkit-border-radius: 0 10px; border-radius: 0 10px; }For slider background color and border color, you can change the color code in the following css and add it in “Appearance => Theme Options => Custom CSS” box:
#slider { background-color: #555; border-color: #ccc; }To change the white color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#branding, .hentry, .no-results, #author-info, #disqus_thread, #content .error404, .widget, #site-generator { background-color: #fff; }Sakin
Keymaster@Barb: That Continue reading → at the homepage top left corner is from “PressGraph Post Meta Tags”. So, disable that plugin and you issue will be solved.
For menu background color, 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:
#branding #access, #colophon #access-footer, #branding ul.menu ul a { background: none #b7d6ab; } -
AuthorPosts
