Forum Replies Created
-
AuthorPosts
-
Aakash ChakravarthyKeymaster
Hi Shasin,
I Understand. Let me see if there is any option or workaround to enable this.
Please give me time till Sunday. If there is no solution then I can arrange a refund.
Thanks,
AakashAakash ChakravarthyKeymasterHi Shasin,
I guess you are talking about super RSS Reader plugin.
Unfortunately, SRR supports only classic widgets in the free version. In the PRO version however we can use shortcodes to insert the RSS reader.
I’m not sure how to help in this case. Only way is to check with Avada theme author and see if any exception can be made.
Thanks,
AakashAakash ChakravarthyKeymasterHi Dan,
Right now it is not possible to include a “static content” below a “scrolling content”. There were no requirements for it as per my research.
Now that you have asked, I’ll see if this is really required.
For now I’ll see if I can give you some workaround.
Can you please share the page URL where the announcement is active?Thanks,
AakashMay 1, 2024 at 1:22 am in reply to: Super RSS Reader(Pro) is support/working with WordPress 6.5? #14602Aakash ChakravarthyKeymasterHi there,
SRR is mostly WP independent. Things like tab are not related to WP. I’m currently planning for a release in this month which I’ll test in the latest WP version.
You can upgrade the plugin and use if not done already.
Regarding the tab issue, please share the page URL. I’ll look at it and find the cause of the issue.
Thanks,
AakashApril 26, 2024 at 1:45 pm in reply to: How can I prevent the Bar becoming so much thicker in responsive mode? #14589Aakash ChakravarthyKeymasterHi Tim,
I see this is kind of expected. I’ll reduce the default margin in the next version of the plugin so it does not look like bloated.
For now, can you please add below CSS to your site?
@media only screen and (max-width: 800px) { .ancr-lo-same_row .ancr-btn-wrap{ margin: 0.25em 0; } }
Thanks,
AakashAakash ChakravarthyKeymasterHi Sue,
I understand the issue. This happens when the theme does not “execute” the shortcode. WordPress will run the shortcode only when a function like do_shortcode is called on the content.
In this case, I see the “post excerpt” is not checked for shortcodes.
You will see this behavior for any shortcode.
Can you please send an email/raise a support ticket with the theme developer and ask them to execute shortcodes?
If in case, the theme developer does not respond, please share create a temp admin user account and share it’s detail with me in the contact form below. I’ll login to the site and see if I can make any changes to the theme/see if there is any workaround.
Thanks,
AakashApril 26, 2024 at 12:19 pm in reply to: How can I prevent the Bar becoming so much thicker in responsive mode? #14586Aakash ChakravarthyKeymasterHi Tim,
Thanks for using Announcer. There is no specific height set to the announcement bar in small screens, the items re-align in a new line.
I’m not sure if there is anything unusual happening on your site.
Could you please share a screenshot for me to have a look?
We can also try to reduce the bar height if possible.Thanks,
AakashAakash ChakravarthyKeymasterHi there,
Could you please share the page link where I can see the issue in the contact form below?
Thanks,
AakashAakash ChakravarthyKeymasterHi Stephen,
Glad to know SRR works great on your site.
Regarding elementor, SRR plugin is editor independent.
Based on the theme used, the plugin’s design will vary on spacing, margins etc.SRR can be inserted in two ways
1) WordPress sidebar widget
2) shortcodesYou can use either of these methods to insert the SRR feed.
Thanks,
AakashAakash ChakravarthyKeymasterHi Martin,
Apologize for the delay. I missed this thread. Since this is a custom requirement, I wrote below modification as you requested.
Can you please paste the PHP below on your site?
add_filter( 'srr_mod_item_html', 'srr_link_bottom', 10, 3 ); function srr_link_bottom( $html, $feed_url, $feed_item ){ $html[ 'after' ] = $html[ 'after' ] . '<p><a href="' . $feed_item->get_link() . '" target="_blank">' . $feed_item->get_link() . '</a></p>'; return $html; }
You can follow the articles below, if you are new to inserting PHP code on your site.
1) https://www.aakashweb.com/articles/create-site-specific-wordpress-plugin-custom-code/
2) https://www.aakashweb.com/articles/best-methods-to-insert-custom-php-code-in-wordpress/Thanks,
AakashAakash ChakravarthyKeymasterHi Melissa,
You have a nice website! It is weird that the close button is not working. There is no such reported issue. I’m unable to reproduce the issue on my side.
Can you please temporarily enable it to debug the issue for a couple of days?
Thanks,
AakashAakash ChakravarthyKeymasterHi Paul,
UFW does not know the contents of the popup. But it does have a feature where you can write custom JS function and let it decide whether to show/hide the popup.
This JS function will have your logic where it will check if the poll has been submitted or not.
Can you please refer this doc below for an example and steps to follow?
https://www.aakashweb.com/docs/ultimate-floating-widgets/pro/visitor-conditions/#11-custom-functionHope this helps!
Thanks,
AakashAakash ChakravarthyKeymasterHi Rete,
The plugin does not do anything related to refreshing the page on scroll. I did see the issue on firefox and confused on the behavior.
I would need your help in narrowing down the issue.
Did you get a chance to try the points as in my previous reply?
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.
4) Activate a different theme with the same music widget .Thanks,
AakashAakash ChakravarthyKeymasterHi 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,
Aakash -
AuthorPosts