David Arias
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
NO UPDATED THE PACKAGES AND NUMBER OF ADS
Gestartet von: David Arias in: Soporte profesional de Toolset |
2 | 16 | vor 6 Jahren, 3 Monaten | ||
I am in need of the user who comments on the web to get the comments and answers
Gestartet von: David Arias
in: Toolset Professional Support
Problem: The issue here is that the user wanted to create a way for users to contact sellers and for sellers to email their users. Solution: So the initiation would need to be done on the product where a customer when creating the message would need to know the user email and vice versa. What you can do is to create a CPT called messages and then add that form to the product page, where the user can fill in their information such as name, email and message. Once the user submits then this message record gets saved on your site and the product owner gets a copy of the email as well as the email of the user who sent the message. From here they can begin the communication through email. Next just add this field to the message form. <div class='hidden'> [cred_generic_field field='email' type='email' class='' urlparam=''] { "required":1, "persist":1, "validate_format":0, "default":"[types field='my-email' ][/types]" } [/cred_generic_field] </div> Now you see where you I have the types custom field providing the default value for the field. You will need to substitute it with the correct field name to get your email field value. Next add this so that this hidden field doesn't show on the frontend. .hidden{ display:none; } Finally just create a notification that send the message to this email field. |
2 | 7 | vor 6 Jahren, 4 Monaten | ||
Hello comments are sent to an email from the seller or buyer, but the answers do
Gestartet von: David Arias
in: Soporte profesional de Toolset
Problem: We have activated the comments on each product, when someone comments these comments automatically they are sent to the email mailbox of the advertiser and the buyer, but the problem I have is that only the first comments and the email are sent The rest of the answers no longer go to the emails, they are only published on the web. Solution: It should be a problem of other plugins, see details here: Relevant Documentation: |
2 | 5 | vor 6 Jahren, 5 Monaten | ||
Questions to the seller
Gestartet von: David Arias
in: Soporte profesional de Toolset
Problem: Solution: If still there is a problem, first you need to check if WordPress comments settings are correct or not. Please see attached screenshot for default WP Comments settings, you need to make your settings same as in my screenshot: -- To change these settings go to: WP Dashboard >> Settings >> Discussion tab >> change the settings and Save Changes, and then check if it resolves the issue. -- Also in the video you are looking inside Layout template for the Discussion / Comments section. You actually need to go to Listings post type >> click on Product 1 or Product 2 >> there you will find the Discussion / Comments sections to allow the comments. |
2 | 9 | vor 6 Jahren, 5 Monaten | ||
No se despliega la seccion de comentarios
Gestartet von: David Arias in: Toolset Professional Support |
2 | 3 | vor 6 Jahren, 5 Monaten | ||
blank screen after update, in what active order do the plugins? or what is the p
Gestartet von: David Arias in: Soporte profesional de Toolset |
2 | 9 | vor 6 Jahren, 7 Monaten | ||
footer
Gestartet von: David Arias in: Toolset Professional Support |
2 | 3 | vor 6 Jahren, 7 Monaten | ||
High response time
Gestartet von: David Arias
in: Soporte profesional de Toolset
Problem: The issue here is that the user was experiencing slow performances on their site. Solution: In this user's case they were running on an older php version. Updating the version 7 of php was able to improve their sites performance. |
2 | 3 | vor 6 Jahren, 7 Monaten |