Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterHi Jeff,
The theme you have is taking priority over the color set by announcer.
Can you please use the following code as the announcement content ? You can replace “red” with the color you need.
<strong style="color:red">MY ANNOUNCEMENT</strong>
(or)
You can paste below CSS in your theme settings.
.ancr .ancr-content p { color: inherit; }
Let me know if it helps.
Thanks,
AakashAakash
KeymasterHi Anil,
I think the follow icons are not saved.
Can you please allow me to see the website ?
It is currently blocked for me. I need to view the source of the page.Thanks,
AakashAakash
KeymasterHi Tina,
I saw the page. The issue is not related to UFW plugin.
You have to check with the “coblocks” plugin team.
The block is not made visible in chinees language whereas the same block is visible for english language.For english lang:
wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobilefor chinese lang:
wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile coblocks-animate slideInRightThese are the classes set on the block. coblocks-animate is still present and not executed hence it is not displayed.
You can share this link with them directly – https://happy50.ca/yue/aboutus/
Thanks,
AakashAugust 31, 2021 at 11:32 am in reply to: How to link registration page to Ultimate Floating Widget #9970Aakash
KeymasterHi 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,
AakashAakash
KeymasterHi 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,
AakashAakash
KeymasterCheers !
Aakash
KeymasterCheers !
Aakash
KeymasterHi @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,
AakashAakash
KeymasterHi 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,
AakashAakash
KeymasterHi @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,
AakashAakash
KeymasterHi 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,
AakashAakash
KeymasterHi 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,
AakashAakash
KeymasterHi 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,
AakashAakash
KeymasterHi 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,
AakashAakash
KeymasterHi 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 -
AuthorPosts