astpaul
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts by Taxonomy] RSS not working when Plugin is activatedTry it with all other plugins de-activated. Maybe there is some kind of conflict with another plugin.
No, it is basically the same result/slowness.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] RSS not working when Plugin is activatedAlso, the related posts are from shortcodes in the post content? Or do you use a method similar to this to add them after the post content?
2 of them are short codes and the 3rd is the one adding after the post. It seems that the latter is faster than the short codes.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] RSS not working when Plugin is activatedFYI I measured the page TTFB for 1, 2, 3 related posts in the same page.
Without RP, the same server provides a TTFB below 1s (usually 0.8s).
1 RP: 1.1s
2 RP: 1.9s
3 RP: 6-8sIn your experience, is there any way to cache/optimize this?
Forum: Plugins
In reply to: [Related Posts by Taxonomy] RSS not working when Plugin is activatedHi
The URL you gave me leads to an empty screenshot (I assume it is one?).
Since then I dug more and found the following conclusions:
– having 4 Related Posts in the same page create issues on page loading (slower load) and on RSS for some reason. Is it the way I have configured the RelatedPosts or the sheer number of RelatedPosts per post? I do not know yet.
That’s the main issue related to this thread.FYI, I also found that,
– the src=”quoteImage” issue you mention comes from a preprocessing that should have occurred and did not happen. It does with single posts but not on RSS. This is NOT related with your plugin.– About the thumbnail, nothing changes with or without your plugin activated. But I do not think that’s the main issue.
But this is not related to your plugin I believe so I’ll take care of it ??Thank you
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Related TagsThanks for the tip. However, how would it work anyway as Posts and Products does not share the same tag ID even if they do share the same Tag Names?!
Same here. Issue comes from the “Ignore Users” field:
Warning: strip_tags() expects parameter 1 to be string, array given in /home/content/…/65/2242065/html/wp-content/plugins/google-analytics-for-wordpress/admin/class-admin.php on line 88
Warning: Cannot modify header information – headers already sent by (output started at /home/content/…/65/2242065/html/wp-content/plugins/google-analytics-for-wordpress/admin/class-admin.php:88) in /home/content/…/65/2242065/html/wp-includes/pluggable.php on line 1173
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Excude categoryAwesome!
And do I use wp_terms.term_id as number or the corresponding wp_7t86sf0zdh_term_taxonomy.term_taxonomy_id with that exclude_posts parameter?
Forum: Hacks
In reply to: Listing more than 5 posts after author's nameThanks a lot. the answer was to add:
query_posts('posts_per_page=100');
before the LoopForum: Hacks
In reply to: Listing more than 5 posts after author's nameI went there but the limit is set to 10 and not 5. Anyway I would like to display 100+ if possible.
Any way to do that?Forum: Plugins
In reply to: [Related Posts by Taxonomy] Display 4 in a rowThank you so much for your answers. My apologies for not reading well your documentation.
Forum: Plugins
In reply to: [Contextual Related Posts] Functionalities suggestionsHi
1) Awesome. Any approximate ETA?
2) Thanks for this. Is there any way to use just the tag and not the title/text. Or better still, the tag in priority 1 and the title in priority 2 only if there are too many posts available to display? Or similar?
Forum: Plugins
In reply to: [Send Images to RSS] Image not resizedFYI, here are the sizes available for the image:
“Inspirational Picture: Living Example by Roxana Jones” (ID 1661)
BaseDir: /home/content/p3pnexwpnas04_data03/65/2242065/html/wp-content/uploads
BaseUrl: https://healthruwords.com/wp-content/uploads
Image: /home/content/p3pnexwpnas04_data03/65/2242065/html/wp-content/uploads/2014/11/Nov-1-Living-Example.jpgRegenerate: 1024×986, 1080×1040, 1080×675, 150×150, 300×288, 400×250, 400×284, 560×539
Successfully regenerated in 7.124 secondsMy media settings: https://www.dropbox.com/s/dqclh67zqa3ma4j/Screenshot%202014-11-01%2014.15.34.JPG?dl=0
Forum: Plugins
In reply to: [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] No contentLike a charm! Many thanks ??
Forum: Plugins
In reply to: [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] No contentHey,
Same problem here.
I get a strange error:
Failed to load resource: the server responded with a status of 404 (NOT FOUND) https://api.instagram.com/v1/users/NaN/media/recent?access_token=XXXX&count=10&callback=instafeedCache10b5cd37077f4957.parse(XXXX is the token which I send through your form).
when user is not private.
Thanks ??
Forum: Plugins
In reply to: [Change Author] how to add more authorsgo to your_wordpress.com/wp-admin/user-new.php and you should be able to setup as many authors as you want ??