orantene
Forum Replies Created
-
I also have issue with the .ics
My newly imported events are imported as published (with their URL) but when you enter the link you will get a blank page. only after I “edit” the event and clicking the “update” button they are showing normal.
Is that the same issue you having @brin ?
Forum: Plugins
In reply to: [Yoast SEO] Open Graph Meta Data for Facebook not always workdid anyone manage to solve it?
Forum: Plugins
In reply to: [Yoast SEO] Failed to get composer template data. in Facebook Open GraphI just found this post as well.. Hope the Yoast team can responds to let us know what’s going on there.
Forum: Plugins
In reply to: [Yoast SEO] Failed to get composer template data. in Facebook Open GraphI’m trying to test it, something very weird going on. Even with Yoast on I found some post that display right. I need the plugin to work so I can’t deactivated it. I really hope it’s issue from Facebook side but need to get it fixed asap
Forum: Plugins
In reply to: [Yoast SEO] Failed to get composer template data. in Facebook Open GraphOkey it’s a Yoast plugin issue. when I deactivate it’s working :X
Forum: Plugins
In reply to: [Yoast SEO] Failed to get composer template data. in Facebook Open Graphgot the same issue! Solutions??
Forum: Plugins
In reply to: [Disqus Conditional Load] Unable to connect to the Disqus API serversIt keeps refreshing it with this message:
There aren’t any sites associated with this account. Maybe you want to create a site?Forum: Plugins
In reply to: [Disqus Conditional Load] Unable to connect to the Disqus API serversHey I can’t connect too, which hosting it is? I’m with siteground
Forum: Plugins
In reply to: [WP Multi Network] Unified login for all sitesIf they all part of your database and a user using the same signup/activation key for all the sites.. Basically if user can log in with the same credential to all of them it supposed to work.
Thanks A lot
Forum: Plugins
In reply to: [Networks for WordPress] Centralize login sessions among child networksFound a solution !!!
adding this the my config.php
// Cookies
define( ‘COOKIEHASH’, md5( ‘mydomain.com’ ) );
define( ‘COOKIE_DOMAIN’, ‘mydomain.com’ );
define( ‘ADMIN_COOKIE_PATH’, ‘/’ );
define( ‘COOKIEPATH’, ‘/’ );
define( ‘SITECOOKIEPATH’, ‘/’ );
define( ‘TEST_COOKIE’, ‘thing_test_cookie’ );
define( ‘AUTH_COOKIE’, ‘thing_’ . COOKIEHASH );
define( ‘USER_COOKIE’, ‘thing_user_’ . COOKIEHASH );
define( ‘PASS_COOKIE’, ‘thing_pass_’ . COOKIEHASH );
define( ‘SECURE_AUTH_COOKIE’, ‘thing_sec_’ . COOKIEHASH );
define( ‘LOGGED_IN_COOKIE’, ‘thing_logged_in’ . COOKIEHASH );I look for this solution for days.. I’m currently using your plugin so please help other users who search solution for this and put this in FAQ section.
Forum: Plugins
In reply to: [WP Multi Network] Unified login for all sitesFound a solution !!!
adding this the my config.php
// Cookies
define( ‘COOKIEHASH’, md5( ‘mydomain.org’ ) );
define( ‘COOKIE_DOMAIN’, ‘mydomain.org’ );
define( ‘ADMIN_COOKIE_PATH’, ‘/’ );
define( ‘COOKIEPATH’, ‘/’ );
define( ‘SITECOOKIEPATH’, ‘/’ );
define( ‘TEST_COOKIE’, ‘thing_test_cookie’ );
define( ‘AUTH_COOKIE’, ‘thing_’ . COOKIEHASH );
define( ‘USER_COOKIE’, ‘thing_user_’ . COOKIEHASH );
define( ‘PASS_COOKIE’, ‘thing_pass_’ . COOKIEHASH );
define( ‘SECURE_AUTH_COOKIE’, ‘thing_sec_’ . COOKIEHASH );
define( ‘LOGGED_IN_COOKIE’, ‘thing_logged_in’ . COOKIEHASH );Found a solution !!!
adding this the my config.php
// Cookies
define( ‘COOKIEHASH’, md5( ‘mydomain.com’ ) );
define( ‘COOKIE_DOMAIN’, ‘mydomain.com’ );
define( ‘ADMIN_COOKIE_PATH’, ‘/’ );
define( ‘COOKIEPATH’, ‘/’ );
define( ‘SITECOOKIEPATH’, ‘/’ );
define( ‘TEST_COOKIE’, ‘thing_test_cookie’ );
define( ‘AUTH_COOKIE’, ‘thing_’ . COOKIEHASH );
define( ‘USER_COOKIE’, ‘thing_user_’ . COOKIEHASH );
define( ‘PASS_COOKIE’, ‘thing_pass_’ . COOKIEHASH );
define( ‘SECURE_AUTH_COOKIE’, ‘thing_sec_’ . COOKIEHASH );
define( ‘LOGGED_IN_COOKIE’, ‘thing_logged_in’ . COOKIEHASH );It’s actually posted in github by the developers of this plugin
Found a solution !!!
adding this the my config.php
// Cookies
define( ‘COOKIEHASH’, md5( ‘mydomain.org’ ) );
define( ‘COOKIE_DOMAIN’, ‘mydomain.org’ );
define( ‘ADMIN_COOKIE_PATH’, ‘/’ );
define( ‘COOKIEPATH’, ‘/’ );
define( ‘SITECOOKIEPATH’, ‘/’ );
define( ‘TEST_COOKIE’, ‘thing_test_cookie’ );
define( ‘AUTH_COOKIE’, ‘thing_’ . COOKIEHASH );
define( ‘USER_COOKIE’, ‘thing_user_’ . COOKIEHASH );
define( ‘PASS_COOKIE’, ‘thing_pass_’ . COOKIEHASH );
define( ‘SECURE_AUTH_COOKIE’, ‘thing_sec_’ . COOKIEHASH );
define( ‘LOGGED_IN_COOKIE’, ‘thing_logged_in’ . COOKIEHASH );Forum: Plugins
In reply to: [WP Multi Network] Unified login for all sitesHey there. did you manage to find a solution for that ?
It seems that multi network separated the logins. I’m looking for a while a solution for when a user login to Network1 he will not have to login again if he visit Network2.
Right now user need to login to each network he visiting using the same credential