I also want it to have 2 rows. The screenshot you sent doesn’t show how to make it show 2 rows, 3 items per row.
Any updates on this? š
And I can also configure it to be viewed by category, correct?
Let me rephrase my question.
I want to use Gallery but I want it to have 6 items, 3 images per row. I want it to be grouped by Categories. I want to be able to select multiple photos at once.
The Portfolio component looks a lot better than the Gallery component, that’s why I wanted to use it.
I realized that the last bit of the custom CSS code is the culprit. I’ll put it inside a media query.
There is something else however, the notice on top of the page isn’t mobile responsive.
[video src="https://dl.dropboxusercontent.com/s/ei7upbt48m91fhm/gPBfKHrVnX.mp4" /]
All I did with YellowPencil is override the font-weight and colors. Nothing related to layout.
As for the custom CSS, here’s all I have:
.home .sh-section-overlay-front {
z-index: 1;
}.section-justify-height-full .sh-column {
min-height: 100vh;
}.section-justify-height:not(.section-justify-height-only) .sh-column {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-webkit-flex-direction: column;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
Weird explanation but okay.
Would it be okay to ask you guys to implement responsive headings by default?
I meant to say that I fixed the screenshot (image was not appearing because src was localhost) but the issue is not yet fixed.
Are we going to put it in Custom CSS code instead of YellowPencil? I don’t have the box shadow right now, but please feel free to provide the CSS code to remove it.
In the “Download the Conference App” section, the QR code doesn’t seem to be centered.
Can I make this a feature request then?
It would be cool if we can have tabs above timelines.
Yes, I’ve visited that page before, but it doesn’t seem comprehensive. For example, some elements are not on the documentation, and I’m not sure where to get information regarding them.
Right now, I’m trying to use the Portfolio element, but I don’t know how to use it like the example you have on your demo website.
I don’t really want to use a plugin since your theme already supports it. Is there any way I could put the timelines inside tabs?
Just figured it out. It’s actually because when you press Preview Changes in WordPress, the focus goes to that button. Whenever you edit an element, right after closing or saving, it goes back to the focused button. Is there a fix to this?
Why does the Unyson editor scroll up to the top of the page every time I edit an element and close/save?
Thanks for that info. Is Jevelin optimized for Pingdom, GTMetrix, Pagespeed, and the likes?
Thanks! That fixed the problem. I’m just wondering, why isn’t this already included in the theme? Or did I find bugs and you’re gonna apply these fixes in the next version?
For the second button, I’m a (junior) developer, so I guess I’ll just find my way. Thanks again.