Forum Replies Created
-
AuthorPosts
-
April 1, 2019 at 1:42 am in reply to: Middle Level of 3 level navigation is not being displayed in the breadcrumb nav #169067
Skandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@luismarioochoa: Do you want the png images to have a different background color?
Let me know what you would like to do.
Kind Regards,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@valelotartaro: Glad I could help you out. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Member@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,
SkandhaSkandha
MemberThat 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,
SkandhaSkandha
MemberHello 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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@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,
SkandhaSkandha
Member@nezmonk: Hello there,
The events post are ordered in the order you set them in Events section in the customizer.
Post 1 display in the first column, Post 2 in the second column and so on. The date of the event doesnot determine the order of the event posts rather they are ordered in the way you select posts in the customizer.Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@anassaleem: Hello there,
I checked your site and the Blog Section seems to be showing up and also it seems to be showing up the full content instead of the excerpt.
Is the issue resolved?Kind Regards,
SkandhaSkandha
Member@valelotartaro: To change the margin of the shop page.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..post-type-archive-product #content { padding:0; }For the header image not appearing in the shop page I will need to have a look at your site. For that I will need you WP admin credentials. I will contact you shortly by email.
Kind Regards,
Skandha -
AuthorPosts
