We've sprinkled custom Joomla module and WordPress widget positions in many different templates, so that you can easily instert content in those pre-defined positions. If necessary, you can also add your own custom positions.
Pre-defined Positions
In Joomla you can use these positions by typing the position name directly in the module settings position field, and pressing ENTER
to add the position.
In WordPress you can find the positions listed under Appearance → Widgets
.
List Pages
jr-listpage-below-pagetitle
jr-listpage-below-map
Blogview List Page
jr-blogview-below-listing1
jr-blogview-below-listing2
jr-blogview-below-listing3
jr-blogview-below-listing4
jr-blogview-last
Listing Card Layouts
jr-listings-card-position-1
jr-listings-card-position-2
jr-listings-card-position-3
jr-listings-card-position-4
jr-listings-card-position-last
Listing Detail Page
jr-detail-below-fields
jr-detail-below-socialbookmarks
jr-detail-below-bottom-media
jr-detail-above-reviews ← also below map
jr-detail-above-map ← only shows if map is visible
jr-detail-below-map ← only shows if map is visble
jr-detail-below-editorreviews
jr-detail-below-review1
jr-detail-below-review2
jr-detail-below-review3
All pages with a list of reviews
jr-reviewspage-above-reviews
Adding Custom Positions
If you need to insert a Joomla module or Widget anywhere in a JReviews template you can also use the code snippet below and replace custom-position
with a unique position name.
<?php $Jreviews->loadModulePosition('custom-position'); ?>