Forum Replies Created
-
AuthorPosts
-
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…)
