Robert Campbell
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Using multiple parent filters in views
Commencé par : Robert Campbell in: Toolset Professional Support |
2 | 3 | Il y a 3 années et 8 mois | ||
Maps has stopped displaying on older iOS devices
Commencé par : Robert Campbell in: Toolset Professional Support |
|
3 | 14 | Il y a 3 années et 9 mois | |
Want to hide part of standard comment text
Commencé par : 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 | Il y a 3 années et 10 mois | |
Toolset registration has failed
Commencé par : Robert Campbell in: Toolset Professional Support |
|
2 | 3 | Il y a 3 années et 11 mois | |
Use of standard post comments box in view
Commencé par : Robert Campbell in: Toolset Professional Support |
|
2 | 3 | Il y a 4 années | |
Want to float menu item to right
Commencé par : 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 | Il y a 4 années et 1 mois | |
Help to change the returned error message
Commencé par : 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 | Il y a 4 années et 1 mois | |
Front end filter not working as expected
Commencé par : 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 | Il y a 4 années et 2 mois | |
Want selected post to appear on same page as view
Commencé par : 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 | Il y a 4 années et 2 mois | |
Image validation causing CRED edit form submission to fail
Commencé par : Robert Campbell
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
|
2 | 3 | Il y a 4 années et 2 mois | |
Custom CSS is being ignored
Commencé par : 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 | Il y a 4 années et 3 mois | |
Need help with select type user field
Commencé par : Robert Campbell
in: Toolset Professional Support
Problem: Solution: Unfortunately this isn't possible natively as you will need to write some custom code to determine which option the user has set on their profile. For help with such custom coding you can contact a contractor from our list in the link below. |
|
2 | 7 | Il y a 4 années et 4 mois | |
How does the lost password ShortCode of Views work?
Commencé par : Robert Campbell
in: Toolset Professional Support
Problem: Solution: wpv-forgot-password-form in it's full usage amplitude works like this: 1. This displays a Form that let's you enter the Username or Email and click a button "get new password". [wpv-forgot-password-form redirect_url="url-to-your-site.com/success/" redirect_url_fail="url-to-your-site.com/failure/" reset_password_url="url-to-your-site.com/reset/"] 2. When all the above attributes are applied, the process works as this: url-to-your-site.com/success/?checkemail=confirm - redirect_url_fail url-to-your-site.com/failure/?wpv_error=invalidcombo - reset_password_url url-to-your-site.com/reset/?action=rp&key=amLXCkuwZcajvdasfPPDfaPp&login=anything (Of course, username and key are different in every case) This link is clickable in the email. Relevant Documentation: |
|
2 | 3 | Il y a 4 années et 4 mois | |
Need help positioning glyphicon icons in login form
Commencé par : Robert Campbell in: Toolset Professional Support |
|
2 | 5 | Il y a 4 années et 6 mois | |
Need help to style the [wpv-login-form] shortcode
Commencé par : Robert Campbell in: Toolset Professional Support |
1 | 2 | Il y a 4 années et 6 mois |