DeMomentSomTres Review EscapadaRural

Plugin Banner

DeMomentSomTres Review EscapadaRural

by Marc Queralt i Bassa

Download
Description

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.

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 {

    }
}
Shortcode syntax

[demomentsomtres_escapada_rural url=”http://escapadarural.com/…”]

v1.3

  • WP 6.7 compatibility update.

1.2

  • New Shortcode

1.1

  • DeMomentSomTres Tools network compatibility

1.0

  • First release
Back to top