• Resolved mark8181

    (@mark8181)


    Hi,
    I used these ID and slug in my shortcode:

    [site_reviews assigned_terms=”865″]

    [site_reviews assigned_terms=”cittadinanza”]

    Unfortunately, whether I use the ID or the slug, I still get the default 5 reviews instead of only one (as per the number of reviews under the category 865/cittadinanza.

    Also I would like to limit the number of reviews to 1 and I have this :

    [site_reviews display=”3″ site_reviews assigned_terms=”865″]

    Am I doing all correct?

    Also, is there any way I can stylize the way the reviews are shown in this page?

    Thank you,
    Marco

    • This topic was modified 9 months, 2 weeks ago by James Huff.
    • This topic was modified 9 months, 2 weeks ago by James Huff. Reason: link moved to proper field

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Are you using a page builder plugin? If so, change the editor in your text widget where you are pasting your shortcode to plain text mode and then try again. This will prevent the text editor from inserting invisible <span> tags in the shortcode which breaks the shortcode options.

    If you only want to display 1 review, do this:

    [site_reviews display="1" assigned_terms="865"]

    To customize the way reviews are displayed you will either need to add your own custom CSS, or use the Review Themes addon (demo here).

    Thread Starter mark8181

    (@mark8181)

    Hello and thank you for the answer. The number limit of reviews short code works well, the assigned_terms does not. So I would exclude that invisible tags were added otherwise neither would work, I think.

    See slug and ID LINK

    Plugin Author Gemini Labs

    (@geminilabs)

    I see that you are using the display option, but I don’t see that you are using the assigned_terms option (otherwise it would show a data-assigned_terms="865" attribute in the HTML:

    So if you are, maybe invisible span tags are being added.

    Did you change the editor to plain text mode?

    • This reply was modified 9 months, 2 weeks ago by Gemini Labs.
    Thread Starter mark8181

    (@mark8181)

    Well, this is the code in the text box [site_reviews display=”3″ site_reviews assigned_terms=”866″] >>> https://app.screencast.com/LsPLdV07eTN4b

    Plugin Author Gemini Labs

    (@geminilabs)

    You are doing it wrong. Try this instead:

    [site_reviews display="3" assigned_terms="866"]
    Thread Starter mark8181

    (@mark8181)

    No success, still the latest reviews appear, and not from the 866 category

    Plugin Author Gemini Labs

    (@geminilabs)

    Are the TID and TTID values on the Review Categories page the same or different?

    Thread Starter mark8181

    (@mark8181)

    They are the same.

    Thread Starter mark8181

    (@mark8181)

    Hi guys, anything else I can do?

    Also how can I buy only the review theme? I don’t need the full bundle.

    Thanks

    • This reply was modified 9 months, 2 weeks ago by mark8181.
    Plugin Author Gemini Labs

    (@geminilabs)

    This issue has been resolved. The problem was happening because WPML Multilingual CMS was installed on the website but the Site Reviews Category taxonomy was set to “Not Translatable” in the WPML settings.

    Changing the taxonomy to “Translatable” in the WPML settings fixed the problem.

    Thread Starter mark8181

    (@mark8181)

    Thank you. Your support was much appreciated.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Category ID not showing’ is closed to new replies.