This plugin imports EscapadaRural reviews and shows them in a widget
You can get more information about the component at
DeMomentSomTres Digital Marketing
Features
- Multiple widgets
- Languages included: Spanish, Catalan
This plugin can be installed as any other plugin if a few requirements are met.
Requirements
This plugin requires:
LESS styles
The suggested LESS styles are the following
`.dms3-review {
.dms3-review-title {
a.title {
font-size: 1em;
}
.offLeft {
display:none;
}
[class*="stars-"] {
&:after {
font-family: FontAwesome, sans-serif;
font-size:1.5em;
color: red;
width:100%;
text-align: right;
display:block;
}
}
.stars-1 {
&::after {
content: '\f005';
}
}
.stars-2 {
&::after {
content: '\f005\f005';
}
}
.stars-3 {
&::after {
content: '\f005\f005\f005';
}
}
.stars-4 {
&::after {
content: '\f005\f005\f005\f005';
}
}
.stars-5 {
&::after {
content: '\f005\f005\f005\f005\f005';
}
}
}
.dms3-review-details {
h3 {
font-size: 1em;
margin-top:0;
margin-bottom:0;
padding-top:0;
}
ul {
list-style: none;
li {
border-bottom: 1px dashed lighten(@jafratext,40%);
}
}
.item-star {
width:69%;
display:inline-block;
}
.little-stars {
width: 29%;
display:inline-block;
[class
='stars-l-'] {
&::after {
font-family: FontAwesome, sans-serif;
font-size:1em;
color: red;
width:100%;
text-align: right;
display:inline-block;
}
}
[class="stars-l-5"],[class
="stars-l-4-half"] {
&::after {
content: '\f005\f005\f005\f005\f005';
}
}
[class="stars-l-4"] {
&::after {
content: '\f005\f005\f005\f005';
}
}
[class
="stars-l-3"] {
&::after {
content: '\f005\f005\f005';
}
}
[class="stars-l-2"] {
&::after {
content: '\f005\f005';
}
}
[class*="stars-l-1"] {
&::after {
content: '\f005';
}
}
}
}
.dms3-review-url {
}
}
`
== Frequently asked questions ==
TBD