Forum Replies Created

Viewing 20 posts - 501 through 520 (of 12,034 total)
  • Author
    Posts
  • in reply to: Homepage plugins #301181
    Skandha
    Participant

    @watzykw: Hello there,

    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Section sorter in pro version #301116
    Skandha
    Participant

    @gatmanu: Hello there,

    The Section Sorter feature is available in the pro version which helps you re order the sections like Hero Content, Feature Content, Portfolio, Testimonials and so on.

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

    in reply to: Add Discord Icon to Social Links #301106
    Skandha
    Participant

    @kaimojis: Hello there,

    I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @arutkow4: Hello there,

    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: How to change description on teams #301104
    Skandha
    Participant

    @kaimojis: Hello there,

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

    @media screen and (max-width: 700px) {
    #team-content-section.style-one .team-content-wrapper .entry-container {
    position: unset;
    transform: unset;
    }
    }

    This will make the team content visible without hovering upto 700px screen size. You can change that according to your choice.

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

    in reply to: Style Sheet Question #301101
    Skandha
    Participant

    @heinelg: Hello there,

    This is because the widgets till 480px are in a single column so 100% width and the widgets from 480px to 990px are in two columns so 50% width.

    Let me know if this makes it clear.
    Kind Regards,
    Skandha

    in reply to: Add Discord Icon to Social Links #301086
    Skandha
    Participant

    @kaimojis: Hello there,

    Have you activated the theme licensey key? If not please check this article to know how you can update your theme with one click?

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

    in reply to: Post: Featured Image Section gone #301032
    Skandha
    Participant

    @eilwen: Hello there,

    Please try deactivating your plugins one by one to check if any plugin is causing the issue.

    Kind Regards,
    Skandha

    in reply to: Main Image Blur #301031
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Hello there,

    I am not able to access your site at the moment. Can you please make it accessible so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: unable to show all Categories in my site #300941
    Skandha
    Participant

    @donaldscho: Hello there,

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

    .navigation-classic .main-navigation ul ul li:hover > ul, .navigation-classic .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto;
    }
    .navigation-classic .main-navigation ul ul .menu-item-has-children > a::after, .navigation-classic .main-navigation ul ul .page_item_has_children > a::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    }

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

    in reply to: Main Image Blur #300940
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Hello there,

    The image seems to be showing up fine at my end. Can you please post a screenshot of the image and explain the issue you are having?

    Kind Regards,
    Skandha

    Skandha
    Participant

    @savageamericans: Hello there,

    Can you please post in your site URL so that I can look into the issue? Also please check you have published your customizer settings.

    Kind Regards,
    Skandha

    in reply to: Menu color #300908
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Glad it worked out. Have a great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: Main Image Blur #300889
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Hello there, 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/corporacy/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

     

    in reply to: Main Image Blur #300885
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Hello there,

    The recommended header image size is 1920*1080px. Can you please uploading a header image of that size and check if the issue is resolved?

    Kind Regards,
    Skandha

    in reply to: Menu color #300884
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Hello there,

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

    body:not(.home) .custom-header-content {
    padding: 50px 50px;
    }

    You can change the padding to adjust the height.

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

    in reply to: Main Image Blur #300878
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Hello there,

    I checked your site it is on maintenance mode. Can you please disable the maintenance mode so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Change colour of menu/buttons etc. #300877
    Skandha
    Participant

    @iliketrainz98: Hello there,

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

    .main-navigation .current-menu-item > a {
    color: #fff000;
    }
    .sticky-post, .more-link .readmore:hover, .more-link .readmore:focus, .header-media .more-link .readmore, #feature-slider-section .more-link .readmore, #hero-section .more-link .readmore, .promotion-section .more-link .readmore, .posts-navigation a, #content #infinite-handle span button, #scrollup, .widget-area .catch-instagram-feed-gallery-widget-wrapper .button, .button, button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]: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, #feature-slider-section .cycle-pager span:hover, #feature-slider-section .cycle-pager span:focus, #feature-slider-section .cycle-pager .cycle-pager-active, .widget_calendar tbody a, #gallery-section .gallery-item .gallery-icon a::after, #gallery-section .tiled-gallery .tiled-gallery-item a::after, .pagination .page-numbers.current, .woocommerce-pagination ul li span.current, .woocommerce-pagination ul li a:hover, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce .product-container .wc-forward, .demo_store .woocommerce-store-notice__dismiss-link, .woocommerce ul.products li.product .onsale, .woocommerce span.onsale, table.shop_table_responsive tr td.product-remove a, #gallery-section .entry-footer .edit-link a, .audioman-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button {
    background-image: linear-gradient(-180deg, #fff000 0%, #123456 100%);
    }

    You can change the color according to your choice.

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

    in reply to: Menu color #300846
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Hello there,

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

    body:not(.home) .custom-header {
    background-image: linear-gradient(to bottom,#f23456,#123456);
    }

    You can change the color according to your choice.

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

    in reply to: Menu color #300844
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Hello there,

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

    /* To change the color of menu and sub menu items */
    #site-navigation a {
    color: #123456;
    }
    
    /* To change background color of sub menu */
    .navigation-classic .site-header .sub-menu {
    background-color: #f23456;
    }

    You can change the color according to your choice.

    Also can you please clarify which gradient background you are referring to?

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

Viewing 20 posts - 501 through 520 (of 12,034 total)