lokuber
Forum Replies Created
-
Forum: Plugins
In reply to: [Matador Jobs Lite] Setting up the pluginThanks greydorg but it’s a bit late.
It was a newbie mistake from myself. Anyway since then, I developed my own plugin for an IT company with many more features (and a bit safer than this one) and I even had the opportunity to meet directly with the BullHorn Team.
They are highly active on their forum here :
Forum: Fixing WordPress
In reply to: Favicon not in httpsI could use this and it would work like a charm (after a quick db search and replace like you said) :
define(‘WP_SITEURL’, ‘https://mywebsite.com’);
define(‘WP_HOME’, ‘https://mywebsite.com’);I just didn’t understand why favicon are linked with https on every other pages except the login one.
Anyway thanks I guessForum: Fixing WordPress
In reply to: Favicon not in httpsMy website works on both http and https. I am just forcing SSL on the login page as I don’t feel the need right know to fully switch to https even though it will only be a matter of 2 defines(…) lines in my wp-config.php file.
I was just trying to find a solution to this strange behavior about favicon
Forum: Fixing WordPress
In reply to: Communicate between CRM and WordPressI think this is an available feature of BullHorn but never used it before