masoudsafi
Forum Replies Created
-
Darian, I am having this issue as well.
In addition to the ability to set the feed display limit in settings, I would like to be able to specify the max rows displayed in the shortcode tag, something like
[wp-rss-aggregator sources="12020" max-rows=15].Is this possible?
- This reply was modified 3 years, 2 months ago by masoudsafi.
Forum: Fixing WordPress
In reply to: Site Health issue: The rest API response: forbidden 403 errorI to have the same problem, but in my case, I am in control of the server, not using a hosting company. How do I go about troubleshooting something like this?
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Problems with JavascriptThe error suggests a secondary file was attempted to load but failed. Look under your Developer Tool – Network for JS files to see if there is a non-400 response associated with any of the files. What plugin are you using?
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Problems with JavascriptCould be. Did you check the Developer Tools Console for any client side errors?
Look for plugins that would allow for combining all our CSS files in to one single file, and do the same for your JS files. There are a number of such plugins available that you can chose from. Use Google’s PageSpeed tool to test performance as you test these plugins. The Google tool does a good job guiding you to resolve the paint points. Good luck.