Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Martijn83: Yes you can just go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and then select “Disable” is Enable Sidebar and save changes.
Sakin
Keymaster@Sebastian: You have installed the plugin “Fancier Author Box” in your site which is giving you extra author box. For that you need to deactivate the plugin.
Sakin
Keymaster@varaani: What are you trying to add and it’s not possible in Free version. It doesn’t allow to edit any footer content. But pro version allows to do that. You will get Footer Editor option in your theme options panel and you and edit it there.
Sakin
Keymaster@Debra: Fro spaces in header image you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-logo { padding-top: 10px; } #hgroup-wrap { padding-bottom: 0; }But for changing Schedule Now button to a custom image button. This will be bit difficult. It will be easier if you just change the color and all. But replacing with image will be issue with responsive design.
Sakin
Keymaster@Bouncedancer: It’s not 100% necessary to use Featured Image. Featured images are used for Featured Post Slider and in above the post excerpt content in Catch Evolution Free version. But id you don’t need these then you don’t need to add Featured image. For recommended sizes see this http://catchthemes.com/theme-instructions/catch-evolution/
Sakin
KeymasterNice Irina and yes thanks a lot Nancy 🙂
Sakin
Keymaster@pips: Yes you can download the software from http://www.poedit.net/ and create German Translation file de_DE.po and de_DE.mo. Then after you complete the translation you can contact via http://catchthemes.com/contact-us/ with subject: Catch Everest German Translation. Then we will add your translation in Core theme file. So, you don’t have to worry about it. Also we will be proving you complimentary Catch Everest Pro upgrade, thanks note in readme.txt and social profiles.
Currently Catch Everest Theme has been translated in Polish, Chinese, Spanish and Italian languages.
Sakin
KeymasterSakin
Keymaster@kacmcgrath: First remove the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-logo { padding-left: 400px; text-align: center; }I also see another set of custom css at http://www.katiecharlesmcgrath.com/?custom-css=1&csblog=1&cscache=6&csrev=65 . There also you need to remove the following css.
#site-logo { padding-left: 400px; text-align: center; }Then you can add the following Custom CSS in “Appearance => Theme Options => Custom CSS” box or in your CSS section from Jepack plugin.
#header-left, #site-logo { display: block; padding: 0; width: 100%; text-align: center; } #site-logo a { display: inline-block; }Sakin
Keymaster@Irina: The featured image in the post will take the size of 754px width and 400px height. So, the only option at this stage will be to crop the image in your computer and upload the smaller image of 150px by 150px. So, when the WordPress doesn’t fine the larger featured image, it will simply take the original image that you have uploaded. So, this way you can solve the size issues.
For custom css, you don’t need to know about this much. You can simply add the css in “Appearance => Theme Options => Custom CSS” box from your WordPress Dashboard.
Sakin
Keymaster@amycooke999: If you have empty sidebar then it will show Archives and Meta widgets by default. To remove the sidebar in Catch Box Free Theme, you need to select “One-column, no sidebar” from “Appearance => Theme Options => Default Layout”.
Sakin
Keymaster@amycooke999: I check in your site and sidebar is showing in Left. I also check in your screenshot where you left sidebar has moved below the content. As you are viewing your site in smaller screen size. This is responsive theme and it will change as per the screensize. So, when you are viewing the site from device or browser size below 961px. It will make the content full width and push the sidebar below:
See in the large screensize screenshot: https://www.diigo.com/item/image/4mqpj/nu41
See in the small screensize screenshot: https://www.diigo.com/item/image/4mqpj/ypa3Sakin
Keymaster@amycooke999: Oh you have posted in Wrong forum that is why I got confused. You are using Catch Box theme and posted your question in Simple Catch Theme forum. In catch box theme, you can change the layout only from “Appearance => Theme Options => Default Layout”
I see that you have selected “Content on right” and added text widget in “Main Sidebar” and Category Widget, Calendar Widget and Page widgets in Footer Area One, two and three from “Appearance => Widgets”.
The widgets that you add in Footer Area One, two and three will show in Footer. But the widgets you add in Main Sidebar will how is content sidebar. Since you have selected “Content on right”, your sidebar is showing in left and content on right and all footer widget at bottom http://dumbandfunny.com/
Sakin
Keymaster@CharlieCZ: Sorry bit confusing question. Do you mean to change the color of your
<h4>tag. If so then you can add in the following CSS in “Appearance=> Theme Options => Custom CSS” box.
#main h4 { color: #003366; text-align: center; }Sakin
Keymaster@klhaight: I see that you build child theme and edited lot of style. I see so many repeat css which you can delete it and also you have added css in “Appearance => Theme Options => Custom CSS” box. So, it’s very difficult for me to check in.
So, first delete all the css from “Appearance => Theme Options => Custom CSS” box and your child theme style.css custom css. Then check in with IE9. IF this is file then you can add in custom css in your child theme style.css one by one as per the requirement. Please don’t add unnecessary css.
If you are checking below IE9 then you need to use plugin such as https://wordpress.org/plugins/wp-ie-enhancer-and-modernizer/
Sakin
Keymaster@Irina: You can check this article at http://premium.wpmudev.org/blog/crop-image-wordpress/
Sakin
Keymaster@thatfashiondude: Ok I need to check in details so I please respond my email.
Sakin
Keymaster@Irina: Yes, you can use the above css given my @Nancy. But after you add in that css you need to upload the Featured image of small size. The reference site you have given uses featured image size of 150px height and 150px width. This is the best option.
But if you want to just control the size with the CSS. Then you can add the following css which adds size in the @Nancy css. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.home .entry-summary .wp-post-image, .archive .entry-summary .wp-post-image { display: inline; float: left; height: auto; margin: 0 10px 10px 0; width: 30%; } -
AuthorPosts
