Forum Replies Created

Viewing 15 posts - 1,096 through 1,110 (of 2,068 total)
  • Author
    Posts
  • in reply to: Code PHP
    Aakash
    Keymaster

    Marking this thread as resolved.

    Aakash
    Keymaster

    Hi,

    Any update on this ?

    Thanks,
    Aakash

    in reply to: Problems with Fusion Plugins (AVADA) and Editors in Shortcode
    Aakash
    Keymaster

    Marking this issue resolved.

    in reply to: Share and Enjoy Wording
    Aakash
    Keymaster

    Hi,

    I hope you have found the option.
    I’m marking this issue resolved.

    Thanks,
    Aakash

    in reply to: Using ASP and scripts from old site in WP
    Aakash
    Keymaster

    Hi,

    Did this help ?

    in reply to: Follow icons positions?
    Aakash
    Keymaster

    Hi Marc,

    Happy that the issue is resolved.

    Please do rate the plugin !

    https://wordpress.org/support/plugin/wp-socializer/reviews/?rate=5#new-post

    Thanks,
    Aakash

    in reply to: Easy turn off turn on ability.
    Aakash
    Keymaster

    Hi Alexander,

    Thanks for your time and feedback.

    Right now both the options are not available. I’ll add them to my todo list and get it done in future versions of the plugin.

    Cheers !
    Aakash

    Aakash
    Keymaster

    Hi Sachin,

    I do not see any issue on my side.

    Can you please give more details on what you wre trying ?

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi @zrenee,

    This is beyond the scope of this plugin as it is a customization request.

    But I gave some try.

    You can use below CSS in your theme settings to display them in two columns.

    .srr-wrap div {
        flex-basis: 50%;
    }
    .srr-wrap > div {
        display: flex;
        flex-wrap: wrap;
    }

    Regarding the images, they are shown only when they are mentioned in a specific tag. So I guess in your case it is not mentioned that way. I do have plan to grab images wherever they are, but it may not be soon.

    Thanks,
    Aakash

    in reply to: Using ASP and scripts from old site in WP
    Aakash
    Keymaster

    Hi Bob,

    I guess you know this is beyond the scope of my plugin as it is query with the user content.

    But anyways I gave a try organizing the code.

    https://pastebin.com/nNDrHYrA

    Please copy the paste all the content from the pastebin above in the shortcode content and see if it works.

    In the content, you might need to download http://66.113.218.135/js/calculator2.js this file from your old website and upload it to your new one. After that replace the URL with the URL from your new site.

    Thanks,
    Aakash

    in reply to: Follow icons positions?
    Aakash
    Keymaster

    Hi Marc,

    It should be coming from the cache.

    Do you use any caching plugin ?

    If yes then the page might be cached for mobile devices when you had that setting.

    Please do try clearing the cache and let me know.

    Thanks,
    Aakash

    in reply to: Follow icons positions?
    Aakash
    Keymaster

    Hi Marc,

    Right now there is no option to set different positions for desktop and mobile.

    Currently icons are in horizontal mode and left aligned, but you want right aligned.

    Can you please try setting the position to “bottom right” ?
    Currently it is set to “bottom left”.

    Please let me know if that helps.

    If you need fine tune adjustments over that, I can share CSS and help you with that.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi @biwofu,

    I have replied to the email and fixed the issue for now.
    The email has more details.

    Thanks,
    Aakash

    in reply to: Instagram missing?
    Aakash
    Keymaster

    Hi Ryan,

    We cannot share on Instagram similar to Facebook. There is no option to share stuff on instagram unless users manually post images.

    We can only share stuff which is available on instagram and not vice versa.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi @chenpiaw,

    Right now there is no option to set cookie when action button is clicked.

    I’ll add this in the upcoming versions.

    For now can you please paste the below script in anywhere in your website (like theme settings) ? This will set the cookie when action button is clicked.

    <script>
    jQuery(document).on('load', function(){
        jQuery('.ancr-btn').not('.ancr-close').click(function(){
            var ancr = jQuery(this).closest('.ancr')[0].announcer;
            ancr_state.set_cookie(ancr.close_cookie, 1, ancr.props.closed_duration, true);
        });
    });
    </script>

    And configure Announcement –> Settings –> Close –> Keep closed –> Yes and specify the days on how long it will be kept closed.

    Thanks,
    Aakash

Viewing 15 posts - 1,096 through 1,110 (of 2,068 total)

Subscribe to our Newsletter

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

By using this website, you agree to our Terms