Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Riley Jacobs
    Participant

    Hi,

    I was wondering if you or someone could provide me custom css to do 2 things:

    1) I’d like the social sharebar to disappear once a user is ~300 pixels from the bottom of the page on a desktop

    2) Id like the sharebar positioned on the left side of the container

    Thanks,
    RJ

    Hi Riley,

    For #1 please paste below code in any of your theme’s JS file.

    jQuery(document).ready(function() {
    	jQuery(window).scroll(function() {
        	if ( jQuery(window).scrollTop() > (jQuery(document).height() - 300)) {
            	jQuery('.wpsr-sharebar').hide();
            }
            else {
            	jQuery('.wpsr-sharebar').show();
            }
        });
    });

    For #2 in floating sharebar settings page, please click “Adjust position visually” button and use the visual editor to position the sharebar to the desired location.

    Thanks,
    Aakash

    Riley Jacobs
    Participant

    Hi Akash, I’m still having issues moving the button to the left. I believe the “Adjust position visually” only allows us to move it vertically.
    Could you help with this?

    Thanks,
    RJ

    Ok, I guess you are using the “horizontal” sharebar. Horizontal sharebar can be moved only up/down.

    Can you please switch to “vertical” sharebar and try again ?

    (Note: With vertical sharebar, you might have to add a social icon with vertical icons)

    Thanks,
    Aakash

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

Subscribe for updates

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter