Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@j9hagop: Sorry this option is not there. Maybe you need to use developer to customize it for you.
Sakin
Keymaster@cheri.schneider: Here goes answer to your queries.
I am using the regular Catch Everest and was wondering if it was possible to reduce the top and bottom margins on the footer areas.
— Just change it as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
`
#supplementary { padding-top: 50px; }
#supplementary .widget { margin-bottom: 50px; }
`Is there a way to extend the length of space we have for the title? One of the titles on the slider is too long so it is being broken up into 2 lines and I would like it to be one line.
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`#main-slider .entry-container { max-width: 60%; }`Sakin
Keymaster@iceman027: Please disable your plugin “Favicon Generator” and it will work fine. Now you have two favicons; 1. from plugin and 2. from theme options.
Sakin
Keymaster@hunterhicks: Here do you want to add the tags. If it is in sidebar then you can just use the widget “Tag Cloud”. Go to “Appearance => Widgets” and drag and drop the Tag Cloud widget in sidebar.
Sakin
Keymaster@cre8ve1: Sorry navigation cannot be moved up. You can add the slider from “Appearance => Theme Options => Featured Post Slider”
See the theme instruction at http://catchthemes.com/theme-instructions/catch-everest/
Sakin
Keymaster@Samson81:Just add the following css in”Appearance => Theme Options => Custom CSS” box.
`#header-right .widget-area .widget a { color: #000; }`Sakin
Keymaster@Samson81: Yes that’s possible. Just add background image in the menu. Use the CSS like below and add it in “Appearance => Theme Options => Custom CSS” box.
`
#header-menu {
background-image: url(“http://dev.webermfg.ca/wp-content/uploads/2013/04/carbon_fiber2.jpg”);
}`Sakin
Keymaster@rawb_in: To decrease the white space between the Footer Widgets and Featured Post Slider. Decrease the padding top in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
`.blog #main { padding-top: 40px; }`Actually the footer widget is to be show in all pages. But the following css will help you to hide it in other pages and will only show in your homepage.
`
#footer-sidebar { display: none; }
.blog #footer-sidebar { display: block; }
`Sakin
Keymaster@trentbuzz: For Catch Everest Pro additional features, you can check out this page http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@karinschultz: Great. But we are not sure about the plugin. You have to search for plugin in http://wordpress.org/extend/plugins/ and use it. If you find problem in plugin then you should first ask the plugin developer for support and if they ask us to change anything then we are ready to make it compatible.
Sakin
Keymaster@karinschultz: When you click on insert into post for the image, I think you choose thumbnail. So for example you have added the following image
`http://www.iwritegreatcopy.com/wp-content/uploads/2013/04/iwritegreatcopyimage1-976×313-300×96.jpg`
instead of
`http://www.iwritegreatcopy.com/wp-content/uploads/2013/04/iwritegreatcopyimage1-976×313.jpg`So, you can either manually copy and paste the image url or when you click on insert into post, make sure you have selected “Full Size”.
Sakin
Keymaster@pt mannik: This is not theme related issue and it’s the issue with your server. So, please ask your server support.
Please check your .htaccess file and see this for more details http://codex.wordpress.org/Using_PermalinksSakin
Keymaster@aka10385: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`#header-right #s { color: #fff; }`Sakin
Keymaster@Samson81: You can add like the following css in your “Appearance => Theme Options => Custom CSS” box.
`#hgroup-wrap { background: url(http://dev.webermfg.ca/wp-content/uploads/2013/04/carbon_fiber2.jpg) repeat scroll 0 0; }`Sakin
Keymaster@Emmanuel_J: I don’t see any problem in your site. It is showing same in Homepage http://www.emmanueljaime.com/ and singular post http://www.emmanueljaime.com/?p=16
Sakin
Keymaster@bobbafett: I check your site from my mobile device it is showing home as main.
Sakin
Keymaster@travellingking1: Ok I need to check your site admin section. So, I will email you privately. Please check your email.
Sakin
Keymaster@iJON: Yes every theme has different div id and classes. The css is controlled through ID and CSS. That is why always post your site URL when you ask question. I am giving you the following css supposing that you are using Simple Catch Free theme as you have used this forum.
Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
`#main .entry-title a:hover { color: #f9854a; }`Sakin
Keymaster@obiokere: The option that you have asked in not supported by this theme. This theme is not designed like that. You should have choose theme like Simple Catch Pro.
Anyway, I can giving you the code but I am not 100% sure about it. So, if this doesn’t work then you might consider hiring css developer.
Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`.home .entry-summary img { display: inline-block; float: left; margin-right: 5%; max-width: 30%; }`Sakin
Keymaster@karinschultz: http://www.iwritegreatcopy.com
I have noticed on the upgrade that after the post but before the comment section, there is a line which gives the category information. As I have the breadcrumbs at top, I don’t need this at the bottom. How do I suppress this?
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
`.single footer.entry-meta { display: none; }`Also, I would like to have the comment box left justified. How can i do this? As well, there is a “comment” tag outside the comment box. This is redundant, how can I remove this?
— Sorry, I don’t understand this what you mean. -
AuthorPosts
