Forum Replies Created

Viewing 20 posts - 281 through 300 (of 1,154 total)
  • Author
    Posts
  • in reply to: Install Demo Content #175166
    sapana
    Participant

    @miguelcg3:Hello miguelcg3, I will send the demo file in your mail.You can use our Catch Themes Demo Import Plugin to import the demo. Activate and Install the plugin. Then Go to => Dashboard => Appearance => Import Demo Data => Now you can Browse and Select the .xml, .dat and .wie file to Import Demo Content and Customizer Settings.let me know if you face any difficulty!

    Kind Regards,
    Sapana

    in reply to: Header image only responsive larger, not smaller #175085
    sapana
    Participant

    @deirdrebeth: Hello, there,I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?https://wordpress.org/support/theme/euphony/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

    in reply to: Menu bar transparancy #174992
    sapana
    Participant

    @bertus:Hello, there,I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

    in reply to: Accidently deleted my blog page!! #174982
    sapana
    Participant

    @kapturekiosk: You can restore the page from Trash. Then Go to=> Appearance=> Customize=> Home Page Settings=> Select A Static Page=> Select the page you have created and want to make the blog page.
    Let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: Header image only responsive larger, not smaller #174973
    sapana
    Participant

    @deirdrebeth:Actually, header image is in responsive view the header will get cropped and this is how the theme is designed.
    However, the whole image can be displayed using the CSS in responsive view but header image size will be decreased.
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    @media screen and (max-width: 1024px) {
        .custom-header .wrapper::before {
            background-size: contain;
        }
    }
    
    @media screen and (max-width: 750px) {
        .custom-header .wrapper::before {
            background-size: contain;
        }
    }

    let me know if this works out!
    Kind Regards,
    Sapana

    in reply to: missing cart in header #174892
    sapana
    Participant

    @broogle: Please install the WooCommerce plugin and check it once, issue still persist or not?

    Kind Regards,
    Sapana

    in reply to: Menu bar transparancy #174887
    sapana
    Participant

    @bertus: Hello bertus,
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .fluid-layout #header-content, .boxed-layout #header-content .wrapper, .site-primary-menu.toggled-on, #tertiary, #footer-menu-wrapper, .site-footer{
    background-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) !important;
    }

    You can change the value of rgba as per your transparency choice, let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Change font #174876
    sapana
    Participant

    @nukaka:Hello, Cathrine,
    I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/my-music-band/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

    in reply to: Menu bar transparancy #174872
    sapana
    Participant

    @bertus: please post in your site Url so that I can provide you with necessary CSS code.

    Kind Regards,
    Sapana

    in reply to: Change font #174871
    sapana
    Participant

    @nukaka: Hello Cathrine,
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    #primary-menu li a {
        font-size: 21px;
    }

    You can change the font size as per your requirement. Let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Changing Breakpoints #174861
    sapana
    Participant

    @dirkdirkbraeutigam-de: I suggest you to directly contact/hire a developer team to add this feature because you should make changes to the core files and it’s design which is beyond the theme support scope.

    Kind Regards,
    Sapana

    in reply to: Testimonials Problem #174844
    sapana
    Participant

    @mikernet: Glad to know that you figure it out. Have a good day 🙂

    Kind Regards,
    Sapana

    in reply to: Breadcrumbs hidden on Blog and some other pages #174843
    sapana
    Participant

    @mjudd: Glad to know that mjudd you figure it out.let me know if you face any difficulties in future. Have a good day 🙂

    Kind Regards,
    Sapana

    in reply to: Header Image options #174842
    sapana
    Participant

    @kalatos: Hello kalatos,it is difficult to adjust header in full screen part as it is box layout design so,I would suggest you to hire a customizer to get it done where as the color option you are taking about is available in pro version so I recommend you to upgrade to Pro version.

    Kind Regards,
    Sapana

    in reply to: Over charged for theme #174789
    sapana
    Participant

    @thabo: Please go on this section and fill up your issue here. I have attached screenshot , Please check this out. You don’t have to pay for this. I think you get into other section.

    Kind Regards,
    Sapana

    in reply to: Over charged for theme #174785
    sapana
    Participant

    @thabo: Please contact with Sales Department regarding this issue.

    Kind Regards,
    Sapana

    in reply to: How to remove this white space? #174784
    sapana
    Participant

    @abigail03: Hello abigailo, Can you please post in your site URl so that I can provide you necessary CSS to fix that issue.

    Kind Regards,
    Sapana

    in reply to: Changing Breakpoints #174783
    sapana
    Participant

    @dirkdirkbraeutigam-de: It is quite difficult as this option is not available in theme , I suggest you to hire a customizer to get it done.

    Kind Regards,
    Sapana

    in reply to: Breadcrumbs hidden on Blog and some other pages #174778
    sapana
    Participant

    @mjudd: Hello mjudd,
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    #breadcrumb-list {
       padding-top: 22px
    }
    @media screen and (max-width: 1280px){
    #breadcrumb-list {
       padding-top: 55px
      }
    }
    @media screen and (max-width: 480px){
    #breadcrumb-list {
       padding-top:110px
      }
    }

    let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Breadcrumbs hidden on Blog and some other pages #174768
    sapana
    Participant

    @mjudd: Please post in your site url so that I can look into that issue.

    Kind Regards,
    Sapana

Viewing 20 posts - 281 through 300 (of 1,154 total)