Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Connie: Are you sure that you change the color of “Footer Sidebar Area Background Color” and not “Footer Widget Background Color”. As in our server, when I change the color in Footer Sidebar Area Background Color, it change it throughout and if I change in Footer Widget Background Color, then it will not extent.
To debug more, I need your site to be live for me to check in.
May 28, 2015 at 9:53 am in reply to: Polylang: translating Featured Content title and description #58476Sakin
Keymaster@widespread: Not sure, you might need to ask plugin support. Can you go to “Settings => Languages => string translations”
May 28, 2015 at 9:46 am in reply to: Decrease slider size and remove white spaces in Catch Everest Pro #58475Sakin
Keymaster@Raul: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-content { margin-left: 10px; }Sakin
Keymaster@Raul: I don’t get it what you mean by remove the permalink image. Can you explain in reference with your site URL.
To hide the author and date from all the post, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-header .entry-meta { display: none; }If you purchase Catch Everest Pro, you content will load same and also your custom css in “Appearance => Theme Options => Custom CSS” will be safe. Only, you might need to set your custom menu location. You can check this screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
Sakin
Keymaster@Amanda Barbosa: Yes, in free version. Copyright line will take your “Site Title” set in “Settings => General”. Only Pro version have option in Theme Customizer to change the footer content.
Sakin
Keymaster@oly: This looks more of server and core WordPress issue. Can you ask your Hosting Server Support. Also can you go to “Dashboard => Updates” and then click on “Re-install Now” button and check in. Even your core WordPress css is not loading in http://www.festivalfiresolutions.co.uk/wp-login.php
Sakin
Keymaster@Kim: Not sure that you want to do with that. Try adding the selector as
#main-wrapperSakin
Keymaster@Cattext: Ok then you can add the following css in your child theme style.css file.
#hgroup-wrap #site-title { text-shadow: 2px 2px #fff; }Sakin
Keymaster@Kingfisher: Sorry to header that. I hope you are recovering fast.
Ok now I see that you are not taking about the header image but about the Featured slider. I see that you have removed the footer which is causing issue. The slider script will run in the footer and you have removed it. That is the reason it’s not sliding. So, please put it back and it will slide it.
Sakin
Keymaster@Marina: You can create custom menu from “Appearance => Menus”, Then you can add pages, post, links and category as per your need. There you can change the Label to change the menu text. See this screencast for Custom Menus http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/ and you can also check this screenshot which shows different element of menus https://www.pinterest.com/pin/548594798330820987/
Sakin
Keymaster@Cattext:
1. If you are trying to change H1 to H6 of the content, then your css will be as below:#content h1 { font-size: 36px; line-height: 1.2; margin: 0.3em 0 10px; color: #990000; } #content h2 { font-size: 26px; color: #990000; } #content h3 { font-size: 18px; line-height: 1.3; margin: 1em 0 .2em; color: #990000; } #content h4 { font-size: 16px; margin: 1.33em 0 .2em; } #content h5 { font-size: 14px; margin: 1.67em 0; font-weight: bold; } #content h6 { font-size: 12px; margin: 1.67em 0; font-weight: bold; }2. You can change the color code in the following css and add in your child theme style.css
/* For Footer Widget Text and Link Color */ #colophon #supplementary .widget-area, #colophon #supplementary .widget-area a { color: #ddd; } /* For Footer Content Text Color */ #colophon #site-generator { color: #ccc; } /* For Footer Content Link Color */ #colophon #site-generator a { color: #eee; }Sakin
Keymaster@Cattext: Please share your site URL, as Catch Kathmandu Pro theme doesn’t have shadow for site title. You can check in our demo page http://catchthemes.com/demo/catch-kathmandu/. If you are trying to add in that you can add as the following css:
#hgroup-wrap #site-title a { text-shadow: 2px 2px #fff; }Sakin
Keymaster@Renie: I think there is issue with your child theme code. Can you just activate the parent Catch Evolution Theme and check in.
Sakin
Keymaster@Susie: Please post in your site URL and let me know if you have any specific margin that you want to add in. Can you explain in detail please, as if you see the demo site http://catchthemes.com/demo/catch-responsive/, you will see there is margin in the images. So, I am bit confused.
Sakin
Keymaster@Dave: Sorry I don’t know how you have added in. Please share your site URL so that I can check in. If that’s in header then please go to “Appearance => Widgets” form your WordPress Dashboard and then check your Header Right Sidebar and Header Top Sidebar. It must be there.
Sakin
Keymaster@Connie: For Full Frame Pro theme, to change the color, you don’t need Custom CSS. Just remove that custom css. You can change the link color of Full Frame Pro from “Appearance => Customize => Color Options => Basic Color Options” and change the color in “Link Color”.
Sakin
Keymaster@Connie: Not sure what you mean. Can you explain in reference with your site URL so that will be easier for me to understand.
In Catch Flames Pro, you can go to “Appearance => Customize => Color Options => Footer Color Options” then change the color in “Footer Sidebar Area Background Color”.
May 27, 2015 at 4:38 pm in reply to: Polylang: translating Featured Content title and description #58413Sakin
Keymaster@widespread: Sorry, I have edited the code above. Now you can try new one, where I replaced
add_action( 'after_setup_theme', 'catchbase_featured_content' );
with
add_action( 'after_setup_theme', 'catchbase_wpml_invalidcache' ); -
AuthorPosts
