vaakash
Forum Replies Created
-
Hi @c2itconsulting,
I see that the header loads properly at first. Later it goes wrong.
It seems the theme does something to “float” the header to the top of the page. Announcer does not have control on how the header is positioned escpecially “floating” headers.
The theme uses some javascript which converts the header to floating after the page is loaded.
Can you please check your theme settings and see if you can disable “floating/fixed” header to a static one?
Thanks,
Aakash
Hi @marogiannis,
Thanks for using UFW plugin. I’m happy that you like it.
Regarding your requirement, in the PRO version there is a feature to show/hide based on no. of user visits. But the cookie is saved for an year. It is not per session.
https://www.aakashweb.com/docs/ultimate-floating-widgets/pro/visitor-conditions/#11-custom-function
Since UFW (free & PRO) supports javascript call to open/close the widget box, you can call it as required. Please paste the JS below on your site somewhere (possibly near the bottom of the page) and replace the ID with the ID of the widget box.
document.addEventListener('DOMContentLoaded', function () {
if (!sessionStorage.getItem('ufw_opened')) {
UFW.open('<WIDGET_BOX_ID>');
sessionStorage.setItem('ufw_opened', 'true');
}
});Hope this helps!
Thanks,
Aakash
Thanks for the review! I’m glad you liked it 🙂
Hi Gevorg,
Thanks for reporting this issue. This will be fixed in the next release of the plugin.
Thanks,
Aakash
Forum: Plugins
In reply to: [Announcer - Sticky Message Banner & Notification Bar] Translation with WPMLHi Manu,
Thanks for using Announcer plugin. There is no explicit integration with WPML yet unfortunately. I was unable to work on that.
But the plugin offers a “location rule” feature to show/hide based on post language. Go to “location rules” -> select “show in selected pages” –> add a rule –> select “WPML post language” and enter the language code as value.
With this rule, the announcement will be shown only in that language. So you need to create an announcement for each language and configure this rule.
Thanks,
Aakash
Hi @bizguy,
Thanks for taking time and writing this review! It helps a lot 🙂
Have a great day!
Thanks,
Aakash
Forum: Reviews
In reply to: [Shortcoder — Create Shortcodes for Anything] Simple, PerfectHi @semperaye,
Thanks for using Shortcoder plugin. I’m happy that you liked it. Have a great day!
Thanks,
Aakash
Forum: Reviews
In reply to: [Shortcoder — Create Shortcodes for Anything] Great, easy to setup.Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Thumbnail issueSHi @marc73,
The total width of the container is 200px hence I suggested the same width. This is same as setting 100% and see the image was not cropped. I’ll have to check why percentage width is not working.
Thanks,
Aakash
Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Thumbnail issueSHi @marc73,
I think you misunderstood. I meant “200px” not “300px”
Setting value to 200px will provide a result like below.
Hope this helps.

Thanks,
Aakash
Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Thumbnail issueSHi Marc,
It seems that the percentage width is not supposed to work. Instead of setting 100%, can you please set value as
200px?This should solve the issue.
Thanks,
Aakash
Forum: Plugins
In reply to: [Ultimate Floating Widgets - Make popup sidebars] Plugin ConflictHi @algraham93,
can you please share details on the conflict? Are there any js errors? Please share the page url for checking.
Thanks
Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Thumbnail issueSHi Marc, I see that when thumbnail size is set to 100%, it goes hidden. I’ll check and get back.
Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Thumbnail issueSThanks Marc. Got it. I’ll check and get back to you!
Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Thumbnail issueSHi @marc73,
Thanks for using super rss reader plugin. Can you please share your website url for me to check the issue?
Thanks,
Aakash