Toggle Hash feature

Hi there,

I’m attempting to use the toggle hash feature to open an accordion item upon linking to a page from a different page. I’ve added “item1”, “item2” and “item3” in the toggle hash fields for each item. But when I go to myurl/#item1, it does not scroll down to the item nor open it. Is there another place I need to add the anchor tag for this? I will add login info in private comments. Thanks!

Hi Marta,

Thank you for writing in, we have already added this into our internal feature request tracker for our developers to take a look. I suggest you keep an eye on our changelog page for updates.

https://theme.co/changelog

Thanks.

Hi Friech,

Ok thank you. As an alternative, is there a way I can nest a content area modal inside another content area? Or perhaps there is a simpler method – what we want to do is have several graphics on the page that open as modal video players when clicked. I see the content area modal, but it doesn’t look like you have the ability to replace the default icon with your own graphic. Thank you in advance for your help!

Hello Marta,

Regretfully you cannot nest the content area modal within a content area element. Yes, you can replace the icon with you own graphic.

  • Just click the content area modal element, find the “Toggle” and then enable the image:

  • Set the Type as “image” in the Graphic Setup

  • And then set up your image in the Graphic Image section

Hope this helps.

Hi RueNel,

Thank you for your reply; I’ve implemented this, but I’m wondering if this is the ideal method to accomplish what I need to do, or if using lightbox shortcode would be better. Currently I have both set up to test, but there are drawbacks to both. With the lightbox, the video is playing with two frames on either side (as though in a slideshow with other videos). And with the content modal, the video plays with a white rectangle offset to the left of it. Is there a way to get rid of either or both of those? And then also, with the lightbox, can the “x” to stop the video player be moved to the upper righthand corner instead of upper left? And can an “x” to stop the video player be added to the content modal?

Let me know, thank you! If you need login details, please advise. I have sent them in a secure note earlier in this thread as well.

Hello Marta,

Unfortunately, I still can’t access your staging site. It would be better if you can provide credentials of staging site instead so we can directly check your setup. Thank you.

Hi Lely,

Thank you for your reply; I believe I have solved the issue. I do have another question however. Currently the site has a custom cursor and we want to remove it and use the default. I’ve added the following CSS:

#x-root {
cursor: default, auto;
}

And it’s removed the customization when the cursor is not pointing at something clickable. But it continues to display the custom URL when hovering over a clickable element. Please advise, thank you!

Hi Marta,

Please navigate to Appearance > Customize > Additional CSS, then find and remove this custom CSS.

/*
 * CURSOR LUNG!!!! 
 * */

a:hover{
	cursor: url(http://pwostaging.pulmonarywellness.com/wp-content/uploads/2018/12/cursorMAN-e1545166798342.png), auto!important; 
}

#x-root, #x-root{
	cursor: url("http://pwostaging.pulmonarywellness.com/wp-content/uploads/2018/09/cursorMAN-e1537557501291.png"), auto;
}

This is the custom CSS block that styles your cursor.

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.