Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #511450

    Hi,

    I add the social icons buttons shortcode in my pages but it’s not showing “share on” caption on button hover as when i add it in the advanced layout builder.

    #511474

    Also please inform me how can i change the color and dimensions of the caption.

    thanks

    #511930

    Hi,

    Not sure what you mean by that, the captions are showing fine on my end. What browser are you using to get that error? My greek is not what it should be so maybe I’m missing your point here?

    Best regards,
    Rikard

    #512015

    I mean that when you hover on a social icon button (in ajax display product pages) it’s not appearing the hover effect with the caption share on facebook, twitter etc caption.

    • This reply was modified 8 years, 6 months ago by saquasar.
    #512529

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #512629

    login credentials sent

    #513213

    Hi!

    hovering is working fine for me when opening a product. Could you fix it? Clear browser cache and hard refresh a few times.

    Best regards,
    Andy

    #513859

    Hi,
    No it’s not a browser cache problem.
    Please see the social button hovering effect that i mean and not showing in product ajax display pages.

    #514919

    Hi!

    Please add this in the Quick CSS field:

    .av-share-box ul li a {
        position: relative;
    }
    
    .av-share-box ul li a:hover > .avia_hidden_link_text {
        display: block !important;
        transition: all 0.2s ease-in-out;
    }
    
    #top .avia_hidden_link_text {
        position: absolute;
        top: -55px;
        width: 100px;
        background-color: #ffffff;
        padding: 5px 10px;
        font-size: 11px;
        left: -30px;
        color: #5c441a;
    }
    
    .av-social-sharing-box {
        z-index: 9000;
        position: relative;
    }
    
    #top .avia_hidden_link_text:before {
        content: '';
        height: 10px;
        width: 10px;
        position: absolute;
        bottom: -6px;
        left: 50%;
        margin-left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-width: 1px;
        border-style: solid;
        visibility: hidden\9;
        border-color: #ffffff;
        background-color: #ffffff;
    }

    Cheers!
    Ismael

    #515004

    Hi,

    I add the css code but it’s the same.

    #515047

    Hi!

    Please disable the cache plugin then hard refresh the page or test it on another browser.

    Cheers!
    Ismael

    #540916

    I did that but still no “Share on..” when i’ m hovering on the social buttons in ajax display.

    #543548

    Hey!

    Where did you add the code? I checked the Quick CSS field but the suggested codes are not there.

    Best regards,
    Ismael

    #543653

    i deleted it, add it and check it if you want. but it’s a 2 month issue, can we fix it please?

    • This reply was modified 8 years, 4 months ago by saquasar.
    #545165

    Hey!

    the code Ismael provided you here is not implemented into your Quick CSS field. Please add it into it and let us know when you are done and still need help.

    Don’t forget to go into your cache plugin settings and choose to switch off caching. Afterwards clear browser cache and hard refresh a few times. Then deactivate this and all other plugins, to make sure non is causing any conflict.

    Regards,
    Andy

    #545675

    I told you that i did all that but the problem remains. I have the css code into my quick css fied but i enable the page cache plugin again cause i need it.

    See below with pics what is the problem and maybe it will help you understand the problem.

    #547351

    Hey!

    i deleted it, add it and check it if you want. but it’s a 2 month issue, can we fix it please?

    It’s a 2 month issue because you didn’t reply back for almost 2 months. Anyway, we modified the code a bit. Please remove browser cache or hard refresh the page before checking it.

    Best regards,
    Ismael

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.