blackdog7
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox doesn’t working on my pageOkay, it’s working. 1.8 was the latest working version for me. I think, I will stay at this version on my old page with the old theme.
Thanks for your really quickly answer!!!- This reply was modified 2 years, 1 month ago by blackdog7.
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox doesn’t working on my pageIt is on the home. Till January 2021 it is worked. Maybe it can help if I go back an easy fancybox version?
Forum: Plugins
In reply to: [Leaflet Map] Overlay tilemapsYeah, I’d like the same thing: By the default osm map more overlay map options.
I created it on a single website, but I can’t make another WP-site, also with this plugin. But how?<script> var marks = L.tileLayer('https://a.tile.openstreetmap.hu/tt/{z}/{x}/{y}.png', {minZoom:5,maxZoom: 17}); var osm = L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {minZoom:5,maxZoom: 17}), mapy = L.tileLayer('https://m4.mapserver.mapy.cz/turist-m/{z}-{x}-{y}.png', {minZoom:5,maxZoom: 18}), gsat = L.tileLayer('https://{s}.google.com/vt/lyrs=s,h&x={x}&y={y}&z={z}', {minZoom:5,maxZoom: 18,subdomains: ['mt0', 'mt1', 'mt2', 'mt3']}), gstre = L.tileLayer('https://{s}.google.com/vt/lyrs=m&x={x}&y={y}&z={z}',{maxZoom: 20,subdomains:['mt0','mt1','mt2','mt3']}), gter = L.tileLayer('https://{s}.google.com/vt/lyrs=p&x={x}&y={y}&z={z}',{maxZoom: 20,subdomains:['mt0','mt1','mt2','mt3']}), ghyb = L.tileLayer('https://{s}.google.com/vt/lyrs=s,h&x={x}&y={y}&z={z}',{maxZoom: 20,subdomains:['mt0','mt1','mt2','mt3']}); var map = L.map('map', { center: [47.5432, 19.001], zoom: 12, layers: [osm, marks] }); var baseLayers = { "OpenStreetMap": osm, "Mapy.cz": mapy, "guglistre": gstre }; var overlays = { "sziklafalak nevei": rocks, "guglisat": gsat, "jelzett turistautak": marks }; L.control.layers(baseLayers, overlays).addTo(map); L.control.scale({updateWhenIdle: true, maxWidth: 200, metric: true, imperial: false, position: 'bottomleft'}).addTo(map); </script>
Oh no! I’m here again! Now I don’t have the “Google Maps and Location Services” option under Settings. What can I do now?
Okay, I found the solution. I tried download the earlier versions and downgrading. I don’t find version 5.8.x before the 5.9.x versions, just 5.7.x. So the latest working for me version is 5.7.3.
I am little bit sad, but it means I can no longer upgrade this plugin. ??Yes, I have upgraded and still the issue there. ??
Thx biglesliep! But of course this was my first thing to check the capabilities of administrator. It is all checked in and I cannot editing an existing event.
Oh, okay, thanks!
Can you please help me, how will be than the code?
Hm, thanks for the link. I am not an expert of jquery solutions, but as I read it, there is a solution to take the attributes of the image-alt tag into the attributes of the a-title tag.
But I don’t have title tag.
My code is following:<img src="https://webaddress/wp-content/uploads/2016/03/useravatar-80x80.jpg" width="50" height="50" alt="Long John" class="avatar avatar-50 wp-user-avatar wp-user-avatar-50 alignnone photo">
I need to change alt=”Long John” to title=”Long John”. How can I do this?
Forum: Plugins
In reply to: [Sidebar Login] %userlogin% functionalityvery nice!
I’d like the same thing, but width the nickname variable.
This variable is in the wp_usermeta table.
How can I add this?