Forum Replies Created

Viewing 20 posts - 941 through 960 (of 2,016 total)
  • Author
    Posts
  • in reply to: whitespace before doctype #107718
    Pratik
    Participant

    Hi @radeko,

    I will forward this fix to our technical team and the reasons for it as well.

    Regards,
    Pratik

    in reply to: Font Sizes on Tablet and Phone #107717
    Pratik
    Participant

    Hi @larentobi,

    You can try following code:

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

    This will make the font size on mobile devices 44px.

    Regards,
    Pratik

    in reply to: Missing primary sedebar on mobile view #107686
    Pratik
    Participant

    Hi Ivan,
    I checked and it looks like the Booking.com widget is visible newt the bottom of the page.

    Pratik
    Participant

    Hi @KatieK21532,

    Can you post in your site url as well so I can check it?

    in reply to: Live preview and Reset all settings not working #107667
    Pratik
    Participant

    Hi @Michael,

    There is an issue with the theme. I have fixed the issue and pushed the theme in live queue. New version(2.1) should be available to you soon.

    Let me know if the new version still does not solve your issue.

    Regards,
    Pratik

    in reply to: Missing primary sedebar on mobile view #107666
    Pratik
    Participant

    Hi @Ivan,

    Your site gives me connection timeout error. Please let me know once the site is up.

    Check https://catchthemes.com/demo/lucida/ and see as there is sidebar present below the content. Usually in mobile views, sidebar moves below the content.

    Regards,
    Pratik

    in reply to: Sidebar color background in a post #107665
    Pratik
    Participant

    Hi @Ivan,

    Your site gives me connection timeout error. Please let me know once the site is up.

    Regards,
    Pratik

    in reply to: whitespace before doctype #107664
    Pratik
    Participant

    Hi @radeko,

    We can work on the issue. If you are comfortable with editing the theme files, can you replace lines 17-31 in catch-responsive/inc/catchresponsive-structure.php file with following:

    
    if ( ! function_exists( 'catchresponsive_doctype' ) ) :
    /**
     * Doctype Declaration
     *
     * @since Catch Responsive 1.0
     *
     */
    function catchresponsive_doctype() {
    	?>
    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    	<?php
    }
    endif;
    add_action( 'catchresponsive_doctype', 'catchresponsive_doctype', 10 );
    

    If this solves the issue, I will send the fix and issue will be solved in next update.

    Regards,
    Pratik

    in reply to: Font Sizes on Tablet and Phone #107552
    Pratik
    Participant

    Hi @lanretobi,

    Can you post in your code so I can check it?

    in reply to: How to Center Logo #107058
    Pratik
    Participant

    Hi @[email protected],

    You can try following CSS Code in Appearance=> Customize=> Additional CSS:

    
    #site-logo, #site-branding {
        text-align: center;
        width: 100%;
    }
    
    /* Sidebar Header Right */
    .sidebar-header-right {
        clear: both;
        display: inline-block;
        float: none;
        text-align: center;
        width: 100%;
    }
    
    #masthead .search-field,
    .sidebar-header-right .widget-wrap {
        float: none;
    }
    
    in reply to: script error message #107057
    Pratik
    Participant

    Hi @cindy,

    This usually happens when there is some interference when getting data from server. Try clearing your cache or different browser.

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Gallery into a post? #107056
    Pratik
    Participant

    Hi @Ivan,
    I am afraid that is not possible. Gallery is usually plugin territory. You can use JetPack Gallery or any other plugin.

    Regards,
    Pratik

    in reply to: Help Me: Latest News #107055
    Pratik
    Participant

    Hi @reinariccardo,

    Please post in your site url so I can check it.

    Regards,
    Pratik

    in reply to: Transparency on Catch Responsive Pro #107054
    Pratik
    Participant

    Hi @Michael,

    WordPress does not have options to select transparent as color scheme so this is why the problem is occuring.

    To solve this issue, try following code in Appearance=> Customize=> Additional CSS

    
    #masthead, #content, #main {
        background-color: transparent !important;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Hide the date under wordpress contribution #107053
    Pratik
    Participant

    Hi @Pascal,

    I cannot understand the exact issue. Can you please explain with your site url too?

    Regards,
    Pratik

    in reply to: Menu mix up #107052
    Pratik
    Participant

    Hi @Thanaphat,

    Can you post in your site url?

    in reply to: dark.css in child-theme won't load #106707
    Pratik
    Participant

    Hi @malodk02,

    I apologize for the inconveniences caused. The bug is in testing process and will be live soon. Because of the nature of the bug, we had to do some testing on different installation criteria.

    I hope you understand.

    Regards,
    Pratik

    in reply to: lost widgets #106588
    Pratik
    Participant

    Hi @moeller,

    There must be some plugin conflict. Please try steps described here: https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/.

    Regards,
    Pratik

    in reply to: Videos and Responsive Tables and Language #106444
    Pratik
    Participant

    Hi @Gustavo,

    1) In the STAIN, the button is centered, not right, and there is another
    Space below it that I want to remove.
    I cannot understand what you want. Can you elaborate it a bit more.

    2) On the home page in “Build Your House with the Modular Method!”
    I’m using a table, but the video is not responsive when it decreases e
    Below in “Watch now people who like …” are three videos in a tab that does not
    They become responsive when they decrease.
    And there is a plugin that I am using “VIRTUAL SLIDE” to create the buttons Funding, Construcard …
    Which are also on a table and are not responsive.
    How to solve?
    For this, you might need plugin help. Either use JetPack responsive videos, or any fitvid implementation plugin.

    3) With some difficulty I got wordpress EDITOR to put the banners
    Change language of the GTranslate plugin, la on top next to the box
    Is there another easy way to search for it? Because this plugin is not
    Turning well.
    I am sorry but I will not be able to help you out on this. Maybe you are looking for a translation plugin, which falls beyond this theme support scope.

    Regards,
    Pratik

    Pratik
    Participant

    Hi @usernametaken,

    Try following code in Appearance=> Customize=> Additional CSS:

    
    #nav-single {
        display:none;
    }
    

    Regards,
    Pratik

Viewing 20 posts - 941 through 960 (of 2,016 total)