koheiY
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 |
---|---|---|---|---|---|
Reference site install timout (Travel destination site)
Started by: koheiY
in: Toolset Professional Support
Problem: OR Here is the backup: https://drive.google.com/open?id=1oa6TsqpoF2EkPE3c9FW2J19lLM4SHkaC Username: admin |
2 | 8 | 6 years, 9 months ago | ||
I want to output my custom taxonomy sorted by ‘slug’ in my content template.
Started by: koheiY
in: Toolset Professional Support
Problem: |
2 | 3 | 6 years, 9 months ago | ||
Question about “Passing Arguments to Views”
Started by: koheiY
in: Toolset Professional Support
Problem: The issue here is that the user had a view filter that is currently being filtered by the URL parameter but wanted to re-use this same view and then filter it by a shortcode parameter with the same filter. Solution: We actually have the perfect filter for this. Take a look at the filter below. This should allow you to achieve this exact scenario. |
2 | 6 | 6 years, 9 months ago | ||
Reference site install timout (Beyond the Basics)
Started by: koheiY
in: Toolset Professional Support
Problem: The issue here is that the customer was trying to install one of our reference sites but the installer kept timing out. Solution: |
2 | 3 | 6 years, 9 months ago | ||
How to adjust Responsive Table Coloumn Width
Started by: koheiY
in: Toolset Professional Support
Problem: @media(max-width:768px){ #wpv-view-layout-6306-TCPID4426 .table-responsive > .table > thead > tr > th, #wpv-view-layout-6306-TCPID4426 .table-responsive > .table > tbody > tr > th, #wpv-view-layout-6306-TCPID4426 .table-responsive > .table > tfoot > tr > th, #wpv-view-layout-6306-TCPID4426 .table-responsive > .table > thead > tr > td, #wpv-view-layout-6306-TCPID4426 .table-responsive > .table > tbody > tr > td, #wpv-view-layout-6306-TCPID4426 .table-responsive > .table > tfoot > tr > td { white-space: normal !important; } } Relevant Documentation: |
2 | 3 | 6 years, 9 months ago | ||
I want to add Comma every three digits
Started by: koheiY
in: Toolset Professional Support
Problem: I would like to add commas to my number custom field when I display the value on the frontend of my site. Solution: There is not a built-in way to do this in Toolset but a custom shortcode that can help. Add this code to your child theme's functions.php file: add_shortcode( 'ts_format_number', 'ts_format_number_func'); function ts_format_number_func( $atts, $content ) { $int = (int) do_shortcode($content); return number_format($int, 0); } Then you can use it like this to format the number field value: [ts_format_number][types field="price"][/types][/ts_format_number] Relevant Documentation: |
2 | 3 | 6 years, 9 months ago | ||
Reference site install timout
Started by: koheiY
in: Toolset Professional Support
Problem: The issue here is that when the customer tried to install a reference site it times out. Solution: Actually this is an issue with our framework installer plugin however it will be resolved in our latest version 2.1.9.5 |
2 | 12 | 6 years, 9 months ago | ||
I cannot find the download link of Toolset CRED WPML Integration.
Started by: koheiY
in: Types Community Support
Problem: I cannot find the download link of Toolset CRED WPML Integration. Where is the download link? Solution: Click tab "Reference Sites", Find "Real estate site", click link "Plugins used", click the link "Toolset CRED WPML Integration" Relevant Documentation: |
3 | 5 | 6 years, 9 months ago | ||
I cannot install a reference site
Started by: koheiY
in: Toolset Professional Support
Problem: Solution: When installing this demo and you are missing the Toolset Classified plugin, there should be a link to the right of the Toolset Classified plugin name that allows you to download the plugin. |
2 | 3 | 6 years, 9 months ago |