C
Forum Replies Created
-
Forum: Plugins
In reply to: [Leaflet Map] Can you change default green colors of elevation profile?Awesome thanks!!! Works.
Forum: Plugins
In reply to: [Leaflet Map] Can you change default green colors of elevation profile?Thanks for the help. The link you sent doesn’t work but I didn’t realize you don’t need to use leaflet-gpx. So I removed: [leaflet-gpx src=”MY URL”…….].
Im left with:
[leaflet-map height=500 fitbounds…….]
[elevation gpx=”MY URL” summary=”inline” slope=0 speed=0 acceleration=0 time=0 downloadLink=0 polyline=”{ weight: 3,}” !legend color=”#3f3ac9″]
The map works but I still can’t change the colors.Forum: Plugins
In reply to: [Leaflet Map] Only the shortcode helper GPX works, none othersOk thx for the help! I did get it to work but for whatever reason had to change it slightly…
From:
AddType application/gpx+xml gpx
RewriteRule .*.gpx$ – [L,T=application/gpx+xml]To:
AddType application/gpx+xml gpx
RewriteRule .*\.gpx$ – [L,T=application/gpx+xml]Forum: Plugins
In reply to: [Leaflet Map] Only the shortcode helper GPX works, none othersThx but this didn’t work. I thought the plugin would handle other GPX files besides just the one in their example. I’m obviously missing something. And it’s not just my gpx files don’t work. None, other than the singular example from the documentation work. How can that be?
- This reply was modified 2 years, 7 months ago by C.
I just built a test header using a template from the Elementor library but using my menu (including sub-headings)…Same thing, on iPhone, clicking the parent heading, simply directs you to the parent page and leaves the user with no way to select sub headings. Does everybody just create entirely new menus and page sections for mobile? The only solution that’s obvious is making one menu hidden for mobile, replacing it with a simplified menu without sub-menus and adding a navigation section to every parent page outside of the menu, and then make that section only visible on mobile. Is that really the only solution here? Sub menus are everywhere, how can this be?
Forum: Fixing WordPress
In reply to: Capitalized slugs and redirectsEven more strange: https://metaltechalley.com/ICE2021/ does not work when put into the address bar. I get a 404.
BUT…..If you click the ice2021 logo on the 404 page it brings you to the working page, not properly redirected, but working. The address in the browser bar when you click through is exactly the same….https://metaltechalley.com/ICE2021/. How is this possible?
I’m clicking forward forward and back between a 404 and a working page, the address stays exactly the same.
Forum: Fixing WordPress
In reply to: Capitalized slugs and redirectsI should add, I also tried to make the re-direct itself uppercase and i get this when I check it…..
Check redirect for: https://metaltechalley.com/ICE2021/
Expected: 301 to https://ice2021.com/
Found: 200
Agent: Not using RedirectionForum: Fixing WordPress
In reply to: Cant update or back-up anythingThanks corrinarusso I’ll dig into this
Forum: Fixing WordPress
In reply to: Help! Lost access to wp-adminWanted to give some resolution….
I got FTP access and renamed the plugin folder. This allowed me to log in through wp-admin. I was able to then able to root out the offending plug-in (Updraft).Thanks for the input
Forum: Fixing WordPress
In reply to: Help! Lost access to wp-adminI literally just took over the site. An update of the plugins, theme and wp version were the first things I did and I cant remember security plugins off the top of my head (if there are any).
Forum: Fixing WordPress
In reply to: Help! Lost access to wp-adminThanks Steve. Ill look at getting cPanel or FTP over the weekend. Once I gain access would you recommend changing permissions or deactivating plug-ins first?