Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: get_theme_url() and https
Post: RE: get_theme_url() and https

Hacked it, because no time to wait: in theme_functions.php, I modded get_theme_url: if ($_SERVER['https']) { $myVar = preg_replace('/^http:/','https:',$myVar); } Just in case if someone needs this ...
registration General Questions and Problems 3 8,793 2015-05-09, 20:12:48
    Thread: get_theme_url() and https
Post: get_theme_url() and https

Hello forum members, when I use get_theme_url()/someResource or something like that to include some resource into a page, the URL for the client always begins with http instead of https when the whol...
registration General Questions and Problems 3 8,793 2015-05-09, 10:47:01
    Thread: i18n menu entries
Post: RE: i18n menu entries

Dummy parents. I searched for this term on the net and on this forum as well, zero results (besides this thread).
registration Plugins 5 10,617 2015-03-29, 00:52:18
    Thread: i18n menu entries
Post: i18n menu entries

Hello forum! I am running a template with an i18n menu on the side, which I configured using Code: -- get_i18n_navigation(return_page_slug(),0,99,I18N_SHOW_LANGUAGE) -- This works well. Howeve...
registration Plugins 5 10,617 2015-03-28, 22:04:33