Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@styvas: We haven’t made Catch Base compatible with bbPress forum. Maybe you can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.bbpress #main { width: 100%; } .bbpress .sidebar-primary { display: none; }Sakin
Keymaster@Ben: It will add title in your menu anchor link. For example, link in you menu without title attribute will be as below:
<a href="http://catchthemes.com/demo/catch-evolution/">Home</a>
and with title attribute, it will add title and will be as below:
<a href="http://catchthemes.com/demo/catch-evolution/" title="Home">Home</a>
@Ben: You can change the color by using Custom CSS>May 15, 2015 at 11:30 pm in reply to: Widget as Featured Content – doesn't fit width when layout is No Sidebar-One Col #57772Sakin
Keymaster@Kathy: Thanks we will fix this in next version update. Till then, you need to add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.no-sidebar.one-column #featured-content.layout-three .hentry { width: 33.33%; } @media screen and (max-width: 480px) { .no-sidebar.one-column #featured-content.layout-three .hentry { display: block; float: none; width: 100%; } }Sakin
Keymaster@Kathy: You can just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide entry title in your homepage.
.home #main .entry-title { display: none; }Sakin
Keymaster@machoyouk: Yes, you can change the default layout from “Appearance => Theme Options => Default Layout”.
Sakin
Keymaster@Jeanieandluluskitchen: It’s not issue of your post update. It’s issue with some code conflicting with slider script. Have you installed or updated any code or pluign recently. If so then try disabling plugin one by one to to find the conflicting plugin.
Sakin
Keymaster@Connie: The latest version of Catch Base Pro is version 2.4. See this http://catchthemes.com/themes/catch-base-pro/
Also this forum was talking about Header Featured Image. Can you update to latest version of Catch base pro and let me know your settings at “Appearance => Customize => Theme Options => Layout Options”. Also your site is not yet live for me to check in.
Sakin
Keymaster@Francis: See the link below. It’s linking to zip file. http://catchthemes.com/update-notifier/catch-updater/version-control/catch-updater.0.3.zip
Sakin
Keymaster@aj: It’s strange. Can you check your settings at “Appearance => Customize => Featured Slider Options => Featured Slider Settings”. After this, try disabling plugin one by one as it might be plugin conflict issue with our slider. I will also email you and you can reply me there is it doesn’t work after all this.
Sakin
Keymaster@Juha_52: To change that text, you need to build child theme. For child theme and sample child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/. Then after you build child theme, you need to copy
content.phpfile to your child theme and edit the text Featured as per your need. -
AuthorPosts
