Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@alissaa: Are you checking in IE8. As when I check in IE11, 10 and 9. It’s fine. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-header #main-slider .entry-title, #main-slider .entry-title span #main-slider .entry-content { background-color: transparent; }Sakin
Keymaster@Jeff: Free version only have post slider and I told you that the slider script will take the “Featured Images” updated in the post. So, you have to create Post and upload the Featured Image. See this in featured image http://en.support.wordpress.com/featured-images/ and see this screenshot http://www.pinterest.com/pin/548594798329948788/.
So, after you create post with featured image. You can just add that post ID in “Appearance => Theme Options => Featured Post Slider => Slider Options”.
But if you want Image Slider where you just upload the image then you need to upgrade to Pro version and use Featured Image Slider. See the details at http://catchthemes.com/theme-instructions/catch-evolution-pro/
Sakin
Keymaster@sdupre: If you haven’t customize any core theme files like style.css, functions.php, index.php and so on then you don’t have to worry about Update.
It doesn’t work with directly adding in the zip file as the theme already exist. You can just activate Catch Everest Free theme and then delete your old version of Catch Everest Pro theme and upload it.
If you still worry then you can use Catch Updater plugin. This does it for you.
Sakin
Keymaster@Jeff: Did you check in the Topic “How to Add Featured Post Slider?” in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-evolution/.
1. First you need to create Post and add in Featured Image in your Post.
2. Then you can add that post ID in “Appearance => Theme Options => Featured Post Slider => Slider Options”.
See the screenshot on how to add in Post id http://www.pinterest.com/pin/548594798329984427/Sakin
Keymaster@KingBetts: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the black space
@media screen and (max-width: 960px) { #header-content { display: none; } }Sorry, I don’t understand center just the picture. Can you share screenshot with explanation.
April 10, 2014 at 3:52 pm in reply to: Mobile CSS – font-family, header height, black bar at top #24982Sakin
Keymaster@KingBetts: I think you recently changed theme to Catch Evolution Theme. That is why it is not cropping for old post images before Catch Evolution Theme. So, you need to regenerate thumbnail using this plugin http://wordpress.org/extend/plugins/regenerate-thumbnails
You can look at our Theme Instructions page at http://catchthemes.com/theme-instructions/catch-evolution/ where we have mentioned about “Regenerate Thumbnails”.
Sakin
Keymaster@talkleft: Yes this theme comment box is different then you send it in screenshot. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.quicktags-toolbar { padding-left: 90px; }April 10, 2014 at 11:52 am in reply to: Mobile CSS – font-family, header height, black bar at top #24940Sakin
Keymaster@webhive: I see that you are using 2 custom css. One from our “Appearance => Theme Options => Custom CSS” box and another from “Appearance => Edit CSS”. Please add one only.
Also for the grey margin, you can add the following css inside your mobile css.
#page.hfeed { margin-top: 0; }We are able to change the font family from the Theme Options panel. After you select the font you need to click on “Save Changes”. Which font did you choose in?
Sakin
Keymaster@lambdog: Oh Sorry this option is not available in our theme. You can add Banner ads only in your sidebar. So, you can add it in header top, header right, sidebar, footer area. But not at the place you have mention. Then only way to do that will be to build child theme and the banner with the help of functions. If you have technical knowledge then let me know it. I will send you the instruction. But for general users, I recommend using Hire a Customizer.
Sakin
Keymaster@Patty: Thanks a lot for your appreciation. That is fine, you can add image in Footer Area One, Two and Three as per your wish. You can add anything from “Appearance => Widgets”
Sakin
Keymaster@meheehee: You can can the color code in following css and add it in “Appearance => Theme Options => Custom CSS” box.
#main a.readmore { color: #000C0F; }Sakin
Keymaster@Jonathan: Changing individual item is bit complicated. I will give you the code, you can add the css.
/* For Search Widget */ #secondary .widget.widget_search { } /* For Language/text Widget Widget */ #secondary .widget.widget_text { } /* For Menu Widget Widget */ #secondary .widget.widget_nav_menu { }Sakin
Keymaster@Jonathan: I see that you are using Version 2.0 and the “Header Featured Image Options” has been added in. Go to “Appearance => Theme Options => Header Featured Image Options”. Then in “Enable Featured Header Image” you can click on “Entire Site, Page/Post Featured Image”. So, you will have you header image in homepage and it will be replace by your featured image in post/page while viewing post/page.
Sakin
Keymaster@andliowoo: Sorry you should have posted in your site URL. Now I assume that you are using Catch Box Pro theme. Add the following css in “Appearance => Theme Options => Custom CSS” box.
.hentry, .no-results, #author-info, #disqus_thread, #content .error404, #supplementary, #supplementary { background: none transparent; }Sakin
Keymaster@KingBetts: I see that you are using Catch Evolution Free theme and if you see in Theme Instructions page http://catchthemes.com/theme-instructions/catch-evolution/, it is clearly mentioned that we use image size of Width:754px and Height: 400px for as Featured Image. So, all image above this size will be auto cropped when you use the layout as “Excerpt/Blog Display”. But you have use Content Layout as “Full Content Display” to show exactly like in your post. But if you like the excerpt layout then I recommend you to change the image of that size.
To remove the border and padding, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-summary img.wp-post-image { border: none; padding: 0; }April 10, 2014 at 7:59 am in reply to: Mobile CSS – font-family, header height, black bar at top #24896Sakin
Keymaster@webhive: I don’t know the resolution of your Galaxy Tab. So, I am guessing it will be 960 so giving you CSS To remove the admin bar and header space.
@media screen and (max-width: 960px) { #wpadminbar { display: none; } #header-content { padding: 10px 0; } }For font, go to “Appearance => Theme Options => Font Family Options” and change it.
Sakin
Keymaster@Betty: I don’t get it. When I check in your site in IE11, IE10 and IE9 all working fine. Can you refresh and check in.
April 9, 2014 at 9:55 am in reply to: Mobile CSS – font-family, header height, black bar at top #24780Sakin
Keymaster@webhive: It depend on your mobile devices screen Resolutions. So, change the resolutions as per you need from 767 to 768 or more. Can you post in your site URL as I don’t get what do you mean by black bar at the top. If you are talking about admin menu black bar at the top then this will be visible only for login users.
Just add in your custom css in “Appearance => Theme Options => Custom CSS” box.
/* Smaller then standard 767 (devices and browsers) ----------- */ @media screen and (max-width: 767px) { /* Add in your Custom CSS here */ }Sakin
Keymaster@nostatic: There is no option to make column in Homepage Headlines. But you can use “Homepage Featured Content” from “Appearance => Theme Options => Homepage Featured Content Options”
Note: Please don’t edit the code manually in core theme files like style.css, functions.php, index.php and so on as these files will be reverted back to original when you update the theme. So for advance editing, you need to build child theme and edit it.
-
AuthorPosts
