Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@valerie: The latest version of Catch Everest Pro in version 2.2 and when I check in our server. It is working fine. Can you check in and if this is not working then I need to check in detail in your server. So, let me know it.
May 6, 2014 at 9:44 pm in reply to: Putting the featured image on the slider NOT behind the excerpt #29258Sakin
Keymaster@Dudley: I don’t get it what you mean. The text in the slider will be just on the bottom of the image. Can you how me the screenshot of what you want?
Sakin
Keymaster@greengiant: For slider text background, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-container { background: #339933; /* Show a solid color for older browsers */ background: rgba(51, 153, 51, 0.6); } #main-slider .entry-container:hover { background: #339933; /* Show a solid color for older browsers */ background: rgba(51, 153, 51, 1); border: 1px solid #329232; }For menu color and all you can upgrade to Catch Kathmandu Pro theme.
Sakin
Keymaster@mveltman: You don’t need to build child theme if you are ok with the changes you have made from “Appearance => Theme Options” panel. These changes are perfectly fine and you don’t need to build child theme. Your changes made though Options panel is perfectly safe to update.
You only need to build child theme in you are doing advance customization of functions and style.
Note: You should not change any core theme files such as index.php, functions.php, style.css and so on. To edit these files you need to build child theme. As these files will be reverted back to original when you update the theme.
Sakin
Keymaster@Peter: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#branding, #header-image, #header-menu, #main, #colophon { min-width: 1230px; } .wrapper { padding-right: 20px; padding-left: 20px; }Sakin
Keymaster@Sebastian: That’s fine but since you have decrease the width the image, you might want to increase the width of the article. If so then add in the following css in “Appearance => Theme Options => Custom CSS” box.
.post .post-article { width: 70%; }Sakin
KeymasterHi Nicole,
Can you post in your site URL so that I can check in the issue.
Regards,
SakinSakin
Keymaster@aslkin13: Catch Kathmandu child theme style.css should begin like this https://gist.github.com/catchthemes/10444389
Sakin
Keymaster@cgehansen: Can you send me your site URL and the color code that you want to change to. Then I can look at your site and send your the custom css to add in.
Sakin
Keymaster@greengiant: Yes send me your site URL and then will send you the css.
Sakin
Keymaster@Djapeto: For translating theme in different language, you need to create .po and .mo file and add it in language folder. So, for it will be bs.po and bs.mo. You can create that file from poedit.net software or translate it here https://poeditor.com/projects/po_edit?id_language=22&id=16641. After you create this file, you can send it to use then we will add in new version update.
Sakin
Keymaster@Onyinye: For this please contact our sales at http://catchthemes.com/contact-us/. Sorry I don’t have any info about this.
Sakin
Keymaster@Sarah Althaus: I just check in http://rapunzel-will-raus.ch/in-vier-jahren-um-die-welt/ and it’s working fine.
Sakin
Keymaster@Phil: Don’t worry for security release we will provide it free. As we only use core WordPress functions validated by WordPress Theme Review team there won’t be such issues.
Sakin
Keymaster@DIDIER: Looks like you have Cache Issue. As your home page and other page have different image URL. Can you go to your WP Super Cache plugin settings and clear the cache and check in.
Sakin
Keymaster@Alex: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#featured-post .entry-content { text-align: justify; } -
AuthorPosts
