tipinoncomuni
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 |
---|---|---|---|---|---|
not all marker are shown on map
Started by: tipinoncomuni in: Toolset Professional Support |
1 | 2 | 2 years, 9 months ago | ||
How to display a map with custom map markers in an elementor page
Started by: tipinoncomuni in: Toolset Professional Support |
2 | 3 | 3 years, 3 months ago | ||
accessing parent post within wp_unique_post_slug filter during new post creation
Started by: tipinoncomuni
in: Toolset Professional Support
Problem: Setup the child post slug with parent post slug. Solution: You can try the action hook wp_insert_post, like this: Relevant Documentation: https://developer.wordpress.org/reference/hooks/wp_insert_post/ |
2 | 3 | 3 years, 5 months ago | ||
View didn't respect defined Access to custom posts
Started by: tipinoncomuni in: Toolset Professional Support |
2 | 3 | 4 years, 8 months ago | ||
cred_show_group don't work inside a table cell
Started by: tipinoncomuni in: Toolset Professional Support |
2 | 5 | 4 years, 11 months ago | ||
Custom post Archive custom search
Started by: tipinoncomuni
in: Toolset Professional Support
Problem: The issue here is that the user wanted to start their archive search with an empty result page first, then display the results after a search has been made. Solution: You can do this by using our conditionals to check for URL parameter that would appear after the search has been done. Have a look at this example below. [wpv-conditional if="( '[wpv-search-term param='wpv_view_count']' ne '' )"] <ul class="wpv-loop js-wpv-loop"> <wpv-loop> <li>[wpv-post-body view_template="loop-item-in-cars"]</li> </wpv-loop> </ul> <!-- wpv-loop-end --> [/wpv-conditional] We are using the [wpv-conditional if="( '[wpv-search-term param='wpv_view_count']' ne '' )"] shortcode to check if the [wpv-search-term param='wpv_view_count'] shortcode is empty. If this 'wpv_view_count' shortcode is not in the url then it would mean a search has not yet been done. This way we can use this to hide the results unless a search has been done. |
2 | 5 | 5 years, 2 months ago | ||
DIVI theme options can’t be saved when Toolset View plugin is Active
Started by: tipinoncomuni
in: Toolset Professional Support
Problem: I'm using Divi theme, and when I activate Toolset Views I am unable to save after editing Divi Theme Options. There is a server error 500 in the browser console after I click "Save". When I deactivate the Views plugin I can save again without errors. Solution: This appears to be a memory issue, and the following code fixed the problem: define('WP_MEMORY_LIMIT', '256M'); define( 'WP_MAX_MEMORY_LIMIT', '256M' ); |
2 | 3 | 6 years, 4 months ago | ||
Google Maps API retired version
1
2
Started by: tipinoncomuni
in: Toolset Professional Support
Problem: Solution: Scroll down at bottom of the page and you will see for "Address" field the required value is string NOT lat-lon values. You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 22 | 6 years, 5 months ago | ||
WooCommerce product list problems in DIVI theme
Started by: tipinoncomuni in: Toolset Professional Support |
2 | 6 | 6 years, 7 months ago | ||
Multilingual (WPML) Woocommerce products related to multilingual pages
1
2
Started by: tipinoncomuni
in: Toolset Professional Support
Problem: I would like to relate multilingual Products to multilingual CPTs. Solution: Use the Translation Manager to translate the Products first, then go to WooCommerce > WooCommerce Multilingual > Settings and switch back to "Native WooCommerce product editing screen" temporarily, edit the English Hotels and use the Product Relationship panel to select the parent English Congress. When you are finished assigning the parent Congress posts, go to WooCommerce > WooCommerce Multilingual > Settings and switch back to the Translation Manager. |
3 | 30 | 6 years, 7 months ago | ||
Unable to hide link to create post form to disabled users
Started by: tipinoncomuni in: Toolset Professional Support |
1 | 2 | 6 years, 8 months ago | ||
Toolset map not showing on admin edit post, address auto complete not working
Started by: tipinoncomuni
in: Toolset Professional Support
Problem: Toolset Maps are not showing, and address autocomplete is not working in wp-admin when editing address custom fields. I am seeing the following JavaScript error: "You have included the Google Maps API multiple times on this page. This may cause unexpected errors." Solution: In Divi theme options, General tab, deactivate the option "Append the Google Maps script" |
2 | 3 | 6 years, 8 months ago |