Forum Replies Created
-
AuthorPosts
-
AakashKeymasterThanks for confirming. Marking this as resolved.
AakashKeymasterHi,
Thanks for purchasing Super RSS Reader PRO.
Yes, when you click the link in the email a zip file will be downloaded.
Go ahead and upload it to your WordPress site.
The email already has the link on how to get started.
Please follow the link below to get started.
Thanks,
Aakash
AakashKeymasterHi Michael,
#1 – I’ll include option in the next version for more than 4 columns. For now please set
grid_columns="5"in the shortcode.Paste the CSS below n your theme settings page.
.srr-grid.srr-g-col-5 .srr-item { flex-basis: calc(20%); }#2 – The images are small because, they are picked from the RSS feed. If you own the RSS feed then you can configure it to set URLs of bigger images.
Otherwise, in the PRO version you can configure to fetch the image directly from the website. To do that, set
thumbnail_force="always"in the shortcode.Thanks,
Aakash
AakashKeymasterHi there,
Thanks for usign Announcer. Currently it is not possible to create a template of color designs. I did think of this feature. But was waiting on user feedback. I’ll sure implement this when more users request the same.
If you are using the PRO version, you can use the “duplicate announcement” feature where you can design the announcement bars of your choice and duplicate it whenever needed. This way you can create predefined designs.
Thanks,
Aakash
AakashKeymasterHi Jon,
Yes, I agree but w.r.t date, there could be varied requirements from different users like “timerange”, dates greater than x, lesser than x, weekdays, weekends and the list goes.
Hence I left it upto the users to decide how they want. It is easy to do programtically than providing complex options.
It might be non-intutive, but most users won’t consume this filter.
I’ll write and share the PHP code which you can use by this weekend?
Please let me know the exact requirement, I can consider that before writing the logic.
Thanks,
Aakash
AakashKeymasterHi Jon,
The filter designed window uses the function “iframe_header” which is modified by that plugin. Hence the error.
Regarding filter by date, the requirements can get very complex. You can use PHP code to filter items based on any property of the feed item using “hooks”.
Super RSS Reader PRO has hooks which you can tap into and modify. I’ll document this and update you.
Thanks,
Aakash
AakashKeymasterHi Jon,
Thanks for using Super RSS Reader – PRO.
The log indicates that the error is observed in the plugin “block-options”. You can find the exact source file and line number below.
[03-Apr-2023 10:33:37 UTC] PHP Fatal error: Uncaught TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given in /home/XXXXXXX/public_html/WP-DIRECTORY/wp-content/plugins/block-options/includes/class-editorskit-block-assets.php:202To test this, you can temp deactivate this plugin and load the filter designer. It should work.
I would suggest checking this issue with “block options” team regarding the issue at line 202 in class-editorskit-block-assets.php.Thanks,
Aakash
AakashKeymasterHi,
I visited your website and saw the announcer working on the homepage. Please do let me know if issue persists.
Thanks,
Aakash
AakashKeymasterHi Sanjay,
Shortcoder is tested with 1000+ shortcodes and there is no issues/reports of slowness.
In your case 85 shortcodes is not a lot and the content size is small. I don’t find any reason for the page to be stuck for 8 seconds.
I created a shortcode for the JS you had shared and did not observe any slowness in my test site. The entire page loads instantly and the JS takes few seconds to load the “buy now” button. This is expected since thats how JS widgets asynchronously load content.
You can expermient with a normal HTML text with JS and see if there is any difference. Please let me know if you want any other findings or information related to this.
Thanks,
Aakash
AakashKeymasterHi Sanjay,
Thanks for using Shortcoder.
Could you please share information on the following?
1) Number of shortcodes you have created
2) The size (word count) of the shortcode for which the execution takes place.
3) What kind of shortcode is that? is that a Javascript code? can you please share it if true?Thanks,
Aakash
AakashKeymasterHi Marty,
Happy that it works! Cheers!
Thanks,
Aakash
AakashKeymasterHi Marty,
Please paste the code below in your theme’s
function.phpfile.You can follow any method like in the below, if you are new to this
Since in your case the problem is with the RSS feed URL, I have written this personalized code to help you. Feel free to modify this as per your requirement.
(updated recently)
function srr_google_feed_meta( $meta, $feed_item ){ $url = $feed_item->get_link(); $cache_name = 'srr_gfou_' . md5( $url ); $original_url = get_transient( $cache_name ); if( $original_url === false ){ $page_html = SRR_URL_Metadata::fetch_page_html( $url ); $pattern = '/<a\s+[^>]*href="([^"]*)"[^>]*>/i'; if ( preg_match( $pattern, $page_html, $matches ) ) { $original_url = $matches[1]; if( get_option( 'srr_debug' ) ){ SRR_Admin::log( $original_url ); } set_transient( $cache_name, $original_url, WEEK_IN_SECONDS ); } } return SRR_URL_Metadata::get_meta_data( $original_url ); } add_filter( 'srr_mod_metadata_image', 'srr_google_feed_meta', 10, 2 );Thanks,
Aakash
AakashKeymasterHi Alessandro,
Thanks for using Shortcoder PRO.
As of now the plugin does not support multisite and there are no plans either.
Since most users are single site owners, the plugin did not focus multisites.
Also, there are users with thousands of shortcodes. Since the preference is to keep the plugin lightweight, fast and simple features which are very specific/heavy are not implemented.w.r.t your requirement, I can include wordpress hooks wherever needed to introduce customization. You can later use those hooks for multisite features like above. Please do let me know further on this.
Thanks,
AakashMarch 21, 2023 at 1:59 am in reply to: Reached limit on maximum allowed domains for the license. #12675
AakashKeymasterHi Rose,
Extremely sorry for the late reply. I was not working because of sickness.
Once a domain is registered, it cannot be unregistered by the user. It will allow unlimited
domain registrations.I have manually unregistered your existing site. Please activate the plugin on your new website.
Thanks,
Aakash
AakashKeymasterHi Leon,
Extremely sorry for the delay. I was out on sick.
Once the license key is activated on a domain it will be registered with it. It will not be deregistered automatically unless manually requested with a valid reason.
The reason we do not allow user control on deregistration is that, it allows unlimited activation of the key.
I can sure help you deregister the domains the with license key.
Please let me know the list of domains, I will make the changes on the license server and update you.Thanks,
Aakash -
AuthorPosts
