Forum Replies Created
-
AuthorPosts
-
Aakash ChakravarthyKeymaster
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,
AakashAakash ChakravarthyKeymasterHi Melissa,
Can you please share the page URL where the announcement is inserted?
Thanks,
AakashAakash ChakravarthyKeymasterHi 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?
Thanks,
AakashAakash ChakravarthyKeymasterHi 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?
Thanks,
AakashAakash ChakravarthyKeymasterHi 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,
AakashAakash ChakravarthyKeymasterHi there,
Glad that you figured out the issue and I can see the announcement on your website.
Happy announcing 🙂Thanks,
AakashAakash ChakravarthyKeymasterYes, there is no precise equivalent to “folders”. Tags are the way to organize/group shortcodes just like posts.
Thanks,
AakashAakash ChakravarthyKeymasterHi 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,
AakashAakash ChakravarthyKeymasterHi 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,
AakashAakash ChakravarthyKeymasterHi 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,
AakashApril 7, 2024 at 12:53 am in reply to: Updating Ultimate floating widgets – Pro from version 2.5 to 2.8 isn’t working #14503Aakash ChakravarthyKeymasterThanks for confirming. Marking this as resolved!
Aakash ChakravarthyKeymasterHi 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,
AakashAakash ChakravarthyKeymasterHi 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,
AakashApril 3, 2024 at 12:57 am in reply to: Updating Ultimate floating widgets – Pro from version 2.5 to 2.8 isn’t working #14482Aakash ChakravarthyKeymasterHi 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,
AakashAakash ChakravarthyKeymasterHi 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 -
AuthorPosts