Skip Navigation

[Resolved] Unable to build a slider (grid) with a custom view

This support ticket is created 6 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 6 replies, has 2 voices.

Last updated by Minesh 6 years, 2 months ago.

Assisted by: Minesh.

Author
Posts
#1152684
example.jpg

HI there, i am trying to build a slider with 4 full width profiles of users showing at one time, i have custom fields added with toolset and a view which i want to display on homepage (latest users)

see screenshot attached, please could you advise or assist and tell me what i am doing wrong

#1152948

my rul is hidden link if i specify 4 posts per page all the results display below each other and not in a horizontal slider as intended

#1153046

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - when I visited the problem URL you shared, I see only one result item available under section "New to our Fanpark". I would like to know - do you have enough items to display? If yes:

I need access details to check why 4 items per page is not displaying with the slider.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).

I have set the next reply to private which means only you and I have access to it.

#1153089

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - unfortunately, wp-admin access details you shared is not working at this end. Could you please send me working wp-admin access details.

I have set the next reply to private which means only you and I have access to it.

#1153141

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - Yes, there looks like some issue.

I need to debug this further by deactivating all third-party plugins as well as with default theme.

To debug this issue further, I need duplicator copy of your site:
=> https://toolset.com/faq/provide-supporters-copy-site/

I have set the next reply to private which means only you and I have access to it.

#1153863

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Thank you for sharing the duplicator package.

I'm downloading the package. I will get in touch with you as soon as I know more.

#1154651

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Ok - the issue is you are using the repeating image field thats causing he issue here.

When you want to display the slider you need to use single (onely one) instance of your image field technically thats the index="0" so it will display first image from your all user's profile image field and remove the separator argument from the following shortcode:

For example:

[types usermeta='profile-image' alt='%%ALT%%' align='center' size='et-pb-portfolio-image' resize='crop' index="0" user_is_author='true'][/types]

If you can see now - it works fine:
=> hidden link