Poloray adminpage for Theme Options is not rendering

Discussion in 'Poloray WordPress Theme' started by zodor, Mar 28, 2014.

  1. zodor

    zodor New Member

    Joined:
    Jun 4, 2013
    Messages:
    11
    Likes Received:
    0
    After installing the latest version of Poloray theme I have problem with the admin gui. When clicking Theme Options everything seems to be normal, but when changing to another tab, like Top Feature Settings or any other tab I just get a white blank page in the middle.

    If I pull up the Inspector in Chrome on page: /wp-admin/themes.php?page=optionsframework I can force the form to be viewed by remove the style "display: none" for the div with id="of-option-top feature settings"

    The strange thing is that there is a space in the ID of the div. It seems to be a bug to me.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
  3. zodor

    zodor New Member

    Joined:
    Jun 4, 2013
    Messages:
    11
    Likes Received:
    0
    Hi. I downloaded the theme again, and now I can see the Theme Options, but a lot of other errors occurs instead.

    Deprecated: Function ereg_replace() is deprecated in /customers/a/5/a/zodor.se/httpd.www/productions/wp-content/themes/poloraytheme/functions/admin-interface.php on line 847 Deprecated: Function ereg_replace() is deprecated in /customers/a/5/a/zodor.se/httpd.www/productions/wp-content/themes/poloraytheme/functions/admin-interface.php on line 847 Deprecated: Function ereg_replace() is deprecated in /customers/a/5/a/zodor.se/httpd.www/productions/wp-content/themes/poloraytheme/functions/admin-interface.php on line 847 Deprecated: Function ereg_replace() is deprecated in /customers/a/5/a/zodor.se/httpd.www/productions/wp-content/themes/poloraytheme/functions/admin-interface.php on line 847 Deprecated: Function ereg_replace() is deprecated in /customers/a/5/a/zodor.se/httpd.www/productions/wp-content/themes/poloraytheme/functions/admin-interface.php on line 847 Deprecated: Function ereg_replace() is deprecated in /customers/a/5/a/zodor.se/httpd.www/productions/wp-content/themes/poloraytheme/functions/admin-interface.php on line 847 Deprecated: Function ereg_replace() is deprecated in /customers/a/5/a/zodor.se/httpd.www/productions/wp-content/themes/poloraytheme/functions/admin-interface.php on line 847 Deprecated: Function ereg_replace() is deprecated in /customers/a/5/a/zodor.se/httpd.www/productions/wp-content/themes/poloraytheme/functions/admin-interface.php on line 847
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. zodor

    zodor New Member

    Joined:
    Jun 4, 2013
    Messages:
    11
    Likes Received:
    0
    I did a change to the file: poloraytheme/functions/admin-interface.php on line 847

    $jquery_click_hook = preg_replace("[\s+]", "", strtolower($value['name']));

    And that did the work and removed the blank characters in the #id of the divs and hrefs created and the Theme Options started to work again and the error on the top of the screen disappeard
     
  6. zodor

    zodor New Member

    Joined:
    Jun 4, 2013
    Messages:
    11
    Likes Received:
    0
    Well I suppose I can create a user and password for you so you can trigger the error yourself.
    I will mail you the login information
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  8. zodor

    zodor New Member

    Joined:
    Jun 4, 2013
    Messages:
    11
    Likes Received:
    0
    Yes now it is working. Great! How did you solve it and what was the problem?
     
  9. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page