luchiii
Forum Replies Created
-
Hello,
I got the same issue on wordpress sites created with simple custom themes, basic plugins and got<?php the_content(); ?>
went empty. By my side solved going on responsive-menu/v4.0.0/inc/helpers/custom-functions.php and addedwp_reset_postdata();
onget_all_rmp_menu_ids
function (also added onrmp_get_all_menus
function but was the first one creating me problems).Hope this can help.
Regards
Forum: Plugins
In reply to: [Site Reviews] All reviews disappearedOk I’ve perfectly understood the logic of this cose but even using post_id or 1206 I’ve always found the results of 0 records found. Like it can’t read the id value or something. Really strange!
Forum: Plugins
In reply to: [Site Reviews] All reviews disappearedOk ok for example see this page:
https://giuliaonair.com/allenamento-tone-up/
I have a couple or reviews as you can see here:https://gyazo.com/4d7e7470e29fa661eadd6775c74197a8
but using this code I didn’t see any review:
[site_reviews_summary assigned_posts="post_id"] [site_reviews assigned_posts="post_id"]
I’m not understanding where I’m getting wrong. The page ID is 1206
Forum: Plugins
In reply to: [Site Reviews] All reviews disappearedHi!
?Thanks for your reply!Yes The database update seems not required. I made both this update on Migrate Plugin and Reset Assigned Meta Values but still not working. I followed your guide in the pinned post before writing this post but it seems not working.
Thanks!
Forum: Plugins
In reply to: [Site Reviews] All reviews disappearedUPDATE:
If I use
[site_reviews assigned_posts="post_id"]
it won’t work.If I use
[site_reviews]
it works.But, of course, I prefer to show only the specific reviews for the specific page. Tags are ok, I tried to remove and recreate them. Is that shortcode changed? The documentation seems the?same.
Thanks!