kajoh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Mobile Breakpoint (new astra Builder)I installed a child-theme and used that code at the end, but that is not important.
You can put it everywhere as long as you have space between other codes.
Forum: Themes and Templates
In reply to: [Astra] Mobile Breakpoint (new astra Builder)I had to edit my functions.php File for my breakpoints.
Messed up at the beginning, so that my website was taken offline for over an hour.
But could solve it and now it is working finally.You wont get any help here regarding breakpoints sadly.
here is what I wrote into the code (I am using ASTRA Theme):
// Update your custom tablet breakpoint below – like return 1440;
add_filter( ‘astra_tablet_breakpoint’, function() {
return 1440;
});- This reply was modified 3 years, 6 months ago by kajoh.
Forum: Themes and Templates
In reply to: [Astra] Responsive Issuehi @bsfherman
why is this not doing anything at all in the customizer css settings?
/* ----------- iPad Pro ----------- */ /* Portrait and Landscape */ @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { } /* Portrait */ @media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) { } /* Landscape */ @media only screen and (min-width: 1366px) and (max-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) { }
Also this has no effect:
// Update your custom tablet breakpoint below – like return 1440;
add_filter( ‘astra_tablet_breakpoint’, function() {
return 1440;
});- This reply was modified 3 years, 7 months ago by kajoh.
Forum: Themes and Templates
In reply to: [Astra] Responsive Issuepush.
This needs more attention. Its a function every kind of user should be able to use.
not only css pro’s
Forum: Themes and Templates
In reply to: [Astra] Responsive Issueanyone ? please.
I can’t find any solution with custom css.
Problem is, that I am using the new header builder because of the header structure I am using.
I need a custom css breakpoint for 1600px so that any Laptop and iPad Pro is using a mobile header menu.
Forum: Themes and Templates
In reply to: [Astra] Responsive IssueHey @bsfherman
Sorry for the late reply.
That setting you mentioned is already activated.
I am in need of help. It is not working for:
iPad Pro Landscape
iPad Pro PortraitiPad Landscape
Can someone help me out?
Here are the images with responsive issue (marked yellow)
https://ibb.co/68hLqbf
https://ibb.co/wsW0g4G
https://ibb.co/R9mM56C- This reply was modified 3 years, 7 months ago by kajoh.
Forum: Themes and Templates
In reply to: [Astra] Responsive IssueHi @bsfherman
Thank you for testing my site.
iPad Pro 12.9 inch user reported responsive problems in the header.
Also some 2k and 1600×1080 Monitor user said, on Tennisakademie Vasquez-Jattke, profile picture are not in place.
Image showing Problem on Ipad Pro: https://ibb.co/8b263Vw
- This reply was modified 3 years, 8 months ago by kajoh.
Forum: Themes and Templates
In reply to: [Astra] Mobile Breakpoint (new astra Builder)Hi @bsfherman
I am owning the pro version of astra.
Really looking forward to v.3.3.0
Any release date ?
Forum: Themes and Templates
In reply to: [Astra] Mobile Breakpoint (new astra Builder)@zinan thanks for your reply! I hope this gets more attention now.
Forum: Themes and Templates
In reply to: [Astra] Mobile Breakpoint (new astra Builder)push
Forum: Themes and Templates
In reply to: [Astra] Problems with Headlines and responsiveHello Anna,
Astra is fully responsive but sometimes needs some adjustment.
Headlines need to be set for desktop , tablet and mobile.
If you dont set up tablet and mobile, oversized letters could appear.
I struggle a lot myself with responsive headlines and text, but checking each device was always working for me.