Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@chukarnold: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet and electricity is huge problem and I am still in shock.
Sorry, it cannot be exact 100%, so just add the following css:
#header #mainmenu { background-color: transparent; }Sakin
Keymaster@beatmaniaNZ: Thanks for understanding. I am trying to manage site support and also support my community. Thank you again for closing this issue.
Sakin
Keymaster@JDC: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet and electricity is huge problem and I am still in shock.
can you post in your URL so that I can check in what can be done. Can you try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.mobile-menu-text { display: inline-block; }Sakin
Keymaster@beatmaniaNZ: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity is not reliable. So, I am trying to support as much as I can. We already lost more then 5 thousands live and the number is going up and up.
About your site, can you send me your site URL and explain the issue. We haven’t change any API and I am confused on what aspect it’s not working. If you are working on Plugin that it might be plugin issue.
Sakin
Keymaster@Chiel: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal.
Yes, Catch Responsive theme is not year WooCommerce ready and we will make it soon in new version update.
At this time, we can build child theme and fix the layout issue that you have.
April 24, 2015 at 3:15 pm in reply to: Increase default text pixel width before word wrapping #56562Sakin
Keymaster@rkmoonak: Can you post in your page URL where you have added all these label then only I can check in.
Sakin
Keymaster@Michelle: Catch Mustang theme doesn’t have featured image option for single page/post. Theme featured image are only useful for blog and archives and page,post, category sliders.
Sakin
Keymaster@rkmoonak: You can increase the width of Primary and decrease the width of the secondary in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
@media screen and (min-width: 783px) { .two-columns #primary { width: 64%; } .two-columns #secondary { width: 34%; } }Sakin
Keymaster@Sebastian: For that you need to build child theme and add your font file using font-face css. There is also font plugin that you can use. Try searching for font plugin at WordPress.org.
Then you can change the font-family in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
body, button, input, select, textarea { font-family: "Open Sans",sans-serif; }Sakin
Keymaster@luismarioochoa: I need your site URL to check in detail. But if you want your slider title back after your custom css, then you can add the following css:
#main-slider .entry-title { display: block; }Sakin
Keymaster@Jesse: This page don’t have ID in body class to make it specific. What you can do it change the background for all WooCommerce pages. For that you can add the image URL in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
body.custom-background.woocommerce { background-image: url("http://casehardintexas.com/wp-content/uploads/2015/03/nashville_broadway.jpg"); }Sakin
Keymaster@Robert: Strange, it should work. Can you share your site URL then I can check in why it’s not working.
Sakin
Keymaster@nikhilmangal: there is no option to remove permalink from Featured Page Slider in Catch Responsive Free theme. For that either you need to build child theme and then copy the full function
catchresponsive_page_slider()to your child theme functions.php file and edit it or you can upgrade to Pro version and use “Featured Image Slider” instead of “Featured Page Slider” so that you can just upload image without link.For more about Catch Responsive Pro additional features, you can read theme instructions at http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
KeymasterHello Lisa,
About that closing DIV you need to ask to that plugin support. Then for CSS, looks like there is issue in Custom CSS that you have added in. Can you paste all your css from Custom CSS box in https://gist.github.com/ and add in URL here then I can check in.
Regards,
SakinSakin
Keymaster@Chris.J.Hoffman: Featured Page slider takes excerpt automatically from your selected page. But if you want to adjust it then you can split the content using more tag
<!--more-->Sakin
Keymaster@sbartsch: Custom Menu featured in “Appearance => Menus” is fully controlled by WordPress default. We haven’t change anything. I don’t think there is page limit for menu, you can just add any number of pages in Menus and then save your menu and then assign your menu location from “Appearance => Menus => manage Locations”.
Sakin
Keymaster@Andybee: ok for that go to “Appearance => Customize => Theme Options => Layout Options” and choose “Show Full Content ( No Featured Image ) from “Archive Content Layout” and save changes. This will show all your post full content. So, if you want to split content to show in blog then you can split content using more tag (more…)
