Your account expired support, please renew to get your support.
Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #2109
    iman
    Support Expired

    Hello,

    i want to delete title header

    #2117

    Dear mate,

    I can’t check your site, please send Admin web account for me, I will check and fix it for you.

    #2159
    iman
    Support Expired

    Hello,

    it takes time to transfer the domain dns but i have done it by self,
    i have a other question how i can set to the second meny with the pictures and a cool animation link i can only chosee a category but i want link it to my meny 😉

    #2160
    iman
    Support Expired

    i mean this meny i want set a link not a category but i can only choose a categorry how i can set here a link:

    Screesnhot: https://prnt.sc/vuye2r

    #2171

    Hi again,

    Elementor Product Category don’t support add custom link, so that you cann’t set custom link for it.

    To add link, please use Image Widget: https://prnt.sc/vvfdwu

    Add Animate hover image:

    #Step 1. Add Widget Image, select your image, add link, title and add custom class: https://prnt.sc/vvff3k

    #Step 2. Add css into file style.css

    .animate-image.elementor-widget-image figure.wp-caption a:before {
        font-family: "poco-icon";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        content: "";
    }
    
    .animate-image.elementor-widget-image figure.wp-caption a:before {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 170px;
        z-index: -1;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0);
        transform: translateX(-50%) translateY(-50%) scale(0);
        color: var(--primary);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .animate-image.elementor-widget-image:hover figure.wp-caption a:before  {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
    #2179
    Mayur10
    Support Expired

    Hello, I want to remove the Title Header for all pages. I can’t find the option to do so.

    Here’s what I mean in the image link.
    https://prnt.sc/vvjl8v

    How can you help?

    Thanks

    #2180

    Hi @mayur10

    To remove the Title Header for all pages, please paste code into file functions.php ( child-theme)

    remove_action('poco_before_content', 'poco_breadcrumb', 10);

    If you need to help, please send Admin web account for me, I will check and help you.

    #2184
    iman
    Support Expired

    Hello,

    thak you it works but i want this yellow animation too this is so cool thatswhy i am writing you 😉

    see screesnhot : https://prnt.sc/vvly38

    #2187
    Mayur10
    Support Expired
    This reply has been marked as private.
    #2189

    Hi @iman, please follow the guide on my comment #2171

    If you need to help, please send Admin web account for me, I will check and help you

    #2190
    iman
    Support Expired

    Hi,

    it take time that my site is online they said 5 days now it is only on my host.

    i make all the steps and second i add also the css in the css style but it still dont work i dont get the yellow animation ?

    #2191

    Hi @mayur10

    I have just removed for you, please recheck.

    #2192

    Hi @iman,

    I need to check your site, pls check and send Admin web account for me.

    #2246
    iman
    Support Expired

    okay we will wait until i have access and other question how i can delte iin the mobile version thhis TABs:

    Link: https://prnt.sc/vwa6no

    #2318

    Hi again,

    To remove menu mobile version, please copy code into file functions.php ( child-theme)

    function poco_handheld_footer_bar() {
    	return;
    }
Viewing 15 posts - 1 through 15 (of 21 total)

You must be logged in to reply to this topic.