getbolt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] BreakpointsI totally forgot to activate the child theme : ) It works!
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Profile images not showingHey, it is indeed Lazy Loading that affects the profile images. I had it switched off in your plugin but also had to switch off Lazy Loading for the entire website through another plugin, in order to get it to work, which is not ideal but the only fix I can find for now.
Forum: Themes and Templates
In reply to: [Astra] BreakpointsHey, I am still not able to fix the issue. I installed the child theme, and updated the breakpoints to this:
// Update your custom mobile breakpoint below - like return 544;
add_filter( 'astra_mobile_breakpoint', function() {
return 544;
});
// Update your custom tablet breakpoint below - like return 921;
add_filter( 'astra_tablet_breakpoint', function() {
return 921;
});Unfortunately, I still have issues on certain breakpoints:
- This reply was modified 1 year, 6 months ago by getbolt.
I understand the complexity of it but when a plugin breaks multiple WordPress websites, and you have to take all of those websites offline, then restore backups for each and every one of them, and also explain to clients why their business is offline, it becomes a recipe for madness and failure. Surely there must be a better way Elementor!