Skip Navigation

[Resolved] Slider settings of a view

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 4 replies, has 2 voices.

Last updated by izalcoC 1 year, 6 months ago.

Assisted by: Minesh.

Author
Posts
#2611087
Captureslide.PNG

Hello, I'm trying to adjust my slider to show four products, but it is showing 2 or 3 per page, and I'm not sure what is causing that or if I'm not setting the slider correctly.

What is the link to your site?
hidden link

#2611203

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Just to ensure can you please tell me under what section you have added the slider view?

Can you please send me admin access details and let me check whats going wrong with your setup.

*** 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 have set the next reply to private which means only you and I have access to it.

#2611675

Minesh
Supporter

Languages: English (English )

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

With the view that displays the slider:
- hidden link

I can see with the view's output you have added the conditional shortcode:

[wpv-conditional if="( '[types field='marcar-si-el-producto-esta-en-tendencia' output='raw'][/types]' eq '1' )"] 
<div class="lf_product"><a href="[wpv-post-url]">
  		[types field='background-image' title='%%TITLE%%' alt='%%ALT%%' size='large' resize='proportional'][/types]
        <p><strong>[wpv-post-title]<p></strong>
        <div class="lf_code"><p>[types field='ingresar-codigo-de-producto'][/types]</p></div>
        <p>[wpv-woo-product-price]</p>
        <a class="wp" href="<em><u>hidden link</u></em>" target="_blank"><img src="/wp-content/uploads/2023/04/whatsapp-3.png" width="45"></a>	 
          </a></div>

[/wpv-conditional]

You can remove that conditional shortcode and save your view.

I've added the following query filter to "Query filter" section:

 Custom field filter
Select items with field:
Marcar si el producto está en tendencia is a number equal to 1

This filter will only fetch the posts with Marcar si el producto está en tendencia field value equal to 1.

I can see on frontend it displays the correct result: hidden link

#2614061

My issue is resolved now. Thank you!