Skip Navigation

[Resolved] Elementor with Toolset View Widget.

This support ticket is created 3 years, 8 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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 10 replies, has 2 voices.

Last updated by ataF 3 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#2023431

Hello ... using elementor to do the search, I do everything step by step based on your video hidden link

#2023533

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Ata,

I managed to have a more detailed look at this for you. It would appear that the cause of the issue is the original view itself where its not respecting the target_id attribute to only display the search bar.

I went ahead and made an exact copy of the view and in this new view the issue isn't there. I was able to successfully separate the view search from the view results. See the test post below.
hidden link

From the outset i'm not able to see any idea as to what was the cause of this issue but it would appear to be working as intended now.
Please let me know if this helps.
Thanks,
Shane

#2024191

Thanks for your support. Would you mind tell me what did you do or what should I do to make them separate? As I have to do it for some other pages also.

Regards,
Ata

#2026469

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Ata,

What I actually did was to re-make the view, then just use the shortcodes that I provided in our chat to get the search section and the results section.

In summary I went to Toolset->Views -> Add New and then recreated your view. Then I went to the page/elementor template and added the search section of the view using the shortcode below.

[wpv-view name='my_view' target_id="self"]

Then on a different location on the same page I added the results section using the shortcode below.

[wpv-view name="test_view" view_display="layout"]

Please let me know if after doing this on your end if you were able to get the desired results or if you're still experiencing challenges.

Thanks,
Shane

#2032283

Hello,

Using [wpv-view name='my_view' target_id="self"] still show results under the search box. Not as 2 separated views.

hidden link

Can you advise how should I separate them?

Regards,
Ata

#2033135

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Ata,

As explained in my previous post if you want to display the view as 2 separate components i.e search and results. Then for the search area you will use.

[wpv-view name='my_view' target_id="self"]

Then for the results only you will use.

[wpv-view name="my_view" view_display="layout"]

Please not the use of the attribute in the shortcode view_display="layout" . Also to verify what was actually added to the page I tried to log in again with the credentials that were previously provided but they seem not not work anymore.

Can you provide me with a new set so that I can check again to see what has been done ?

Thanks,
Shane

#2042991

Hello again,

I noticed attraction fields are listed under the "Flight to" custom post type, also.
It seems the attraction is duplicating under all custom post types.

Regards,
Ata

#2043091

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Ata,

Thank you for the new set of credentials, however they don't seem to be working.

Can you check them on your end and let me know if they work for you?

Thanks,
Shane

#2043859

Hello again.

Please use: atafarzam@gmail.com
password: 3nrkzUmiKsyLIoTbL$wEZAA!

Regards,
Ata

#2044789

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Ata,

The problem is that for the attractions custom field you didn't specify a post type to restrict it.
hidden link

Under the "Appears on" setting for the field group please select your post type that you want the field group to display on.

This should resolve this issue.

Thanks,
Shane

#2045997

My issue is resolved now. Thank you!