Forum Replies Created
-
AuthorPosts
-
August 4, 2014 at 10:37 pm in reply to: Change the color of the website "behind" the web copy? #41927
Sakin
Keymaster@Signal512: I am not sure if I understand you correctly. To change the background color of the main area which is behind the page post and widget: Go to “Appearance => Theme Options => Color Options” and then change the color code in “Content Background Color” and save change.
If you are not talking about this, then please explain in reference with your site URL or send me the screenshot URL showing the area where you want to change the color.
Sakin
KeymasterHi Klaas,
I check in your site and see that all your post links to Homepage. I am not sure about the issue in detail. But I guess that your permalink settings in incorrectly setup. So, can you to to “Settings => Permalinks” from your WordPress Dashboard and then try “Default” and save change. If this works then you can check other and check in.
Regards,
SakinSakin
Keymaster@Signal512: Yes it happen when you have cache all over. There are 3 levels of Cache, one is Server Level of Cache, second browser level cache and then ISP level cache. So, it’s all confusing. Yes, it’s working fine.
Sakin
Keymaster@Signal512: I just check in your site and it is showing for me. Clear you WP Super Cache plugin and also clear your browser cache and check in.
Sakin
Keymaster@Signal512: Looks like you making mistake while you paste in your code. You need to paste the exact code. Even a single quotes make mistake. For example it should be
"and not”. So, just copy the following code and paste it. Also after you paste in the code and save change. You need to go to Wp Super Cache and clear the cache.<div class="AW-Form-1379976796"></div> <script type="text/javascript">(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "http://forms.aweber.com/form/96/1379976796.js"; fjs.parentNode.insertBefore(js, fjs); }(document, "script", "aweber-wjs-2bhvmzz4g")); </script>Sakin
Keymaster@Jeff: If you have user Featured Image Slider then you should be able to link to any external link. Yes, to open the link in new window, you need to check “Target. Open Link in New Window”. You can check out http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
Sakin
Keymaster@Nuno: It depends on your case. Can you contact our sales directly at http://catchthemes.com/contact-us/ with your order ID.
Sakin
Keymaster@Signal512: I check in your site and I don’t see any code there. You just have 3 widgets: Awesome Posts, Awesome Categories and Awesome Comment. But I don’t see any Advertisement widgets there.
Ok I just see that WP Super Cache plugin activate. Can you go to WP Super Cache plugin settings and clear your cache.
Sakin
Keymaster@highschoolfootballamerica: Which theme are you using it. If you are using our Pro/Premium themes, then you will see the Header and Footer Code at “Appearance => Theme Options => Webmaster Tools”. You can add it in Footer Code box.
Sakin
Keymaster@Signal512: Can you add the code in “2. Catch Everest: Advertisement” widget to Main Sidebar from “Appearance => Widgets”. As it’s working for me. I added your code and it’s working fine. So, just code the following code in
2. Catch Everest: Advertisementand send me your site URL if it is not working.<div class="AW-Form-1379976796"></div> <script type="text/javascript">(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "http://forms.aweber.com/form/96/1379976796.js"; fjs.parentNode.insertBefore(js, fjs); }(document, "script", "aweber-wjs-2bhvmzz4g")); </script>Sakin
KeymasterHello Jan,
I just check in your site and see that you have added in Meta Slider and it’s working fine. I don’t see like what you have mentioned.
Where is your tab item. I don’t see it.
About the white frame, the frame must be there in your logo. As We have added png logo in demo site http://catchthemes.com/demo/simplecatch-pro/ and it is not showing white frame. Can you check in your image.
If you want to remove the border, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
img[class*="align"], img[class*="wp-image-"] { border: none; padding: 0; max-width: 100%; } a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"] { background: none transparent; border: none; }To center the page title, you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-title { text-align: center; }For Adsense advertisement, sorry there is no option to add it it above the header. You can add in header right sidebar from “Appearance => Widgets”. The only option to add it above header will be through Child Theme. So, you can build child theme and then in your child them
functions.php, you can add in the following css where you can paste in your adsense code instead of<!-- Add in your Adsense code here -->// Added Adsense code above header function simplecatch_child_headercode() { ?> <!-- Add in your Adsense code here --> <?php } add_action( 'simplecatch_before_headercontent', 'simplecatch_child_headercode', 10 );Regards,
SakinSakin
Keymaster@fluegasknowhow: I see that you have customize the script. Either you have minified js as I couldn’t find
catchevolution-menu.min.jsjs file in your site. If you see in our demo site http://catchthemes.com/demo/catch-evolution/, you will find the js
http://catchthemes.com/demo/catch-evolution/wp-content/themes/catch-evolution-pro/js/catchevolution-menu.min.js. So, please check in your setting and it will work fine.Sakin
Keymaster@Scholz: What do you want to do it? We will be adding option to change most of the ICON to Generion soon.
Sakin
Keymaster@fluegasknowhow: You can replace your css
#header-content { padding: 0; }With the following css, as you are not using Logo:
#header-content { display: none; }Sakin
Keymaster@fluegasknowhow: Yes sure, you can increase the width in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box. IN the following css, I have already increased 30px as initially it was 205px and 185px. Make sure you increase equal image in both the css.
#header-menu ul.menu ul { width: 235px; } #header-menu ul.menu ul a { width: 215px; }Sakin
Keymaster@@Danielle: Your text under Featured Content is aligned center. But your image is aligned left and your image with is small for 3 column layout. So, either you need to center your images or need to upload the larger image. If you want to center images, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#featured-post img.wp-post-image { margin: 0 auto; }Sakin
Keymaster@surianto: It’s bit complicated, you might need to hire customizer to more customization. For now, I have manage to come up with the css. Can you try to add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1020px) { #main-slider, #main-wrapper .container, #supplementary { width: 1000px; } #main-slider { margin: 0 auto; } #primary { width: 640px; } #secondary { width: 330px; } }Sakin
Keymaster@greengiant: First can you update your Catch Kathmandu Pro theme to latest version 3.0 and then check in.
Sakin
Keymaster@Danielle: Can you post in your site URL and then I will check in.
For Site title hover color: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box
#site-title a:hover, #site-title a:focus, #site-title a:active { color: #7c9b30; }For menu color, you can go to “Appearance => Theme Options => Color Options => Menu Color Options”, change the color as per your need and save changes.
For content color, you can go to “Appearance => Theme Options => Color Options => Site Color Options”
Sakin
KeymasterHello Jan,
Can you post in your site URL and explain then I can check for conflict with Shortcode unlimited.
Then for the image also send me the URL and then I will check in and send your custom css to remove that.
Regards,
Sakin -
AuthorPosts
