The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
Toolset Reference Sites are pre-built, fully working websites, which you can use as the starting point for client projects. You can download a reference site, customize it using Toolset, replace the sample content and deliver to your client. In our documentation pages, you can find instructions on how to install a reference site locally and customize it.
When you ask for help or report issues, make sure to tell us which reference site you are using and what you want to achieve.
Viewing 15 topics - 106 through 120 (of 126 total)
The issue here is that the customer essentially wanted to add another custom field to his post. Solution:
This can be doing by going to Types -> Custom Fields and edit the post group for that CPT and then add the new field there.
Problem:
It was proving impossible to install reference sites even though all the requirements appear to have been met.
Solution:
The installation failed because the required plugins are expected to be installed but not active, which was not clear in the UI, and which has been fixed in an update to the installer.
The issue here is that the user wanted show his taxonomy on the post edit screen list.
Solution:
This isn't displayed by default, what you need to do is Activate in Toolset > Taxonomies and edit your taxonomy and set it to show in the admin column.
The issue here is that the customer is creating a premium post using CRED and charging for it. However when its tested using the Paypal sandbox the Product is still on hold.
Solution:
Apparently this does not work with the Paypal Sandbox and needs to be done with a real transaction and not with a sandbox test transaction.
The issue here is that the user is charging for his premium posts using CRED, but when the payments are processed then the ads are not published with the assigned layouts.
Solution:
If you're trying to get this to work with the paypal sanbox then it won't work. This will only work when a real transaction is done.
Problem: I would like to show custom fields and the wpv-woo-buy-or-select shortcode when I hover over my WooCommerce product image, but the link does not work.
Solution: It's not possible to use the wpv-woo-buy-or-select shortcode inside a link tag, because it generates its own link tag. Nested link tags are invalid HTML and will not behave as expected. Therefore, you must use a different method to create the hover effect if you want to place the wpv-woo-buy-or-select shortcode in the hover.
Problem:
Validate featured image dimension or uploaded image dimension using CRED form
Solution:
With CRED form you can validate your image dimension using the CRED hook "cred_form_validate" or "cred_form_ajax_upload_validate" so that user needs to upload the perfect dimension image and if user uploads different dimension image it will throw the error.
Problem:
How to set post expiration settings with CRED form
Solution:
When you edit your CRED form, You will see the section:
"Expiration date:" from where you can setup your post expiration settings.
If you do not want to expire the date - you should just uncheck the checkbox "Set expiration date for post created or edited by this form" and save your CRED form.