How to use with Elementor?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1158807
    Scott Lumely
    Participant

    I downloaded and installed the plug in. I was able to add a comment and have it appear on my page. Unfortunately I don’t seem to have any control over where it was inserted on the page. I did use a shortcode and inserted into Elementor that I think may work… but I still have the unformatted, poorly placed text from the plugin further down my page. I looked to edit the page in both Elementor and WP, but no luck.

    #1159215
    Andre Flores
    Moderator

    Hello Scott,

    The Reviews add-on for Hotel Booking simply overrides default WordPress comment form and adds stars and rating types to it. The form is usually displayed on accommodation type pages, however, it can be also added via shortcode to any desired place on a page:

    [mphb_accommodation_reviews id="XXX"]

    Where XXX is an accommodation type ID.

    Regards,
    Andre

    #1159311
    Scott Lumely
    Participant

    ok, I understand that. Currently, none of our Accom Type pages have reviews on them. They were disabled in the options of the WP Page/Post or ea Accom Type.

    Following the install instructions, I turned on comments in the options section of an accom type page as well as in the Settings of WP.

    a proxy comment appeared on my page but it was well down the page and in an odd position on the page. Then I tried inserting your shortcode into an Elementor shortcode container. Which gave me a bit more control.

    But how to get rid of the first proxy comment? I reversed the steps and turned off in options and settings, but they did not disappear. I did shift refresh on the page, but still there… Hmmm, maybe they were cached? I guess I will test without turning on the comments in Options and Settings and only insert a shortcode via Elementor and see what happens.

    Thanks for your help.

    #1159538
    Scott Lumely
    Participant

    I reactivated the license for the plug in, but turned it off in what I believe are the correct locations, but the reviews are still showing up on all Accom Type Page. Am I going to have to edit the PHP files to remove the from he file?

    A link to the options I have selected in WP Accom Type page options in WP

    and what I am seeing on each accom type page:

    #1162941
    Andre Flores
    Moderator

    Hello Scott,

    You may try hiding default Comments section by adding the following code under Appearance ->Customize ->Additional CSS:

    #comments {
    	display: none;
    }

    If this does not help, get back to me with the URL to an example page, so I take a closer look at it.

    Regards,
    Andre

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.