Forum Replies Created
-
AuthorPosts
-
BruParticipant
i mean, i could DL the ‘exclude pages’ plugin, but that would probably slow the site down
BruParticipantHi support team
i’m using the interface, but i’m quite surprised by what you answered to mandi.
i have the same problem and i’d like to be sure i’ve understood. The code is clearly calling a blank image as shown below on the last line, but this is only for default template (example is for my website) ?
<meta property=”og:type” content=”website” />
<meta property=”og:title” content=”Sridee” />
<meta property=”og:description” content=”Le SAV Phygital” />
<meta property=”og:url” content=”http://www.sridee.fr/” />
<meta property=”og:site_name” content=”Sridee” />
<meta property=”og:image” content=”http://wordpress.com/i/blank.jpg” />Also, where can i find the field “blank.jpg” in the CSS ? i need it anyway
Thanks,
BruBruParticipantOk thanks for this.
Cheers
bruBruParticipantHi team,
Thank you for your answer, but this can probably be done without contacting WPML.
In other words : can i create 2 différent pages running on the business template model, but with 2 différents contents (including the promobox content) ? I would then have the result expected.
Thanks,
Bru
BruParticipantthank you guys, you rock !
BruParticipantI guess the parameters are in there, but i’m not a developper.
/* Promotional Bar Widget */
.widget_promotional_bar {
background-color: #f1f1f1;
padding: 30px 30px 30px 26px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-left: 4px solid #63c6ae;
}
.widget_promotional_bar .promotional-text {
font-size: 17px;
line-height: 24px;
font-weight: bold;
text-transform: uppercase;
color: #333;
width: 80%;
float: left;
}
.widget_promotional_bar .promotional-text span {
font-size: 13px;
line-height: 20px;
font-weight: normal;
text-transform: none;
display: block;
padding-top: 6px;
color: #777;
}
.widget_promotional_bar .call-to-action {
float: right;
padding-left: 25px;
padding-right: 25px;
margin-top: 6px;
} -
AuthorPosts