plaidside
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinnacle] Mobile Hero UI OptionsDisregard my latest question on the order of the hero image placements. I figured it out. I do have another ticket open, so will wait to hear back from your team on that one as well. Thank you!
Forum: Themes and Templates
In reply to: [Pinnacle] Mobile Hero UI OptionsHi Teejay,
Thank you for that plugin option–great to know. As of now, I like the current carousel layout and decided to just slow the carousel speed, so it focuses on the top 3; however, is there a way to arrange the order of those images? I see in Theme Options, they can be arranged by date or menu order. Can you clarify where I’d update either one of these options? Is the date option based on the Portfolio published date? I see that when I use the latest published date, it doesn’t appear to show up in the far left side, which I would intuitively expect to happen.
Forum: Themes and Templates
In reply to: [Pinnacle] Padding around imageIn addition to this request/question for the “About” page, is there a way to also expand the Page Title so there’s another line below it (not necessarily another Block), but like a Page Title 1 and another separate line below it with slightly smaller text, and that is the Page Title 2. This way, I can have the Name on the Title 1 and the Role on Title 2 (e.g., in this case Multidisciplinary Artist & Photographer), followed by a Separator or a divider line below this right above the Subtitle.
Forum: Themes and Templates
In reply to: [Pinnacle] Mobile Hero UI OptionsThis is an update to my earlier question/request.
I’d like to feature only three static thumbnails in the homepage hero (not a carousel). What’s the best way to implement this without unpublishing the other portfolio pages? I want those pages to remain live, just hidden from the homepage.
For mobile, my preference is to show the same three thumbnails for consistency (either in a small grid or reduced‑size thumbnails). If that isn’t possible, what’s the recommended approach for keeping one selected thumbnail on the homepage while directing users to an all‑up portfolio splash page where they can choose the category they’re interested in?
Forum: Themes and Templates
In reply to: [Pinnacle] Profile PhotoThank you, I’ve found another way to do this. Closing this ticket.
Forum: Themes and Templates
In reply to: [Pinnacle] Add another social icon and link to footerThank you, Gilbert. Resolved.
Forum: Themes and Templates
In reply to: [Pinnacle] Add another social icon and link to footerThanks Gilbert, how do I add another social icon (SoundCloud) next to the ones I already have (i.e. on the same row in the footer)? It seems SoundCloud is not listed as one of the fields among those other social icons (see screenshot). Can we substitute one of the empty fields with SoundCloud instead, e.g. Google Plus or Flickr?
Forum: Themes and Templates
In reply to: [Pinnacle] Speed of Dropdown Navigation MenusHi Hannah,
Hmm…that’s odd. Looks like it’s working fine now. Thanks, closing this ticket.
Forum: Themes and Templates
In reply to: [Pinnacle] Hide Blog SummaryJust tried again. It works now, thanks Hannah!
Forum: Themes and Templates
In reply to: [Pinnacle] Accordion in Mobile Navigation MenuYes, it works, thank you!
Forum: Themes and Templates
In reply to: [Pinnacle] Hide Blog SummaryHi Hannah,
There’s still a lot of excess padding in between each blog post in both the mobile and desktop view. Have a look here a this page: https://www.themosaicfingerprint.com/category/europe/
How can I eliminate this extra space?
Forum: Themes and Templates
In reply to: [Pinnacle] Remove Avatar from one blog postDisregard. I created a new Page which works fine. Closing this ticket.
Forum: Themes and Templates
In reply to: [Pinnacle] Hide Blog SummaryHi Hannah,
Thanks, this worked! I only added the code you provided in the first part, but couldn’t find this:
#kad-blog-grid .blog_item {
min-height: 610px;
}Is there a way to remove the excess padding between the posts on the mobile view, and desktop view? Currently, it’s showing a huge white space between blog posts on my android / Chrome.
Last time, Kevin provided me with this code (see below) to add to the blogs on my Homepage, which worked well. Do you have something similar that I can add to the rest of my blog posts so the mobile view and desktop view eliminates the excess padding between each row of blog posts?
@media (max-width: 400px) {
.home_blog #kad-blog-grid .blog_item {
min-height: 0px;
}
}
@media (max-width: 991px) {
.home_blog #kad-blog-grid .blog_item {
min-height: 0px;
}
}
@media (min-width: 992px) {
.home_blog #kad-blog-grid .blog_item {
min-height: 350px;
}
}Forum: Themes and Templates
In reply to: [Pinnacle] Hide Blog SummaryHi Hannah,
It’s currently set to “Landscape Slider”, which is what I want since I want the image to show up. But the Summary part needs to be removed.
Forum: Themes and Templates
In reply to: [Pinnacle] Update Carousel Images and LinksHi Hannah,
I figured out how I did this in the past. Closing this ticket as this has been resolved. Thank you for your help.