Forum Replies Created
-
AuthorPosts
-
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@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.
February 23, 2015 at 11:52 pm in reply to: How do I change default Image sizes in Blog listings? #52240Sakin
Keymaster@Consciousness: If you don’t want to use import then you can add the following code in your child theme functions.php file.
add_action( 'wp_enqueue_scripts', 'catchevolution_child_enqueue_styles' ); function catchevolution_child_enqueue_styles() { wp_enqueue_style( 'catchevolution_parentstyle', get_template_directory_uri() . '/style.css' ); }Sakin
Keymaster@BigA2015: Thanks for your appreciation and please support Catch Kathmandu theme by providing your good review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu/
Sakin
Keymaster@photobyemelie: Can you send me your site URL so that I can check in.
February 23, 2015 at 11:36 pm in reply to: I need help with the background color on my web site #52236Sakin
Keymaster@Anne-Pia: You can change colors from “Appearance => Theme Options => Color Options => Content Color Option”
Sakin
Keymaster@ADN: You cannot change that just from Custom CSS. For that you need to change the code. So, for this you need to build child theme http://catchthemes.com/blog/create-child-theme-wordpress/. Then copy
catchkathmandu_content_nav()function fromtemplate-tags.phpto your child themefunctions.phpfile.Then you will see the following code:
<?php previous_post_link( '<div class="nav-previous">%link</div>', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'catchkathmandu' ) . '</span> %title' ); ?> <?php next_post_link( '<div class="nav-next">%link</div>', '%title <span class="meta-nav">' . _x( '→', 'Next post link', 'catchkathmandu' ) . '</span>' ); ?>You need to replace with following:
<?php previous_post_link( '%link', '<div class="nav-previous">Previous</div>' ); ?> <?php next_post_link( '%link', '<div class="nav-next">Next</div>' ); ?>Sakin
Keymaster@shaun.smudger.smith: Sorry your site is offline in maintenance mode. Also I don’t know what you meany by original place.
-
AuthorPosts
