Andrea Scarfo'
Forum Replies Created
-
Forum: Reviews
In reply to: [Admin and Site Enhancements (ASE)] The second plugin on every installation@qriouslad, as the evil of the web is spam and malicious email and contents…
You could try to guess, it not so hard: Akismet.
Forum: Plugins
In reply to: [Gantry 5 Framework] Fatal error when I activate some pluginsMaybe it was not a Gantry bug, anyway I fixed it this way
In wp-admin/install.php
while( $l >= 0 && $sql{$l} == '\\' ) {had to change this way
while( $l >= 0 && $sql[$l] == '\\' ) {- This reply was modified 8 months, 1 week ago by Andrea Scarfo'.
Forum: Plugins
In reply to: [Gantry 5 Framework] WordPress 6.8..2 + Gantry 5.5.23 = DownDid you update the parent theme with the version in gantry Download?
Forum: Plugins
In reply to: [AI Translation For TranslatePress] script in backendGreat!
Good job, thanks!
Forum: Plugins
In reply to: [Gantry 5 Framework] Update to Gantry 5.5.22 +Multisite Installation
After doing this for 8 websites I had confidence that is not a so difficult process.
But creating a staging of a multisite wordpress installation is a very complex and I did not have time to learn how to do it
I decided to do all edits in live version of the multisite installation. Everything was ok, the only difficulty was that scss fixes were more because I had to do corrections for every child theme, but just one time for parent theme.
Anyway everything flowed as I expected and in few minutes my websites where updated.
- This reply was modified 9 months ago by Andrea Scarfo'.
Forum: Plugins
In reply to: [Gantry 5 Framework] All websites with gantry5 downOn this website
I get this error
Twig \ Error \ RuntimeError
An exception has been thrown during the rendering of a template ("ERROR: CSS Compilation on file 'custom.scss' failed on error:gallery-featurefile not found for @import: wp-content/themes/off/custom/scss/_custom.scss on line 4, at column 1 Call Stack: #0 import wp-content/themes/off/custom/scss/_custom.scss (unknown file) on line 2").
Previous exceptions
ERROR: CSS Compilation on file 'custom.scss' failed on error:gallery-featurefile not found for @import: wp-content/themes/off/custom/scss/_custom.scss on line 4, at column 1 Call Stack: #0 import wp-content/themes/off/custom/scss/_custom.scss (unknown file) on line 2 (500)
gallery-featurefile not found for @import: wp-content/themes/off/custom/scss/_custom.scss on line 4, at column 1 Call Stack: #0 import wp-content/themes/off/custom/scss/_custom.scss (unknown file) on line 2 (0)Which refers to the file (child-theme)/custom/scss/_custom.scss that is as follow
@import "dependencies";
/* Gallery Feature Particle */
@import "gallery-feature";I solved in staging website by renaming the file putting a random character before
When I went live the error was generated again, as if the compiler create automatically this.
I renamed again and it works but I am afraid it will be generated again
Forum: Plugins
In reply to: [Gantry 5 Framework] All websites with gantry5 downI took courage and with the assistance of AI tried to make all edit suggested by @gantry
The only one really needed was
composer require scssphp/scssphpAll the others gave empty results, so I took this as a good new: everything was ok since the plugin was freshly updated.
Forum: Plugins
In reply to: [Gantry 5 Framework] All websites with gantry5 downI think it would be very useful to have a way to totally remove Leafo compiler without the use of the Terminal
@gantry can you suggest a way?
Forum: Plugins
In reply to: [Gantry 5 Framework] All websites with gantry5 downBefore to do scss corrections I had some errors which reported Leafo scss compiler.
I think it would be very useful to totally remove it.
@gantry can you suggest a way?
Forum: Plugins
In reply to: [Gantry 5 Framework] All websites with gantry5 downLet’s start with one.
It’s just a young personal project
naturalmenteandrea.it/blogIt is running on a multi php instalation hosting, this inherit by the main installation a php 8.1 version.
I just apdated the Helium theme (5.5.23) with the one downloaded by the gantry.org/downloads page
I updated the plugin (5.5.23) with the one downloaded by the gantry.org/downloads page
I edited the row in gantry/theme.yaml as suggested by @justin-dixon (THANKSSS!)
I am not confortable with terminal, so I could not make all edits suggested by @gantry
I edited some scss
—> child-theme/scss/configuration/_colors.scss : row 87// Shadows
$base-box-shadow: 0 0 4px fadeout($accent-color-1, 0.5); /* 0.5 instead of 50% */—> g5_helium/scss/helium/sections/_offcanvas.scss : row 35
it was
left: $offcanvas-width - 3rem;I edited this way
left: calc($offcanvas-width - 3rem);It works!
IT WOOOOOOORKKKSSSSS!
- This reply was modified 9 months, 2 weeks ago by Andrea Scarfo'.
Forum: Plugins
In reply to: [Gantry 5 Framework] All websites with gantry5 downAt this moment I solved rolling back to 5.5.19
It’s not just incompatibility with PHP older than 8.1
- This reply was modified 10 months, 1 week ago by Andrea Scarfo'.
Forum: Plugins
In reply to: [Gantry 5 Framework] Gantry5 plugin abandoned?Today all websites with Gantry I developed are not running.
WordPress 6.8.2 + Gantry 5.5.22This is an epic fail for both you and me
Forum: Plugins
In reply to: [Waymark] Feature request: Label and colors for markersNot so linear but it works.
Great!
Yep!
It worked!
There was a blank line at the top.
Thanks for the support.
Forum: Plugins
In reply to: [SeatReg] bookings backend mobileI don’t know another way to fix.
I’m writing here as you as the developer and you will find the best way.
I hope I have helped you as you helped me so much! ^_^