Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Steve: Please don’t edit any core theme files. You are not supposed to edit any files inside catch-evolution-pro theme directory. As these files will be reverted back to original when you update the theme. For SDK code in header.php, you can add it in “Appearance => Theme Options => Webmaster Tools => Header Codes” box.
Sakin
Keymaster@Jeff: For this, you can install “Jetpack” plugin and activate “Post by Email” module and configure it.
Sakin
Keymaster@Todd:
1. The request a quote graphic in the header right sidebar widget. But it’s not lined up with the logo. I’d like them to be balanced vertically.
— For this you can remove the margin top by adding the following css in “Appearance => Theme Options => Custom CSS” box.
#header-right .widget { margin-top: 0; }If this is not enough then you can adjust the padding top.
.header-sidebar { padding-top: 50px; }2. I’d like to further reduce the white space above and below the logo and quote graphic a little more.
— For the space above logo, you can adjust the padding top
#site-logo { padding-top: 50px; }3. reduce the white space above the line “An Independent Energy…” just a bit
— You can adjust the padding top in the following css.
.home #main { padding-top: 50px; }4. very slightly reduce the spacing in the headline area and the button size.
— You can adjust the padding top and below as per your need.#homepage-message { padding-bottom: 30px; padding-top: 30px; }Sakin
Keymaster@philippe: You are using Catch Box theme build in HTML5 and CSS3. So, in HTML5 each article can have 1 header code and each header code can have one h1 tag. So, this is not a problem. See this http://catchthemes.com/support-forum/topic/featured-content-h1-tages-to-many/
Sakin
KeymasterHello Yuccacane,
For this you need to upgrade to Catch Kathmandu Pro theme where you will get “Footer Editor” options in your Theme Options panel. For more details about additional features in Pro version, read the theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
Regards,
SakinSakin
Keymaster@jim tobin: Simple Catch Free theme only have option to use Featured Post Slider, which is there to highlight your post and it takes the post title, excerpt content and featured image from the post IDs. So, it will link to post.
The featured that you are asking can be fulfilled by “Featured Image Slider” where you can upload independent image, title, content and links all optional. For this, you need to upgrade to Pro version. There are other nice additional features, find out at http://catchthemes.com/theme-instructions/simple-catch-pro
Or you may use redirect plugin to redirect your post URL to homepage. So, it will not show that post.
Sakin
Keymaster@maevamena: It’s easier in Pr version where you will get option to disable comment on pages from “Appearance => Theme Options => Comment Options”. See more details at http://catchthemes.com/themes/catch-evolution-pro/
But if you want to do this in free version. Then you need to edit the pages where you want to disable the comment. Then un-check “Allow Comment” in discussion box. See this screenshot at http://www.pinterest.com/pin/548594798329843253/
Sakin
Keymaster@Steve: There is two option to do this.
1. Through Plugin: You can install “Jetpack” plugin and then active “Extra Sidebar Widgets” module then you will get “Facebook Like Box (Jetpack)” widget and add it in your sidebar from “Appearance => Widgets”
2. Through Code: You can get the code from https://developers.facebook.com/docs/plugins/like-box-for-pages , fill in the detail and click on get the code and then add that code in your sidebar from “Appearance => Widgets” using “1. Catch Evolution Adspace Widget”Sakin
KeymasterHi Maeve,
You can change the padding as per you need and then add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-content { padding-top: 40px; padding-bottom: 40px; }Regards,
SakinSakin
Keymaster@Kevin: Thanks for providing information through email.
I already mention you, this error is from memory exhaustion and you need help from your hosting server to increase the memory limit. But since your hosing server didn’t support and no one to help. I try to help you.
I have just increase your site PHP memory limit to 64MB by adding the following code in wp.config.php file
define('WP_MEMORY_LIMIT', '64M');Now, you will be able to access your WordPress dashboard.
Sakin
KeymasterHi Maeve,
I am not sure about what you are talking about. If you are talking about how to add background image then you can go to “Appearance => Background” and then upload your image.
Regards,
SakinSakin
Keymaster@dmcleman: Sorry there is no color option. So, you need to change the color either using Custom CSS box at Theme Options panel or by building child theme and adding css in child theme style.css
Sakin
Keymaster@Kevin: If no one is helping you then I will do it. Ok I will send you personal email and please reply me there.
Sakin
Keymaster@Design Diva: Thanks for your appreciation.
If you don’t want to build child theme then there is one trick to do display small image. Just upload small image as Featured Image in your post then it will display the original image that you have uploaded.
Sakin
Keymaster@Phuong: You need to add the following css inside your media.
#header-menu ul.menu ul { top: 35px; }Now your custom css should look like below:
@media screen and (min-width: 1080px) { #primary { width: 660px; } #secondary { width: 240px; } #header-menu ul.menu a { line-height: 35px; padding: 0; padding-left: 12px; padding-right: 12px; } #header-menu ul.menu ul a { line-height: 35px; padding: 0; padding-left: 12px; padding-right: 12px; } #header-menu ul.menu ul { top: 35px; } }Sakin
Keymaster@Joey: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS box.
#branding ul.menu { float: right; }Sakin
Keymaster@Ena: When I add in the Embed code in “Text” mode it is working fine for me. Can you post in your URL where you have added in the embed code. See this http://www.pinterest.com/pin/548594798332210926/
Sakin
KeymasterHello Kevin,
This is not theme issue, I can guarantee that. If that is plugin issue then can you log in to your FTP access and then rename
plugindirectory and try to check in. Once you rename the plugin directory. All your plugin will be disable.Regards,
SakinSakin
Keymaster@Ena: Thanks but your embed code is not clear. You should have posted in http://gist.github.com/ and send me the link here. Anyway, I send to the site AmericaNowNews.com and see that that you have option to copy embed code in their video. Just copy that code and then go to your post and paste it when you are in “Text” mode in your editor not in “Visual” mode in your editor.
Sakin
KeymasterDear Sbartsch,
Yes for now you can add that css in your Custom CSS box and later you can delete it after Chrome fixes the issue.
Regards,
Sakin -
AuthorPosts
