image dosen't shows
Started by: hashemh
in: Toolset Professional Support
2
9
6 years, 8 months ago
Christian Cox
Styling tabs within a tab cell
Started by: IvanaB3904
in: Toolset Professional Support
Quick solution available
Problem:
How to style tabs inserted in a Layout
Solution:
Tabs in a Layout inherit their basic styles from Bootstrap, and you can add additional styling as required.
This, for example, would set the tab widths to one-third and apply a background colour:
.nav-tabs > li {
width: 33.3%;
background-color: #fee;
}
Relevant Documentation:
https://toolset.com/documentation/user-guides/tabs-cell/
2
3
6 years, 8 months ago
IvanaB3904
A custom layout is not available as a template layout for my posts
Started by: gabrielD-4
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user has created a custom layout but its not showing up for selection on their posts.
Solution:
I Would recommend that you re-create this layout as there might have been some unforeseen issues that occur when this was being created.
2
3
6 years, 8 months ago
gabrielD-4
Using the pagination and sorting of the default theme
Started by: seanM-6
in: Toolset Professional Support
2
2
6 years, 8 months ago
Nigel
Created Custom Fields not Appearing on Views for Layout Display
Started by: theW
in: Toolset Professional Support
Quick solution available
Problem:
Insert the Custom fields that I created with Types, in a Layout assigned to a Single Custom Post, but the Custom Fields listed in their own groups.
Solution:
Please download all Beta versions from your Toolset Download area, and then make sure to not use it on live sites or with any other Plugin, since there may be issues with other Plugins that are not yet in Beta status or, if a 3rd party, not yet prepared for the Many To Many Relationships.
Relevant Documentation:
https://toolset.com/account/downloads/
3
6
6 years, 8 months ago
Luo Yang
Error during the ajax request, make sure the data you send are in j
Started by: Nashaat
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user had some repeated image fields and wanted to create a slider using these images.
Solution:
I managed to create a flexslider plugin that should be able to help your.
Download and install the plugin in the link below.
https://drive.google.com/file/d/1CFU2_oBqe9PJBks8cT1VqMND8-ytDdVE/view?usp=sharing
Then create a content template for your post and add the following.
<div class="flexslider">
<ul class="slides">
[wpv-for-each field="wpcf-image_1"]
<li>[types field="image_1" size="medium" align="none" resize="pad" padding_color="#FFF"][/types]</li>
[/wpv-for-each]
</ul>
</div>
After doing this then you will need to add the script for it to work.
Add this to the js section of the content template.
jQuery(window).load(function() {
jQuery('.flexslider').flexslider();
});
2
3
6 years, 8 months ago
Nashaat
Discard of pagination is not working for archive view
Started by: alvaroM-5
in: Toolset Professional Support
Quick solution available
Problem:
I have an archive view where I've set NO PAGINATION.
This view is used to display all posts from a certain taxonomy.
But I still see the pagination buttons ("1, 2, NEXT...").
Solution:
Those pagination buttons should be outputted by other plugin/theme, with the database dump file, I will not duplicate the problem.
I suggest you try to locate it by this:
1) deactivate other plugins and switch to wordpress default theme, and test again
2) If the problem is fixed, activate other plugins one by one, try to locate the problem plugin/theme
3) then find the problem codes and remove it, and test again
Relevant Documentation:
2
3
6 years, 8 months ago
alvaroM-5
Display results of custom search filter on another page
Started by: elenaT-2
in: Toolset Professional Support
2
2
6 years, 8 months ago
Nigel
Aligning Images on cells
Started by: theW
in: Toolset Professional Support
2
6
6 years, 8 months ago
Luo Yang
Featured Image Displaying Even Though Disabled
Started by: aaronM-9
in: Toolset Professional Support
Quick solution available
2
5
6 years, 9 months ago
aaronM-9
Custom loop brings up results in Backend, not in Frontend
Started by: thomasB-11
in: Types Community Support
2
2
6 years, 9 months ago
Beda
Conditional display: wpv_contains
Started by: webD-3
in: Toolset Professional Support
3
4
6 years, 9 months ago
Shane
Row Width Not followed and Video Appears bad on mobiles
Started by: AtefR7377
in: Toolset Professional Support
2
5
6 years, 9 months ago
Luo Yang
Set post id as the url of product page for woocommerce
Started by: Jeffrey
in: Toolset Professional Support
Quick solution available
Problem:
The post title is the permalink, looks like mysite.com/product/post-title, but in Chinese, the post title as a part of URL will makes some older browsers not be compatible, some plugin can make it as PinYin, I do want to set the post id as URL of product page.
Solution:
There isn't such a built-in feature within Types plugin, for example:
https://wordpress.org/plugins/search/permalink/
Relevant Documentation:
2
4
6 years, 9 months ago
Jeffrey
Cells Display vertically instead of Horizontally
Started by: theW
in: Toolset Professional Support
Quick solution available
2
8
6 years, 9 months ago
Luo Yang