Forum Replies Created

Viewing 20 posts - 1,101 through 1,120 (of 2,006 total)
  • Author
    Posts
  • in reply to: Font Sizes on Tablet and Phone #102677
    Pratik
    Member

    Hi @Edward,

    Do you mean reducing size even more for smaller devices? You can do following:

    
    @media screen and (max-width: 767px) {
        body {
            font-size: 12px;
        }
    }
    

    Assuming mobile devices have screen width less than 767px. You can reduce the size to fit your needs.

    Regards,
    Pratik

    in reply to: Report settings on another website #102676
    Pratik
    Member

    Sorry, we do not have this feature for now.

    Regards,
    Pratik

    in reply to: Move Nav Menu #102675
    Pratik
    Member

    Hi,

    Can you post in your site url?

    in reply to: Update 3.6 to 3.9.3 doesn't work #102627
    Pratik
    Member

    Hi,

    Yes pro themes need catch updater. Glad you solved it.

    Regards,
    Pratik

    in reply to: Report settings on another website #102562
    Pratik
    Member

    Hi @moskito7,

    I cannot understand what you mean, do you mean to import same settings to another site? We currently do not have that feature. You need to do this manually.

    Regards,
    Pratik

    in reply to: Oops! That page can't be found #102561
    Pratik
    Member

    Hi Raphael,

    It can be some caching issue or maybe Halloween 😀

    I am glad it is solved.

    Regards,
    Pratik

    in reply to: Additional Promotional Headline #102560
    Pratik
    Member

    Hi @husker,
    To do this, you will need to hire a customizer as this is a different feature. Options, design and html elements needs to be added in order to achieve this.

    Regards,
    Pratik

    in reply to: Font Sizes on Tablet and Phone #102559
    Pratik
    Member

    Hi @Edward,
    Your custom css sets font size for all devices.
    If you want to just add custom css for mobile/tablet devices, use something like following:

    
    @media screen and (max-width: 991px) {
        body {
            font-size: 14px;
        }
    }
    

    That this does is applies font size css to devices with screen size less than 911px.

    You can edit the size of font as per your need.

    Regards,
    Pratik

    in reply to: Font Sizes on Tablet and Phone #102558
    Pratik
    Member

    Hi @Edward,
    Your custom css sets font size for all devices.
    If you want to just add custom css for mobile/tablet devices, use something like following:

    in reply to: Problems with Header Image and Tablet and Phone #102557
    Pratik
    Member

    Hi Edward,
    I checked on my device ans it looks fine. The problem is with header and menu blocking the header image. Is this what you mean?

    in reply to: Slider not clickable #102515
    Pratik
    Member

    Hi @Jeffery,

    Strange issue indeed. I need to check your site with all plugins disabled. Can you do that and let me know so I can check it?

    Regards,
    Pratik

    in reply to: Featured Slider – background and size #102514
    Pratik
    Member

    Hi @mindfulsami,

    On second viewing, its seems you are using free version of the theme. That option is only available in pro version. If you want those color options, please upgrade to pro version.

    Regards,
    Pratik

    in reply to: Featured Slider – background and size #102513
    Pratik
    Member

    Hi @mindfulsami,

    Check Appearance=> Customize=> Color Options=> Featured Content Color. It should have options you need.

    Regards,
    Pratik

    in reply to: Continue reading #102512
    Pratik
    Member

    I understand what you mean. My question is did the text (on first post) still not change after changing the text option in Appearance=> Customize=> Theme Options=> Excerpt Options=> Excerpt More Text?

    in reply to: HTML space just before the footer #102489
    Pratik
    Member

    Great, after you create a child theme, add this code: http://pastebin.com/XGj5bSF6 in your child theme’s functions.php file and there should be a new Sidebar “Footer Top” that will fulfill your needs.

    Regards,
    Pratik

    in reply to: Continue reading #102488
    Pratik
    Member

    I meant just adding that the text you want instead of Continue Reading text in Appearance=> Customize=> Theme Options=> Excerpt Options=> Excerpt More Text

    in reply to: Social media icons #102487
    Pratik
    Member

    I am glad it worked out 😀

    Regards,
    Pratik

    in reply to: Upgrading from 2.8 to 3.4 Catch Evolution Pro #102483
    Pratik
    Member

    Hi @Theresa,

    It is highly recommended that you update. You must keep all your themes and plugins up-to-date. Following are just a few reasons to keep your themes updated:
    1. New updates patch up security vulnerabilities
    2. New updates patch up bugs
    3. New updates are more compatible with new WordPress versions
    4. Not to mention new features

    These are just a few reasons, you can just perform a quick google search and see it for yourself.

    Let me know if you have further queries.

    Regards,
    Pratik

    in reply to: Move Nav Menu #102482
    Pratik
    Member

    HI @alwilleford,

    It is possible via child theme. For that, first create a child theme. Details for child theme is here: http://catchthemes.com/blog/create-child-theme-wordpress/

    After you have done so, and are comfortable with upgrading, let me know and I will help you further.

    Regards,
    Pratik

    in reply to: Featured Slider #102447
    Pratik
    Member

    Hi @billgrant,

    Slider options should be in Appearance=> Customize=> Featured Slider from dashboard. It’s detailed instructions are here: https://catchthemes.com/theme-instructions/rock-star/#featured-slider

    Regards,
    Pratik

Viewing 20 posts - 1,101 through 1,120 (of 2,006 total)