Forum Replies Created

Viewing 20 posts - 41 through 60 (of 126 total)
  • Author
    Posts
  • in reply to: remove grey for captions #336332
    minal
    Keymaster

    Hello @cindy,

    Here is the css snippets for you to remove background and make font italic

    Goto Dashboard >> Appearance >> Customizer >> Additional CSS and paste it there

    .wp-caption {
      padding: 0;
      background: transparent;
      border: 0;
      font-style: italic;
    }

    Hope it works for you !!

    Sincerely,

    Minal

    in reply to: change active dropdown menu font colour #336327
    minal
    Keymaster

    Hello @TPGC

    Here are the CSS snippets for restoring the parent item color

    .menu.catchbase-nav-menu .current-menu-item > a, 
    .menu.catchbase-nav-menu .current-menu-ancestor > a,
    .sidr ul li.current-menu-item> a, 
    .sidr ul li.current-menu-ancestor >a{
    
       color: black;
    
    }

    If you don’t; want  the color on slideout menu you can remove (.sidr ul li.current-menu-item> a, .sidr ul li.current-menu-ancestor >a)
    Change your desire value on the CSS code.
    Hope it works for you !!

    Sincerely,
    Minal

    in reply to: Menu editing for smaller screens #336303
    minal
    Keymaster

    Hello @William,

    If you want to change the dropdown menus to left on mobile screens,

    Please add those CSS snippets to your additional CSS. To find Additional CSS

    go to Dashboard >> Appearance >> Customizer >> Additional CSS

    @media screen and (max-width: 40em) {
    
      .site-navigation ul ul {
        margin-left: 0;
      }
    
    }

    Hope it works for you !!

     

    Sincerely,

    Minal

     

     

    in reply to: Feature slider collapsed #336287
    minal
    Keymaster

    Hello @tflucher,

    You can ask your query with the “complianz” support team for a solution.

    Sincerely,

    Minal

    in reply to: Feature slider collapsed #336285
    minal
    Keymaster

    Hello @tflucher,

    It seems you have a plugin conflict on your site.

    try to disable all plugins one by one to see effect.

    you can also check the link below for some help.

    https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/

    Sincerely,
    Minal

    minal
    Keymaster

    Hello @joemajor1

    You can try this https://wordpress.org/plugins/conditional-blocks/ plugin for conditional menus.

    Hope it works for you !!

    Sincerely,
    Minal

    minal
    Keymaster

    Hello @joemajor1

    The instructions you sharing are for the classic theme and the biz boost theme is a Block Theme.

    At the moment there is no way within the controls of the block menus to make those kinds of changes.

    If you want that functionality you can install plugins of your need. or you can add CSS snippets to hide certain pages on login or logout

    Sincerely,

    Minal

    • This reply was modified 6 months ago by minal.
    in reply to: Changing menus to drop down to the right, not left #336233
    minal
    Keymaster

    Hello @lankyman26

     

    To change the direction of dropdown menus from left to right, please add the below CSS snippets on additional CSS

    For Additional CSS Please go to Dashboard >> Appearance >> Customizer >> Additional CSS

    @media screen and (min-width: 64em) {
       .site-navigation li:hover>ul, 
       .site-navigation li.focus>ul {
         left: 0;
         right: auto;
       }
    
       .site-primary-menu ul ul:before {
         left: 12px;
         right: auto;
       }
    
       .site-navigation ul ul li:hover>ul, 
       .site-navigation ul ul li.focus>ul {
         left: 100%;
         right: auto;
       }
    
       .site-navigation ul ul .menu-item-has-children>a>.icon, 
       .site-navigation ul ul .page_item_has_children>a>.icon {
         -webkit-transform: rotate(-90deg);
         -ms-transform: rotate(-90deg);
         transform: rotate(-90deg);
       }
    }
    
    @media screen and (min-width: 75em) {
       .site-navigation li:hover>ul, 
       .site-navigation li.focus>ul {
         left: auto;
         right: 0;
       }
    
       .site-primary-menu ul ul:before {
         right: 12px;
         left: auto;
       }
    
       .site-navigation ul ul li:hover>ul,  
       .site-navigation ul ul li.focus>ul {
         left: auto;
         right: 100%;
       }
    
       .site-navigation ul ul .menu-item-has-children>a>.icon, 
       .site-navigation ul ul .page_item_has_children>a>.icon {
         -webkit-transform: rotate(90deg);
         -ms-transform: rotate(90deg);
         transform: rotate(90deg);
       }
    }

    On larger screen it seems fine so I made changes on smaller desktop

    Hope it works for you !!

    Sincerely,

    Minal

    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

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