jozsefG
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
relatonship form questions
Started by: jozsefG in: Toolset Professional Support |
2 | 4 | 4 years, 2 months ago | ||
shortcode not showing inside html in elementor text widget
Started by: jozsefG
in: Toolset Professional Support
Problem: In Elementor page builder text widget, use shortcode as HTML tag attribute. Solution: You can try with content template, for example: Relevant Documentation: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-body |
2 | 3 | 4 years, 4 months ago | ||
Creating a community site
Started by: jozsefG in: Toolset Professional Support |
2 | 3 | 4 years, 5 months ago | ||
Changing one post type to another
Started by: jozsefG
in: Toolset Professional Support
Problem: Solution: That's what the "Post Type Switcher" plugin does, it changes the value of the column for each post in the source post type to the destination post type. WPML uses the default WordPress databases for storing content and translations but uses some new tables to for storing relations/links between original and translated content. Shekhar has shared a link to WPML database documentation https://wpml.org/documentation/support/wpml-tables/ When you have changed the post types for your posts, WPML was not able to build an inconsistent state between the updated records in default WordPress table(wp_posts) and the translation links in WPML table(icl_translations, column element_type) As there is no plugin that can switch the post type in WPML tables, you will have to change that in database level using SQL queries. This is an advanced level of technical skills, so If you are not comfortable with coding, consider hiring a developer one of our partners too, check here https://toolset.com/contractors/ I can also imagine another way, which will involve using a paid plugin(WP All Import/WP All Export). We can export all Activities and then import them as if they were Destinations. Check the following tutorials from WPML that explains how to export/import WPML translated contents. The user fixed the issue in database level with the following SQL queries: UPDATE `wp_posts` SET `post_type` = 'newcpt' WHERE `post_type` = 'oldcpt'; UPDATE `wp_icl_translations` SET `element_type` = 'post_newcpt' WHERE `element_type` = 'post_oldcpt' Relevant Documentation: https://wpml.org/documentation/related-projects/wpml-all-import-plugin-website-import-with-wpml/ |
2 | 5 | 4 years, 5 months ago | ||
user registration problem
Started by: jozsefG in: Toolset Professional Support |
1 | 2 | 4 years, 12 months ago | ||
Custom post not shown in view
Started by: jozsefG in: Toolset Professional Support |
2 | 2 | 5 years ago | ||
View that relates to the post where is shown through many-to many relationship.
Started by: jozsefG in: Toolset Professional Support |
2 | 16 | 5 years, 1 month ago | ||
Simple booking form
Started by: jozsefG
in: Toolset Professional Support
Problem: 2. I need to email the booking to either the admin email if no agent is assigned to that accommodation, or to the agent if there is assigned one. For Agents I have another CPT (Ugynokok) which is connected to the accommodation. Solution: <div style="display:none;"> <div class="form-group"> <label>Accommodation Bookings</label> [cred_field field='@accommodation-booking.parent' class='form-control' output='bootstrap' select_text='--- not set ---' value='[wpv-post-id item="$current_page"]'] </div> </div> 2. This type of conditional logic isn't built in to the email notification system, but you can set up something like this using the PHP APIs. We have cred_notification_recipients to modify the notification recipients on-the-fly and the Post Relationships API toolset_get_related_posts to help you determine if there is an associated Agent. Relevant Documentation: |
2 | 6 | 5 years, 1 month ago | ||
image slider with thumbnail carousel
Started by: jozsefG in: Toolset Professional Support |
2 | 5 | 5 years, 1 month ago | ||
displaying related posts based on current posts field value
Started by: jozsefG in: Toolset Professional Support |
2 | 9 | 5 years, 5 months ago | ||
show user (author) profile with published posts
1
2
3
Started by: jozsefG in: Toolset Professional Support |
4 | 35 | 5 years, 7 months ago | ||
query filter for user role
Started by: jozsefG in: Toolset Professional Support |
2 | 10 | 5 years, 7 months ago | ||
cannot output first and last name in notofication mail
Started by: jozsefG in: Toolset Professional Support |
2 | 7 | 5 years, 8 months ago | ||
setting notification email problem
Started by: jozsefG in: Toolset Professional Support |
2 | 7 | 5 years, 8 months ago | ||
I cannot change the woocommerce product archive.
Started by: jozsefG in: Toolset Professional Support |
2 | 11 | 5 years, 8 months ago |