Sky Petch
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Abisko] Issues with Mobile MenuYou are welcome. I recommend you support your themes better.
/* MOBILE MENU: bold + uppercase ONLY the main headers */
@media (max-width: 768px) {
/* 1) Baseline: make menu links normal */
nav a,
.mobile-menu a,
.off-canvas a,
.slideout-navigation a,
.wp-block-navigation a {
font-weight: 400 !important;
text-transform: none !important;
letter-spacing: normal !important;
}
/* 2) Promote any item that HAS a submenu (this should catch "Featured Work") */
nav li:has(> ul) > a {
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 0.06em !important;
}
/* 3) Promote specific top-level items by URL / nav a[href="/"], nav a[href="https://christchurchphotographer.co.nz/"], nav a[href="/category/christchurch-business-photography-work/"],
nav a[href="/about-sky-paul-petch/"], nav a[href="/contact-christchurch-photographer/"] {
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 0.06em !important;
}
}
/* MOBILE MENU β FINAL POLISH */
@media (max-width: 768px) {
/* Promote Featured Work toggle (non-link parent item) */
nav li:has(> ul) > span,
nav li:has(> ul) > button,
nav li:has(> ul) > a:not([href]) {
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 0.06em !important;
font-size: 1.05em !important;
}
/* Slightly increase size of main-level links / nav a[href="/"], nav a[href="https://christchurchphotographer.co.nz/"], nav a[href="/category/christchurch-business-photography-work/"],
nav a[href="/about-sky-paul-petch/"], nav a[href="/contact-christchurch-photographer/"],
nav a[href*="/resources"] {
font-size: 1.05em !important;
}
}Forum: Themes and Templates
In reply to: [Abisko] Issues with Mobile MenuThat’s a shame it does not have a child theme out of the box. Would you consider helping?
What about some CSS to at least BOLD the main navigation ? Maybe a few sizes bigger? Coloured? Surely this is achievable with minimal effort if you know what you are doing? (I don’t!)
Thanks
-Sky
Forum: Themes and Templates
In reply to: [Abisko] Issues with Mobile MenuHere is the mobile screen shot of this mess
http://christchurchphotographer.co.nz/wp-content/uploads/2026/01/IMG_2456.png
Thank you. Fixed π
Thanks. Interesting. The design/ layout has changed though right?
Same issue for me. Fixed eventually by refreshing multiple times.
Forum: Themes and Templates
In reply to: [Abisko] Pagination size hard coded in templateAn update. If I download the new version of this theme the problem persists. If I keep the previous theme version all good. So from my observations this issue is related to the theme.
Forum: Themes and Templates
In reply to: [Abisko] Missing design options?An update. Turning all plugins off then on and off then on fixes this issue. No idea why. Iβm just stoked to be able to add call to action buttons in the navigation.
Forum: Themes and Templates
In reply to: [Abisko] Header text a mess on mobilePlease ignore my last comment it was posted in the wrong thread.
Adding @mediaΒ only screen and (max-width: 481px) {
h1 {
font-size: 40px;
}}Is the solution.
Forum: Themes and Templates
In reply to: [Abisko] Header text a mess on mobileAn update. Turning all plugins off then on and off then on fixes this issue. No idea why. I’m just stoked to be able to add call to action buttons in the navigation.
Forum: Themes and Templates
In reply to: [Abisko] Missing design options?I’m using your theme on 5 sites all using the same plugins. Approx half are fine and the others exhibit less design options. Turning off plugins does not fix this issue unfortunately. Amy other idea? What about being able to add manually in some way?
Thanks.
Forum: Themes and Templates
In reply to: [Abisko] Header text a mess on mobileThanks. Adjusting size via website editor is not a solution. Even your own demo does not adjust text size on mobile.
If you add
@media only screen and (max-width: 481px) {
h1 {
font-size: 40px;
}}…fixes it. Maybe this can be added to a future update.
- This reply was modified 2 years, 4 months ago by Sky Petch.
Forum: Themes and Templates
In reply to: [Abisko] Header text a mess on mobileHello. Do you offer any support at all?
Forum: Themes and Templates
In reply to: [Abisko] Pagination size hard coded in templateIs this why on updating the last version my header text is huge on mobile without being able to remedy it? Has this now been resolved in this update?
- This reply was modified 2 years, 7 months ago by Sky Petch.
Hey π Any update on how I can resolve this issue? Thank you.