Natacha31
Forum Replies Created
-
Same problem.
Forum: Reviews
In reply to: [SQLite Object Cache] Simple, fast and effectivefor the moment I have 3 sites running with the GeneratePress theme + Elementor + Elementor Pro + WP fastest Cache
on my pro servers no problem
on OVH hosting with opcache activated there was a fatal error
I deleted the cache files by FTP and deactivated the plugin
I didn’t have time to retest and didn’t notice the errorHello
it’s a paid plugin installed for 2 years on 2 of my client sites
I sent the data to the publisher but no response yethttps://bracketspace.com/downloads/notification-conditionals/
Forum: Plugins
In reply to: [Modern Events Calendar Lite] sorting events by date descGood morning
as this plugin has no update I made a modification
I use the “list” model
in the file app/skins/list/render.php
just before foreach($this->events as $date=>$events):
add krsort($this->events);
this reverses the display order of the eventsif it can help
Best regards
NatashaHello, I have same problem but with version 3.0.6:
in the nav the 2 flags displays correctly[07-Jul-2021 14:38:59 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_display_flag() on null in /wp-content/plugins/polylang/frontend/frontend-nav-menu.php:119
all log
Stack trace: #0 /wp-includes/class-wp-hook.php(294): PLL_Frontend_Nav_Menu->wp_get_nav_menu_items(Array) #1 /wp-includes/plugin.php(212): WP_Hook->apply_filters(Array, Array) #2 /wp-includes/nav-menu.php(783): apply_filters('wp_get_nav_menu...', Array, Object(WP_Term), Array) #3 /wp-includes/nav-menu-template.php(151): wp_get_nav_menu_items(Object(WP_Term), Array) #4 /wp-content/themes/generatepress/inc/structure/navigation.php(81): wp_nav_menu(Object(stdClass)) #5 /wp-content/themes/generatepress/inc/structure/navigation.php(257): generate_navigation_position() #6 /wp-includes/class-wp-hook.php(292): generat in /wp-content/plugins/polylang/frontend/frontend-nav-menu.php on line 119 [07-Jul-2021 14:38:59 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_display_flag() on null in /wp-content/plugins/polylang/frontend/frontend-nav-menu.php:119
Thanks
Natacha- This reply was modified 3 years, 4 months ago by Natacha31.
Forum: Plugins
In reply to: [Client Portal - Private user pages and login] I have many qustionsHello and thank you for your quick response
edit the basic page with Elementor as soon as I put the shortcode [client-portal] the preview switches to the dedicated page and displays “Preview Could Not Be Loaded” certainly because the private pages are not activated Elementor; I don’t have a php error
if I add Gutenberg via a script the pages have the editor activated but on the front when I connect to an account its private page displays the information of another account
after reflection I don’t need Gutenberg on private pages
and I didn’t do the login page with Elementorthanks again
Natachawaiting for an answer I commented the condition and the configuration is accessible again
/* if(isset($wpgmza_settings['wpgmza_maps_engine']) && $wpgmza_settings['wpgmza_maps_engine'] == 'open-layers') { $tileServerSelect = new WPGMZA\DOMDocument(); $tileServerSelect->loadPHPFile(plugin_dir_path(__FILE__) . 'html/tile-server-fieldset.html.php'); // TODO: In Pro, check this property exists if(isset($wpgmza_settings['tile_server_url'])) { $option = $tileServerSelect->querySelector('option[value="' . $wpgmza_settings['tile_server_url'] . '"]'); if($option) $option->setAttribute('selected', 'selected'); } $ret .= $tileServerSelect->html; } */
Hello
following the update I have the same error after selecting OpenLayers
the configuration page is now inaccessible
the code on the page settings-page.php on line 312 calls files not present in the free version if we use OpenLayers
is it an error or is it voluntary?if(isset($wpgmza_settings['wpgmza_maps_engine']) && $wpgmza_settings['wpgmza_maps_engine'] == 'open-layers') { $tileServerSelect = new WPGMZA\DOMDocument(); $tileServerSelect->loadPHPFile(plugin_dir_path(__FILE__) . 'html/tile-server-fieldset.html.php'); // TODO: In Pro, check this property exists