Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@chris: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-content img { box-shadow: none; }Your css should have worked but you forgot to close the curly bracket
.page .entry-content img { box-shadow: none;This should be as
.page .entry-content img { box-shadow: none; }If you still cannot then send me your site URL and then I will check in.
Sakin
Keymaster@scott: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page-id-34 .hentry { background-color: #61c7f2; }Sakin
Keymaster@zorter: Looks like this plugin has issue with the code. As when I check in the source of your site through View Page Source, I see lot of repeat inline JavaScript code. Can you ask the support forum of plugin why there is repeat of JavaScript file. I think you should try different plugin.
Sakin
Keymaster@zscheimer: This is really clever. Sorry, you have already added all the color option of Pro version in Free. Hope we get some benefits soon.
Here goes the css for page titles..entry-header .entry-title { color: #222222; }Sakin
Keymaster@pcjosemi: Please post in your site URL. So, that I can check in your site and give you the suggestion.
Sakin
Keymaster@kaisneuron: Please don’t post the same question twice. I have already replied you in.
http://catchthemes.com/support-forum/topic/posts-not-linked-with-a-post-page-setting-reading/Sakin
Keymaster@zorter: We don’t have such code in our theme. Can you show me the your slider page URL where you have issue?
February 4, 2014 at 10:41 pm in reply to: Posts not linked with a post page (Setting, Reading) #20000Sakin
Keymaster@kaisneuron: Have you customized any core theme files. As when I check in our server. It is working fine. I will contact you in through email as I need to check in your site admin section.
Sakin
Keymaster@GAHC: There seems to be issue with the Custom CSS that you have. Can you remove the following CSS from our “Appearance => Theme Options => Custom CSS” box.
hgroup.with-logo { display: none; padding: 0; } #site-logo {float: none;} #header-left { float: none; } #site-logo { float: none; text-align: center; } #site-logo a { display: inline-block; } #header-left { float: none; } #header-left { display: block; float: none; }Sakin
Keymaster@suchi: Here goes the CSS for spaces:
/* For Header top Padding */ #site-logo, #header-right { padding-top: 50px; } /* For Header Right Sidebar Paragraph Margin Bottom */ #header-right p { margin-bottom: 40px; } /* For Header Left and Right Padding */ #hgroup-wrap { padding: 0 50px; }Sakin
Keymaster@Juraj: You can directly contact our sales and account section at http://catchthemes.com/contact-us and ask for PDF invoice with your details.
Sakin
Keymaster@zscheimer: Use the following CSS.
/* For Homepage Headline */ #homepage-message { background-color: #FAFAFA; } /* For Footer Copyright */ #site-generator { background-color: #3A3D41; color: #999999; } #site-generator a { color: #DDDDDD; }Sakin
Keymaster@GrabYaJimmie: WordPress automatically embed YouTube and Vimeo videos. But for other videos you need to add as an embed code.
Sakin
Keymaster@kaisneuron: It should work fine. Can you send me your site URL and tell me your “Settings => Reading”. As I just check in with my setup of Catch Evolution Pro theme, where in my “Settings => Reading” – in “Posts page” I selected by blog page and it is showing posts in my blog page.
Sakin
Keymaster@scott: For color you can go to “Appearance => Theme Options => Color Options” and change the color as per you need. You don’t need to add extra color css.
Sakin
Keymaster@Chelsea: For detail customization you can use hire a customizer http://catchthemes.com/hire-customizer/ . I have just make the header in percentage CSS. So, try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-left { max-width: 75%; } #header-right { max-width: 20%; }Sakin
Keymaster@zorter: in Ipad landcape mode you will see same as in your desktop but in ipad portrait you will have tinynav menu.
Sakin
Keymaster@Peyton: I check in your site and see that you have use minify. So, cannot check in your site Source. But looking at your site, I assume that there is conflict with the plugin so, remove the minify, clear cache and deactivate plugin one by one to check in the conflicting menu.
Sakin
Keymaster@Karin: You can add any link. So, first create your pages and then add those pages link there.
Sakin
Keymaster@vixtor: Sorry Catch Everest Free theme doesn’t have this option. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup.with-logo { clear: none; float: left; max-width: 580px; padding-left: 20px; padding-top: 45px; } @media screen and (min-width: 1190px) { #hgroup.with-logo { max-width: 700px; } } @media screen and (max-width: 1060px) { #hgroup.with-logo { max-width: 515px; padding-top: 20px; } } @media screen and (max-width: 960px) { #hgroup.with-logo { max-width: 320px; } } @media screen and (max-width: 767px) { #hgroup.with-logo { clear: both; padding-left: 0; } } -
AuthorPosts
