Forum Replies Created

Viewing 15 posts - 781 through 795 (of 2,043 total)
  • Author
    Posts
  • in reply to: Cant close Announcer (X)
    Aakash
    Keymaster

    Hi DPNOnline,

    This error seems not related to Announcer. This error is supposed to be thrown by “react” application which announcer does not use.

    https://stackoverflow.com/questions/55867116/failed-to-set-an-indexed-property-on-cssstyledeclaration-index-property-sette

    Can you please share your webpage where I can see this issue ?
    I’ll let you know which application is breaking the site.

    Thanks,
    Aakash

    in reply to: after install not working
    Aakash
    Keymaster

    Hi, can you please share more details on the issue ?

    in reply to: Facebook share counter
    Aakash
    Keymaster

    Hi Julia,

    It seems we may never get Facebook share count for applications like this.

    Facebook has stopped this considering some “privacy concerns” (not sure what)

    Reply from facebook support below.
    https://developers.facebook.com/support/bugs/318897266426699/?comment_id=319463206370105

    I’ll update the plugin on the same.

    Thanks,
    Aakash

    in reply to: Facebook share counter
    Aakash
    Keymaster

    Hi Julia,

    I received the email.

    The APP ID and the keys look good. No issues in that.
    It seems like a Facebook is not returning the correct count for external people.

    I saw the count using other tools outside, they all return 0.


    This is some problem on the Facebook side and beyond our control.
    I think you can ignore this for now and have a look after some days.

    You can also manually check the count on this page – https://www.sharedcount.com/
    If you can see a count there, your website should also show one.

    Thanks,
    Aakash

    in reply to: Facebook share counter
    Aakash
    Keymaster

    Hi Julie,

    Yes, as I can see in facebook the page has 11 likes.

    I think there is some issue with the API key.
    I need to see the error thrown by Facebook.

    Can you please share the Facebook app ID and app secret you have configured under WP Socializer –> Settings page to my contact form below ?

    Contact

    PS: You have a nice website there !

    Thanks,
    Aakash

    in reply to: Facebook share counter
    Aakash
    Keymaster

    Hi Julia,

    Thanks for using WP Socializer.

    It is not required for the app to be verified.

    Can you please share a blog post which had some like count ?
    Let me see what went wrong.

    Thanks,
    Aakash

    in reply to: after install not working
    Aakash
    Keymaster

    Can you please share more information on what you tried and what was not working ?

    in reply to: CTA Button CSS Selector
    Aakash
    Keymaster

    Hi Bradley,

    Thanks for using Announcer.

    I believe you want to run some javascript when clicking CTA button right ?

    In that case you can simply create a <script> tag and add your JS under that.
    You can target the “primary” button with the below selector.

    var announcement_btn = document.querySelector('#ancr-471 .ancr-btn-primary');
    announcement_btn.addEventListener('click', function(){
        //<my code>
    });

    Replace 471 with your announcement ID and in my code use to triggger whatever needed.

    Thanks,
    Aakash

    in reply to: No popup, open a link
    Aakash
    Keymaster

    Hi @jobl32,

    Sorry for the late reply.

    With UFW plugin, you can put your widgts in a floating popup and open that with a button.

    Since the button’s primary purpose is to open the popup, it does not act as button to open links.

    Hope you understand.

    Thanks,
    Aakash

    in reply to: Generic page url in [Site URL]
    Aakash
    Keymaster

    Hi @grumble,

    You can simply use relative path (i.e just /terms if that page is at the root of the site) or you can use like below using “site url” paramter.

    <a href="$$site_url$$/disclosure">Disclosure page</a>
    
    <a href="$$site_url$$/terms">Terms</a>

    Thanks,
    Aakash

    in reply to: Not work in widget
    Aakash
    Keymaster

    Excellent ! do_shortcode is the one which executes the shortcode. Glad that you figured out on what to execute as per your theme.

    Thanks,
    Aakash

    in reply to: Not work in widget
    Aakash
    Keymaster

    Hi,

    It seems the widget is not “executing” the shortcode. It is printing the shortcode as is.

    Can you please check with “TG: Product slider” developer to “execute” shortcodes in their widget ?

    This applies not only to shortcoder but any shortcode.

    Thanks,
    Aakash

    in reply to: Published date
    Aakash
    Keymaster

    Cheers !

    in reply to: Assign Open Widget To Button
    Aakash
    Keymaster

    Hi Matt,

    UFW supports javascript calls using which you can open/close the popup.

    To open the popup/flyout use a button/link like below,

    <a href="javascript:void(0)" onclick="UFW.open('1')">Open the popup/flyout</a>

    To close,

    <a href="javascript:void(0)" onclick="UFW.close('1')">Close the popup/flyout</a>

    To toggle display,

    <a href="javascript:void(0)" onclick="UFW.toggle('1')">Toggle display</a>

    Here “1” is the ID of the popup/flyout.
    Change that accordingly as you need.

    I guess this answer is a solution to #1.
    You could also use the same for #2 temporarily.

    Thanks,
    Aakash

    in reply to: Published date
    Aakash
    Keymaster

    Hi Jennifer,

    Happy that you are liking the plugin.

    Regarding “published date” it is a date which is insignificant and of no use.

    It is simply a date provided by WordPress to know when the announcement was first “published”. It has no other purpose.

    If you want to schedule the announcement to show only within certain date range, then please look at the “schedule dates” alone.

    You can look at the “scheduled date” in the announcer list like below.

    Thanks,
    Aakash

Viewing 15 posts - 781 through 795 (of 2,043 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