Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@katyaY: I see that you are using Catch Everest Free theme. So, please check in theme instructions page http://catchthemes.com/theme-instructions/catch-everest/ for more details
1. Slider: Catch Everest Free theme only have option to use Featured Post Slider to highlight your post. So, first you need to create Post from “Add New => Posts” and in your post, you need to add in Featured Image as this image will be used as image for slider. Then you can go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and add in your post ID. See the detail instruction at http://catchthemes.com/theme-instructions/catch-everest/
2. Homepage Featured Content Options: The 3 boxed and images. You can add link, upload images, title and text from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”.
3. Background: I see that you have added custom background from “Appearance => Background”
If you want more features then you can opt for Catch Everest Pro theme. See the details about additional features and theme instructions of pro version at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@Manu: I think you are saying that you want to increase your site overall width. But Catch Box Theme is design with 1000px width for larger width I recommend you to use Catch Evolution Theme instead http://catchthemes.com/themes/catch-evolution/
Editing the width of this catch box theme will be problematic as it’s responsive design then and we need to check in css for various devices. Let me know your view.
Sakin
Keymaster@alba: Sorry, I am but confused with your question. Do you mean to reduce the space below the slider in homepage. If so that you can adjust the padding as per your need and add the following css in “Appearance => Theme Options => Custom CSS” box.
.home #main { padding-top: 50px; }Sakin
Keymaster@James: I found the co-overlay code in your page “home”. Edit your page home from “Pages => All Pages” and edit Home and delete the following code. This code most be from your previous theme or previous plugins.
<div id="cp-overlay2" style="outline: 0px; position: absolute; bottom: 0px; top: 0px; left: 0px; right: 0px; margin: 22px; background-color: black; opacity: 0.24; z-index: 21; font-family: sans-serif; font-size: 12px; line-height: 16.796875px;"></div> <div id="cp-inline-wrapper" style="outline: 0px; margin: 29px; position: relative; overflow: scroll; background-color: #f3f3f3; z-index: 22; max-height: 600px; font-family: sans-serif; font-size: 12px; line-height: 16.796875px;"></div>Sakin
Keymaster@Mark: Yes using plugin is good way to do it.
/* For Text Widget */ .widget-area .textwidget { font-size: 14px; } /* For Image Widget Text */ .widget-area .widget_sp_image { font-size: 12px; }Sakin
Keymaster@Parvus: Yes, in Pro version you have 2 more options that is “Page Slider” to link to page and “Image Slider” to link/unlink anywhere you like.
Thanks for your appreciation.
Sakin
Keymaster@Jeff: Yes you can change it. That is just a demo image to show how theme looks like. Just go to “Appearance => Header” and then upload your own image and save changes.
For detail instructions check out http://catchthemes.com/theme-instructions/catch-evolution/
Sakin
Keymaster@James: How did you get that grey overlay. We don’t have that in our theme. See the demo page http://catchthemes.com/demo/catch-kathmandu/. Can you post the URL where you find that.
Sakin
Keymaster@ianedward: If you want to remove the border from only the page mentioned in the link then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.page-id-691 #main #content img { border: none; }Sakin
Keymaster@jexywaverider: You can add the following css in “Appearance => Theme Options => Custom CSS” box
#header-menu ul.menu a { padding: 0 1em; }Sakin
KeymasterHi Troy,
1. I don’t recommend adding such as large and heavy image as the background of your header. I recommend you to add image size of maximum 300px height and 1600px width. The image you are trying to add is 5760px width and 3840px height. This is too big and will impact your site loading.
But if you still want to add in then then you can add the following css in “Appearance => Theme Options => Custom CSS” box.#branding { background: url("http://theendlesseditor.com/wp-content/uploads/2014/04/typewriter11.jpg") no-repeat scroll center center transparent; }2. First you need to disable header right sidebar from “Appearance => Theme Options => Header Right Sidebar Options” and click on “Disable Header Right Sidebar” and save changes. Then to move the title and tagline to the right side of the header, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#branding .logo-wrap { float: right; } -
AuthorPosts
