Saltar navegación

[Cerrado] Alpha listing glossary on business directory

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

Zona horaria del colaborador: Asia/Hong_Kong (GMT+08:00)

Este tema contiene 6 respuestas, tiene 2 mensajes.

Última actualización por Luo Yang 3 years, 7 months ago.

Asistido por: Luo Yang.

Autor
Mensajes
#2482647

Hello,

I had a previous support request (https://toolset.com/forums/topic/setting-up-business-directory/) helping me implement an alpha listing glossary for the a business directory, but it has stopped working for no reason.

When I click on any of the list alpha items, the page loads, but the view does not change. See enlace oculto as an example. You will need to use wordpressadmin and GwY9vLVBq3mJtgCwUUcx to log into the development site.

Cheers,

#2482869

Hello,

It is a custom codes issue, please provide your website credentials in below private message box, I need to test and debug it in a live website, thanks

#2483509

Thanks for the details, I have done below modifications in your website:
Edit the post view "Alpha Term Listing":
enlace oculto
in section "Loop Editor", change it from:

		<wpv-loop>
		</wpv-loop>

To:

	<ul class="wpv-loop js-wpv-loop">
		<wpv-loop>
			<li>
				[wpv-post-link]
			</li>
		</wpv-loop>
	</ul>

You just need to output the search results in above post view.

#2484921

Hello,

Thanks for updating the code.

I am still addressing some related issues, so please keep this ticket open.

Cheers,

#2484995

I have marked this thread as "Waiting for feedback" status, you can update here if you still need more assistance for it.

#2486331

Hello,

How would I go about creating two different views, one for displaying the alpha term listings and the categories like enlace oculto and another displaying the alpha term listings and listings without the categories displayed below like enlace oculto.

Currently, the view displays everything on the enlace oculto and the enlace oculto pages.

The main Business Directory page currently uses this code:

[wpv-view name="alpha-term-listing"]
[wpv-view name="listing-categories"]

Can a separate page be created to handle the other page view types with different content being displayed?

Cheers,

#2486581

To avoid more misunderstandings, please elaborate the question with more details:
Can a separate page be created to handle the other page view types with different content being displayed?

If you want to pass term title as URL parameters to the another page and view, you can setup the term link with HTML codes for example:

<em><u>enlace oculto</u></em>

More help:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-taxonomy-title

El debate ‘[Cerrado] Alpha listing glossary on business directory’ está cerrado y no admite más respuestas.