• Resolved jbnetat

    (@jbnetat)


    Hi,

    after purchasing the Review Forms plugin I tried to create my own custom form.

    However, even after putting the in my own html code arround the standard template tags (review template):

        {{ title }}
        {{ rating }}
        {{ date }}
        {{ assigned_links }}
        {{ content }}
        {{ avatar }}
        {{ author }}
        {{ response }}

    the still output their own default styling and get wrapped arround some divs, e.g. <div class=”glsr-review-date”><span>

    Is there a way to use the template tags in a way that the just output the raw data instead of getting wrapped arround the default divs?

    Thanks!

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

    (@geminilabs)

    Hi @jbnetat

    Please use the contact form on your Nifty Plugins account to receive support for the premium addons. This WordPress forum is only for the free Site Reviews plugin.

    And no, the template tags are wrapped by default in divs with the site reviews classes. Site Reviews uses Flexbox and CSS Grid for the review layout, so to break out of the inherited Flexbox positioning, you will need to wrap the tags with divs like this:

    The upcoming Review Themes will make it much easier to change the layout and design of your displayed reviews. Here is a sneak peak (the preview area is unfinished, but this gives a rough idea of the initial drag/drop/sort functionality):

    Again, please use the contact form to receive support for the Review Forms add-on as this forum is only for the free plugin. I will mark this topic as resolved.

Viewing 1 replies (of 1 total)
  • The topic ‘Review Forms: tags without div wrapping’ is closed to new replies.