Endre Solem
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF Photo Gallery Field] Bricks BuilderVery happy to see that Bricks Builder support is planned.
Sign me up as a beta-tester if needed.Hello, just a quick update.
After I disabled Gutenberg and selected the slider I wanted. I had to re-enable the Gutenberg plugin, as it turned out I do need it.
The slider still works and looks good in both the editor and on the page.
When I have more time I will try playing around with it and see if I can break it again.
Not sure if this is something you should spend time on unless more people report the same thing.- This reply was modified 1 year, 1 month ago by Endre Solem.
One suggestion if you read this.
It would be great if I could just add the block(s) and build up the slider in the page I am editing.You are correct, I am testing on localhost.
The permalink was set to postname, but after I opened the settings page and saved it, everything works.Thanks ??
Update: the short code works.
I got the same problem.
will try to research some more.Forum: Plugins
In reply to: [GenerateBlocks] Reusable blocks want to save changesHello.
Thanks for letting me know. I have postponed?trying to debug more, but now I know I don’t have to.
Thanks for a great plugin and theme.
EndreForum: Fixing WordPress
In reply to: Reusable blocks will always saveMost likely not WordPress problem.
Forum: Plugins
In reply to: [GenerateBlocks] Reusable blocks want to save changesHello.
Sorry for the late turnaround here. I made a reusable block with the default block editor buttons and they do not behave the same way. I have however made another reusable block with the generateblocks buttons, and the same happens to this.
I tried to export the block as json, then save it when the editor asked me to and re-export it. Nothing changed in the two json files.
The block was originally used in a custom post type, but it happens on pages also. I also have polylang installed and use the generatepress + pro theme.
I am thinking more and more that it is something with the buttons blocks, but not sure where the problem is.
Forum: Plugins
In reply to: [The Icon Block] Icons not showing in edit modeThanks a lot. Works now ??
Forum: Plugins
In reply to: [The Icon Block] Icons not showing in edit modeThank you ??
Good work.
Forum: Plugins
In reply to: [The Icon Block] Icons not showing in edit modeThanks for the fast reply.
This does not work:’
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100.353 100.353" style="enable-background:new 0 0 100.353 100.353;" xml:space="preserve"> <g> <path style="fill:#231F20;" d="M49.996,3.85c-25.442,0-46.142,20.701-46.142,46.145c0,25.449,20.699,46.154,46.142,46.154 c25.447,0,46.149-20.705,46.149-46.154C96.146,24.551,75.443,3.85,49.996,3.85z M49.996,93.181 c-23.806,0-43.173-19.373-43.173-43.186c0-23.808,19.367-43.176,43.173-43.176c23.81,0,43.181,19.369,43.181,43.176 C93.177,73.808,73.807,93.181,49.996,93.181z"/> <path style="fill:#231F20;" d="M58.597,26.441H31.905c-0.82,0-1.484,0.665-1.484,1.484v46.721c0,0.82,0.665,1.484,1.484,1.484 h13.346c0.82,0,1.484-0.664,1.484-1.484V57.677h11.862c8.612,0,15.618-7.007,15.618-15.619S67.209,26.441,58.597,26.441z M58.597,54.708H45.251c-0.82,0-1.484,0.664-1.484,1.484v16.969H33.39V29.409h25.208c6.975,0,12.649,5.674,12.649,12.649 C71.246,49.033,65.572,54.708,58.597,54.708z"/> <path style="fill:#231F20;" d="M58.597,35.301H45.26c-0.82,0-1.484,0.665-1.484,1.484v9.048c0,0.82,0.665,1.484,1.484,1.484h13.337 c0.82,0,1.484-0.665,1.484-1.484v-9.048C60.081,35.966,59.417,35.301,58.597,35.301z M57.113,44.349H46.744V38.27h10.369V44.349z" /> </g> </svg>
It worked the other day when I first tried, maybe 2-3 days ago.
I also tried to remove the header before the SVG tagEndre
Forum: Plugins
In reply to: [AweBooking - Hotel Booking System] Error after activationupdate: changed php version to 7.0 and the plugin did activate.
The wizard did however crash.
got this error message, but I will continue to configure the plugin manually, so this is just for you if you want to debug:Fatal error: Uncaught Error: Call to undefined method AweBooking\Currency\Currency_Manager::get_positions() in **somepath**/wp-content/plugins/awebooking/inc/Admin/Admin_Setup_Wizard.php:301 Stack trace:
#0 [internal function]: AweBooking\Admin\Admin_Setup_Wizard->setup_locale(Object(AweBooking\Admin\Admin_Setup_Wizard))
#1 **somepath**/wp-content/plugins/awebooking/inc/Admin/Admin_Setup_Wizard.php(199): call_user_func(Array, Object(AweBooking\Admin\Admin_Setup_Wizard))
#2 **somepath**/wp-content/plugins/awebooking/inc/Admin/Admin_Setup_Wizard.php(77): AweBooking\Admin\Admin_Setup_Wizard->setup_wizard_content()
#3 **somepath**/wp-includes/class-wp-hook.php(298): AweBooking\Admin\Admin_Setup_Wizard->setup_wizard(”)
#4 **somepath**/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array) #5 **somepath**/wp-includes/plugin.php(453): WP_Hook->do in **somepath**a/wp-content/plugins/awebooking/inc/Admin/Admin_Setup_Wizard.php on line 301enjoy ??
Forum: Plugins
In reply to: [AweBooking - Hotel Booking System] Error after activationI managed to update the plugin via FTP and find the reason.
I have an old version of PHP installed on my host. This triggers the deactivate plugin functionality in your plugin, but the function is not loaded.
After a little googleling I found this line that I added to the start of the plugin:
require_once( ABSPATH . ‘wp-admin/includes/plugin.php’ );That solved the problem and whenever I try to activate the plugin I get the correct error message.
Now I just have to figure out how to update my PHP version ??Thanks for the description @bmwillrath. It helped me out.
endre