Forum Replies Created

Viewing 15 posts - 106 through 120 (of 1,956 total)
  • Author
    Posts
  • in reply to: Close after click odoslat

    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

    Hi Melissa,

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

    Thanks,
    Aakash

    in reply to: Close after click odoslat

    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

    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.

    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

    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?

    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?

    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?

    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]

    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

    Thanks for confirming. Marking this as resolved!

    in reply to: Colour of title text of widget

    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

    in reply to: Colour of title text of widget

    Hi Stephen,

    I looked at the site and this is something not related to Super RSS Reader itself.

    All widgets will have this issue.

    The theme “colormag” is designed to apply the style only to “special widgets”. Please see the image below. Only widget titles “cm-featured-posts” are styled correctly.

    You can check with the theme dev and share this issue (or) insert the CSS I spun up to address this issue.

    .cm-widget-title {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-preferred-size: 100%;
    	flex-basis: 100%;
    	-webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    	border-bottom: 2px solid #207daf;
    	font-size: 18px;
    }
    .cm-widget-title span {
    	display: inline-block;
    	padding: 6px 12px;
    	color: #fff;
    	background-color: #207daf;
    }

    Hope this helps.

    Thanks,
    Aakash

    Hi Jason,

    I received the details you had shared.
    The site does not have the license key activated.

    Please note that, the plugin will receive updates only when the license key is activated under Ultimate floating widgets PRO -> License & updates page.

    We don’t need to activate the license key on your staging site and that is fine.

    Could you please share the following details?
    1) Your order ID
    2) A screenshot of the “ultimate floating widgets pro -> licence and updates page” on your production site?

    Thanks,
    Aakash

    in reply to: Colour of title text of widget

    Hi Stephen,

    Sure I can help. It is strange that the widget title is black instead of white.

    SRR plugin takes the theme’s widget title format.

    Could you please share your website URL?
    I’ll check the site live and suggest the CSS to correct it.

    Thanks,
    Aakash

Viewing 15 posts - 106 through 120 (of 1,956 total)

Subscribe for updates

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