Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@homerun: looks like you have customize the theme. As in Catch Box there will not be image in search. Check this http://catchthemes.com/demo/catchbox/?s=layout&submit=Search
So, can you check your
search.phpfile.Note: please don’t edit/add any code/files inside core theme folder ‘catch-box’. As all these edits will be reverted back to original when you update/upgrade the theme. So, if you want to edit the theme either do it all from Theme Options panel or build child theme if you want to do it more customization.
Sakin
Keymaster@photobyemelie:
1. I see that you are using Catch Flames Free version and this is pro version forum. Free doesn’t have comment options. Read this for more details about additional features in Pro version http://catchthemes.com/theme-instructions/catch-flames-pro/2. Sorry there is no option to change the font in Free theme but yes in pro version we have google fonts that you can choose from. Maybe search for plugin is you don’t need pro version.
3. To make the title of center, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-title { text-align: center; }4. To add in each post, you need to build child theme and then copy content.php and content-single.php and add the code there. For child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/
Thanks for your appreciation.
Note: For Catch Flames Free version, please post in forum http://catchthemes.com/support-forum/forum/catch-flames-free/
Sakin
Keymaster@Claire: ok thanks.
Sakin
Keymaster@JOSHUA: As per our menu design, you need to add the following css in “Appearance => Theme Options => Custom CSS” for your mobile menu css:
/* Mobile Menu background */
.sb-holder {
background-color: #d11d0f;
}
/* Mobile Menu link color */
.sb-options a:link,
.sb-options a:visited {
color: #1a2b35;
}
/* Mobile Menu Hover */
.sb-options a:hover,
.sb-options a:focus,
.sb-options a.sb-focus {
background-color: #d11d0f;
color: #dadada
}Sakin
Keymaster@Cybersnaby: Cool 🙂
Sakin
Keymaster@chuckasaurusrex: Yes add the following css in “Appearance => Theme Options => Custom CSS” box:
#main #content img.wp-image-125, #main #content img.wp-image-126, #main #content img.wp-image-127, #main #content img.wp-image-219 { border: none; padding: 0; }Sakin
Keymaster@shaun.smudger.smith:
1. You can created fix header menu. Just create custom menu from “Appearance => Menus” and then assign that menu location as “Fixed Header Top Menu” from “Appearance => Menus => Manage Locations”
2. About the social icon. I see that you have added in Large Header Image and not the site logo. So, it cannot be added like that. If you have added header image from “Appearance => Theme Options => Header Options” then you can add Catch Evolution Social Widget in Header Right Sidebar from “Appearance => Widgets”Sakin
Keymaster@Cameila: Each theme has it’s own code so, you cannot use Catch Everest theme code in Catch Base Theme. Please see that you are posting it in Catch Everest Forum. For Catch Base Forum, check out http://catchthemes.com/support-forum/forum/catch-base-free/. You can post your own question by filling out the form below that link.
Sakin
Keymaster@Keith: I see that you have change your Font Family for Site Title and Site Tagline from “Appearance => Theme Options => Font Family Options”
You can check “Reset Fonts” and save changes. This will make it default and you plugin font will work.
Sakin
Keymaster@Kim: Yes you can email me the .mo and .po files.
Sakin
Keymaster@Steffen: Just add following css in “Appearance => Theme Options => Custom CSS” box:
.widget-area .widget .widget-title a { color: #fff; }Sakin
Keymaster@Cybersnaby: Please post in your site URL so that I can check in.
Sakin
Keymaster@Sam: Yes that fine.
It’s from the widget and not from the theme. So, for example:
1. Your recent post widget where you have added title as New will be have class.widget_recent_entries
2. Your subscription widget added from Jetpack plugin will have class.jetpack_subscription_widgetSakin
Keymaster@Cyril:
1. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#slider .slider-title { color: #aaa; font-weight: bold; }2. This cannot be done with custom css. So, you might want to build child theme and edit slider function. Hum, first let’s try new CSS3, where we will hide : and add -. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.featured-text-wrap .slider-title:after {
background-color: #ddd;
content: '';
display: inline-block;
margin-left: 10px;
height: 1px;
vertical-align: middle;
width: 10px;
}
.featured-text-wrap .sep {
display: none;
}Sakin
Keymaster@somethingelse: I am not sure what you are looking for. If you are looking for function
adventurous_post_format_meta(), then you will find it inadventurous-template-tags.phpfile inside inc folder.Sakin
Keymaster@Kim: Thant is because of Image height and the text sentence. As you can see your sentence “Results in about a 48% increase in 20 days in natural elastin production to tighten your skin.” started from bottom of the image and float down.
You can try adding in the following css:
img.alignleft, .wp-caption.alignleft { margin-bottom: 0; }But it’s up to the paragraph of text start and end point.
Sakin
Keymaster@somethingelse: It’s ok to have problem and we try our best to provide you the solution.
Also, please support Adventurous theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/adventurous/. We would really appreciate it. Thanks.
February 24, 2015 at 12:06 am in reply to: I need help with the background color on my web site #52243Sakin
Keymaster@Anne-Pia: For that you need to translate the theme in Danish language. Then it will be auto changed to it. You need to create .mo and .po files. You can see the example language in ‘languages’ folder. Out theme is translation ready and you will see
catch-flames.potfile in languages folder. So, you can just download poedit software from http://poedit.net/and create .mo and .po file.After you complete translation, you can contribute to theme and we will add in the core theme.
February 23, 2015 at 11:54 pm in reply to: I need help with the background color on my web site #52241Sakin
Keymaster@Anne-Pia: If you remove that older post link then how will your site visitor look for old posts.
-
AuthorPosts
