Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@kapo_e: I see that you have added the following css in “Appearance => Theme Options => Custom CSS” box.
#site-logo, #hgroup { padding-top: 30px; padding-bottom: 0px;}You can just add the following css instead
#site-logo { padding-top: 5px; }Sakin
Keymaster@businessbabes: Thanks for your screenshot. But I need to check in your site as why it is not working as per the demo site. Have customize any CSS?
Sakin
Keymaster@k.capelli: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box
#secondary .widget select { width: 300px; }Sakin
Keymaster@maklbacon: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box
@media screen and (max-width: 767px) { #header-right .widget { display: inline; float: left; } #header-right .widget_search { clear: none; margin-left: 10px; } .header-sidebar #s:focus { width: 72px; } }Sakin
Keymaster@PierreLuc3E: For site logo the following css should work.
#site-logo, #hgroup { padding-top: 0; }Sakin
Keymaster@k.capelli: Can you send me your site URL and explain in detail about the width of drop down.
Sakin
Keymaster@aaronborrego: You need to upload the image from your post and set it as “featured image”. See this screenshot http://pinterest.com/pin/548594798329948788/
For more read about featured image at http://en.support.wordpress.com/featured-images/#setting-a-featured-image
Sakin
Keymaster@jbprins: can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#featured-post img { box-shadow: none; }Sakin
Keymaster@businessbabes: Thanks for your appreciation
1. You can add social icons only in various Sidebars, such as header top sidebar, header right sidebar, main sidebar, footer sidebar and all. But for other places you need to build child theme and add though action hook. So, for this you might need to hire developer to customize it for your.
2. Catch Everest Pro doesn’t have breadcrumbs by default. So, it must be though plugin. Just disable the Breadcrumb plugin.
3. I don’t understand this. Can you upload the screenshot image anywhere and send me the link of screenshot describing the area that you want to diminish.
4. It has active as well see the demo http://catchthemes.com/demo/catch-everest/
It’s very difficult for me to support you without the site URL. So, best option will be to upload it in demo sever and send me the site URL.
Sakin
Keymaster@Marianne: Featured Post Slider has the limitation of 987px width. So, you can just make it full width. For this first you need to have larger image in the post and then customize the css. So, better hire developer for this task.
Sakin
Keymaster@PierreLuc3E: Modifying Catch Everest Free Theme. But it depends on how you have used Catch Everest in your Theme.
1 – remove the grey band above the Header
— You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.site { margin-top: 0; }
2 – reduce the white space before and after the Logo
— You can add the following css in “Appearance => Theme Options => Custom CSS” box.#site-logo { padding-top: 0; } #hgroup-wrap { padding-bottom: 0; }3 – reduce the white space before and after the Featured Post Slider
— For this I need your site URL
4 – reduce the white space before and after the Homepage Headline
— You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#homepage-message { margin-top: 0; }Sakin
Keymaster@Anusha: You can download the previous version but previous version also will not have your edited file. That is why you should never customize core theme files.
Sakin
Keymaster@Anusha: Oh you shouldn’t change any core theme files like style.css, functions.php, index.php and all. As all the customization made in core theme files will be reverted back to the latest version when you update the theme. So, all the customization should be done through Theme Options panel. For CSS changes you can add it in “Appearance => Theme Options => Custom CSS” box. Further, if you want to customize the functions then you need to build child theme and edit the function.
Sakin
Keymaster@k.capelli: the site now looks fine to me. Can you refresh your browser to clear the cache and you will see your site as fine.
Sakin
Keymaster@k.capelli: I couldn’t find the style.css of your child theme http://www.thelostlondoner.com/wp-content/themes/Simplecatchprochild/style.css
Maybe your server doesn’t take capital letter. So, can you change your child theme directory from
Simplecatchprochildtosimple-catch-pro-childSakin
Keymaster@richemont: Can you ask in qTranslate plugin forum and let me know what plugin author tell you to do it.
Sakin
Keymaster@Bill Pagonas: Sorry I don’t have this answer. Maybe try in WordPress Forum at http://wordpress.org/support/forum/plugins-and-hacks where there will be lot of people trying to answer your question
Sakin
Keymaster@richemont: The logo is positioned though padding so you have to adjust that. For left you have to reduce the padding left and for top you need to reduce padding top.
So, adjust the padding as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box./* For left padding */ #hgroup-wrap { padding-left: 50px; } /* For top padding */ #site-logo { padding-top: 50px; }Sakin
Keymaster@k.capelli: Your style.css of child theme looks fine. Do you have Simple Catch Pro theme there was well. The site come blank with text all over the place, only when the child theme doesn’t find the parent theme style.css
Can you activate your child theme and send me your site URL?
Sakin
Keymaster@Yennyram: You are option to add text in header right section only in Catch Everest Pro theme. There are lot more cool features, see this http://catchthemes.com/theme-instructions/catch-everest-pro/
-
AuthorPosts
