Robert Campbell
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 |
---|---|---|---|---|---|
Cannot add js script in content template using layout editor
Started by: Robert Campbell
in: Toolset Professional Support
Problem: When I edit the content template via the layout; and I add the two scripts and press 'apply', then the scripts are not added. If I add the scripts by editing the content template directly, then the scripts are added but the layout can no longer to edited. Can you advise the correct way to add the scripts please. Solution: Relevant Documentation: The correct way to add the scripts are these: |
3 | 11 | 5 years, 7 months ago | ||
Need a front end filter for a taxonomy view
Started by: Robert Campbell
in: Toolset Professional Support
Problem: Add a taxonomy filter in taxonomy view. Solution: You can setup a taxonomy view as the filter, for example: https://toolset.com/forums/topic/need-a-front-end-filter-for-a-taxonomy-view/#post-1221292 Relevant Documentation: |
2 | 3 | 5 years, 8 months ago | ||
Using ‘wpv-view wrap’ shortcode to list post fields with alphabetic index
Started by: Robert Campbell
in: Toolset Professional Support
Problem: I need help to force each alphabetic section to start in a new row. So as an example from my test layout for the letters 'M' and 'N', see details here: Solution: There isn't such a built-in feature within Views plugin, you can consider custom codes, for example: Relevant Documentation: |
2 | 9 | 5 years, 8 months ago | ||
Cannot get Google fonts to work with Toolset and my bootstrap starter theme
Started by: Robert Campbell
in: Toolset Professional Support
Problem: I cannot get google web based fonts to load in my website. Solution: I suggest you try to follow WordPress document to register and enqueue the your custom CSS files: Relevant Documentation: https://developer.wordpress.org/reference/functions/wp_enqueue_style/ |
2 | 3 | 5 years, 8 months ago | ||
Need help to integrate Layouts with new starter Bootstrap theme
1
2
Started by: Robert Campbell
in: Toolset Professional Support
Problem: Integrate Layouts with new starter Bootstrap theme, Solution: This needs custom codes, you can follow our document to create your new custom Bootstrap theme: Relevant Documentation: https://toolset.com/documentation/user-guides/layouts-theme-integration/ |
2 | 19 | 6 years ago | ||
Maps has stopped displaying on older iOS devices
Started by: Robert Campbell in: Toolset Professional Support |
3 | 14 | 6 years, 2 months ago | ||
Want to hide part of standard comment text
Started by: Robert Campbell
in: Toolset Professional Support
Problem: hide part of standard comment text: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <del datetime=""> <q cite=""> <s> <strike> Solution: In your case, you can hide it with simple CSS codes, for example: p.form-allowed-tags + pre{ display: none; } Relevant Documentation: |
2 | 4 | 6 years, 2 months ago | ||
Toolset registration has failed
Started by: Robert Campbell in: Toolset Professional Support |
2 | 3 | 6 years, 4 months ago | ||
Use of standard post comments box in view
Started by: Robert Campbell in: Toolset Professional Support |
2 | 3 | 6 years, 4 months ago | ||
Want to float menu item to right
Started by: Robert Campbell
in: Toolset Professional Support
Problem: 1. I want to float this menu item to the right side of the screen. Solution: Q2) The menu item "Contact" is in the "collapses" DIV tag, so when you are using mobile devices, the DIV tag is not visible, as a result, all items insider the DIV tag are not visible too, including item "Contact". There isn't good workaround with CSS codes, you can setup another static HTML link as "Contact", and put it outsider the menu. Relevant Documentation: |
2 | 5 | 6 years, 6 months ago | ||
Help to change the returned error message
Started by: Robert Campbell
in: Toolset Professional Support
Problem: Make taxonomies fields as a required field in in Toolset form. Solution: There isn't such a built-in feature within CRED, $errors['member-arts-culture']= 'You must choose at least one category'; To: $errors['show-error-field']= 'You must choose at least one category'; Relevant Documentation: |
2 | 3 | 6 years, 6 months ago | ||
Front end filter not working as expected
Started by: Robert Campbell
in: Toolset Professional Support
Problem: In a post view, with a taxonomy filter in custom search form: Solution: This is expected result, if you don't check any checkbox, Views will output all posts, including posts which assigned with any term of taxonomy "Members-Arts-Culture". In your case, it needs some custom PHP codes, for example, when user open the URL: http://aboutdereham.org/members-arts-culture/ You can use Views filter hook "wpv_filter_query" to trigger an PHP function, https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_query in this PHP function check if there is URL parameter "wpv-member-arts-culture", if there isn't, add a taxonomy filter to the query, return posts with which assigned with any term of taxonomy "Members-Arts-Culture" Relevant Documentation: https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_query |
2 | 6 | 6 years, 6 months ago | ||
Want selected post to appear on same page as view
Started by: Robert Campbell
in: Toolset Professional Support
Problem: The events listing is done using views, Each event title is clickable. Instead of taking you to a new page when an event is clicked, I would like to display the selected event on the right hand side of the same page. Is this possible? Solution: It needs some codes JS codes, Here is a document about Jquery toggle: And similar thread: https://toolset.com/forums/topic/create-a-button-to-reveal-content-on-click/ Relevant Documentation: |
2 | 4 | 6 years, 7 months ago | ||
Image validation causing CRED edit form submission to fail
Started by: Robert Campbell
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 3 | 6 years, 7 months ago | ||
Custom CSS is being ignored
Started by: Robert Campbell
in: Toolset Professional Support
Problem: The issue here is that the user is using the wordpress default customizer option under Appearance to add some custom css to the site but it does not work. Solution: So I would recommend that you use one of our recommended themes. |
3 | 14 | 6 years, 7 months ago |