idrev
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] post loop "additional"p=id okay, but I can not get it to work with multiple pages p = id, id, id.
It only works with the first page.Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Compatible to multilanguage plugins?I have the same problem. You can find a solution with the vantage premium theme? WPML is too expensive…
Forum: Themes and Templates
In reply to: [Sampression Lite] three columns…is possible ?I was able to transform into two columns, changing
<article id="post-<?php the_ID(); ?>" class="post columns eight <?php echo sampression_cat_slug(); ?> <?php if ( is_sticky() && is_home() ) { echo 'sticky corner-stamp'; } else { echo 'item'; } ?> ">but the photos are always blurry. 700×400 px
Forum: Themes and Templates
In reply to: [Sampression Lite] three columns…is possible ?I was able to transform into two columns, changing skeleton.css. The problem now is that the images on the home are blurred.
.container .four.columns { width: 460px; }Forum: Themes and Templates
In reply to: [Sampression Lite] three columns…is possible ?two columns is it possible?
<article id="post-<?php the_ID(); ?>" class="post columns one-second <?php echo sampression_cat_slug(); ?> <?php if ( is_sticky() && is_home() ) { echo 'sticky corner-stamp'; } else { echo 'item'; } ?> ">does not work