tachmoin
Forum Replies Created
-
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] SimpLy Justified has become buggyI turned off all other lazyload options that came with different plugins, I think the one in Elementor (in experimental options) did the trick. Worth a try.
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] SimpLy Justified has become buggyI experience the same problem with simply grid. Image are displayed in different size, after resizing the brrowser window or scrolling down on mobile the images set into the grid with the intended size.
Forum: Themes and Templates
In reply to: [Neve] Prevent Cropping and Make Logo Biggeropen theme editor and find “front_end.php” (inc/core/front_end.php)
Find following piece of code (line 37) and change values to your needs
$logo_settings = array( 'flex-width' => true, 'flex-height' => true, 'height' => 85, 'width' => 200, );I also edited some same looking numbers in “controls.js” (assets/apps/customizer-controls/build/controls.js) – however that doesn’t seem necessary.
Be aware that this edit can easily be overwritten by theme updates. A child theme can prevent you from loosing your theme changes.
Forum: Themes and Templates
In reply to: [Neve] Prevent Cropping and Make Logo BiggerInteresting! My installation even wants to crop the logo to 200 x 50px. Simply annoying, above all there is the size slider allows a width of 350px.