ladislav.soukup
Forum Replies Created
-
Forum: Plugins
In reply to: [SB RSS feed plus] Uninstalling the plugin leaves tracesHi,
WordPress is caching the RSS feed and only way to have it rebuild is to create new post or edit any post that is inside the RSS.
So after you enable / disable the plugin just edit the last post (change the publish date by a second) or publish a new post. WordPress will flush the RSS cache and generate new feed.
You can even just create a new post and delete it right after publishing, this should also force WordPress to regenerate the RSS feed cache.Forum: Plugins
In reply to: [SB RSS feed plus] RSS for custom post type queryhello,
the “correct” feed for custom post type is:You need to setup the post_type so it has an archive (has_archive = true [default]), then the archive page for the custom post type will exists and you just add the “/feed” to the end of url… like:
for post type registered as “register_post_type( ‘radio’, $args );”
feed will be https://domain.com/radio/feed/?fsk=xxx (with the ?fsk= at the end)OR you can use the ?post_ype” query like (with the &fsk= at the end):
https://domain.com/feed/?post_type=radio&fsk=xxxboth ways should work, but may depend on some configuration of your wordpress and custom post type.
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] performance problems – high load sitesI’m sooo sorry for my speed and slow response ??
The good news is, that after the update, I can’t overload the server… whatever I try to do, website is still fully responsive. Server load impact is the same with and without the plugin.
so…. the problem is fully resolved ?? thank you and sorry again for my slow reply ??
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] performance problems – high load sitessorry… I just didn’t have the spare time… I’m now busy compiling and submitting several apps to iOS and Android stores. I will check the fix later this week ??
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] performance problems – high load siteshmmm… I was going deep to your code, and it seems like there is nothing wrong…
Your plugin seems to just load, take the value of “fbrfg_html_code” using get_option() and just insert it via wp_head hook, right?
Weird is, anytime I enable the plugin on my site, CPU usage goes up to 2x normal state or more, but as I’m looking to the code, there is no reason for that…
I just run the test with your plugin and simulating 100 concurrent unique visitors to HP (without cache) and successfully take the website down ?? The core problem for the server was MySQL connections… Don’t want to believe that this can be caused by just get_option() ??
I need to go deep in our rewrite rules and other WP hooks… there may be just some kind of collision with other plugin or even template code.Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] performance problems – high load sitesFYI: I’m not 100% sure that the performance problem is caused by that API call… It just seems like that, but it may be something different… I will do some debug tests today and I will let you know if I can find the cause.
Forum: Plugins
In reply to: [SB RSS feed plus] Causes dashboard to save settings twiceConfirmed – I will fix it in near future. Sorry
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] ERR_SSL_PROTOCOL_ERRORFYI: for CloudFlare plugin, there is help page: https://support.cloudflare.com/hc/en-us/articles/203652674 . There is an “HTTPS Protocol Rewriting” option that can cause this… From the plugin point of view – you can’t fight it (you can enable HTTPS – that is the only way).
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] ERR_SSL_PROTOCOL_ERRORit’s easy… there are few plugins to “enable” https and of course the cloudflare plugin itself… the main function of those plugins is to rewrite ALL links from http to https. This should only happen to internal links, but may happen to external links ?? Most of those plugins have exception list, so just add the realfavicongenerator.net… to exception list to notify the plugin not to rewrite it to https… (or hack this change using element inspector to the page).
Forum: Plugins
In reply to: [SB RSS feed plus] RSS Feed fulltext override striping out the Hrefs for appshi, I have added your request to my feature queue… It should be easy to do…
I will let you about update.
Forum: Plugins
In reply to: [SB RSS feed plus] media:content image not resizedhi,
you can set the size of image in configuration. You can control size of the thumbnail, media:content and embeded image in description. You can select any size, that is defined in your WordPress and/or theme.
Also, I have updated the plugin with fixes around those settings, so it may help… please, try to update to latests version.=====
please, use issue tracking on bitbucket – https://bitbucket.org/ladasoukup/sb-rss-feed-plus/issues if you want to report any bugs or ask for improvementsForum: Plugins
In reply to: [SB RSS feed plus] Flipboard issue..hi, you don’t need the PubSubHubbub, but it seems like they prefer it. I will look at it and try to implement in future releases.
=====
please, use issue tracking on bitbucket – https://bitbucket.org/ladasoukup/sb-rss-feed-plus/issues if you want to report any bugs or ask for improvementsForum: Plugins
In reply to: [SB RSS feed plus] How do I edit thumbnail size?you can setup image size in configuration. I will soon release a version, that will also allow you to modify the feed template, so you will have better control of the output.
please, use issue tracking on bitbucket – https://bitbucket.org/ladasoukup/sb-rss-feed-plus/issues if you want to report any bugs or ask for improvements.
Forum: Plugins
In reply to: [LS IceCast ONAIR] LS IceCast ONAIR – BrokenHello,
yes, this plugin was not updated since 2013. This was our private plugin, that we decided to make public. Plugin is running and working on several sites and even on WordPress 3.9.1Yes, there may be bugs. Plugin is extremely simple, but requires modified version of icecast (uploading one file to icecast web directory) to work. Details are on the install instruction in readme file with the plugin.
If you have any question, please post an issue on my bitbucket repository – https://git.ladasoukup.cz/wp-icecast-onair-song-wp-plugin/issues
I will try to help you.Forum: Plugins
In reply to: [SB RSS feed plus] Thumbnail images are HUGE!there is an update that will let you setup the size of embedded thumbnail sizes… since version 1.4