Forum Replies Created

Viewing 15 posts - 256 through 270 (of 2,109 total)
  • Author
    Posts
  • in reply to: Close button not working
    Aakash
    Keymaster

    Hi Melissa,

    You have a nice website! It is weird that the close button is not working. There is no such reported issue. I’m unable to reproduce the issue on my side.

    Can you please temporarily enable it to debug the issue for a couple of days?

    Thanks,
    Aakash

    in reply to: Hide floating widget
    Aakash
    Keymaster

    Hi Paul,

    UFW does not know the contents of the popup. But it does have a feature where you can write custom JS function and let it decide whether to show/hide the popup.

    This JS function will have your logic where it will check if the poll has been submitted or not.

    Can you please refer this doc below for an example and steps to follow?
    https://www.aakashweb.com/docs/ultimate-floating-widgets/pro/visitor-conditions/#11-custom-function

    Hope this helps!

    Thanks,
    Aakash

    in reply to: Continuosly page up on Firefox browser.
    Aakash
    Keymaster

    Hi Rete,

    The plugin does not do anything related to refreshing the page on scroll. I did see the issue on firefox and confused on the behavior.

    I would need your help in narrowing down the issue.

    Did you get a chance to try the points as in my previous reply?

    1) Remove the music player widget and check if issue is resolved.
    2) Add a different widget to the “widget box” and check if issue is resolved.
    4) Activate a different theme with the same music widget .

    Thanks,
    Aakash

    in reply to: Close after click odoslat
    Aakash
    Keymaster

    Hi Michal,

    The plugin does not know the contents of the widget box are. I see you have a form here. You can check with the form plugin author and see if there is an option to call the function above as in the docs.

    I would suggest the JS code below from my side.

    <script>
    document.addEventListener('DOMContentLoaded', function() {
      const wpcf7Form = document.querySelector('.wpcf7-form');
    
      if (wpcf7Form) {
        wpcf7Form.addEventListener('submit', function(event) {
          UFW.close(1);
        });
      }
    });
    </script>
    

    Please paste this JS code snippet in your website.

    Thanks,
    Aakash

    in reply to: Close button not working
    Aakash
    Keymaster

    Hi Melissa,

    Can you please share the page URL where the announcement is inserted?

    Thanks,
    Aakash

    in reply to: Close after click odoslat
    Aakash
    Keymaster

    Hi Michal,

    Yes, it is possible. You can use the JavaScript call below to close the flyout once the form is submitted. Can you please refer the doc below?

    Custom trigger

    Thanks,
    Aakash

    in reply to: Add button to menu
    Aakash
    Keymaster

    Hi James,

    As I understand, you want to open the popup/flyout added by UFW using the button you have added?

    If yes, can you please follow the doc below to open UFW using your custom button?

    Custom trigger

    Thanks,
    Aakash

    in reply to: Continuosly page up on Firefox browser.
    Aakash
    Keymaster

    Hi Rete,

    Thanks for using UFW.

    I do not think UFW plugin is causing the issue.

    Can you please try the following?
    1) Remove the music player widget and check if issue is resolved.
    2) Add a different widget to the “widget box” and check if issue is resolved.
    3) Deactivate UFW and check if issue is resolved.
    4) Activate a different theme with the same music widget .

    UFW does not scroll/refresh the page.
    Mostly the issue should be with the “header menu”.

    Thanks,
    Aakash

    in reply to: Display conditions not being met
    Aakash
    Keymaster

    Hi there,

    Glad that you figured out the issue and I can see the announcement on your website.
    Happy announcing 🙂

    Thanks,
    Aakash

    in reply to: Can I groups shortcodes in folders?
    Aakash
    Keymaster

    Yes, there is no precise equivalent to “folders”. Tags are the way to organize/group shortcodes just like posts.

    Thanks,
    Aakash

    in reply to: Can I groups shortcodes in folders?
    Aakash
    Keymaster

    Hi there,

    Thanks for using Shortcoder. Yes it is possible to group shortcodes using “tags”. You can assign tags to the shortcodes and organize them.

    Hope this helps.

    Thanks,
    Aakash

    in reply to: Shortcode for WordPress for Strikethrough text?
    Aakash
    Keymaster

    Hi Philip,

    You can create a shortcode content like <s>$10</s> $6. You can also replace the numbers with “custom parameters” like <s>%%orig_price%%</s> %%disc_price%%

    Thanks,
    Aakash

    in reply to: How to use [test] instead of [sc name="test"][/sc]
    Aakash
    Keymaster

    Hi Will,

    Sorry for the delay. Unfortuantely we cannot create a shortcode with full shortcode name like [test]. W.r.t functionality it is all the same. Could you please let me know if you see any drawback in this approach?

    Thanks,
    Aakash

    Aakash
    Keymaster

    Thanks for confirming. Marking this as resolved!

    in reply to: Colour of title text of widget
    Aakash
    Keymaster

    Hi Stephen,

    You can paste it in the “theme settings/customizer”. Most themes will have a section for this. Please check with your theme author on this.

    This CSS will set the title style just like the “thatcham news” heading.

    Thanks,
    Aakash

Viewing 15 posts - 256 through 270 (of 2,109 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