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

    (@geminilabs)

    Have you tried enabling the WPML integration in the settings?

    This will not enable translation of reviews, but it will allow you when assigning reviews to have them assigned to all languages of a page, instead of only to the current page language.

    Thread Starter karenfan73

    (@karenfan73)

    Thank you for your reply.

    I enabled the WPML integration in the settings. Where can I assign the reviews to all languages of a page instead of the current page language?

    I noticed some code appeared at the top of my WordPress admin after enabling WPML integration. I’ve pasted the code below. Is this normal?

    GeminiLabs\SiteReviews\Review Object ( [_meta:protected] => GeminiLabs\SiteReviews\Arguments Object ( [storage:ArrayObject:private] => Array ( ) ) [_post:protected] => [has_checked_revisions:protected] => [id:protected] => 0 [storage:ArrayObject:private] => Array ( [assigned_posts] => Array ( ) [assigned_terms] => Array ( ) [assigned_users] => Array ( ) [author] => [author_id] => 0 [avatar] => https://secure.gravatar.com/avatar?d=mystery&s=80 [content] => [custom] => GeminiLabs\SiteReviews\Arguments Object ( [storage:ArrayObject:private] => Array ( ) ) [date] => [date_gmt] => [email] => [ID] => 0 [ip_address] => [is_approved] => [is_modified] => [is_pinned] => [is_verified] => [rating] => 0 [rating_id] => 0 [response] => [score] => 0 [status] => [terms] => 1 [title] => [type] => [url] => ) )

    Plugin Author Gemini Labs

    (@geminilabs)

    I enabled the WPML integration in the settings. Where can I assign the reviews to all languages of a page instead of the current page language?

    If you’ve enabled the WPML integration, then just use the assigned_posts option in the Shortcodes as usual and Site Reviews will do the rest.

    I noticed some code appeared at the top of my WordPress admin after enabling WPML integration. I’ve pasted the code below. Is this normal?

    No it’s not. Are you using the glsr_debug function in a code snippet somewhere?

    Thread Starter karenfan73

    (@karenfan73)

    Our website has 3 languages.
    1. USA English
    2. Canada English
    3. Canada French

    All of our existing reviews are in English. Is it possible to enable WPML integration and have the reviews show up for USA English and Canada English only?

    For the Canada French, we wanted to have them translated and inputted in French.

    Plugin Author Gemini Labs

    (@geminilabs)

    In that case, you will need to deactivate the WPML integration and instead manually assign reviews to the Post IDs of the page language.

    For example, supposing your page is: /reviews and the Post ID of your USA page is 13, Canadian English is 14, and Canadian French 15:

    On your USA/Canadian English pages:

    [site_review_form assigned_posts="13,14"]
    [site_review assigned_posts="13,14"]
    [site_review_summary assigned_posts="13,14"]
    

    On your Canadian French page:

    [site_review_form assigned_posts="15"]
    [site_review assigned_posts="15"]
    [site_review_summary assigned_posts="15"]
    
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Assign a review to multiple languages?’ is closed to new replies.