Home Forums Themeqx Advanced PhP Laravel Classified ads cms Issues in Themeqx Advanced PhP Laravel Classified ads cms Reply To: Issues in Themeqx Advanced PhP Laravel Classified ads cms

#312

1. Post Ad Button goes home only
Which button do you need to be home only? you need set some PHP condition to do this.

2. Cannot reset the password when using forgot the password.
Related to SMTP issue.
3. In CONTACT US form, the message goes only to inbox in the dashboard and not to an email address. Cannot reply also
Related to SMTP issue.

4. In the dashboard, some settings cannot be saved like Monetization and Appearance>Theme Settings.
Please send a screenshot of error.

5. Price should have a comma and no cents. Example: $20,000
Let us see this, but it should look likes as the amount.
6. How to add a favicon?
add favicon from resources/views/layouts/header.blade.php
add below line before closing </head> tag
<link rel=icon href=/favicon.png>

7. Photos become stretched. If I upload square or tall photos, it doesn’t show the original appearance. It becomes stretched.
It may be invalid image resolution.

Best regards