plaidside
Forum Replies Created
-
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.
Forum: Themes and Templates
In reply to: [Pinnacle] Update Carousel Images and LinksHi Hannah,
I actually like my homepage just the way it is. The only thing I need to do is redirect one of the Portfolio images to one of my blogs. There are currently 4 portfolio images showing on my homepage, and 3 of them are redirecting to the correct blog pages. Somehow, now I cannot redirect a newly formed portfolio page to a blog page. Please click here to see what I mean for the homepage layout: https://www.themosaicfingerprint.com
How can I redirect that last portfolio image to the desired blog page? Hope this makes sense.
Forum: Themes and Templates
In reply to: [Pinnacle] Update Carousel Images and LinksHi Hannah,
I tried the carousel slider, but unfortunately it’s not the look I’m aiming for. My current way of using the Portfolio appears much cleaner and can show multiple images, side-by-side at once rather than one at a time which is characteristic of the carousel.
I currently have 4 images from the Portfolio showing and all links are pointing to the correct pages within my blogs, except for the new portfolio page that I just created. Is there a way that I can still keep the same settings I have now but find a way to link the portfolio to the desired page? Not sure why this was possible before but not now?