XGC xVIPERx XI
Member
Yeah, I found it in the wrong email. It was based off of PayPal email which I never open. This needs to change.Through your email.
Yeah, I found it in the wrong email. It was based off of PayPal email which I never open. This needs to change.Through your email.
Put this in yourAlso ... is there a way to delete the green "continue" (Weiter...)?
extra.less
template:[data-template="EWRporta_articles_index"] {.porta-article-item .porta-expandLink > div {display: none;} }
Yes, maybe with 2 articles side by side or make the image bigger like a cube. How can I make this ?You want your articles to look like this?
![]()
Been messing around with changes:
![]()
?And can you explain, how can i customize like this ?
This is how i described it
Thank you
- More major updates to the front portal. Make sure to check your style properties as a lot of settings have changed.
- There are now easy options to hide the majority of article elements in case you wish to make an image based grid. Disabling expanded article elements will place some article attribution data into the image header. If you do want to use an image grid, you should make your Masonry baseline height and Article image header height equal. You should also increase the...
And can you explain, how can i customize like this ?
This is how i described it
Thank you
@media (min-width: ~"calc(@xf-EWRporta_masonry_width * 2)")
{
.porta-masonry .porta-article-item:nth-child(3n+1),
{
// makes the brick span two columns
grid-column: span 2;
// makes the brick span two rows, (only works with FIXED masonry baseline height)
grid-row: span 2;
height: ~"calc(@xf-EWRporta_masonry_height * 2 + @xf-elementSpacer)";
.porta-article-header .porta-header-image,
.porta-article-header .porta-header-medio
{
height: ~"calc(@xf-EWRporta_masonry_height * 2 + @xf-elementSpacer)";
}
}
}
3n+1
to affect the frequency. On 8WR, I only make the brick span two columns, I do not use the two rows section. You can delete either section at will.Thanks, but why does it look like this, when the settings are like yoursInstall the newest version. If you want your portal to have image bricks, that's up to your settings. This is the customized settings I have on 8WR:
View attachment 244010
If you want the occasional brick to be double size, you could use this:
(in your EXTRA.less, NEVER edit the CSS files directly)
The code above would make every 4th child be double size. You could change theCode:@media (min-width: ~"calc(@xf-EWRporta_masonry_width * 2)") { .porta-masonry .porta-article-item:nth-child(3n+1), { // makes the brick span two columns grid-column: span 2; // makes the brick span two rows, (only works with FIXED masonry baseline height) grid-row: span 2; height: ~"calc(@xf-EWRporta_masonry_height * 2 + @xf-elementSpacer)"; .porta-article-header .porta-header-image, .porta-article-header .porta-header-medio { height: ~"calc(@xf-EWRporta_masonry_height * 2 + @xf-elementSpacer)"; } } }
3n+1
to affect the frequency. On 8WR, I only make the brick span two columns, I do not use the two rows section. You can delete either section at will.
Ok, i checked it with the default style and it works perfect, on the [TH] UIX Pro Theme it looks like on the screenshot ... How can I fix it ? I want to use only one theme on my boardI couldn't tell you, without a link.