mustafatahir
Forum Replies Created
-
I’ve created a new administrator user and it works perfectly fine on new user.
- This reply was modified 1 year, 11 months ago by mustafatahir.
I tried with different browser in incognito mode. I also checked HTML source code too see if it is a visibility problem. No results.
I loved your plugin demos and features fits very well with our customizable products.
I will be very sad if i can’t fix this problem ??
- This reply was modified 1 year, 11 months ago by mustafatahir.
Thanks for quick reply! No specific errors on console for the that admin page. I also tried disabling several plugins to see if it is caused from another plugin. But no results
Yes i think it would be a nice feature. It can be a shortcode parameter like this:
[directorist_add_listing category=”11″]
Until then, i will try to find my own solution. Thank you
Forum: Plugins
In reply to: [WP Post Popup] Using inn WPBakery Post Grid linksi figured out by modifying “vc_gitem_zone.php” file in js-composer plugin folder.
you need to replace “modal-link” class with “vc_gitem-link” class to make it work correctly.
i was able to do that with this plugin:
i just wanted to implement wordpress standart “website” and “bio” user fields to awesome support “registration form”
“registration form” not “submission form”
thank you anyway, cheers.
yes but i also needed to add following lines to functions-users.php :
'user_url' => $website,
so data can be inserted into database in wp_insert_user event.
thank you anisjolly but it explains how to add custom fields to tickets.
i want to add ‘website’ field to awesome support registration form.
so i can see users website in user details on my wpadmin panel