Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tanish Options Link solution #19

Open
kickradio opened this issue Jul 13, 2010 · 1 comment
Open

Tanish Options Link solution #19

kickradio opened this issue Jul 13, 2010 · 1 comment

Comments

@kickradio
Copy link

Ive been having problems accessing the Tanish Options from my WP admin control panel.

When I click on the Tanish Options link I get this:

http://kickradio.com/wp-admin/themes.php? page=AudacityofTanish

this gets: "You do not have sufficient permissions to access this page."

THE SOLUTION:

but in the browser window if you change it to this:
http://kickradio.com/wp-admin/themes.php? page=Audacity of Tanish

it converts to this:
http://kickradio.com/wp-admin/themes.php? page=Audacity%20of%20Tanish

and the options are available...

The link through webpress does not like spaces in the title

@Sariel
Copy link

Sariel commented May 21, 2011

So far kickradio is correct. as a temp fix you can just replace "page=AudacityofTanish" with "page=Audacity%20of%20Tanish".

<--! As of v 1.0.1 !-->
I have traced down the problem to -- /wp-content/themes/audacity-of-tanish/functions.php > line 30 "Audacity of Tanish" should be replaced by "Audacity%20of%20Tanish", but it automatically adds the spaces in when code hits the browser. I just removed "Audacity of Tanish" and it works out just fine in the admin panel. the URL in browser is wrong, but you are still sent to the options menu for the theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants