Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@theraleighsocialclub: Oh you have added large image in the Header Top Sidebar. That is why it is showing issue. Actually, you should have only added small logo from “Appearance => Theme Options => Header Options” like in our demo page.
So, to fix this, we need to keep mobile menu always on top. Try to add in following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 980px) { #masthead { position: fixed; top: 0; } .admin-bar #masthead { top: 32px; } .site { padding-top: 40px; } } @media screen and (max-width: 782px) { .admin-bar #masthead { top: 46px; } }Sakin
Keymaster@Highlander79: Yes, we have build this theme to add logo in masthead. I think you are confused with Logo and Header Featured Image.
To add logo:
1. Go to “Appearance => Theme Options => Header Options”
2. Then in “Logo url”, either you can paste in your logo URL image or you can simply upload it by clicking on “Change Logo” button.
3. Make sure you have un-checked “Disable Logo”
4. Save changes and you will see your logo.Have a nice day.
August 14, 2014 at 11:25 am in reply to: Featured Post Slider feature does not work! – DO NOT USE THIS TEMPLATE!! #42415Sakin
Keymaster@CoreyHerde: Sorry that you find it difficulty to change the slider image in Catch Kathmandu Free Version. We have been answering question about this in our forum already. Sorry, we never delete any support question here. We carefully answer it within 24 hours of post.
For detail instructions, we always suggest you to see our theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/
Now, to your question about Featured Post Slider:
1. We are not using Free version as a Scam. Featured Post slider is created to highlight the post featured image, title and excerpt content. So, first you need to create posts and add in featured image.
2. Then you can just go to “Appearance => Theme Options => Featured Slider => Featured Post Slider Options” and add in your post IDS.Video Instruction
See this video for detail http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/Have a nice day and if you have any other confusion then you can just post in here.
Regards,
SakinSakin
KeymasterHi Kat,
The problem is that you are using Catch Everest Theme and visiting Simple Catch Theme support forum. So, these two themes are totally different and css will not work. Please use appropriate support forum http://catchthemes.com/support-forum/forum/catch-everest-public/
I just check in your custom css and there is issue of extra bracket
}that you need to remove first. Go to “Appearance => Theme Options => Custom CSS” box and see your code as:#featured-post .entry-header .entry-title a { color: #ff0000; } } #main #content ul.post-by { display: none; }There you can see extra
}remove that and it should be as#featured-post .entry-header .entry-title a { color: #ff0000; } #main #content ul.post-by { display: none; }1. Then to remove the entry meta, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-meta { display: none; }2. For slider text color, see the following css and then change the color code as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
/* Slider Title Color */ #main-slider .entry-title a { color: #fff; } /* Slider Title Hover Color */ #main-slider .entry-title a:hover { color: #000; }3. To hide the content in the slier you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-content { display: none; }Have nice day and from next time please check in support forum before you post it.
Regards,
SakinSakin
Keymaster@ashrafashraf: For Full Width without sidebar, you need to go to “Appearance => Theme Options => Default Options”, then select “No Sidebar, Full Width” and save changes.
Sakin
Keymaster@Patrice:
1. Do you mean to remove the link from your Logo. Why do you want to do that? Lot of people use your logo link to go back to your homepage. CSS will not be able to remove the link from your logo. For that you need to modify the functions. So, first build child theme, you can download same child theme from http://catchthemes.com/blog/create-child-theme-wordpress/
Then you can copy functioncatchthemes_headerdetailsfromcatchthemes_functions.phpfile to your child themefunctions.phpfile and then you can remove the link.2. For this, you can add following css in “Appearance => Theme Options => Custom CSS” box.
.wp-caption .wp-caption-text:before { content: none; } .wp-caption .wp-caption-text { padding-left: 0; text-align: center; }3. If you are checking this page http://catchthemes.com/demo/catch-mustang/portfolio/portfolio-gallery/ then this is done through Jetpack plugin “carousel” module. For this, install Jetpack plugin and activate and configure “carousel” module http://jetpack.me/support/carousel/
4. You can see your galleries at http://www.aedunlv.org/archives/gallery and for Gallery Post type, you need to create Gallery page from “Galleries => Add New” and then you can upload the images in that gallery page
Sakin
Keymaster@Mrcuss: Yes, you have already done that so, you don’t need to change anything. Your customization looks nice.
August 13, 2014 at 8:00 pm in reply to: How can I get a "send a email"-Button in the gray "social and search widget"? #42385Sakin
KeymasterHello Tanja,
It’s strange why it is not working for you. On you add your email address in Email, it should work fine. As it’s working on our site.
Ok I will email you personally to look at your site in details.
Regards,
SakinSakin
Keymaster@Baizurah: For link color of page ID 2, it will be as:
.page-id-2 a { color: #000; }Sakin
KeymasterHello Arisnel,
But when I check in both of your pages, it’s showing same sidebar with
1. Navigate…
2. Search Entries…
3. Like and Share Arisnel’s Blog on FacebookSo, I don’t see any issue. Can you clear your browser cache and check in or try different browser.
Regards,
SakinSakin
Keymaster@macwebster: Sorry I don’t understand your question. Can you explain it more like the type of shortcode you are trying to add it and what you want to do with it.
Sakin
Keymaster@Baizurah: Each page has it’s own unique class in body section. From which you can add in css to make it different. For pages you will see like this
page-id-2for your page ID 2 and for post you will see like thispostid-96for your post ID 96. Then you can change it as per your need.For example to change the Page ID 2 background.
body.page-id-2 { background-color: #000; }To change the footer color of page ID 2, it will be
.page-id-2 #site-generator { background-color: #000; }August 13, 2014 at 11:10 am in reply to: How can I get a "send a email"-Button in the gray "social and search widget"? #42364Sakin
KeymasterHello Tanja,
Which version of Catch Evolution Pro theme are you using it. As Email social icon was added in version 2.4. You can simply go to “Appearance => Theme Options => Social Links” and add your email address in Email and save changes.
Regards,
SakinSakin
Keymaster@YogaHH: Yes, it’s because of different layout. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { .no-sidebar .entry-title, .error404 .entry-title { font-size: 26px; line-height: 1.5em; } }Sakin
Keymaster@Dux89: Please post in your site URL for detail debug. For now, can you add the following css in “Appearance => Theme Options => Custom CSS” box and check in:
#header-image a { line-height: 0; }Sakin
Keymaster@Cybersnaby: You can replace your css with the following:
.entry-meta .by-author { display: none; }Sakin
Keymaster@Ina: Such features are not available in Theme. It’s from the plugin. So, can you show me the URL where you see that or screenshot of what you want. Then I will be able to suggest you the plugin.
Sakin
Keymaster@toni: It’s a full width theme so it will be difficult. Maybe you can share your screenshot design of what you want then I might be able to work around.
-
AuthorPosts
