imaneK
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 |
---|---|---|---|---|---|
Taxonomy Order
Started by: imaneK in: Toolset Professional Support |
2 | 2 | 1 year, 6 months ago | ||
I'm getting a connection error
Started by: imaneK in: Toolset Professional Support |
2 | 2 | 1 year, 8 months ago | ||
Form view not being displayed on page
Started by: imaneK in: Toolset Professional Support |
2 | 2 | 1 year, 8 months ago | ||
Search/Archive page is very slow to load
Started by: imaneK in: Toolset Professional Support |
2 | 3 | 1 year, 8 months ago | ||
Fields & Text Block: This block has encountered an error and cannot be previewed
Started by: imaneK
in: Toolset Professional Support
Problem: The user is experiencing an error message when using the Fields and Text block and trying to edit it: "This block has encountered an error and cannot be previewed." Solution: The user was advised to update all Toolset plugins to the latest version. If the issue persisted, they were asked to switch to a default theme, deactivate all plugins except Toolset and its add-ons, and check if the issue could still be recreated. The user was informed that the development team was aware of the block-style panel issue, and the related problem with the Fields and Text block had already been fixed. Relevant Documentation: https://toolset.com/faq/provide-debug-information-faster-support/ https://toolset.com/errata/broken-block-when-expanding-style-settings-panel/ https://toolset.com/errata/fields-and-text-block-broken-with-wordpress-6-1-update/ |
2 | 8 | 1 year, 8 months ago | ||
Remove CRED Draft title
Started by: imaneK in: Toolset Professional Support |
2 | 2 | 2 years, 5 months ago | ||
create excerpt from custom field
Started by: imaneK in: Toolset Professional Support |
2 | 3 | 2 years, 5 months ago | ||
Only allow logged in users to download files
1
2
Started by: imaneK in: Toolset Professional Support |
2 | 17 | 6 years, 10 months ago | ||
Cred Edit User form is not being displayed
Started by: imaneK
in: Toolset Professional Support
Problem: I placed a CRED Edit User form using a CRED cell in my page's Content Layout, but it does not appear on the front-end of my site. I checked the Access settings for this form at the custom User role "Collaborator" has permissions to edit their own User profile with this form. Solution: In this case, the Page had both a Template Layout and a Content Layout applied. After disconnecting the Template Layout, the Edit User CRED form began to appear. |
2 | 9 | 6 years, 10 months ago | ||
Only allow logged in users to download files.
Started by: imaneK
in: Toolset Professional Support
Problem: I am creating a website that allows users to upload resources for other users to download. In the (resource) content template, I would like to allow logged out users to be able to view the available resources but the files should only be downloadable by logged users. Solution: You can use Views shortcode [wpv-conditional] to check if current user is a logged in user, for example: [wpv-conditional if="('[wpv-current-user info='id']' eq '')"] Non logged in users [/wpv-conditional] [wpv-conditional evaluate="false" if="('[wpv-current-user info='id']' eq '')"] Logged in users, display only the download file link. [/wpv-conditional] Relevant Documentation: https://toolset.com/documentation/user-guides/conditional-html-output-in-views/ Conditional HTML Output in Views |
2 | 5 | 6 years, 10 months ago | ||
Error with code with content template
Started by: imaneK
in: Toolset Professional Support
Problem: The issue here is that the user was getting this error "warning: Illegal string offset .../functions.php on line 8629" Solution: In this case the issue was being caused by some custom code that he had on the site. Checking that line and fixing the bug with that line resolved the issue. I would advise checking any custom code if you're getting a similar error. |
2 | 3 | 6 years, 10 months ago | ||
How to display a default image if there is no featured image
Started by: imaneK
in: Toolset Professional Support
Problem: Solution: [wpv-conditional if="( NOT(empty($(_thumbnail_id))) )"] <div class="my_featured_image"> [wpv-post-featured-image size="full"] </div> [/wpv-conditional] [wpv-conditional if="( empty($(_thumbnail_id)) )"] <div class="no_featured_image"> // insert your alternative img tag here </div> [/wpv-conditional] Relevant Documentation: |
2 | 5 | 6 years, 10 months ago | ||
Create an automatic preview for the [File uploaded] by users.
Started by: imaneK
in: Toolset Professional Support
Problem: Solution: |
2 | 2 | 7 years ago |