Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, I just found the cleanest way to hack it imo.

    There’s a line to add in wp-content/themes/my_theme/includes/theme_options.php:

    At line 316, replace

    "options" => array(
    'layout-left-content' => $url . '2cl.png',
    'layout-right-content' => $url . '2cr.png')

    by

    "options" => array(
    'layout-full' => $url . '1c.png',
    'layout-left-content' => $url . '2cl.png',
    'layout-right-content' => $url . '2cr.png')

    You are now able to enable full width in the website’s administration in Wootique->Theme Options->Layout Options tab->Main Layout.

    Hope it’ll help.

    Thread Starter accion mutante

    (@accion-mutante)

    Hi,
    thank you but neither get_currentuserinfo() or wp_get_current_user() can work (I still tested these both methods).

    The reason, I think, is that the applet can not recognize the session so that I get always an ID == 0.

    I wonder how wordpress can return a current user with the above methods, I looked at the code but I don’t get it.

    Does it use cookies? session id in database?

Viewing 2 replies - 1 through 2 (of 2 total)