Forum Replies Created

Viewing 20 posts - 3,981 through 4,000 (of 14,509 total)
  • Author
    Posts
  • in reply to: Adding a different font..? #56552
    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;
    }
    in reply to: Page Tittles & Featured Image Slider Tittles #56547
    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; }

    in reply to: Change background of just one page #56545
    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");
    }
    in reply to: Dissable link to article in the Feature Slider #56543
    Sakin
    Keymaster

    @Robert: Strange, it should work. Can you share your site URL then I can check in why it’s not working.

    in reply to: Remove Permalink To #56522
    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/

    in reply to: Simple Catch Pro – Full Width Template #56521
    Sakin
    Keymaster

    Hello 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,
    Sakin

    in reply to: Can't format the text in the sliders #56520
    Sakin
    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-->

    in reply to: Menu Item Limit in Pro? #56517
    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”.

    in reply to: Including images on blog page #56516
    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…)