theW
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 |
---|---|---|---|---|---|
Edit Cred Forms Visually?
Started by: theW in: Toolset Professional Support |
2 | 3 | 3 years, 1 month ago | ||
Cred Frontend Editor wont display Fields
Started by: theW in: Toolset Professional Support |
2 | 3 | 3 years, 2 months ago | ||
Captcha Error when there is no captcha.
Started by: theW in: Toolset Professional Support |
2 | 4 | 5 years, 8 months ago | ||
Repeat Custom Field Group with one Button
1
2
Started by: theW in: Toolset Professional Support |
2 | 21 | 6 years ago | ||
Ajax Filter Controllers With RANGE
Started by: theW
in: Toolset Professional Support
Problem: I have a custom search View that lists posts. I would like to filter these posts by 3 custom fields. One of the custom fields should be filtered as a range, with a min and max value. Solution: When adding the Search Filters in your View, choose the option to compare "between", and always compare numbers as type "UNSIGNED". Relevant Documentation: |
2 | 15 | 6 years, 1 month ago | ||
Creating and Image Slider with the Custom Values
Started by: theW
in: Toolset Professional Support
Problem: The issue here is that the user has 3 image fields plus his featured image field and wanted to create a image slider with these field. Solution: What you need to do is to download the plugin below. The flexslider plugin that I made. Then add this to your content template. <div class="flexslider"> <ul class="slides"> <li>Shortcode for image 1</li> <li>Shortcode for image 2</li> <li>Shortcode for image 3</li> <li>Shortcode for featured image</li> </ul> </div> [php] Then add this to the js section of your template. [php] jQuery(window).load(function() { jQuery('.flexslider').flexslider(); }); Then follow the instructions in the link below to filter the view for the current post. |
2 | 7 | 6 years, 2 months ago | ||
Pushing Data From CRED Forms to CRM
Started by: theW in: Toolset Professional Support |
2 | 3 | 6 years, 2 months ago | ||
I like to have in the profile editing page with password field
Started by: theW
in: Toolset Professional Support
Problem: In Toolset form for editing user, how to setup the field for updating user's password. Solution: In your case, it is not recommended to use the [cred_generic_field], if you use it, you will need to setup PHP custom codes to update the user's password. So you just need to uncheck the "auto generate password" box placed this two fields bellow in the form: Relevant Documentation: |
2 | 3 | 6 years, 2 months ago | ||
CRED Fields no longer editable
Started by: theW in: Toolset Professional Support |
2 | 7 | 6 years, 2 months ago | ||
Warning error
Started by: theW in: Toolset Professional Support |
2 | 4 | 6 years, 2 months ago | ||
Placing Control Elements in the Loop
Started by: theW in: Toolset Professional Support |
2 | 16 | 6 years, 5 months ago | ||
Ajax Filter on View will not paginate
Started by: theW in: Toolset Professional Support |
2 | 5 | 6 years, 6 months ago | ||
Hoverable Dropdown
Started by: theW
in: Toolset Professional Support
Problem: Add hoverable effect to Sub Menus of "Themify Ultra" theme. Solution: there isn't such a built-in feature within Layouts plugin, it needs custom codes, for example, you can add some JS codes to show the Sub Menus when you move the mouse over the Menu, you can add below JS codes here: Dashboard->Toolset-> Layouts CSS and JS-> JavaScript Editor: jQuery(document).ready(function($){ $("li.has-sub-menu").mouseover(function() { $( this ).addClass( "open" ); }); }) It is only an example, you will need to customize it to your website settings Relevant Documentation: |
2 | 11 | 6 years, 6 months ago | ||
Replacing or Making the
Started by: theW in: Toolset Professional Support |
2 | 7 | 6 years, 6 months ago | ||
Created Custom Fields not Appearing on Views for Layout Display
Started by: theW
in: Toolset Professional Support
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: |
3 | 6 | 6 years, 6 months ago |