tanckom
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] JetPack Photon CDN can’t be disabledYes, several times. Even tried to reinstall the plugin or completely removing it.
Disabled https so the admin panel was accessed via http.
Still having the same issue…Server Status: 500 -Internal Server Error
Error Message:
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Thanks!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Custom textfield with only number inputDidn’t work. Thanks anyway
It is recommended to use a plugin like “Custom CSS” for this.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Custom textfield with only number inputOkay it’s working now. However what I wanted to achieve was to have a same field like the Price field:
– Only allowed to insert numbers, when trying to insert letters, they wont show up
– Automatically add a . between thousands
– No decimal or comma’s
– No currency- This reply was modified 8 years, 6 months ago by tanckom.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Function of Submit Button on /add pageThanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Example website using WPAdvertsIf you visit several support post here, you’ll find plenty of them.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Changing fields titles in the frontend formThere are three ways:
1. Two are stated here on the website:
https://wpadverts.com/documentation/translating-to-your-language/
Translating can in this case be used as “change texts”
2. Edit the wpadverts/include/default.php file, which is not recommended!Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Changing the “Register” linkIf I understand right, you want to remove the “Create an account” checkbox and instead of this you want to add a form where you have a textfield that says: “To create an account and manage your previous ads, click here” ?
Looks fine on my side. Try to test your sites in a private browser.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Display ads and image size limitationIn your gallery.php file, there’s this line:
‘max_file_size’ => wp_max_upload_size().’b’,
why cant we use that one?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Custom textfield with only number inputI inserted the first code into functions.php and now is the field disabled? Seems the code is not working?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Validator Doc not working (FORMS API)I tried with user session too, but somehow it didnt store them, is there something that disables it? ( I also used start_session() )
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Example website using WPAdvertsIf you would read the Plugin description, there’s an example:
Links
https://demo.wpadverts.com/ – see plugin frontend.
https://demo.wpadverts.com/wp-admin/ – see wp-admin panel.