Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Peter Hohl: To delete the text below the page. “This post is password protected. Enter the password to view any comments.”. You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.nopassword { display: none; }The text “This post is password protected. To view it please enter your password below:” is from the WordPress default. If you have installed WordPress in your language then it should be auto. This has nothing to do with theme.
Sakin
Keymasteryes that’s right but check your FTP for file style.css in your child theme directory “catch-everestchild”. The child theme sytle.css is missing in your live site. You can paste the following link in your browser and see that i mean. You will not find this file http://uendi.com/wp-content/themes/catch-everestchild/style.css
Sakin
Keymaster@xpyouth: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box of your site http://www.xpyouth.org/.
#site-generator .site-info { text-align: center; } #site-generator .copyright { width: 100%; }Sakin
Keymaster@MairiaM: Sorry I cannot help it before adding back the the footer text “Theme: Simple Catch”. I have already replied in your other forum question is that you are not allowed to change the footer theme name while using Free Theme. This is the only means of recognition that you get for proving theme, updates and support forum for free. I hope you understand and add back the name and I will be happy to help you further.
Sakin
Keymaster@Uendi: For this all you don’t need to build child theme. Just active the Parent Theme itself. You can add those custom CSS in “Appearance => Theme Options => Custom CSS” box. You need to build child theme only if you want to edit any core theme functions. Just make the parent theme active and add the css in Custom CSS box and it will work fine.
Sakin
Keymaster@oly: It’s working fine. But before viewing the forum first you need to login through http://catchthemes.com/login/ and then only visit http://catchthemes.com/support-forum/forum/catch-everest-pro-premium/ . Otherwise it will show you Page not found.
Sakin
Keymaster@Uendi: Your site don’t have style.css fine that is why you are seeing all those. The style.css will hide it.
I see that you have build child theme but loading it incorrectly. As when I view source your site source to check style.css, I found this http://uendi.com/wp-content/themes/catch-everestchild/style.css
But there is file is not found. So, please fix this and all will be fixed.
Sakin
Keymaster@kulsoomtm: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`/* For Currency Converter Widget header background color and font color */
#text-2 .widget-title {
background-color: #000;
color: #fff;
}
/* For Recent Special Post */
.widget_specialrecentpostsFree .widget-title {
background-color: #000;
color: #fff;
}
/* For Categories */
.widget_categories .widget-title {
background-color: #000;
color: #fff;
}
/* For Recent Comments */
.widget_recent_comments .widget-title {
background-color: #000;
color: #fff;
}
/* For Top Posts & Pages */
.rw_top_rated .widget-title {
background-color: #000;
color: #fff;
}
/* For Subscribe to Blog via Email */
.jetpack_subscription_widget .widget-title {
background-color: #000;
color: #fff;
}
/* For Tags */
.widget_tag_cloud .widget-title {
background-color: #000;
color: #fff;
}
/* For all Widget title at once */
.widget-title {
background-color: #000;
color: #fff;
}Sakin
Keymaster@Tekstiltrold: you have added the header logo as the background through following CSS.
#branding { background: url("http://tekstiltrolden.dk/wp-content/uploads/2013/03/Original-Header-med-blå-skrift.jpg") repeat scroll 0 0 transparent;} #header-content { padding: 5em 0; }Remove the above css and then add your header image from “Appearance => Header”. Just click on Browse and select the image you want to add then then click on “Skip Cropping, Publish Image as Is” button. This will add full width header image.
Then you can remove the spaces in the header through “Appearance => Theme Options => Header Options”. Then just add 0 in all 4 margins and click on save.
Sakin
Keymaster@frog357: Yes that is only the option that you can do to make the sidebar come first. As in mobile devices, the elements come in ascending order.
Sakin
Keymaster@Uendi: What are you doing with the them. I check in your site and it’s missing style.css file.
Sakin
Keymaster@Peter: Sorry we cannot generalized and add the heavy script to make the site slower. We wan to keep the theme as light as possible. Yes, if you want to do it in your site then you can send me your site URL and I will send you the css that you can add.
June 1, 2013 at 10:16 am in reply to: Update changed site description and color…..please help! #9772Sakin
Keymaster@ktglasscock: I see that you have already add the css for site title and tagline and it is working fine. I don’t understand what you want to do it now.
Sakin
Keymaster@MairiaM: Please add back the footer content. You just need to add back “Theme: Simple Catch”. For free them you are not allowed to change the footer theme name. This is the only mean of recognition that we get for providing Theme, Updates, and Support for free. I hope you understand. Please add back and post here, then I will look at your issue.
Sakin
Keymaster@MairiaM: Hello Maria, Thanks for your support question. I would like to request you to put back our theme name Theme: Simple Catch in your Footer. This is not allowed when using Free Theme. This is the only means of recognition for providing theme, updates and support all free. If you want to remove the footer Theme name then you have to use Simple Catch Pro Theme..
I just check in your slider and see that you are using small image that is why it is on the middle. You should use the large image with minimum width 976px.
Second, if you are talking about the dot effect on the slider image then you can disable it from “Appearance => Featured Post Slider => Slider Effect Options”. Then click on “Disable Slider Background Effect” and save.
Sakin
Keymaster@xpyouth: Thanks for your help and your site looks WOW. I love it. Yes, I took a look at it and it’s a wrapping issue. http://css-tricks.com/almanac/properties/w/whitespace/
Sakin
Keymaster@kulsoomtm: Yes you can but since this will be custom work you need to tell me exactly to which widget. So, I can check that widget id and send you the css.
Sakin
Keymaster@Uendi: I don’t know which underline you are talking about. I need your site URL to see it.
About the menu, you can use custom menu from “Appearance => Menu”. See this http://en.support.wordpress.com/menus/
Note: Don’t edit core theme files, functions and css. If you want to change any css then you can add it in “Custom CSS” box that you will find in “Appearance => Theme Options”. If you want to change the code theme files then you need to build child theme and do the edits.
-
AuthorPosts
