jonathangallo
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Site Reviews not showing up in post grid?@carlyjhahn please have a look here: https://wordpress.org/support/topic/site-reviews-not-showing-up-in-post-grid/
Forum: Plugins
In reply to: [Site Reviews] Site Reviews not showing up in post grid?Will do, thanks again!
Forum: Plugins
In reply to: [Site Reviews] Site Reviews not showing up in post grid?How could I miss that option?! Now it works perfect, thank you! I guess I still have to use display:none on the percentage bars since it’s a part of the entire summary? I tried with different elements in the Hide section (like percentage, summary-percentage) but it still shows up.
Forum: Plugins
In reply to: [Site Reviews] Site Reviews not showing up in post grid?The “problem” is that I’m not using short codes in the Post Grid plugin, I just use drag and drop to put site reviews into the grid: https://imgur.com/FXPZTMj. Otherwise I would’ve used short codes instead of display:none, or the snippet above that doesn’t work anymore (where I have “hide=if_empty”)
Forum: Plugins
In reply to: [Site Reviews] Site Reviews not showing up in post grid?Okay I see. Because I remember that this snippet made all empty summary hidden when it worked last time.
Sure, you can have a look here: https://escapeadvisor.se/en/escape-rooms-en/. I’ve added a few “display:none” so that you know, for the 1-5 bars etc. because I only want to show the stars and how many reviews each page has.
Hmm that actually makes sense, since they had a lot of updates since then. No problems, glad I can help!
Forum: Plugins
In reply to: [Post Grid] Site Reviews not showing up in post grid?It works now, thank you!
Forum: Plugins
In reply to: [Post Grid] Site Reviews not showing up in post grid?Thanks, i just deactivated it and suddenly my design was fixed. Could it be something with the latest update when you added support for Site Reviews?
Edit – Message from the console:
DevTools failed to load SourceMap: Could not load content for /wp-content/plugins/post-grid/assets/global/css/bootstrap.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
What happens is that my menu loses its styling (white border): https://imgur.com/a/1QFDLug
- This reply was modified 5 years, 11 months ago by jonathangallo.
- This reply was modified 5 years, 11 months ago by jonathangallo.
- This reply was modified 5 years, 11 months ago by jonathangallo.
Forum: Plugins
In reply to: [Post Grid] Site Reviews not showing up in post grid?Just a quick question before we can close this topic. If i deactivate Post Grid plugin and activate it again, will I keep all my grids and layouts? Because something happened to my design on the entire website and want to deactivate the plugins I recently activated/updated.
Forum: Plugins
In reply to: [Site Reviews] Site Reviews not showing up in post grid?I just got help from @pickplugins who is plugin author for Post Grid and they just added support for Site Reviews so now I have my summary stars in my post grid again.
Regarding the link above, you helped me to add a script that hides the summary when there are no reviews. I still have the same script enabled but pages with no reviews still have the summary widget. https://imgur.com/a/W37uqmj
Should I update the script? I have the following snippet activated:
/** * Inserts the Site Reviews summary in Post Grid when using the rating widget field * @param string $translation * @param string $text * @param string $domain * @return string */ add_filter('gettext', function ($translation, $text, $domain) { if ('post-grid' == $domain && 'Please activate Rating widget Plugin' == $text) { $translation = do_shortcode('[site_reviews_summary assigned_to=post_id hide=bars,if_empty]'); } return $translation; }, 10, 3);Forum: Plugins
In reply to: [Post Grid] Site Reviews not showing up in post grid?I’m 100% sure that I had it before 🙂
Wow what could I say..thank you so much! This is what I call service!
You just got a 5-star!
Forum: Plugins
In reply to: [Site Reviews] Site Reviews not showing up in post grid?Thank you for the response!
But is it really because of Elementor? I think it’s the connection between the plugin Post Grid and Site Reviews, since it worked perfectly before? From the images I uploaded, i could choose Site Review before so they displayed under each page in the grid. I am already using site reviews in Elementor (for each page) by using shortcodes, the problem I’m facing now is that it won’t show in the post grid.
You helped me before regarding post grid to show them based on the ranking: https://wordpress.org/support/topic/dynamically-order-pages-based-on-rating/
- This reply was modified 5 years, 11 months ago by jonathangallo.
Forum: Plugins
In reply to: [Site Reviews] Site Reviews not showing up in post grid?1. I am using Elementor to all my pages, but even tried with the default editor and still the same
2. Yes, it has always been active since I have reviews from before
3. In the new layout editor in post grid, cannot select site reviews anymore: https://imgur.com/a/0WQK8bT
In the old layout editor, same problem: https://imgur.com/a/Pg5A7SE Note that “Rating-Widget: Star Review System” replaced Site Reviews, which I had before- This reply was modified 5 years, 11 months ago by jonathangallo.
Forum: Plugins
In reply to: [Site Reviews] Site Reviews not showing up in post grid?Exactly, but that rating-widget is in my layout and feels like a replacement to Site Reviews. Don’t think I’m using a page builder plugin. The problem is that before, I could add Site Reviews into my post grid. Is there anything more I have to do?
Forum: Plugins
In reply to: [Post Grid] Site Reviews not showing up in post grid?Okay now I understand, you referred to another rating widget than the one I’m using, which is Site Reviews: https://wordpress.org/plugins/site-reviews/
Could it be that it is no longer compatible with Post Grid since one of the updates you’ve had? Because I could add it before in the old layout editor and it worked like a charm.Forum: Plugins
In reply to: [Post Grid] Site Reviews not showing up in post grid?I am already using Site Reviews so it is activated. But should the convert button do something or is it correct behaviour to open a new tab? I get the feeling that nothing is happening when I click the button.