BeeCee
Forum Replies Created
-
Forum: Plugins
In reply to: [MultilingualPress] noredirect=en_US at the end of the URL?and how can it be avoided in the URL?
https://multilingualpress.org/ itself doesn’t have it in its URLs?
So perhaps I might have missed something?Forum: Plugins
In reply to: [MultilingualPress] Wrong English flagwould be great, if you add the right flags with an update, because my manual update on the FTP will be overwritten with every plugin update.
Forum: Reviews
In reply to: [Salt Shaker] Works only if the wp-config is in the rootYes, that *is* my issue – the plugin does not work at all at my multisite, because wp-config.php is one level higher as in the root for security reasons, looks like this:
MYSITENETWORK |_ .htaccess |_ index.html |_ wp-config.php |_ MYSITE |_ wp-admin |_ wp-content |_ wp-includes etc.Forum: Plugins
In reply to: [MultilingualPress] hreflang is not addedFor some reason it shows now my hreflang, thanks.
Forum: Plugins
In reply to: [MultilingualPress] Flags lead always to the home pagesorry, I made a mistake, it works fine: each post and page leads to its translation when clicking the flag in the menu.
Forum: Plugins
In reply to: [MultilingualPress] Wrong English flagGreat, that worked, thank you.
Forum: Plugins
In reply to: [MultilingualPress] noredirect=en_US at the end of the URL?How can I delete it?
I saw many sites using MultilingualPress – your website, too -, where this is not added.
See my plugin settings above.Forum: Plugins
In reply to: [MultilingualPress] hreflang is not addedokay, I see – but what at my multisite the plugin does not add hreflang automatically?
Forum: Plugins
In reply to: [MultilingualPress] noredirect=en_US at the end of the URL?P.S.: I am not sure, if this could be a problem for that issue here:
https://ww.wp.xz.cn/support/topic/hreflang-is-not-added/…as I said above: newest ENFOLD + newest plugin + newest WP as always, all plugins disabled and yes, PHP 7.0.25
Forum: Plugins
In reply to: [Shariff Wrapper] Plugin und DSVGODanke!
Forum: Plugins
In reply to: [Shariff Wrapper] FLIPBOARD Sharing?Super, vielen Dank!!!
Forum: Plugins
In reply to: [Shariff Wrapper] Plugin und DSVGOda häng ich mich mal mit dran
Forum: Plugins
In reply to: [Shariff Wrapper] FlipboardIch habe hier mal getüftelt, falls du es doch noch mal brauchen solltest:
https://ww.wp.xz.cn/support/topic/flipboard-sharing/#post-9995628
Forum: Plugins
In reply to: [Shariff Wrapper] FLIPBOARD Sharing?Zunächst, ich bin kein Coder, vielleicht bekommt es jemand eleganter hin, wenn der Plugin-Autor hier nicht mehr updated.
1.
In den Plugin-Einstellungen -> Basis
“Folgende Dienste in dieser Reihenfolge aktivieren:” habe ich “diaspora” hinzugefügt, da man das ja nicht so häufig braucht und die Quelldatei sich am leichtesten bearbeiten lässt.2.
Vom FTP shariff -> services habe ich die Datei shariff-diaspora.php in Notepad++ geöffnet.3.
Und zwar habe ich geändert:Zeile 10: die Share-URL angepasst:
$service_url = esc_url( 'https://share.flipboard.com/bookmarklet/popout' );Sämtliche Share-URLs kann man hier einsehen:
https://github.com/bradvin/social-share-urls#flipboard4.
Dann wird die Zeile $svg_icon angepasst und zwar mit Werten, die man hier nachlesen kann:
https://simpleicons.org/Daraus wird dann:
$svg_icon = '<svg width="24px" height="24px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h7.7v24H0V0zm8.5 8.5h7.8v7.8H8.5V8.5zm0-8.5H24v7.7H8.5V0z"/>';5.
Unter //colors habe ich noch die Flipboard Originalfarbe eingetragen, die man den Branding Guidelines entnehmen kann:$main_color = ‘#f52828’;
Resultat:
Das Ganze passt man dann noch mit CSS an, damit man evtl. alle Buttons in einer Reihe hat.
Flipboard ist eine nicht zu unterschätzende Trafficquelle.