dskrabo
Forum Replies Created
-
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Limite du nombre de PDFI installed the 1.0.3.1 version and it works now. there probably is a problem with the 1.0.3.4 ?
Forum: Themes and Templates
In reply to: [Croccante] Problem with features sectionHi,
The problem appears if I choose to display a page created with SiteoriginBuilder.
If i choose a normal page with a simple editor it works fine.
Forum: Themes and Templates
In reply to: [Croccante] Problem with features sectionCan someone help me ???
the previous version worked fine !!
Thanks
DAVIDForum: Themes and Templates
In reply to: [Croccante] section features excerptRe up !
Forum: Themes and Templates
In reply to: [Croccante] WPML for homepageThanks a lot it works fine 🙂
Forum: Themes and Templates
In reply to: [Croccante] section features excerptSomeone for my question ???
Thanks a lot
DavidForum: Themes and Templates
In reply to: [Croccante] WPML for homepageThanks I will try to do this.
Forum: Themes and Templates
In reply to: [Quality green] Issue with Baner image, Quality Green Templateor with 1576×575 image, edit bootstrap.css and add:
“margin: 0 auto 0 auto;” to .img-responsive class like this:.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto 0 auto;
}
it works for me, you can test it with firefox “inspect element”.}