A few people complained that the Search was not working when they used the Senorita theme.

After some research, I found out the problem was the “action” attribute for the search form.

In the Sidebar.php where you see

action=”/”

it has to be changed to

action="<?php echo $_SERVER['PHP_SELF']; ?>"

That will fix the problem.

I fixed it in the original package and am releasing it as new version 1.1

It is available at http://wpthemes.info/themes/1.5/senorita11.zip

Thanks.

3 Responses to “Senorita – Version 1.1”

  1. FilSchiesty says:

    I’ve tried using this version to no avail. WP thinks that the “template is missing” when I click Themes under Presentation.

    It falls under the “Broken Themes” section. Any ideas?

  2. Theme Porter says:

    FilSchiesty,

    Actually you are supposed to copy the ’senorita’ folder inside of ’senorita11′ .
    That will fix the problem.

    Just to avoid this problem, I re-packaged it so it only creates a senorita folder, instead of senorita11, while extracting it.

    Thanks.

Leave a Reply