Forum Replies Created
-
AuthorPosts
-
August 31, 2021 at 11:32 am in reply to: How to link registration page to Ultimate Floating Widget #9970
AakashKeymasterHi Tina,
Thanks for using Ultimate floating widgets plugin.
The main utility of UFW plugin is to open the widget as a floating popup. So right now the button can only open and close the floating widgets. It cannot be used to open links as of now.
We can achieve it by editing the plugin code. But when you update the plugin the changes may go away. If you are interested let me know I can suggest the changes.
Thanks,
Aakash
AakashKeymasterHi Glenn,
Thanks for using Super RSS Reader.
RSS feed are refreshed as per WordPress defaults which is 12 hours. You can change as mentioned in the doc below. This is ensure users don’t overload their servers with frequent refreshing where in most cases it won’t be necessary to change the default.
This applies to both free and PRO versions.
Thanks,
Aakash
AakashKeymasterCheers !
AakashKeymasterCheers !
AakashKeymasterHi @palingenesie,
Thanks for using WP Socializer. You have a nice website and WP Socializer looks good there.
Regarding the issue this is a known behavior. Facebook recently stopped giving developers the share/like count when it is less than 100. This number is not fixed though. It is simply that when the count is high they send it back or else they return 0.
Please find the explanation from Facebook support here – https://developers.facebook.com/support/bugs/318897266426699/?comment_id=323684205948005
Plugin developers have no control over this, so WP Socializer started showing icon instead of 0. Going forward social network websites will slowly deprecate share counts.
Thanks,
Aakash
AakashKeymasterHi dcornejo,
I saw your website and the issue is with the theme.
It is overlaying the social icons on top of the announcement hence the announcement and the buttons inside it are not clickable.The previous CSS I gave is the fix for this case. But it is not present in your website.
Can you please copy and paste that CSS in your theme settings or wherever CSS can be inserted ?
@media (min-width: 992px) { .header-transparent header.main-header { top: 50px !important; } }Once inserted, the social icons will move down like in the screenshot below.

Thanks,
Aakash
AakashKeymasterHi @frankwerrent,
I’m sorry the plugin does not have that feature right now. I’m having this in my todo list for the PRO version. This feature will be available in the near future.
Thanks,
Aakash
AakashKeymasterHi Jennifer,
As I can understand there are multiple announcements shown on one page though you have created rules to show in specific terms/tax. I think this is expected because the announcements simply honor rules as it is given.
Can you please share me a example page where multiple announcements are shown and what are the rules assigned to them ? I can suggest some workaround or a different setting. You can also share me a temporary admin credentials to my contact form to check it live if needed – https://www.aakashweb.com/contact/
Also you want to show the announcement only on “category” list page. To do this you can select “category archive page” and select the name of the category. Same for tags or taxonomy list pages.

Thanks,
Aakash
AakashKeymasterHi Calliard,
I tried looking at the page again. It seems the issue is not with the lightbox displaying over the flyout.
The form inputs itself are disabled/not active for somereason.


I tried resizing the lightbox area but still form inside the widget is not clickable.
It is because some plugin/lightbox/theme is disabling all forms when lightbox is open. After closing it is accessible. This is something which you can check on your side.
There is not issue with UFW as you can see the “text” is selectable. It means that UFW is on the top and accessible. Only the form is disabled is not clickable.
Can you please check with the theme/lightbox author to see if they can find it out ?
Thanks,
Aakash
AakashKeymasterHi Caillard,
The cannot find the code in the file.
Please right click view page source and search for this string ‘z-index: 99999999;’
May be the cached page is shownThanks,
Aakash
AakashKeymasterHi Tina,
Thanks for using UFW.
UFW also uses an animation library. I think there might be some clash between the two plugins.
Can you please share the link where issue is observed ?I’ll check it out live.
Thanks,
Aakash
AakashKeymasterHi Caillard,
It seems that the lightbox is displaying above the floating widget.
You can paste below CSS to bring it up. (either in your theme settings or widgetbox settings)
.ufw_fo {
z-index: 99999999;
}I also see that when I click on the calendar in the widget, the widget box closed.
Have you made any changes to close on clicking the date field ?Thanks,
Aakash
AakashKeymasterCheers !
AakashKeymasterHi Bastien,
My guess is there might be some JS issue which is not loading the shortcode content.
Since you are anyways upgrading it to the latest it is not worth the effort to debug and find the issue.
Anyways, you can follow below steps to “export” all the shortcode data as a backup.
1) Deactivate the plugin
2) Go to plugin editor –> shortcoder –> shortcoder.php
3) Paste below line at number 172echo '<textarea>' . esc_textarea( json_encode(get_option('shortcoder_data')) ) . '</textarea>';4) Save the file
5) Activate the plugin
6) Go to Settings –> Shortoder
7) You will find a textbox with a text at the top. Copy that text and save that to a local text file.Thats it. You can then remove that code which u added and save the file.
It is not necessary to backup since even after upgrade the old data will still reside in the DB for safety purposes.
Thanks,
Aakash
AakashKeymasterHi Bastien,
Sorry I saw your reply with screenshot only after I posted mine.
Since the version is pretty old, I myself forgot the old codebase 😀.
It is better if you can share this information. I can check it live.Create a temp admin user and share me the website URL, username and password to my contact form below I can login and get it done for you.
Thanks,
Aakash -
AuthorPosts
