BackuPs
Forum Replies Created
-
Hmm that does not work when the user sets its own shadow icon….. brr
ok i will remove the check in my spoof site only.
Thanks for settings me in the right direction.
It leaves you with the wrong error message the %1 to fix.
have a nice day.
Hi
if you set the check for the marker-shadow to
$shadow_icon_url= WP_PLUGIN_DIR .’/leaflet-maps-marker/leaflet-dist/images/marker-shadow.png’;
you can use the
$shadow_icon_url_exists = file_exists($shadow_icon_url);
and you dont need curl to acces that file.
however the error message still does not match the actual file-check. I did not adjust that
Best regards,
BackuPsHi
i think i see the issue here. You are cheching for the marker-shadow.png in the plugin folder and reporting the wrong message for the shadow-url.
it did set me completely on the wrong track.
the %1 is reporting this (https://thewebsite.com/wp-content/uploads/leaflet-maps-marker-icons)
whereas it should be reporting
https://thewebsite.com/wp-content/plugins/leaflet-maps-marker/leaflet-dist/images
see the compatibility-check.php
Best regards,
BackuPsThis solves the issue.
$shadow_icon_url_exists = file_exists(LEAFLET_PLUGIN_ICONS_DIR . DIRECTORY_SEPARATOR . ‘readme-icons.txt’);
Best regards,
BackuPsHi
you are using curl to check if the fileexists. Why not just use the php fileexists function like you do in the admin header.php?
if ( ! file_exists(LEAFLET_PLUGIN_ICONS_DIR . DIRECTORY_SEPARATOR . ‘readme-icons.txt’) ) {}
Best regards,
BackuPsHi Robert
Thanks for the fast reply. the file is there with this content. I cant make it visible. because the domain name does not exist. Its just a spoof to build the website and from there transfer to the real location.
i can even access the file on my system and open it by its link.
can you please add the ability to turn off those messages? I wont want them all the time in my backend.
thank you !!!
Leaflet Maps Marker plugin uses map icons from the Maps Icons Collection by Nicolas Mollet (https://mapicons.nicolasmollet.com/).
By default, a preselection of about 100 icons (from more than 700 available icons) has been added to the plugin.
On first activation of the plugin, the zip-file mapicons.zip gets unzipped into the directory \wp-content\uploads\leaflet-maps-marker-icons
of your WordPress installation (note: you might have to enter your ftp-credentials once depending on your configuration)
If you want to add more map icons, please download the desired icons from https://mapicons.nicolasmollet.com/
and upload them to the directory \wp-content\uploads\leaflet-maps-marker-iconsPLEASE DO NOT DELETE THIS FILE FROM YOUR MARKER ICONS DIRECTORY AS IT IS USED TO CHECK IF INSTALLATION WAS SUCCESSFUL!
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Since update no topbar anymoreHi
Could you please add the ability of weekdays to the settings to show a certain bar?
thanks
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Since update no topbar anymoreHi
Thanks that solves it. They are generated directly by colorzilla where the gradient was generated following the link given in your plugin.
best regards
Hi
I have the same problem with the latest version.
Disabling https makes it work. But can anybody explain to me if i now have security issues?
Will this be fixed in the future releases?
Thanks
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Since update no topbar anymoreHi
Here is my debug code.
<script type='text/javascript'> jQuery(document).ready(function() {jQuery('body').prepend('<div id="topbar" style=" "><p id="wptbheadline" style="visibility:hidden;background: #303030;margin: 0px 0px 0px;text-align:center;font-size: 12px; padding-top:8px;padding-bottom:8px;color:#ffffff; display:block;border-bottom-color:#72001a;border-bottom-style: solid;border-bottom-width: 0px;background: rgb(169,3,41); /* Old browsers */ /* IE9 SVG, needs conditional override of \'filter\' to \'none\' */ background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#a90329\', endColorstr=\'#6d0019\',GradientType=0 ); /* IE6-8 */ ">This site (Blogtest) is just for testing purposes. It does not contain any usefull content. However you can send me a message : <a style="color:#f6fc8e; " href="https://mywebsite.com/contact" target="_self">contact</a></p></div>');} ); document.cookie="wptopbar_bc1f8a7c09af603aa9ad6c8410d0a061"+'=;expires=Thu, 01-Jan-70 00:00:01 GMT;'; jQuery(document).ready(function() {jQuery('#wptbheadline').hide().delay(0).css('visibility','visible').slideDown(200).fadeIn(1000).show('slow');}); </script>
looking forward to your reply
thank you !
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Since update no topbar anymoreRemoving the gradient from the settings does not bring the bar back. Once the code was in the field and saved the bar is gone for good.
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Since update no topbar anymoreThe only topbar that works is when i create a default one. As soon as i add the gradient background the bar is gone
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Since update no topbar anymorethe moment i add a gradient color from colorzilla it stops working
https://www.colorzilla.com/gradient-editor/
background: #a90329;
background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#a90329′, endColorstr=’#6d0019′,GradientType=0 );it does not matter what color i choose. It always stops working.
Can’t this be done in the A record (in your dns settings) I didn’t have to alter any htaccess or add any rewrite rule to get this to work.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Turn off the page check featureHi Joost,
Could you please answer or acknowledge my request?
Thank you.