gaseous
Forum Replies Created
-
Forum: Plugins
In reply to: [Travelers' Map] marker keeps resetting to default on post edityes, thank you!
admin panel zoom limit is working fine now.
I tried getting the seperate js snippet bound in, but ended up changing the plugin code as you suggested. no whizz with js, me ?? – but it works fine now and I’ll just remember to do it again after updates, no problem.
Forum: Plugins
In reply to: [Travelers' Map] marker keeps resetting to default on post editHurray!
found the culprit! it was https://www.ads-software.com/plugins/replace-image/ this plugin. — and I can deal perfectly fine without it. so no worries there.
might be a useful addition to your plugin to maybe strip marker urls before saving anyway? in case, that plugin isn’t the only one trying to use get variables on image urls?
thanks a gazillion for your hint with the marker url and the meta data!
now I only have to re-save all my posts to correct the markers.
(and still get the zoom limit working)
Forum: Plugins
In reply to: [Travelers' Map] marker keeps resetting to default on post editsorry for another post, but I debugged my post metadata a bit and it seems, the data is actually saved in [_latlngmarker]. it just doesn’t show up in the post edit screen. had to get it via a get_post_meta() output.
the marker urls saved in those meta data entries are completely correct, btw. I can copy and open them in a browser window, no problem.
but I noticed something.
all entries are somehow saved with a get variable timestamp. so the post meta-data says the marker is:
…/uploads/2022/04/marker-red.png?_t=1650377591the marker entry in the plugin says the marker is:
…/uploads/2022/04/marker-red.png?_t=1650538141
well…..that can’t work.
I’ll do the switch-off-all-your-plugins-dance routine to find out if that is core behaviour or something I added.
would it be possible to maybe strip the marker urls of any stray get variables in the plugin code? just to be save?
Forum: Plugins
In reply to: [Travelers' Map] marker keeps resetting to default on post editI also tried adding a completely new marker (so the url is fresh and new and definitely unchanged) and setting that as my marker. still switched back.
the coordinates stay correct, btw. but I can’t see them either in the post meta fields.
Forum: Plugins
In reply to: [Travelers' Map] marker keeps resetting to default on post editHey,
thanks for the code snippets. I am figuring out how to add a javascript to my theme right now.
I added a js file with your code (the documentEventListener snippet) and put some code into my functions.php to load it.
Zooming still keeps its default maximum, though. Browser console shows an error. see screenshot link (https://www.winterwinde.de/Screenshot_2022-04-21_120555.png) – Unfortunately, I don’t know enough javascript to debug that :/
—————–
Regarding the switching markers:It seems I was wrong, using bigger markers still bugs out.
I haven’t switched from http to https since installing the plugin, nor have I moved the site.
I did stumble upon strange things happening if I changed the featured image of an existing marker, but now I understand why that happened. no problem.
did you say, you the marker image url should be in the post meta data? – well…because for some very odd reason. it isn’t.
I’ve tried completely removing all markers from a post. saving. and then re-setting them.
but it looks like there’s nothing saved to post-meta data. I’ll investigate on my end if I have something interfering with that.
Forum: Plugins
In reply to: [Travelers' Map] marker keeps resetting to default on post editFound the problem on my own.
if the markers are less than 45px tall (which mine were because I use the map on the sidebar and 45px markers simply were half as big as the map itself), it keeps switching to the default.
I simply used transparent height for mine now.
——-
my second question (about the max zoom for the edit screen) still stands, though.Forum: Plugins
In reply to: [Travelers' Map] Is it possible to change the pop up style?Just wanted to say: works wonderfully! thank you!
Forum: Plugins
In reply to: [Travelers' Map] Is it possible to change the pop up style?Thanks for answering so quickly!
I feel completely blind for having missed the css turn off option. So sorry!
Another question would be: is it possible to show thumbnails only on pages (not on sidebar)? – can I simply to that by adding “display: none;” to the suitable class (backtracking inside the sidebar, etc)?
I will try your suggestions!
Thanks again.
- This reply was modified 2 years, 11 months ago by gaseous.
Thanks for answering…ok then I have to try to wrangle with the api…
Ours is a very small site of only a couple of users. There won’t be any others. And registering is neither allowed nor is it wanted. So whenever someone is not supposed to see a post or page or category, they are actually not wanted to see it or know of its existence. (Thus the question of actually hiding the posts in the archive lists.) I do not want them to register or login to see these posts. I simply want them not to see them ??
cheers,
gaseous.
Forum: Plugins
In reply to: [RecipePress Reloaded] Can't edit optionsHeya,
sorry it took me so long but this was some summer full of work.
I tried the php error log. but the error log (both the file and it’s directory set to 777 permissions) stays empty.
I furthermore noticed the following:
* while I can’t open the options of your plugin I ALSO can’t get into the options/customize page of my theme any more. but error out with: “No data received. ERR_EMPTY_RESPONSE”
* I disabled each and every plugin. and switched them on one by one again. everything (basically the theme options page) worked fine. even with ReduxFramework switched on. until your plugin (the last in the line) was switched on. then both things went out again.
* I had the error log thing enabled during that process but nothing showed. file stays empty…
basically I’m stumped….sorry…
to me it seems like some kind of redirect failure from the url variables..but no idea how…
EDIT: Both ReduxFramework and your plugin are uptodate with newest versions.
Forum: Plugins
In reply to: [RecipePress Reloaded] Can't edit optionsHeya,
yes! well no, no news, because the WordPress site with uses your plugin and gets the error is a private project and I suddenly got to work on an work project which leaves me very very little time for personal things.
That should be done by the end of next week. I will try your link asap and report back on the results.
Sorry for not telling before, I simply was overworked.
Thanks for so much help!
Forum: Plugins
In reply to: [RecipePress Reloaded] Can't edit optionsI do not own my own webserver, I do shared hosting (with all-inkl.com) – so I can’t get into the webserver’s error log.
PHP Version 5.3.28
MySQL Version 5.5.43
webserver info should be in the phpinfo I guess. that is what it yielded: https://www.dropbox.com/s/rpdyqh8lipxbryo/phpinfo.txt?dl=0
I can change the php version to up to 5.6 if that’s any help.
my guess atm would be that it’s a redux framework problem. as it’s the first time I needed it. but that’s a guess only.
I also tried uninstalling und reinstalling both your plugin and the redux framework plugin. But it didn’t help matters.
——
thanks for your help ??Forum: Plugins
In reply to: [RecipePress Reloaded] Can't edit optionsok, let’s do it differently ….
what do I miss on the options page? ??
Forum: Plugins
In reply to: [RecipePress Reloaded] Can't edit optionsHmm…
it’s my forth wordpress on the same server (different databases all of them, so no problem there) and no problem like that ever occured.
The wordpress in question has been set up only today, I switched off the few other plugins I had running. Still the error remains.
Funnily enough, the ‘Options’ button on the front end (adminbar, next to ‘edit recipe’) points to https://asado.variada.net/wp-admin/admin.php?page=_options ….which doesn’t sound right either…(nor does it work…)
my .htaccess only consists of the stuff wordpress put there on install
′# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress′
any more thoughts on that?
where should the options link point? maybe that would help me find out why it doesn’t?
Forum: Plugins
In reply to: [Custom Post Type UI] Capabilities for custom taxonomiesI tried that. (and will happily try your code again as I am much happier with a hooked solution) but for some odd reason it broke stuff.
I will test and debug it once more as soon as I find the time (should be sometime this week)
Another question to the topic:
what would I hook for only one taxomony? say on called ‘countries’? where can I tell the hook which taxonomy I’d like to change?
thanks a lot for the quick answer.