Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@machoyouk: But you homepage will take the default layout. There is no option to change for this particular. As it’s not page or post.
Sakin
Keymaster@bobgarrett: We don’t have IE8 class for IE11. See the code below:
<!--[if IE 6]> <html id="ie6" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 7]> <html id="ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html id="ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--> <html <?php language_attributes(); ?>> <!--<![endif]-->If it’s IE6, then it will load id ie6, for 7 it will be ie7 and for 8 it will be ie8 but for other it will not add any id at all.
Sakin
Keymaster@Michael: It is showing fine for me in all browser. Can you check your zoom setting in your chrome browser. You can go to “View => Actual Size” to zoom out.
Sakin
Keymaster@soklynac: Yes, as it is showing excerpt now. We will be adding option to show Excerpt or Full Content with more tag or hide it in next version update. So, you need to wait for next version update.
Sakin
Keymaster@Claire: I am not sure what you mean. Can you post in your site URL so that I can check in. Did you add in Widget in “Footer Area One, Footer Area Two, Footer Area Three”
Sakin
Keymaster@Francis: Please try from other browser or right click and save link at. As you can see I gave you link directly to zip file. See this http://catchthemes.com/update-notifier/catch-updater/version-control/catch-updater.0.3.zip.
From which browser you are download it from. You can disable auto extractor in that browser.I will also send you email.
Sakin
Keymaster@Panayot: We haven’t worked with CM Answer Pro so I am not aware of any incompatibility issue. There must be some documentation from plugin author on how to implement that plugin.
Yes, please send me your site URL here and also you can capture screenshot and upload somewhere and paste in the link here. Then only I can check in.
Note: For plugin, we always recommend you to seek help from plugin author first and then let us know what they said so that we can make our themes, that plugin compatible.
Sakin
Keymaster@alphaxyz: We are all doing fine. But this frequent earthquake aftershocks are killing lot of people. We are also not feeling that well. Yesterday, I suddenly got fever. But we are trying to be strong and be safe. Thanks.
If you choose Slider type as “Featured Page Slider/Featured Post Slider/Featured Category Slider” then it will take “catchbase-slider” size of width 1200px and height 514px. So, if you upload less then this size then it will load your original image but in you upload image size greater then this then it will crop exactly in this size. But if you choose “Featured Image Slider” as the Slider type, then, theme doesn’t crop it. It will load the original image that you have uploaded.
Sakin
Keymaster@Laura: Please post in your site URL so that I can check in what’s going on. Also I am sure what you mean by Homepage Button. If you are talking about Promotion Headline Button link, then you can add link to that from “Appearance => Customize => Theme Options => Promotion Headlines Options” and change “Promotion Headline Link”
Sakin
Keymaster@eric: From which iPad are you checking in. As it’s showing fine when I check in from my iPad. Is yours iPad mini. Please send me more details. Here is screenshot from my iPad Safari https://dl.dropboxusercontent.com/u/81234910/goodsbuys.com-ipad-safari-portrait.PNG
Sakin
Keymaster@Panayot: Sorry I am bit confused with your question. Maybe you can upload screenshot somewhere and send me link here and explain. Also let me know what element that you want to increase and by how much.
Sakin
Keymaster@styvas: Yes, we have plan to add in bbpress, woocommerce and other plugin supports. But we are having trouble due to massive earthquake and aftershocks currently happening in Nepal. We are based in Nepal. We will be adding in near features. But we will be adding first as in Pro version only.
Sakin
Keymaster@Jeanieandluluskitchen: You need to remove the following code from footer.php below
</body>tag
<script src="http://sleepy-plains-6553.herokuapp.com/assets/button/hotlinebtn.js"></script>You can add this type of code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box.
It will load same income generate tag. You are just not placing it correctly.
Sakin
Keymaster@Christian: Looks like you have customize the code theme file inside
catch-box-protheme directory. You shouldn’t do that, as the edits made there will be reverted back to original when you update or upgrade your theme. I see the following css which has been edited in your theme style.css, which is causing issue.#primary { float: centered; }By default, we have it as below. So, please revert back and it will be fine.
#primary { float: left; }Sakin
Keymaster@Ben: Previously it was used for SEO purposes but now a days it’s not much is use and you can see most of the website doesn’t have. If you have title attribute in link then when you hover over that link it will show you that title. So, add title is link if you want to explain something other that text in that link.
The color option to change the link is there in Catch Evolution pro theme options panel where you will get Color Options and then change the color as per your need. But for free theme, we need to change by adding in the custom css. For that you need to send me your site URL and the color code that you want to change to. Then I can check that for you.
Sakin
Keymaster@Claire: You can hide it by adding the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#main .type-page .entry-title { display: none; }Sakin
Keymaster@machoyouk: Yes, In Catch Box Pro theme, you can keep the default layout like that and then change the layout of any particular page/post from “Catch Box Options” meta box under your page/post editor. So, for this just edit your post and change it. See this screenshot https://www.pinterest.com/pin/548594798329982875/
Sakin
Keymaster@Claire: You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.hentry { -webkit-hyphens: manual; -moz-hyphens: manual; hyphens: manual; }Sakin
Keymaster@Kathy: We are trying our best to recover back but these continuous aftershocks are making it difficult.
Sakin
Keymaster@Musa91: If you upgrade to Catch Box Pro then you will get color option in theme option panel from where you can choose color from color picker and save it.
But in free theme, we need to customize the color using Custom CSS in “Appearance => Theme Options => Custom CSS” box or by building child theme and adding it in child theme style.css. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/
So, try adding in the following css:
#branding #access { background: none #1f9c4e; } #branding ul.menu li { border-color: #1d8745; } #branding .menu .current-menu-item > a, #branding .menu .current-menu-ancestor > a, #branding .menu .current_page_item > a, #branding .menu .current_page_ancestor > a, #colophon .menu .current-menu-item a { background-color: #ae0000; } -
AuthorPosts
