Forum Replies Created

Viewing 20 posts - 41 through 60 (of 118 total)
  • Author
    Posts
  • in reply to: media + text – media after text? #335734
    minal
    Keymaster

    Hello @mathias

    Here is the CSS snippet for you to achieve that feat

    @media screen and (max-width: 37.5em) {
      .wp-block-hero-content-default .wp-block-media-text {
        flex-direction: column;
        display: flex;
      }
      .wp-block-hero-content-default .wp-block-media-text .wp-block-media-text__media {
        margin-bottom: 0;
      }
    }

    to add this css go to Dashboard >> Appearance >> Editor >> Templates >> Front page

    edit

    ——

    add

    If this did not work, please share your site URL so that we can check thoroughly

    Sincerely,

    Minal

    in reply to: Poste Preview image on homepage #335732
    minal
    Keymaster

    Hello @adminusereditors

    It seems you have enabled the option to show a post thumbnail on the post/page

    to disable it please follow this instruction

    Dashboard >> Appearance >> Customizer >> Theme options >> layout options

    layour

    Hope it works for you !!

    Sincerely,

    Minal

    in reply to: “Not” Home Menu Background #335704
    minal
    Keymaster

    Hello @Glen,

    We’re glad that it works for you. If you have any queries please feel free to share !!

    Sincerely,

    Minal

    in reply to: Gray Overlay over Images in Featured Slider #335702
    minal
    Keymaster

    Hello @pixelfaenger,

    Here is the CSS snippet for removing the overlay layer from the slider.

    .slider-content-wrapper.style-without-bg .slider-image:before {
       display: none;
    }

     

    Sincerely,
    Minal

    in reply to: Menu on iPhone #335698
    minal
    Keymaster

    Hello Hansh,

    I noticed you added the color code wrong there,

    Instead of color: #000; you added color: #0000( i.e extra 0 )

    you should add like

    button.wp-block-navigation__responsive-container-open {
    
      color: #000;
    
    }

    first, try it by removing the CSS that you have added and if it does not work try to add that CSS snippet that I have given.

     

    Sincerely,
    Minal

    in reply to: Poste Preview image on homepage #335694
    minal
    Keymaster

    Hello @adminuseredit

    It showing a blank image/default image because your post has no featured image in it. so that it shows the default image.

    To show the image  you have to add a featured image

    go to Dashboard >> Posts>> Post>> Edit Post and you will find the featured image section on the right sidebar

    featured-image

    Sincerely,
    Minal

     

    in reply to: Menu on iPhone #335693
    minal
    Keymaster

    Hello hansh,

    It seems you have set the foreground color to dark in  tweede.woonzorgdashboards.nl so it is visible

    Capture

    and in you set the foreground color to white so that it is not visible

    Capture

    Try changing the color to see if it works.

    have you added color from additional CSS for a button?

    Sincerely,

    Minal

    in reply to: Menu on iPhone #335681
    minal
    Keymaster

    Hello Hansh,

    Here is the css for the mobile menu icon to show, It is not showing because the menu icon has a white color and the background color is also white so it is not visible.

    to make it visible add below CSS snippet on your additional CSS

    button.wp-block-navigation__responsive-container-open {
       color: #000;
    }

    Add your desired color code on the given CSS code

     

    Sincerely,

    Minal

     

    in reply to: Gray Overlay over Images in Featured Slider #335675
    minal
    Keymaster

    Hello @pixelfaenger

    Because of your image transparency, the background color given to that section is seen. Probably you have changed the tertiary background color from the customizer color option try to change the desired color on that tertiary background color to get your desired result. If this creates conflict with other sections try the below CSS for that specific featured slider section

    try this CSS snippet

    .slider-content-wrapper {
       background-color: #bcbcbc;
    }

    Change color value with your desired value on that CSS code.

    Sincerely,

    Minal

    in reply to: Menu on iPhone #335671
    minal
    Keymaster

    Hello  @Hansh

    can you share your site Url so that we can go thoroughly to see what happens?

    Sincerely,
    Minal

    in reply to: One part of the blog disappeared #335667
    minal
    Keymaster

    Hello @Tony

    As per the archive https://web.archive.org/web/20231208023815/https://tc-lutry.ch/, it looks like you have used the plugin https://wordpress.org/plugins/content-views-query-and-display-post-page/ and added the content.
    Then you went to Footer Widget Area 1 and added Text Widget with the plugin shortcode.
    About the email validation for support ticket, our support team will email you.

    Sincerely,

    Minal

    in reply to: One part of the blog disappeared #335657
    minal
    Keymaster

    Hello @Tony

    I think you used the widgets section from the customizer and those elements are removed from there to add back those elements

    Goto > Dashboard > Appearance >> Customizer >> Widgets

    widget

    and about the support pack validation email I will get back to you after consulting with the team

    Sincerely,

    Minal

    in reply to: Upgrade fotografie pro #335656
    minal
    Keymaster

    Hello @natascha

    I have already replied to your ticket about upgrade on the previous one.

    Sincerely,

    Minal

    in reply to: Upgrade fotografie-pro.3.5.1 #335655
    minal
    Keymaster

    Hello @natascha

    Sorry for the inconvenience caused.

    For installation of the Pro theme, you need to do the following as below and do detailed screenshot and all, please check the FAQ at https://catchthemes.com/faq/how-to-install-themefor-pro-theme/

    1. After purchasing a pro theme, go to your member My Account https://catchthemes.com/my-account/ page
    2. Then on the Download Section, click on the File name to download your theme zip file
    3. Note: Some modern browsers like Safari has an auto zip extractor and will extract the zip file as soon as you download the zip file. In this case, open Safari and go to “Safari => Preferences” and in the “General” tab, uncheck Open “safe” files after downloading. This will stop Safari from automatically unzipping the files and then you can download the zip file
    4. Log in to the WordPress Administration Panel and go to “Appearance => Themes => Add New”
    5. Click on “Upload Theme” and Browse the downloaded .zip file from the desktop where you have it downloaded and click on the “Install Now” button to start the installation process.
    6. After it’s installed, click on the “Activate” button to Active the theme
    7. Note: please Save and Active your License Key for the one-click update. Please don’t use the Product Key in the License key
    8. For this, go to “Appearance => About Theme”, and click on “License Tab”. If you don’t know the license key then you can log in to your My Account page and click on “View Details and Downloads” to view the license key
    9. Add the License key under the “License Key” section, click on the “Save Changes” and “Activate License” buttons
    10. Go to https://catchthemes.com/themes/fotografie-blocks-pro/#theme-instructions/ for a guide on how to customize this theme.
    14. Navigate to “Appearance => Customize” in your admin panel and customize the site as per your need.

     

    Sincerely,

    Minal

    in reply to: Gray Overlay over Images in Featured Slider #335652
    minal
    Keymaster

    Hello @pixel

    I checked on from my end it seems fine. Here is the screenshot from my system.

    slider

    Can you share your screenshot so that I can know what the issue is exactly?

    Sincerely,

    Minal

    in reply to: “Not” Home Menu Background #335630
    minal
    Keymaster

    Hello @Glen,

    To achieve this style, Please add this CSS snippet to your additional CSS section

    Please goto Dashboard>> Appearance >> Customizer >> Additional CSS

    @media only screen and (min-width: 64em) {
       body:not(.home) .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu {
         background: #fff;
       }
    
    }

    Add your desired color code to the above CSS

    Hope it works for you !!

    Sincerely,

    Minal

    in reply to: Font issues #335628
    minal
    Keymaster

    Hello @lankyman26

    It seems the font plugin overwrites our theme’s default font,

    default font for heading and site title or so is ‘Amatic SC’, cursive so try to add this font from your font plugin if available or you can add the following CSS snippets

    #site-title, 
    .site-title, 
    #site-title a, 
    .site-title a, 
    .entry-title, 
    .entry-title a, 
    h1, 
    h2, 
    h3, 
    h4, 
    h5, 
    h6, 
    .widget-title, 
    .elementor-heading-title {
       font-family: 'Amatic SC', cursive !important;
    }

    to add that CSS please go to Dashboard>> Appearance>> Customizer>> Additional CSS

    Hope it works for you !!

    Sincerely,

    Minal

     

     

    in reply to: color problem in menu and footer /license by migration #335334
    minal
    Keymaster

    Hello Hansh,

    When I check on your both homepage and inner page login button can be seen.

    I saw your menu on your site and you have added a login/logout menu in a separate div or say not in the navigation

    Capture

    so that it looks different than other menu items. if so to change the color of login menu

    try this CSS snippet

    .home .wp-block-loginout a {
    	color: var(--wp--preset--color--color-light);
    }

    and I saw you have two wrappers for menu items. if you do it like this yourself it is ok but if not please create new menu items and add your menu items accordingly to your current menus

    new-menus

    custom

    and about the account, I will consult with the team and tell you about that.

    Sincerely,
    Minal

    in reply to: Reduce space between menu and content #335309
    minal
    Keymaster

    Hello Cherise,

    Can you share your site URL, so that we can check it  and give a solution for it.

    Sincerely,

    Minal

    in reply to: Reduce space between menu and content #335300
    minal
    Keymaster

    Hello Cherise,

    You can reduce the gap between page content. kindly  add following CSS snippet

    @media screen and (min-width: 64em) {
      .singular-content-wrap,
      .site-main.woocommerce {
          padding-top:0;
      }
    }

    add your desire value on given CSS code

    Sincerely,
    Minal

Viewing 20 posts - 41 through 60 (of 118 total)