Forum Replies Created

Viewing 20 posts - 8,641 through 8,660 (of 12,027 total)
  • Author
    Posts
  • in reply to: Anchor IDs for Custom Menu Links – Not Working #169071
    Skandha
    Participant

    @sloaneranger: Hello there,
    For that you will need to use the id’s of a particular section.
    The id’s for
    Promotion Headline Section -> #promotion-section
    Feature Content -> #featured-content-section
    Gallery Section -> #gallery-content-section
    Hero Content Section -> #hero-section

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Resize header image #169070
    Skandha
    Participant

    @catwingz: Hello there,
    Since you have a long-width banner image the image text will get squashed in smaller screens. I don’t think you can much about that. Maybe you can keep a different header image for smaller screens.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @johanna: Hello Johanna, 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/clean-fotografie/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. Have a good day! 🙂

    Kind Regards,
    Skandha

    Skandha
    Participant

    @dirkdirkbraeutigam-de: Hello Dirk,
    For that you will need to select Parent for the sub menu pages.

    For example: For the Menu item Über uns and sub-menu items Über uns, Haus der Zukunftsenergien, Erstinformation, Disclaimer, Datenschutz and Impressum

    You will need to edit those sub pages (Über uns, Haus der Zukunftsenergien, Erstinformation, Disclaimer, Datenschutz and Impressum) as select Uber uns as Parent in Page Attributes.
    You will need to do the same for all sub-items pages. Then the breadcrumb will show up the way you want.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Header to small with 4.3.3 #169065
    Skandha
    Participant

    @hanmedia: Hello Olaf,
    I checked your site and the image seems to be displaying fine. Are you complaining that the image on your site is not displaying full dimension of 1200*400px?

    Kind Regards,
    Skandha

    in reply to: Catch Sticky Menu Plugin #169064
    Skandha
    Participant

    @hoiung: Hello there,
    Can you let me know on which browser it is not working?

    To change the color of fonts
    Go to => Dashboard => Catch Sticky Menu => Sticky Menu Text Color => Select the color of your choice and save changes.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Event Date Meta #169063
    Skandha
    Participant

    @nezmonk: Hello there,
    Thank you for the suggestion.
    I will forward this to the development team see what can be done about that.

    KInd Regards,
    Skandha

    in reply to: Problem after updating to WordPress 5.1 #169062
    Skandha
    Participant

    @vraba: Hello there,
    Sorry for the late reply. The issue has been fixed an a theme update will be released very soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: more optional sidebars? #169059
    Skandha
    Participant

    @dsm: Hello Ulrich,
    Glad you were able to figure it out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: png transparent white background #169057
    Skandha
    Participant

    @luismarioochoa: Do you want the png images to have a different background color?

    Let me know what you would like to do.
    Kind Regards,
    Skandha

    in reply to: 5 section points in one line #169024
    Skandha
    Participant

    @steinundtechnik: You seem to have figured out how to show title of service on service section only after mouseover of section point and add description below section title on whole width, not only the width of the section wrapper.

    Is your issue resolved?
    Kind Regards,
    Skandha

    in reply to: Change footer background colour #169023
    Skandha
    Participant

    @brianbrian: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the blue line border of drop down menu */
    .menu-item-has-children > .sub-menu, .page_item_has_children > .children {
           border-top:2px solid red !important;
    }
    /* To change color of search when normal and hovering */
    .search-submit:hover, .search-submit:focus {
           background-color:green !important;
    }
    .search-submit {
           background-color:red !important;
    }

    You can change the color according to your choice.
    Let me know if this is what you want.
    Kind Regards,
    Skandha

    in reply to: Background Image on Front Page #168991
    Skandha
    Participant

    @sloaneranger: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content {
         background-image:url("https://sloaneranger.com.au/wp-content/uploads/about-white.jpg");
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: shop page #168990
    Skandha
    Participant

    @valelotartaro: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Change menu color #168985
    Skandha
    Participant

    @mithrand: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .navigation-classic .main-navigation .primary-menu > .current-menu-item > a {
        color:#a55555;
    }

    You can change the color according to your choice.
    Let me know if this is what you want.
    Kind Regards,
    Skandha

    in reply to: Remove author #168913
    Skandha
    Participant

    That black space is used for header image/featured image and is also used for Page/post title and author info which you seem to have removed using Additional CSS.

    So to remove that black section you can
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header {
    	display:none;
    }

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Remove author #168911
    Skandha
    Participant

    Hello there,
    I’m afraid I have not received your email with the screenshots. Do you mind sending them again. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Resize header image #168905
    Skandha
    Participant

    @catwingz: Hello there, Can you try the following?
    Remove the following CSS Code.

    @media screen and (max-width:1000px) {
            .custom-header-media img {
                    -o-object-fit:unset;
                    object-fit:unset;
            }
    }
    .custom-header-content {
            padding:150px 0 !important;
    }
    @media screen and (max-width:767px) {
    	.custom-header-content {
    		padding:150px 20px;
    	}
    }

    Then add the following CSS Code.

    .custom-header-media img {
    	position:unset;
    }
    .custom-header-content {
    	padding:0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Link color #168904
    Skandha
    Participant

    @catwingz: Hello there,
    You can change the Link Hover color from the customizer itself in the pro version of the theme. Also there are lots of additional-features available in the pro version. You can check out the additional features and decide if you want to upgrade to pro.

    Alternatively to change link hover color using CSS
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    a:hover, a:focus, a:active, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus, .header-top-menu-enabled #header-navigation-area .menu-toggle:hover, .header-top-menu-enabled #header-navigation-area .menu-toggle:focus, .header-top-menu-enabled #header-navigation-area .dropdown-toggle:hover, .header-top-menu-enabled #header-navigation-area .dropdown-toggle:focus, #search-toggle-top:hover, #search-toggle-right:hover, #search-toggle:hover, #search-toggle-top:focus, #search-toggle-right:focus, #search-toggle:focus, .search-submit:hover, .search-submit:focus, .dropdown-toggle:hover, .dropdown-toggle:focus, .required, .entry-title a:hover, .entry-title a:focus, .entry-meta a:hover, .entry-meta a:focus, .entry-meta .icon:hover, .entry-meta .icon:focus, .entry-header .cat-links a, .site-info a:hover, .site-info a:focus, .comment-metadata a:hover, .comment-metadata a:focus, .pingback .comment-edit-link:hover, .pingback .comment-edit-link:focus, #feature-slider-section .entry-title a:hover, #feature-slider-section .entry-title a:focus, #feature-slider-section .entry-meta a:hover, #feature-slider-section .entry-meta a:focus, #feature-slider-section .entry-meta .icon:hover, #feature-slider-section .entry-meta .icon:focus, #feature-slider-section .cycle-prev:hover, #feature-slider-section .cycle-prev:focus, #feature-slider-section .cycle-next:hover, #feature-slider-section .cycle-next:focus, #testimonial-content-section .cycle-prev:hover, #testimonial-content-section .cycle-prev:focus, #testimonial-content-section .cycle-next:hover, #testimonial-content-section .cycle-next:focus, #testimonial-content-section .cycle-pager span.cycle-pager-active, #clients-section .cycle-prev:hover, #clients-section .cycle-prev:focus, #clients-section .cycle-next:hover, #clients-section .cycle-next:focus, #clients-section .cycle-pager span.cycle-pager-active, #clients-section.has-background-image .cycle-prev:hover, #clients-section.has-background-image .cycle-prev:focus, #clients-section.has-background-image .cycle-next:hover, #clients-section.has-background-image .cycle-next:focus, #clients-section.has-background-image .cycle-pager span.cycle-pager-active, .site-footer-menu .social-navigation a:hover, .site-footer-menu .social-navigation a:focus, .site .skip-link, .woocommerce div.product p.price:hover, .woocommerce div.product p.price:focus, .woocommerce ul.products li.product .price:hover, .woocommerce ul.products li.product .price:focus, .entry-breadcrumbs a:hover, .entry-breadcrumbs a:focus, .woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:focus, .comment-metadata .comment-reply-link:hover, .comment-metadata .comment-reply-link:focus, #team-content-section .artist-social-profile > .social-navigation a:hover, #team-content-section .artist-social-profile > .social-navigation a:focus, #testimonial-content-section .section-content-wrapper .entry-content::before, .header-top-menu-enabled #header-navigation-area .site-navigation a:hover, .header-top-menu-enabled #header-navigation-area .site-navigation a:focus, .header-top-menu-enabled #header-navigation-area .site-navigation ul ul :hover > a, .header-top-menu-enabled #header-navigation-area .site-navigation ul ul .focus > a {
    	color:#a66a34 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Is there a way to move the secondary menu #168903
    Skandha
    Participant

    @silkroaddog: To renew your subscription you will need follow this link https://catchthemes.com/themes/clean-education-pro/ then Click on Buy Now and then follow the same procedure when bought the theme previously.

    To move the secondary menu below the header image.
    Go to => Child Theme Folder => functions.php and add the following Code.

    add_action( 'wp_head', 'move_secondary_menu' );
    function move_secondary_menu(){
    	remove_action( 'clean_education_after_header', 'clean_education_secondary_menu', 20 );
    	add_action( 'clean_education_after_header', 'clean_education_secondary_menu', 70 );
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 20 posts - 8,641 through 8,660 (of 12,027 total)