Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1316667

    I used the indications of this topic:
    https://kriesi.at/support/topic/enfold-4-8-3-social-media-buttons-on-product-page-not-displayed-correctly/
    on two sites.
    I don’t understand why the “tooltip” behaves differently (see please screenshot site 1 and screenshot site2 :(

    How do to have the tooltip at the top of the share button (like site1) on both sites?
    Please find the links of the 2 sites in Private content.

    Best regards
    Oriano

    #1316805

    Hi Oriano,

    Please post admin WordPress login details in private to the site which this is not working on, so that we can have a closer look.

    Best regards,
    Rikard

    #1316921

    Hi Rikard, thanks for help.

    #1316922
    This reply has been marked as private.
    #1316924
    This reply has been marked as private.
    #1317126

    Hi,

    Thank you for the info.

    It is not displaying correctly because the blog.css file is not being loaded in the page. Did you set the Enfold > Performance > Disabling of template builder elements to the second option?

    Try to add this code in the Quick CSS field to adjust the style of social share tooltip.

    .avia-related-tooltip.avia-tt {
        position: absolute;
        z-index: 9999999;
        padding: 0;
        width: 200px;
        border-radius: 2px;
        box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
        border-width: 1px;
        border-style: solid;
        padding: 15px;
        margin-top: -10px;
    }
    

    Best regards,
    Ismael

    #1317300

    Hi Ismael,
    I’m doing a clone of the site, to do the tests locally and not on the production site.
    I’ll get back to you as soon as I’ve finished preparing the clone site.

    Thanks for your help.
    Best regards
    Oriano

    #1317414

    Hi,

    Thanks for the update. We’ll keep this thread open for you.

    Best regards,
    Rikard

    #1317471

    Hi, #Ismael

    I did some tests on the local clone site, and these are the results:

    Your CSS gives a slightly incorrect graphic result, see image.

    To get the correct “tooltip” I am therefore forced to activate the functions of the blog (functions that I had deactivated, because the blog is not used). Please see image here.

    Best regards
    Oriano

    #1317596

    Hi,

    Thank you for the info.

    Glad to know that it is now working correctly. We will forward this thread to our channel. We might have to change the style of the sharing section a bit.

    Best regards,
    Ismael

    #1317597

    Hi Ismael,
    thanks for your work.

    Best regards
    Oriano

    #1317656

    Hi,

    Can you please add the following code:

    
    .avia-related-tooltip{
    	position: absolute;
    	z-index: 9999999;
    	padding: 0;
    	width: 200px;
    	border-radius: 2px;
    	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
    	border-width: 1px;
    	border-style: solid;
    	padding: 15px;
    	margin-top: -10px;
    }
    
    
    .avia-related-tooltip .avia-arrow-wrap{
    	top: auto;
    	bottom: 0;
    	position: absolute;
    	left: 50%
    }
    
    .avia-related-tooltip .avia-arrow-wrap .avia-arrow{
    	border-top: none;
    	border-left: none;
    	top: -4px;
    }
    

    at the bottom of enfold\css\shortcodes.css (will be added there in next update)

    or until next update to the Quick CSS field.

    FYI: Code is moved from enfold\config-templatebuilder\avia-shortcodes\blog\blog.css which is not loaded when blog is disabled.

    Best regards,
    Günter

    #1317664

    Hi Günter,
    thank you very much.

    Enfold Forever :)

    Best regards
    Oriano

    #1317815

    Hi,

    Great, I’m glad that Günter could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1317818

    Hi Rikard,
    yes, you can close this ticket.

    Best regards,
    Oriano
    Enfold forever

    #1317910

    Hi orianos,

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Tooltip on social share link button’ is closed to new replies.