bomdiabrasil
Forum Replies Created
-
Hi there,
I have the same issue.
[04-Sep-2024 03:30:08 UTC] PHP Deprecated: Use of “parent” in callables is deprecated in /www/htdocs/w0136814/dogweb.fr/wp-content/plugins/simple-lightbox/includes/class.options.php on line 501
[04-Sep-2024 03:30:08 UTC] PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /www/htdocs/w0136814/dogweb.fr/wp-content/plugins/simple-lightbox/includes/class.field_type.php on line 435
[04-Sep-2024 03:30:08 UTC] PHP Deprecated: Use of “parent” in callables is deprecated in /www/htdocs/w0136814/dogweb.fr/wp-content/plugins/simple-lightbox/includes/class.options.php on line 501
[04-Sep-2024 03:30:08 UTC] PHP Deprecated: Use of “parent” in callables is deprecated in /www/htdocs/w0136814/dogweb.fr/wp-content/plugins/simple-lightbox/includes/class.options.php on line 501
[04-Sep-2024 03:30:08 UTC] PHP Deprecated: Use of “parent” in callables is deprecated in /www/htdocs/w0136814/dogweb.fr/wp-content/plugins/simple-lightbox/includes/class.options.php on line 501
[04-Sep-2024 03:30:08 UTC] PHP Deprecated: Use of “parent” in callables is deprecated in /www/htdocs/w0136814/dogweb.fr/wp-content/plugins/simple-lightbox/includes/class.options.php on line 501
[04-Sep-2024 03:30:08 UTC] PHP Deprecated: Use of “parent” in callables is deprecated in /www/htdocs/w0136814/dogweb.fr/wp-content/plugins/simple-lightbox/includes/class.options.php on line 501
[04-Sep-2024 03:30:08 UTC] PHP Deprecated: Use of “parent” in callables is deprecated in /www/htdocs/w0136814/dogweb.fr/wp-content/plugins/simple-lightbox/includes/class.options.php on line 501
[04-Sep-2024 03:30:08 UTC] PHP Deprecated: Use of “parent” in callables is deprecated in /www/htdocs/w0136814/dogweb.fr/wp-content/plugins/simple-lightbox/includes/class.options.php on line 501
[04-Sep-2024 03:30:08 UTC] PHP Deprecated: Use of “parent” in callables is deprecated in /www/htdocs/w0136814/dogweb.fr/wp-content/plugins/simple-lightbox/includes/class.options.php on line 501
[04-Sep-2024 03:30:08 UTC] PHP Deprecated: Use of “parent” in callables is deprecated in /www/htAny update on this issue would be highly appreciated. ??
Thanks for rhis nice plugin!
All the best,
Christian
- This reply was modified 6 months, 3 weeks ago by bomdiabrasil.
Hi Bobbied,
There are plugins like Wordfence that generate a critical error when a plugin dissappears from the WordPress plugin directory. That made me also think to remove AWPCP completely. I am glad that the plugin will be soon available again.
The critical error from Wordfence looks like this:Thank you Bobbied,
I was worried because my security plugin identifies your plugin as critical risk. It recommends to uninstall your plugin and search for a replacement.
I have installed your plugin on 32 websites and replacing your plugin might be quite a lot of work.I will wait some time and see how things evolve.
Thanks for your great plugin!
Christian
Hi Bobbied,
Thanks for your feedback. Do you know when it will be available again?
Thanks! ??
Christian
Forum: Plugins
In reply to: [Leaflet Map] Performance issue with many markersThanks for your support! The .htaccess change did not work. I guess I need to change the map first. At the moment I use 1000 times the marker shortcode. I will change that to the geoson file and see what will happen. I will let you know if that worked and post my solution here.
Hi Bill,
Thanks for your quick reply. I do not get it. I am not a good programmer. Might this be a solution?
function be_dps_move_image_after_title( $output, $original_atts, $image, $title, $date, $excerpt, $inner_wrapper, $content, $class, $author, $category_display_text ) { // Check if "posttitle" attribute was passed, and if so, convert the titles into an array $manual_titles = isset($original_atts['posttitle']) ? explode(',', $original_atts['posttitle']) : array(); // Determine the current post index $current_post_index = isset($original_atts['current_post_index']) ? intval($original_atts['current_post_index']) : -1; // If there's a manual title for this post, use it if($current_post_index != -1 && isset($manual_titles[$current_post_index])) { $title = trim($manual_titles[$current_post_index]); } $output = '<' . $inner_wrapper . ' class="' . implode( ' ', $class ) . '">' . $title . $image . $date . $author . $category_display_text . $excerpt . $content . '</' . $inner_wrapper . '>'; return $output; }
Is it possible to hire you to change your plugin? Do you have a upwork account where I can hire you?
Best regards,Christian
- This reply was modified 1 year, 7 months ago by bomdiabrasil.
Forum: Plugins
In reply to: [Leaflet Map] Multiple Marker with one shortcut?Thanks! That worked fine! ??
Forum: Plugins
In reply to: [Leaflet Map] Multiple Marker with one shortcut?Hello Hupe13, Thanks, for your answer!
This is how I put the code into a wordpress page:
[leaflet-map lat=53.366944444444 lng=7.2055555555556 zoomcontrol zoom=9 height="600"] [leaflet-marker svg color="white" background="red" lat=53.366944444444 lng=7.2055555555556] Emden[/leaflet-marker] [leaflet-circle lng=7.2055555555556 lat=53.366944444444 radius=70000 color="#0DC143" fillOpacity=0.1] [leaflet-geojson opacity=1.0 src=https://www.bernersennenhund.de/wp-content/uploads/geodaten/berner-sennenhund-zuechter.geojson]
I tried to show the marker with a geojson file.
The marker is being displayed, but the popup does not work. Any idea how to show the popup?
{ "type": "Feature", "properties": { "name": "Coors Field", "amenity": "Baseball Stadium", "popupContent": "This is where the Rockies play!" }, "geometry": { "type": "Point", "coordinates": [7.3, 53.4] } }
Forum: Themes and Templates
In reply to: [OceanWP] Simple Line Icons Load Time IssueHi Kaffemonks,
Can you give us a hint what your friend did?
Thanks!
Forum: Themes and Templates
In reply to: [OceanWP] Simple Line Icons Load Time IssueHi There,
Google Lighthouse reports a 7.5 second delay for my site as well.
Any suggestions how to speed up the loading of the fonts?
Thank you very much for your support!
Christian
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] PHP 7 SupportAwesome! Thank you Christina! ??
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] PHP 7 SupportChristina, thanks for your quick reply! 7.0 works