stefanimhoff
Forum Replies Created
-
Hi, we do not use any plugins for it. We just use the unicode letters
Look here:
https://unicode.org/emoji/charts/full-emoji-list.htmlAn we used the “letter” or the “char” not the hex-code like ♠
https://www.w3schools.com/charsets/ref_utf_symbols.aspbst Regards!
Forum: Plugins
In reply to: [Country & Phone Field Contact Form 7] Settings thems not to reach frontendHi,
I think I found the error.
I think line 275 in countrySelect.js should bethis.selectCountry(this.options.defaultCountry);
instead of
this.selectCountry(this.defaultCountry);
please check this.
best Regards,
stefan
Forum: Plugins
In reply to: [Country & Phone Field Contact Form 7] Settings thems not to reach frontendOK, I see, that the inline-JS with the configuration is pasted after the script-tags of the asset-js-files.
The asset-js-file countrySelect.js is provocating the error but only sometimes. Sometimes everything works fine.
Is there a race-condition?Forum: Plugins
In reply to: [Favorites] Trigger Favorite status update after AJAX-loadOK, i’ve found the right trigger:
$(document).trigger('favorites-update-all-buttons');
Best Regards!
Forum: Plugins
In reply to: [Favorites] Trigger Favorite status update after AJAX-loadI’ve just tried following event, but nothing happend:
jQuery('document').trigger('favorites-update-all-lists');
Any ideas?
Forum: Plugins
In reply to: [Redirection] Redirection is not executedYes, it’s a local environment for developing-purpose. But on the Live-Server I’ve the same problem.
Shouldn’t it work locally?
I need to figure out the problem so I want to debug it.
Where does Redirection hooking in to WordPress to check if a redirect is necessary?Best regards!
Forum: Plugins
In reply to: [Redirection] Add redirection rule via phpIt’s far away of being compleet but it did the trick. With xDebug I was able to See the structure of the array. And it works!
Many thanks!
Hi @erishel,
can you give aus a status to this issue? Is the something in the pipeline for fixing the issue?
Best Regards!
Stefan
Hi @erishel !
did you find anything else, which might help?
I read the documentation from Google for this new feature. It needs to see a dot as cent-delimeter. Where is it handled in the plugin?Best regards!
Forum: Plugins
In reply to: [Avatar Privacy] Mixed Content for cached Gravatar-imagesHi, I’m sorry. Just going through the database with better search & replace was not enough: I don’t know why, but die site-URL was still on http while the home-URL was on https. Correcting the site-URL fixed the issue.
I’m sorry about disturbing you with this…
Best regard and many thanks!
- This reply was modified 6 years, 1 month ago by stefanimhoff.
Forum: Plugins
In reply to: [Avatar Privacy] Mixed Content for cached Gravatar-images@pputzer OK, it seems, that some informations in the database were indeet on http…
I’ve corrected them with better search & replace.
But the avartars are still not loaded due mixed content blocking.I’ve dumped the output of
wp_get_upload_dir()
:
array(6) { ["path"]=> string(82) "/var/www/vhosts/hosting109736.a2f15.netcup.net/kunden/plusculum/wp-content/uploads" ["url"]=> string(67) "https://plusculum.hosting109736.a2f15.netcup.net/wp-content/uploads" ["subdir"]=> string(0) "" ["basedir"]=> string(82) "/var/www/vhosts/hosting109736.a2f15.netcup.net/kunden/plusculum/wp-content/uploads" ["baseurl"]=> string(67) "https://plusculum.hosting109736.a2f15.netcup.net/wp-content/uploads" ["error"]=> bool(false) }
I’m also a bit confuesed, becouse using SSL is the normal case today…
Where/in which file/class/function is the URL generated?
Best Regards!
Hi,
I’ve just tested the code but with no effect for the output.
I’ve also testet to set a (different) static value for the price/event_cost like this:
$offer = (object) array( '@type' => 'Offer', 'url' => $event_link, 'price' => 300, 'category' => 'primary', 'availability' => 'inStock', );
But in the JSON-String the original value persists. So the whole function seems not to be triggered at all.
I also double-checked the cache…
Best regards,
Stefan
Forum: Plugins
In reply to: [The Events Calendar] Mixed Content – in style.cssWhats about enquing it with wp_enqueue_style?
Then the admin of each site can decide by himself to store the Font local…Best Regards!