Bug list on Classipress V3.1.8
Hi,
here the list of the Bugs i found on the V3.1.8:
sidebar-user.php -> Users cant see the links to Dashboard, edit profile and logout if the theme is a new installation.
An update from older versions is there no problem. So almost sure is there somthing wrong with the database creation.
includes/gateways/paypal/paypal.php -> There are problems with the charset if you use other language as english. Please add this"<input type="hidden" name="charset" value="utf-8">" to the paypal form.
theme-emails.php -> The identifier for the translation is not there, so this can t be translated.
Please change
PHP Code:
$message .= __('Please include the following details when sending the bank transfer. Once your transfer has been verified, we will then approve your ad listing.') . "\r\n\r\n";
To
PHP Code:
$message .= __('Please include the following details when sending the bank transfer. Once your transfer has been verified, we will then approve your ad listing.', 'appthemes') . "\r\n\r\n";
With Membership have no idea becouse i dont use it.
Needs to be done:
>Classipress sell the Theme also for companys as an ads website and not for Bloggers. Why should our customers go to a Wordpress site to reset his password? That is really not professionally!
>Why is not possible to change how big the slider thumbnails are on the admin Panel?