• Resolved magicpowers

    (@magicpowers)


    The selection in the settings of the position of the icones RIGHT and CENTRE does not work. The icons are always appear on the LEFT – whether inserted automatically under posts or via the shortcode. Aligning the shortcode in the editor to centre or right doesn’t work.

    can you please advise how to fix this.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author socialdude

    (@socialdude)

    What’s your website url so that we can see the issue?

    Thread Starter magicpowers

    (@magicpowers)

    because my Home Page is built differently, better examples are:

    Page:
    https://www.quantumliving.com.au/theta-meditations/

    Post:
    https://www.quantumliving.com.au/ql035/

    I can change under posts to above posts, but not to centre or right.

    Do these settings apply to both the posts (automatically set up ) and pages (via the shortcode)?

    Plugin Contributor socialtech

    (@socialtech)

    The place to align the icons inserted after posts is from under question number 3 in the plugin’s settings here https://monosnap.com/file/4T2whsuMnlYnnApLOsz8SbS1Q9uJUh. Is it there where you chose the alignment?

    For aligning the shortcode, please paste this code

    .sfsiplus_norm_row.sfsi_plus_wDiv {
    display: inline-block;
    }

    .sfsi_plus_widget {
    text-align: center;
    }

    in your theme’s CSS section. Does that solve the issue?

    Thread Starter magicpowers

    (@magicpowers)

    the answer to your first question is – yes.

    I pasted the CSS replacing “center” with “right (as that’s what I’m mainly looking for) – the icons went all the way to the sidebar area (which I don’t have):

    https://i.paste.pics/bdd599eddb0a1ce2dddb5d48cb2c835b.png

    is it possible to keep them in line with text (outer edge of the Search icon) ?

    Thread Starter magicpowers

    (@magicpowers)

    ON the posts, I’d like to keep the icons ideally in the centre (or on the LEFT),

    But on the pages I’d like to have the icons at top RIGHT in line with text.

    ??

    .

    Plugin Contributor socialtech

    (@socialtech)

    Posts: you could add

    .sfsi_plus_widget {
    margin-right: 130px;
    }

    to move the icons more to the left

    Pages:

    .sfsiaftrpstwpr {
    text-align: center;
    }

    .sfsi_plus_Sicons {
    float: unset!important;
    display: inline-block;
    }

    Thread Starter magicpowers

    (@magicpowers)

    thanks @socialtech

    When I inserted the code for pages – I got an error message on the Custom CSS page:
    “float can’t be used with display: inline-block”. so I had to delete it.

    with the posts – this code doesn’t work.

    to confirm – I’d like to display the social icons at the top of post/page on the right in line with text.

    Is this location setting not working just for me, or is it a known issue?

    thanks

    • This reply was modified 4 years, 11 months ago by magicpowers. Reason: additional info
    Plugin Contributor socialtech

    (@socialtech)

    Ok, it seems like a code conflict with your theme/other plugins.

    We can do advanced investigations as part of the premium plugin.

    Thread Starter magicpowers

    (@magicpowers)

    I will check with my theme developer if there is a conflict there.
    I can also test other plugins on my staging site.

    if no cause is found – it will indicate a glitch in your pluging. Even if a conflict is found – I will not change my theme or remove an important plugin I need on account of the incompatible social share plugin.

    I’m not considering a purchase of the premium version to do the testing, so if your free support ends there – that’s fine.

    thanks for your assistance.

    I will close this ticket.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Icon issues – positioning’ is closed to new replies.