Problem with footer in product page - by nik_kef

This topic has 18 replies, 3 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: nik_kef
    nik_kef
    Participant
    May 23, 2018 at 17:31

    Hello,

    I have a problem with my footer in product page.
    This is the correct footer
    Correct footer
    This is the wrong footer in product page
    Wrong Footer

    I have given you creds for my site (https://gypenzzo.wpengine.com) so feel free to try a solution for that problem or please enlighten me of what is going wrong here.
    Thank you.

    Best regards

    17 Answers
    Avatar: nik_kef
    nik_kef
    Participant
    May 23, 2018 at 18:09

    Hello,

    Also if I go to an article header is looking light even if I had chosen to have the dark style. See the link below.
    https://gypenzzo.wpengine.com/treis-mplouzes-kai-mia-fousta/

    Thank you,

    Best regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 24, 2018 at 10:54

    Hello,

    1. Does it work the same way with the parent theme?
    2. Please check your custom css http://prntscr.com/jlz60p

    Regards

    Avatar: nik_kef
    nik_kef
    Participant
    May 24, 2018 at 12:51

    I haven’t disabled the child theme but I want the menu to have white color. I want the background header color to be black as the other pages. And what about the footer? Have you checked that?

    Thank you,

    Best regards

    Avatar: nik_kef
    nik_kef
    Participant
    May 24, 2018 at 12:55

    Hello,

    I have tried the main theme not the child and the only thing that was changed was the color of the menu not the background. Do you think that maybe the template of the post-article calls different header and if so how can I fix that to call the dark one?

    When I enter the product page I get this code regarding footer.

    Uncaught TypeError: Cannot read property 'tn' of undefined
        at delayedLoad (plugins.min.js?ver=4.9.5:4712)
        at Zoom.load (plugins.min.js?ver=4.9.5:4792)
        at HTMLAnchorElement.<anonymous> (plugins.min.js?ver=4.9.5:5153)
        at Function.each (jquery.js?ver=1.12.4:2)
        at a.fn.init.each (jquery.js?ver=1.12.4:2)
        at a.fn.init.$.fn.(/shop/poykamisa-asymmetri-rige/anonymous function) [as swinxyzoom] (http://gypenzzo.wpengine.com/wp-content/themes/legenda/js/plugins.min.js?ver=4.9.5:5146:21)
        at HTMLFormElement.<anonymous> (etheme.js?ver=4.9.5:1572)
        at HTMLFormElement.dispatch (jquery.js?ver=1.12.4:3)
        at HTMLFormElement.r.handle (jquery.js?ver=1.12.4:3)
        at Object.trigger (jquery.js?ver=1.12.4:3)
    plugins.min.js?ver=4.9.5:4712 Uncaught TypeError: Cannot read property 'tn' of undefined
        at delayedLoad (plugins.min.js?ver=4.9.5:4712)
        at Zoom.load (plugins.min.js?ver=4.9.5:4792)
        at Image.Zoom.img.onload (plugins.min.js?ver=4.9.5:4689)

    Can you see something wrong here?

    Thank you
    Best regards

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 24, 2018 at 15:33

    Hello,

    Can you provide temporary Dashboard and FTP access to your site to check?

    Regards

    Avatar: nik_kef
    nik_kef
    Participant
    May 24, 2018 at 16:38

    Hello,

    The credentials are below:

    Thank you,

    Best Regards

    Please, contact administrator
    for this information.
    Avatar: nik_kef
    nik_kef
    Participant
    May 24, 2018 at 22:33

    Hello,

    Have you found any solution for the footer. I’ve managed to fix the other problems.

    Just visit the page below and enlighten me why does the footer appear like that?

    http://gypenzzo.wpengine.com/shop/bomber-me-mat-pagietes/

    I would be very grateful if you could give a direct solution.

    Thank you,

    Best regards

    Avatar: nik_kef
    nik_kef
    Participant
    May 25, 2018 at 14:18

    Hello,

    Any news?

    Thank you,

    Best regards

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 25, 2018 at 16:49

    Hello,

    Can you explain me in more details what exactly is wrong with footer now? Because I don’t see the difference between the page that you provided and all the other pages. Maybe provide screenshot for better understanding because links in the very first message are broken.

    Regards

    Avatar: nik_kef
    nik_kef
    Participant
    May 25, 2018 at 18:11

    Hello,
    Just right click on the broken image and select open in new tab and you will see the difference.

    I have now managed to have two different views in product page footer and the other pages.

    I think that there is a conflict between ultimate visual plugin for visual composer and the theme.
    I managed to call some css files and javascript files into product page in order for the theme to run the ultimate vc ADDONS plugin.

    If you know why is that happening or at the past you have coped with such a problem pleas inform me.

    Thank you.

    Best regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 30, 2018 at 09:23

    Hello,

    Sorry for the delay. Is your problem solved?
    I do not face any compatibility issue with the plugin on our test site.

    Regards

    Avatar: nik_kef
    nik_kef
    Participant
    May 30, 2018 at 12:23

    Hello,

    Partially solved. But it’s ok.

    Thank you

    Best regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 30, 2018 at 12:30

    Hello,

    Ok. Have a good day.

    Regards

    Avatar: nik_kef
    nik_kef
    Participant
    May 30, 2018 at 14:01

    Hello,

    Thank you have a nice day you too.

    May I ask something not relative to footer but with mini cart. Is it possible for a counter to be added on mini cart in sticky menu and in mobile menu?

    I want off course to be always visible.

    Something like this https://prnt.sc/jojn6e

    Thank you,

    Best regards

    Nikos

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 31, 2018 at 08:01

    Hello,

    Unfortunately, there is no such possibility, by default.
    You can use this custom css code:

    .cart-summ:after {
        content: attr(data-items-count);
        position:  absolute;
        top: -5px;
        right: -10px;
        color:  #fff;
        font-size: 9px;
        background: #e65b5b;
        border-radius:  50%;
        display: flex;
        align-items:  center;
        justify-content:  center;
        min-width:  14px;
        min-height:  14px;
    }

    to show the counter in main header.
    Also, some additional plugin can be used to achieve the desired result or you can do some additional customization, if you need help with this, you may contact WPKraken team.

    Regards

    Avatar: nik_kef
    nik_kef
    Participant
    May 31, 2018 at 08:06

    Hello,

    Thank you very much for your code and tips. I will use a plugin though.

    Have a nice day.

    Best Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 31, 2018 at 08:18

    Hello,

    You’re welcome!
    Have a great day too.

    Regards

  • Viewing 18 results - 1 through 18 (of 18 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.