simranjeetS-2
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 |
---|---|---|---|---|---|
Hi. I want to migrate my functions php file code (only 1 code remains)
Started by: simranjeetS-2 in: Toolset Professional Support |
2 | 2 | 5 years, 11 months ago | ||
How to order parent posts by the count of child posts?
Started by: simranjeetS-2
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 11 | 5 years, 11 months ago | ||
Conditional logic – show texts based on taxonomy and field
Started by: simranjeetS-2 in: Toolset Professional Support |
3 | 5 | 5 years, 11 months ago | ||
I need to this with toolset.
Started by: simranjeetS-2 in: Toolset Professional Support |
2 | 6 | 5 years, 11 months ago | ||
conditional logic – show text1 in location and text2 in sub-location
Started by: simranjeetS-2 in: Toolset Professional Support |
2 | 2 | 5 years, 11 months ago | ||
shortcode to show only top taxonomy and only sub taxonomy
Started by: simranjeetS-2 in: Toolset Professional Support |
2 | 2 | 5 years, 11 months ago | ||
Something is wrong with css of custom content type – see menu pic
Started by: simranjeetS-2 in: Toolset Professional Support |
2 | 5 | 5 years, 11 months ago | ||
I want to use spin text to keep changing content below locations taxonomy.
Started by: simranjeetS-2
in: Toolset Professional Support
Problem: Display one random text from an array {a|b|c|d} in taxonomy archive page. Solution: There isn't such a built-in feature within Toolset, I suggest you try to setup some custom codes, for example, create a custom shortcode, and output the random text from the array. Relevant Documentation: https://codex.wordpress.org/Function_Reference/add_shortcode |
2 | 5 | 5 years, 11 months ago | ||
Post layout not working
Started by: simranjeetS-2 in: Toolset Professional Support |
2 | 3 | 6 years, 7 months ago | ||
Showing default link correctly in cred form
Started by: simranjeetS-2
in: Toolset Professional Support
Problem: The issue here is that when the user has a URL field and enter his homepage url into that field, it get printed as a / on the frontend. Solution: To resolve this you will need to use our conditional shortcode. Here is an example below. [wpv-conditional if="( $(wpcf-website) eq 'homepageurl' )"]<a href="[types field='website' output='raw'][/types]">Homepage</a>[/wpv-conditional] [wpv-conditional if="( $(wpcf-website) ne 'homepageurl' )"][types field='website' target='_blank' output='raw'][/types][/wpv-conditional] Notice i've replaced the / with the text "Homepage" |
2 | 8 | 6 years, 7 months ago | ||
Double pagination on archive
Started by: simranjeetS-2
in: Toolset Professional Support
Problem: I see double pagination appear on a WordPress Archive page that includes a View, but no double pagination appears on a custom Page that includes a similar View. Solution: In this case the pagination added by your theme appears on WordPress Archives, but not on Pages. Therefore, only one set of pagination appears on the custom Search Page - the pagination in the View. |
3 | 5 | 6 years, 7 months ago | ||
Unlimited repetition of lists
Started by: simranjeetS-2
in: Toolset Professional Support
Problem: The issue here is that they want to have a view listing a finite number of items but wanted to give an impression that the number of items is infinite. Solution: Unfortunately this is not something that is view related but you will need to have some way of marking or giving the impression that the list is infinite. |
2 | 5 | 6 years, 7 months ago | ||
Ordering in views – parent posts with number of child posts descending
Started by: simranjeetS-2
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 9 | 6 years, 8 months ago | ||
Layouts is not working for views.
Started by: simranjeetS-2
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case with the following replyl: Relevant Documentation: |
2 | 3 | 6 years, 8 months ago | ||
Show number of child posts in a parent
Started by: simranjeetS-2
in: Toolset Professional Support
Problem: show count of child posts in parent post. I have done this partially, but at one place I am incorrect. See pic. For top, I used shortcode [wpv-view name="number-of-reviews"] . This seems to be incorrect. For bottom, I used shortcode [wpv-found-count] in view for child posts. That is why second is correct. How to show number of child posts of parent in parent entry? <wpv-loop>[wpv-found-count]</wpv-loop> Solution: Since you have put the shortcode [wpv-found-count] insider Views loop section, and Views have found two items, so it displays two same numbers "2". You just need to move the shortcode [wpv-found-count] outside the Views loop, for example: <strong>[wpv-found-count]</strong> <wpv-loop></wpv-loop> Relevant Documentation: |
2 | 8 | 6 years, 8 months ago |