Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterHi TiTi,
Can you please open the widget and change something in widget form and click “save”?
There was a new option added to the widget, I guess that is the reason.
Please let me know if that works.
Thanks,
AakashAakash
Keymaster0Hi Dea,
I see the RSS feed has both thumbnail and full image. Right now plugin is giving priority to thumbnail image only.
Can you please make the change below to prefer full image?
Plugins > Plugin editor > Select “super-rss-reader-pro” > select file includes/feed.php
at line number 490, change
return $enclosure->get_thumbnail();
to
\\ return $enclosure->get_thumbnail();
;i.e add double slash at the beginning of the line.
Save the file.
This should prefer the full image.I will add this as an option the next version of the plugin so that it is easy to choose.
Thanks,
AakashAakash
KeymasterHi Dea,
Thanks for using Super RSS Reader PRO.
Can you please share the RSS feed URL? Let me check how to achieve this requirement.
Thanks,
AakashAakash
KeymasterHi Ruido,
Please disable WP accessibility –> uncheck “Prevent links from opening in new windows”.
Thanks,
AakashAakash
KeymasterHi Ruben,
The “template” used on the post has a “wrapper” which is of width 1250px.
So anything placed inside it will be contained within that wrapper.
In the image below, the region in “orange” is the boundary of the wrapper.
This has nothing to do with Shortcoder itself.
The solution will be to use a template from theme, which is “fluid” or has not container/wrapper for the post content.Thanks,
AakashAakash
KeymasterHi Charles,
Thanks for contacting me. Since this query has been resolved via email, I’m marking this thread as resolved.
Thanks,
AakashAakash
KeymasterHi Ruido,
Code has the parameter to open in new tab (note: target=”_blank”)
<div class="ancr-btn-wrap"><a href="https://radiobot.radioslibres.info/public/ruidofeminista" target="_blank" class="ancr-btn ancr-btn-primary">Escuchar on line</a></div>
But it seems you have some javascript which is removing the
target="_blank"
so that all links open in same tab.Can you please identify which plugin/JS code is doing that?
Thanks,
AakashApril 5, 2025 at 12:59 am in reply to: Renewal discount – Expiration notice arrived a month late. #15777Aakash
KeymasterHi Chris,
I understand the issue. I’ll arrange the discount value soon and update you with an email.
Thanks,
AakashApril 4, 2025 at 1:09 am in reply to: Renewal discount – Expiration notice arrived a month late. #15771Aakash
KeymasterHi Christopher,
Thanks for reaching out. The renewal discount should be available for you for license key even now.
Can you please click the “renew license key” button on the email or enter the license key in this link – https://www.aakashweb.com/renew/ to get the discount?
Feel free to let me know how it goes!
Thanks,
AakashAakash
KeymasterHi Ruido,
Can you please share a link of your website where the announcement is active? I’ll check the issue live and update you.
Thanks,
AakashMarch 29, 2025 at 5:06 pm in reply to: The countdown is not showing correct count. Possibly ignores DST. #15760Aakash
KeymasterHi Eugene,
Thanks for reporting this.
I’ll fix this in the next release of the plugin.For now, can you please make this change in the “plugin editor”?
1) Deactivate Announcer – PRO plugin.
2) Go to plugins –> Plugin editor
3) Selectannouncer-pro/includes/display.php
4) Delete lines 451-455 – Image
5) Paste below lines at line no. 451. Image$wp_timezone_string = get_option('timezone_string'); if (!$wp_timezone_string) { $wp_timezone_offset = get_option('gmt_offset'); $wp_timezone_string = timezone_name_from_abbr('', $wp_timezone_offset * 3600, 0); } if (!$wp_timezone_string) { $wp_timezone_string = 'UTC'; } $countdown_time = new DateTime($settings['cdt_countdown'], new DateTimeZone($wp_timezone_string)); $countdown_timestamp = $countdown_time->getTimestamp();
6) Save the file and activate the plugin.
Let me know if it works.
Thanks,
AakashAakash
KeymasterHi Sayn,
You can paste the error here as a reply.
Since there are no known such critical failure, it could be some plugin conflict.
I’ll look at the errors and get back to you.
Thanks,
AakashAakash
KeymasterHi Eugene,
Thanks for using Announcer plugin.
Can you please use the CSS below to reorder?.ancr-countdown-wrap { order: -1; }
Thanks,
AakashAakash
KeymasterHi Rain,
There will be a “save button” at the bottom of the form when editing the UFW widget box.
May be some other plugin broke/hid it.
Can you please share a full screenshot?
Please upload it on https://imgur.com/ and share the link here.Thanks,
AakashAakash
KeymasterHi Sayn,
Could you please let me if it is free/PRO?
If you are trying to activate PRO version, please ensure free version is deactivated.
Can you also please paste any error logs as seen in debug.log?
Thanks,
Aakash -
AuthorPosts