Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Helle Naia: In Full Frame pro, you can just go to “Appearance => Customize => Theme Options => Fixed Header Top Options” and check option “Check to disable Header Toggle” and save changes. See this instructions http://catchthemes.com/theme-instructions/full-frame-pro/#disable-header-toggle
March 23, 2015 at 9:48 pm in reply to: Help! How to change promotion headline's text color, and other issues- Fullframe #54161Sakin
Keymaster@Laura Pio:
1. We have just added “Disable Fixed Header toggle” in Full Frame pro theme. So, when you do that it will remove menu toggle and will disable header always on top.
Ok to hide that calender icon and all. You can add following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:.home .archive-post-wrap .entry-header, .home .archive-post-wrap .entry-footer { display: none; }2. You website is too heavy. Like you have background image of size 1.2MB, it is more than homepage size of most of the website. That is why you have issue with your mobile devices. As the menu works only after the site loads properly. So, I suggest you to remove that heavy background.
3. Sorry I don’t understand b and c
4. Security alert. I don’t see this.
Sakin
Keymaster@mbedell58: This is Catch Base theme support forum. For Adventurous theme, please use this forum http://catchthemes.com/support-forum/forum/adventurous-free/
In Adventurous Theme, you need to go to “Appearance => Theme Options => Featured Content => Featured Content Options” and then upload image, title, content and link as per your need. For more check out theme instructions page at http://catchthemes.com/theme-instructions/adventurous
Sakin
Keymaster@Claudio: For language translation you need to create .po and .mo files in our theme language folder. Catch Base theme is translation ready and currently translated in Swedish language only. We are in the process of add in French language soon and working on with one of our french theme user. So, in which language are you trying to translate it.
To translate the theme, you need to download free software from http://poedit.net/ and create your language file. Let me know it and then I will email you to help in translation. After translation is completed we will add language in core theme.
to hide the author, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box.
.entry-meta .byline { display: none; }Sakin
Keymaster@Phil: Who said that to you. Look at the Google Test for Mobile Friendly for your site and you will get “Awesome! This page is mobile-friendly.” Check this out https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fwww.broomyshaw.co.uk%2F
Sakin
Keymaster@Baizurah: You don’t need to add in Custom CSS in Catch Kathmandu Pro theme to change the Homepage Headline Background Color. Just go to “Appearance => Theme Options => Color Options => Homepage Headline Color Options” and change “Background Color” and save changes.
Sakin
Keymaster@Lisa: Sorry there is no way to use different form for mobile devices but yes, you need to add in css for mobile version. So, you need to wrap each element with span or div wrapper and add the css for less then 960px:
@media screen and (max-width: 960px) { }Sakin
Keymaster@nakulsachdeva: sorry your site link is not working. Please check in. I am bit confused as Catch Everest Pro doesn’t have that option.
Sakin
Keymaster@Sascha: You have two images as you have added in Featured Image in you page and also have first image starting your page. Featured Page Content will take the content including image from your page before more tag
<!--more-->. So, you can remove any of the image or add the following css in “Appearance => Customize => Theme Options => Custom CSS Options”
#featured-content .featured-homepage-image { display: none; }Sakin
Keymaster@Sven: Ok just go to “Appearance => Customize => Theme Options => Layout Options” and in “Archive Content Layout”, you need to select “Excerpt Image Top” and click on “Save & Publish”.
Sakin
Keymaster@nirym: Sorry your question is but confusing. Where are you trying to add in H1 title. If you check out demo site http://catchthemes.com/demo/catch-everest/, the site title is in H1 tag and also the page title is in H1 tag. Also check out your visual editor styles if you are trying to add H1 tag in your page/post content. For that check our https://en.support.wordpress.com/visual-editor/#styles
Sakin
Keymaster@mikalo: You can split content using more tag
<!--more-->in your page. So, all the text before<!--more-->tag will show in Featured Page Content. For more about<!--more-->tag check out http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/Sakin
Keymaster@Carbo: It have option to change the font family not the font size. For font size we can use the Custom CSS to change it. For example, you can change the font size in following css and then add it in “Appearance => Theme Options => Custom CSS” box:
@media screen and (min-width: 990px) { /* Content/default body font size */ body, button, input, select, textarea { font-size: 15px; } /* H1 to h6 heading font size */ h1 { font-size: 30px; } h2 { font-size: 28px; } h3 { font-size: 24px; } h4 { font-size: 20px; } h5 { font-size: 18px; } h6 { font-size: 16px; } /* Page title, promotion headline, featured content headline sizes */ .entry-title, #promotion-message h2, #featured-content #featured-heading { font-size: 30px; } }Sakin
Keymaster@Carbo: Yes, you can build child theme and add it in your child theme functions.php file.
You can also check this tutorial:
http://www.wpbeginner.com/wp-tutorials/how-to-disable-rss-feeds-in-wordpress/Sakin
Keymaster@Marcus: looks like there is font size changed to 0 for “Page/Post Title Font Size” in “Appearance => Theme Options => Font Size Options”. You can either, check on “Reset Font Size?” and save changes or change that font size and save changes.
Sakin
Keymaster@Jan Deelstra: Yes, post in your site URL so that I can check in exactly which area are you talking about. For now, you can try adjusting the padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#header-content { padding: 40px 0; }Sakin
Keymaster@Patrice: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#supplementary .social-profile { float: none; margin: 0; text-align: center; }Sakin
Keymaster@tualatinweb: Thanks we have uploaded new version in WordPress.org and now need to wait for WordPress.org theme review team to make it live soon.
-
AuthorPosts
