Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Nancy: Don’t have that browser to test. You can try adding in the following CSS.
#sidebar-header-right .widget_catchevolution_social_search_widget .social-profile { display: block; width: 90px; }Sakin
Keymaster@Betty: I think you are checking it in IE8, our theme supports only from IE9 onwards. IE8 is very old to give support. If you are searching for IE8 issues then see this http://catchthemes.com/support-forum/topic/site-not-working-in-internet-explorer-8/
Sakin
Keymaster@Caitlin: It must be cache what took some time to change your site details. It will take a bit time to crawl and fix it. Also I recommend using “WordPress SEO by Yoast” plugin for Search Engine Optimization and also for Facebook Open Graph. For Facebook Open Graph, you can test your site at https://developers.facebook.com/tools/debug/
Sakin
Keymaster@t3seo: WPML means WordPress Multi-Language Support which mean translation ready. We didn’t mean WPML plugin. We have seen people using this plugin with our theme with few tweaks.
Sakin
Keymaster@Robson: We will be updating the theme to support qTranslate custom links. Let me know if you need any other things to be added for qTranslate. For slider, the code will be like this https://gist.github.com/catchthemes/9565356
Sakin
Keymaster@Robson: I am also searching for solution. As we haven’t work with this plugin. If you get any answer from their forum then do let me know. I will also post in details, if I find anything.
Sakin
Keymaster@sticksoutfitter: ok I am testing your site now.
IE10 and IE11: Looks great
IE9: Everything works good just in search box you will loose placeholder. This is not an issue. As people still can type in and search.IE8 is too old browser. We don’t support IE8 and even WordPress theme guideline doesn’t support IE8. You can try any WordPress default theme. Same issues.
But I have one solution for you which will make your site display properly in IE8 bit cannot be perfect as IE10 and 11. Just install this plugin https://wordpress.org/plugins/wp-ie-enhancer-and-modernizer/
Sakin
Keymaster@kissthegroom: Thanks for your appreciation. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.sb-selector:link, .sb-selector:visited, .sb-selector:hover { color: #757575; text-shadow: none; } .sb-options a:link, .sb-options a:visited { color: #757575; } .sb-options a { border-bottom: 1px solid #E9E9E8; } .sb-options a:hover, .sb-options a:focus, .sb-options a.sb-focus { background-color: #E9E9E8; }Sakin
Keymaster@telexesposito: For that you need to ask plugin author support forum. Also if you check the plugin status, it is compatible up to WordPress version 3.3.2 and now we are already in WordPress version 3.8.1. See the plugin review http://wordpress.org/support/plugin/wp-minify
Sakin
Keymaster@Scholz: Sorry I don’t get it what you mean. Can you explain bit more in detail and what do you mean by image color.
Sakin
Keymaster@Susan:
1. Editing the footer copyright information is not allowed to change in Free Themes. If you want to edit/remove it then you need to upgrade to pro version when you can simply go to “Appearance => Theme Options => Footer Editor Options”.2. In Free version, you have to manually edit each pages to remove the comment. See the screenshot http://www.pinterest.com/pin/548594798329843253/ . But in Pro version it really simple. Just go to “Appearance => Theme Options => Comments Options”.
3. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box which will make your Title as per your page title.
#header-menu ul.menu a { text-transform: none; }If you just want to display the product then you can use Gallery but if you want to sell it as well then you can use plugin such as Woo Commerce. But for these setup you need to hire customizer.
Sakin
Keymaster@ourag: See this for child theme https://codex.wordpress.org/Child_Themes
Ok I am going to show you the steps and in this step we will finally create child theme of Catch Box Theme.
1. First you need to create folder with name example: catch-box-child
2. Then create style.css file inside the folder catch-box-child . In you child theme style.css there are 2 things that you need to focus on 1) Template: catch-box, it should be your parent theme folder name and 2) `@import url(“../catch-box/style.css”);` importing parent theme sytle. For example, your style.css file should be as https://gist.github.com/catchthemes/9552857
3. Then you can zip the folder and upload like a new theme using WordPress admin panel theme uploaded or you can simply upload the folder from FTP.Sakin
Keymaster@Eklundz: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-meta .in-tag a { background-color: #0088cc; padding: 5px; color: #fff; -moz-border-radius: 5px; border-radius: 5px; }Sakin
Keymaster@jemfrim949: Can you explain bit more about the issue. As when I check in your site in Mozilla browser it all looks good.
Sakin
Keymaster@Caitlin: I am bit confused about your request as you haven’t share your site URL. So are you trying to add Featured Slider in Catch Kathmandu Pro theme.
Please check in the Theme Instruction at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/. In Featured Slider, you can choose the from Page Slider or Post Slider or Category slider or image slider and how to add that is mentioned in theme instruction page.
Sakin
Keymaster@ian.scott: You are not allowed to edit that in Free Version. This is the copyright information that we add for providing Free Themes and Free Support. If you want to remove or edit that then you need to upgrade to Catch Everest Pro theme where there is easy option to do that from “Appearance => Theme Options => Footer Editor Options”. See the theme instructions of Catch Everest Pro theme at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@craiginthebox: I don’t get it what you mean. We shouldn’t add another article before closing article code. The page take one article and each post takes one each. Maybe you can just change css and wrap it.
Let’s edit your front-page.php file. Add the code
<div id="home-wrap">just belowget_header(); ?>and code</div><!-- #home-wrap -->just above<?php catchbox_content_query_nav( 'nav-below' ); ?>Then in you child theme style.css add the following CSS:
#home-wrap { background-color: #fff; border-bottom: 2px solid #ccc; -moz-border-radius: 5px; border-radius: 5px; } #home-wrap .hentry { border: none; }Sakin
Keymaster@aeriformarts:I just check in your site and see that there was Link URL set to none so it didn’t add url. In LINK URL, you should always set to FILE URL to get the image url.
Sakin
Keymaster@Robson: Oh qtranslate is very confusing. Maybe posting in support forum of qtranslate and then answering will be better.
For link can you try relative link like for resume:
/curriculoSakin
Keymaster@Nancy: If that is white-spaces issues then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#fixed-header-top ul li a, #header-menu ul.menu a { white-space: nowrap; } #fixed-header-top ul.menu ul li a, #header-menu ul.menu ul li a { white-space: normal; } -
AuthorPosts
