Forum Replies Created

Viewing 20 posts - 81 through 100 (of 14,427 total)
  • Author
    Posts
  • in reply to: primary header / color #335514
    Sakin
    Keymaster

    @pikabon: We have reported to the developer team and will update to you once it’s solved.

    in reply to: view gallery on mobile #335513
    Sakin
    Keymaster

    @photo-lenory: Can you just disable the right-click access on your site? Also, if you have active theme subscription then you can create a support ticket at https://catchthemes.com/support-ticket/

    Sakin
    Keymaster

    @livedns : For free theme users we don’t have direct email access only the support team can contact you directly on your registered email. So, please check your spam/junk folder in your email.

    If you have a child theme, then it must be that issue. Can you try to active the main theme and check it? If it works after activating the parent theme then the conflict is on your child theme. So, search for that function Fotografie_Upgrade_Pro_Customize_Section_Pro in your child theme and delete it.

    in reply to: Horizontal Dropdown menu hides behind header #335434
    Sakin
    Keymaster

    Hi Glen,

    Glad to hear that it worked for you. If you like the theme and our support then I have a quick request: could you please leave a review? https://wordpress.org/support/theme/darcie/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.

    Regards,
    Sakin

    Sakin
    Keymaster

    @livedns : Ok I will contact you, please check your email from support. Have you installed a child theme or anything where you have added functions?

    in reply to: Horizontal Dropdown menu hides behind header #335381
    Sakin
    Keymaster

    Hi Glen,

    Now, I got what you mean about the z-index having an issue with the button. Sorry for the issue. If you use the following CSS with z-index, then both the button and menu will work. Try this

    @media only screen and (min-width: 64em) {
      .navigation-horizontal.absolute-header .site-header-menu {
        height: auto;
      }
      .absolute-header .site-header {
        z-index: 999;
      }
    }

    Regards,
    Sakin

    Sakin
    Keymaster

    Hi Hans,

    You can ask us anything that you are confused with. We will try our best to answer it.

    Regards,
    Sakin

    in reply to: Horizontal Dropdown menu hides behind header #335374
    Sakin
    Keymaster

    Hi Glen,

    I check your website https://thegloriousrevival.org/ there are a lot of custom CSS.

    If you are checking on the homepage that has an issue with the header media text. It has the same color as the menu color. So, you can add background color there. For that you can add the following CSS:

    @media only screen and (min-width: 64em) {
      .absolute-header .site-header {
        z-index: 999;
      }
      .absolute-header .main-navigation .sub-menu {
        background-color: #000;
      }
    }
    in reply to: view gallery on mobile #335371
    Sakin
    Keymaster

    @photo-lenory: We did send you an email. Can you check if it went to the spam/junk folder on your email?

    in reply to: color problem in menu and footer /license by migration #335366
    Sakin
    Keymaster

    Hi Hans,

    About moving license from one site to another. Please check FAQ at https://catchthemes.com/frequently-asked-questions/#question-installation-how-to-move-license-key-from-development-site-to-live-site

    Regards,
    Sakin

    in reply to: Horizontal Dropdown menu hides behind header #335344
    Sakin
    Keymaster

    Hi Glen,

    Can you let me know in which page or URL that you are having issue?

    Regards,
    Sakin

    in reply to: My history #335326
    Sakin
    Keymaster

    Hi bjbarker,

    You can see your profile at https://catchthemes.com/support-forum/users/bjbarker/ and check all the Topics and replies.

    Regards,
    Sakin

    in reply to: Reduce space between menu and content #335315
    Sakin
    Keymaster

    Hello Cherise,

    I have already replied to you at https://catchthemes.com/support-forum/topic/change-button-colour/ about hiding site-title on mobile devices.

    Regards,
    Sakin

    in reply to: Change button colour #335311
    Sakin
    Keymaster

    Hello Cherise,

    1. For the transparent button, you can use the following CSS in the “Appearance => Customize => Additional CSS” box:

    .header-media .more-link .more-button,
    #promotion-section .more-link .more-button,
    #hero-section .view-all-button .button,
    .site-main #infinite-handle span,
    .view-all-button .more-link {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
    }

    2. To remove the header media title for mobile view only, add the following CSS in the “Appearance => Customize => Additional CSS” box:

    @media only screen and (max-width: 768px) {
    	.header-media .entry-title {
    		display: none;
    	}
    }

    3. Catch Wedding theme doesn’t have a black background. So, I am confused about this.

    4. You need to ask the Elementor support team.

    5. You can hide that by adding the following CSS in the “Appearance => Customize => Additional CSS” box:

    #header-navigation-area .search-social-wrap .secondary-search-wrapper {
    	display: none;
    }

    6. You can hide that Site Title on Mobile by adding the following CSS in the “Appearance => Customize => Additional CSS” box:

    @media only screen and (max-width: 768px) {
    	.site-branding .site-identity {
    		display: none;
    	}
    }

    Regards,
    Sakin

    in reply to: Change button colour #335302
    Sakin
    Keymaster

    Hi Cherise,

    For advanced color options, you need to upgrade to the pro version. In the Catch Wedding Pro theme, you can change the color from “Appearance => Customize => Theme Options => Colors”. There are many places with pink so it will be difficult to change with CSS only.

    For homescreen button color, you can change the color code in the following CSS and add it in “Appearance => Customize => Additional CSS” box:

    .header-media .more-link .more-button,
    #promotion-section .more-link .more-button,
    #hero-section .view-all-button .button,
    .site-main #infinite-handle span,
    .view-all-button .more-link {
      background-color: #000;
      color: #fff;
    }

    Regards,
    Sakin

    in reply to: Theme update error #335299
    Sakin
    Keymaster

    Hi Carey,

    Thanks for the update. Glad to hear that your hosting provider set the correct files and folder permission, now you will get update with ease.

    Have a nice day.

    Regards,
    Sakin

    Sakin
    Keymaster

    Hi Ginger,

    Glad to hear that it worked for you. If you like the theme and our support then I have a quick request: could you please leave a review? https://wordpress.org/support/theme/chique-music/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.

    Regards,
    Sakin

    in reply to: Blog page header & sidebar #335271
    Sakin
    Keymaster

    Hi Ginger,

    Thanks for your appreciation.

    Regards,
    Sakin

    in reply to: Blog page header & sidebar #335268
    Sakin
    Keymaster

    Hi Ginger,

    1. For that WooCommerce page title, there is missing CSS for the sticky playlist which is causing an issue. You can add the following CSS in “Appearance => Customize => Additional CSS”

    .woocommerce .site-content {
      margin-top: 70px;
    }

    2. For Cart and Checkout, I have already replied you in your new topic https://catchthemes.com/support-forum/topic/woocommerce-cart-checkout-pages-running-off-the-page/?view=all

    Regards,
    Sakin

    in reply to: Navigating website through mobile. #335265
    Sakin
    Keymaster

    Hello Dida,

    Sorry for the issue. Our support team will contact you through email. Please reply there.

    Regards,
    Sakin

Viewing 20 posts - 81 through 100 (of 14,427 total)