Forum Replies Created
-
AuthorPosts
-
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; }Sakin
Keymaster@machoyouk: the css you have added in is incorrect. Can you name the title of the pages you want to hide then I can correct it.
#tinynav1 option:nth-child(1n) { display: none; }Sakin
Keymaster@Amy: I am bit confused. Can you post in your site URL and explain in reference with your site URL.
Sakin
Keymaster@Kim: It depends on personal choice, many people just like small one like this. Ok, try adding the following css in “Appearance => Theme Options => custom CSS” box”
.mobile-menu { background-color: #d8180a; text-align: center; width: 100%; height: 50px; } .site .genericon-menu { box-sizing: border-box; height: 50px; width: 100%; } .mobile-menu a { color: #fff; padding: 10px; } .mobile-menu-text { display: inline-block; }Sakin
Keymaster@Kim: For that you need to change your layout to “Full Content Display” from “Appearance => Theme Options => Layout Options” or simply decrease the word count in “Appearance => Theme Options => Excerpt / More Tag Settings”
Sakin
Keymaster@bole: Or you can try completing it. You just need to complete the language file de_DE.po and de_DE.mo file. You can edit de_DE.po file using fee software from poedit.net
May 16, 2015 at 12:03 am in reply to: Infinite scroll: Unable to track page views on Google analytics #57781Sakin
Keymaster@ibnusaheed: I am not sure about Google Analytics and Jetplack plugin infinite scroll tracking. We just added in support for Jetpack plugin infinite scroll module. So, please post in Jetpack plugin support forum and your Google Analytics codes. We don’t have control on it. We just added this http://jetpack.me/support/infinite-scroll/
Sakin
Keymaster@bole: are you using Catch Base theme in any other language. If so then you might have incomplete language file and it is showing that issue. See this other user posted in same at http://catchthemes.com/support-forum/topic/error-in-hello-world-post-with-fresh-installed-wordpress-and-theme/
Sakin
Keymaster@Webitseo: I see that you have added in all css in your child theme style.css . Child theme style.css should only have css that you want to change. For sample child theme and related, refer to http://catchthemes.com/blog/create-child-theme-wordpress/. So, remove all the css and add only requited css and it will work fine.
Sakin
Keymaster@Christian: Please post in the URL of the page where you have issue. then I can check in.
-
AuthorPosts
