Forum Replies Created

Viewing 15 posts - 1,081 through 1,095 (of 2,039 total)
  • Author
    Posts
  • 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

    Aakash
    Keymaster

    Hi @biwofu,

    I guess I didn’t receive any email from you.

    Please try the contact form again (or) send me another email to aakash [dot] [email protected] I’ll wait for it.

    Thanks,
    Aakash

    in reply to: Where are the Discord and Patreon buttons?
    Aakash
    Keymaster

    I will add them in the next version.

    in reply to: Share and Enjoy Wording
    Aakash
    Keymaster

    Hi,

    You can delete the icons in the share icons page where you will see a horizontal list of icons. Click the X to delete the icon and save the settings.

    Thanks,
    Aakash

    in reply to: Share and Enjoy Wording
    Aakash
    Keymaster

    Hi M,

    You can change it under Share icons –> Miscellaneous tab. You can delete the “heading text”

    Also, I see that there is no gap between the footer and the icons in your website.
    You can use the below CSS in WP Socializer –> Settings –> Additional CSS if required.

    .wp-socializer.wpsr-share-icons:last-child {
        margin-bottom: 2em;
    }

    Thanks,
    Aakash

    in reply to: Return a value of specific custom parameter
    Aakash
    Keymaster

    Thanks Leo !
    Happy to hear. Please do rate the plugin.

    I’ll mark this case resolved.

    in reply to: Return a value of specific custom parameter
    Aakash
    Keymaster

    Hi Leo,

    I custom parameters does not work that way. They are used to replace the placeholder tags in the shortcode content with the parameters you pass to the shortcode.

    The text after : (colon) indicates the default value if no parameter is sent.

    They cannot be used to fetch anything.

    If I understood correctly on what you are trying to achieve, in your case you can create different shortcodes with different URLs as shortcode content and use the respective shortcode when you would need that URL in posts/pages.

    Thanks,
    Aakash

    in reply to: Code PHP
    Aakash
    Keymaster

    Hi Ruben,

    Right now the plugin supports only HTML, JS and CSS. PHP is not supported.

    You can try another plugin from another author – https://wordpress.org/plugins/insert-php-code-snippet/

    Thanks,
    Aakash

    in reply to: Share counting not working
    Aakash
    Keymaster

    Great !

    Happy that the issue is resolved.

    Please do rate the plugin if you like it – https://wordpress.org/support/plugin/wp-socializer/reviews/?rate=5#new-post

    Thanks,
    Aakash

    in reply to: Share counting not working
    Aakash
    Keymaster

    Hi @Thierry,

    Can you please check if facebook app id and app secret information is set in wp socializer settings page ?

    If yes, can you please share the website URL ?

    Thanks,
    Aakash

    in reply to: Need Authors to Edit Shorcodes
    Aakash
    Keymaster

    Hi @egonitron,

    Right now there is no option out of the box.

    Also with the other plugin, you don’t need to keep it active all the time. It is just one time. Just give permission for the role and you can uninstall that plugin.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi @biwofu,

    Thanks for using Shortcoder.

    So I guess enabling this “fusion builder plugin” breaks the shortcode content editor ?

    If I understood the issue correctly, can you please press Ctrl+Shift+J in browser in the page where shortcode editor is broken and share the errors you see in the console tab ?

    You can also create a temporary administrator account and share the website url, username and password to my contact form. I ‘ll login and check the issue.

    Contact

    Thanks,
    Aakash

    in reply to: Shortcoder woocommrce suppoort
    Aakash
    Keymaster

    Cheers !

    in reply to: Shortcoder woocommrce suppoort
    Aakash
    Keymaster

    I’m happy that you got a solution out of Shortcoder. Enjoy !

    Please do rate and review the plugin – https://wordpress.org/support/plugin/shortcoder/reviews/?rate=5#new-post

    You can buy me a coffee here – https://www.paypal.com/paypalme/vaakash/ 🙂

    Thanks,
    Aakash

    in reply to: Shortcoder woocommrce suppoort
    Aakash
    Keymaster

    Please try below code. If this does not work, then send details to my email.

Viewing 15 posts - 1,081 through 1,095 (of 2,039 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