Franco Calcagni
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 |
---|---|---|---|---|---|
Maps and markers not rendering
Started by: Franco Calcagni in: Toolset Professional Support |
2 | 5 | 6 years, 7 months ago | ||
repeating fields of related posts
Started by: Franco Calcagni
in: Toolset Professional Support
Problem: Solution: Then in the Content Template for this post type, to display content from the related posts use the wpv-for-each shortcode to loop over the numeric fields which store the post IDs which can then be used as the id attribute of the shortcodes used to output the required fields. An example is below: https://toolset.com/forums/topic/repeating-fields-of-related-posts/#post-628355 Relevant Documentation: |
2 | 6 | 6 years, 7 months ago | ||
lightbox effet in image gallery with repeated fields
Started by: Franco Calcagni
in: Toolset Professional Support
Problem: Create a lightbox effect in an image gallery we created in a view We created the following code but each image shall be linked to the same image in a full resolution [types class="grid-item" field='galleria-immagini' alt='%%ALT%%' title='%%TITLE%%' width='400' align='none' resize='proportional'][/types] Solution: It is depends on what lightbox script you are using, for example, see the solution of anther similar thread: https://toolset.com/forums/topic/featured-image-lightbox/#post-274019 In your case, your can output image URL by setting Types shortcode attribute url="true", see our document: https://toolset.com/documentation/customizing-sites-using-php/functions/#image url: Works with the size attribute to output the url of the re-sized image Relevant Documentation: https://toolset.com/documentation/customizing-sites-using-php/functions/#image |
2 | 3 | 6 years, 7 months ago | ||
Message: Fatal error: Unknown: Cannot use output buffering in output buffering
Started by: Franco Calcagni in: Toolset Professional Support |
2 | 2 | 6 years, 7 months ago | ||
nested posts relationships views
1
2
Started by: Franco Calcagni in: Toolset Professional Support |
2 | 20 | 6 years, 7 months ago | ||
Change order in the backend of post relationship items
Started by: Franco Calcagni
in: Toolset Professional Support
Problem: The issue here is that the customer wanted to know if it was possible to change the order of how the post relationships are displayed on the Parent Post on the backend. Solution: Unfortunately this functionality is not available on our current production version of our Types plugin. However in our Types Beta plugin you are able to do this but its not recommended to use Beta plugins for Live websites. You can download our beta plugin from the link below. Select the dropdown and change it to Beta. |
2 | 4 | 6 years, 7 months ago | ||
different 3rd level domain to be userd only for Toolset content
Started by: Franco Calcagni in: Toolset Professional Support |
2 | 2 | 6 years, 7 months ago | ||
Should I use the new post relationship features now
Started by: Franco Calcagni
in: Toolset Professional Support
Problem: I would like to know if I should use the new M2M beta plugins now, or continue using the production versions. I am creating a new site. I would like to choose the safest option, and I would like to know about backwards compatibility. Solution: The safest solution is to wait until the new relationship production versions are released, since beta plugins are more prone to errors and less complete. However, new features in the beta plugins are not available yet in the production versions so you will not be able to take advantage of key improvements, like repeating field groups and more robust relationship filters in Views. When the new relationship features are released in the production versions, a migration process will be offered that will migrate existing relationships into the new relationship structure. This will help ensure existing content works in the new relationship structures. Once migration happens, there is no reversal process so at that point any new relationship data added to the system will not be backwards compatible. If any custom code is put in place that queries those old relationships, some manual code changes may be necessary as well. |
2 | 3 | 6 years, 7 months ago | ||
Pages / custom posts with header and footer of the parent layout not working
Started by: Franco Calcagni in: Toolset Professional Support |
2 | 6 | 6 years, 7 months ago | ||
social media sharing not working on custom posts
Started by: Franco Calcagni in: Toolset Professional Support |
1 | 2 | 6 years, 7 months ago | ||
How to create custom Post PHP templates
Started by: Franco Calcagni
in: Toolset Professional Support
ProblemHow can I create custom PHP templates to address my custom posts? SolutionIf you need to create Custom PHP templates for Custom Post Types in WordPress you can follow and refer to the WordPress Codex for it. To create such a file, you need to name it "single-post_type_slug.php" (replace "post_type_slug" with the slug of your post type). We also have documentation for the Toolset related part of this, which is to display Types Fields for example, with PHP, or how to fully customize Archives and other templates using PHP. Usually, Toolset allows you to customize the entire website without the use of PHP - only if you use just Types, then the usageo of custom code is not avoidable. |
3 | 3 | 6 years, 7 months ago | ||
Masonry grid with list amd grid options
Started by: Franco Calcagni in: Toolset Professional Support |
2 | 2 | 6 years, 8 months ago | ||
Allow only some categories editing with Types Access
Started by: Franco Calcagni
in: Toolset Professional Support
Problem: I would like to restrict edit access to some posts using categories. Solution: Access can restrict User access based on User role and post group, but not post category (or categories). Post Groups and custom User roles might work but you can only assign one Group to any Post, and only one Role to any User. If you have multiple combinations of post permissions this might not be an option. If your Users are only editing posts with CRED, then you can use conditional HTML or CRED conditionals to show or hide specific content depending on some criteria of the current User, like a custom field value. Store some value in the User's custom field and check that value to determine whether or not to show them a specific CRED form. Relevant Documentation: |
2 | 3 | 6 years, 9 months ago | ||
Custom backend layout of post type
Started by: Franco Calcagni
in: Toolset Professional Support
Problem: Solution: |
2 | 2 | 6 years, 9 months ago | ||
system requirements for running Toolset without problems
Started by: Franco Calcagni in: Toolset Professional Support |
2 | 2 | 6 years, 9 months ago |