chrisselwyn
Forum Replies Created
-
Forum: Plugins
In reply to: [OS DataHub Maps] Incorrect URLs for some default iconsFor the record, I have found that it is possible to have plugins installed that cause conflicts such as this ( so long as you don’t need to used the conflicting plugins on the same page/post).
There is a plugin called “Plugin Organizer” which can be used to disable plugins based on page URLs.
Chris
Forum: Plugins
In reply to: [OS DataHub Maps] Incorrect URLs for some default iconsThanks for helping me with this problem and the suggestion to try disabling plugins one at a time.
I found one that seems to stop your plugin from working correctly and, surprisingly, it isn’t WP Go Maps!
It is in fact the “Classified Listing” plugin that I was testing out for another website.Thanks
Chris SelwynForum: Plugins
In reply to: [OS DataHub Maps] Incorrect URLs for some default iconsi don’t intentionally have a cache plugin. I’m only a small site and have not yet seen the need.
Chris
Forum: Plugins
In reply to: [OS DataHub Maps] Incorrect URLs for some default iconsi an wondering whether this reported issue on StackOverflow sheds any light on the matter. The symptoms seem similar.
https://stackoverflow.com/questions/41144319/leaflet-marker-not-found-production-env
Chris
Forum: Plugins
In reply to: [OS DataHub Maps] Incorrect URLs for some default iconsI have temporarily commented out those rewrite rules and the problem has come back. All the markers are “broken link” images.
I can see a line that looks like that one in the source of my page.
Could you have a look at the map that I am having problems with?
It is at https://selwyn-family.me.uk/~chris/wordpress/walking/timsbury-walkers/thursday-post-covid/Chris Selwyn
Otherwise you can use direct access to the file system that the WordPress is installed on or find someone who knows how to do one or other method of access. I’m sorry but there is no other way. Your site will not work without it.
Chris
if you can access the plugins folder through FTP or some such then you can apply the fix by hand that I and others have posted. That will get you up and running again. Then you can do the update.
Chris
My village website just fell victim to this problem as well. So I had to identify the problem in order to get the website into a state where I could do anything at all.
The site error.log file showed “PHP Parse error: syntax error, unexpected ‘)’, expecting variable (T_VARIABLE) in …/wp-content/plugins/ultimate-blocks/includes/ultimate-blocks-styles-css-generator.php on line 155”. All I did was to move the Ultimate Blocks plugin directory out of the way (thereby disabling it).
A very quick inspection showed that all that was needed was to remove the trailing comma off the parameter list of the get_background_colour_var() function. That’s all it took.
If any one else needs a quick fix… here it is!
Chris
Forum: Plugins
In reply to: [WP Photo Album Plus] Populate taglist from IPTC dataThank-you for considering it.
I look forward to seeing what you come up with.
Chris
Forum: Plugins
In reply to: [WP Photo Album Plus] Populate taglist from IPTC dataThank-you for the prompt response. I must say I feel somewhat disappointed that I camnot use IPTC keywords as tags. Is there a reason why this is something that is not included in the plugin?
I will try your suggestions and see how it goes.
Thanks
Chris- This reply was modified 2 years, 11 months ago by chrisselwyn.
To clarify… I meant that, to get it to persist, I first hit the “Save Question” button then switch to the Contact tab and then back to the Questions tab.
Done
When you upload an image, WordPress resizes the images to multiple sizes. If the image is >2560 then it creates a “-scaled” image and, depending on what plugins you have installed, a number of other resizings of the image which it stores with different names based on the original file upload name.
When I select an image to be put into a gallery in your plugin, as far as I can tell I only have the option of selecting one of those sizes… the original for sizes < 2560 or the scaled one for images >2560.Is there a way to select any of the other sizes?
Thanks for the info. I took the opposite approach to solving the problem locally. I assumed that the lnglat column should indeed not be there so I removed the lines from the SQL that update the lnglat column. I will get your new release when it happens.
Chris
Forum: Plugins
In reply to: [Redirection] Access to RSS feedThank-you. I will follow it.
Chris