Describe the issue
Petit Théâtre du Vieux Noranda used to provide structured data through Footlight Console for La Vitrine. The Console however stopped working when they redesigned their website. Their new website generates decent structured data through the The Events Calendar plugin, by Tribe.
However, I am unable to find the right CSS selector to crawl their site.
I need help.
Site map
https://petittheatre.org/tribe_events-sitemap.xml
I tried it with the selector loc and it failed.
Events page
https://petittheatre.org/programmation/
"Copy Selector" value grabbed from the Google Chrome inspector
#post-446 > div > div > div > div > div > div.fusion-post-cards.fusion-post-cards-3.fusion-grid-archive.fusion-grid-columns-1 > ul > li.fusion-layout-column.fusion_builder_column.fusion-builder-column-37.fusion-flex-column.animation-atelier.post-card.fusion-grid-column.fusion-post-cards-grid-column.cirque > div > div > div.fusion-layout-column.fusion_builder_column_inner.fusion-builder-nested-column-93.fusion_builder_column_inner_1_4.\31 _4.fusion-flex-column.fondvert.fusion-column-inner-bg-wrapper > span > a > span
From this value, I tried the selector div.fusion-layout-column a, but it failed.
Describe the issue
Petit Théâtre du Vieux Noranda used to provide structured data through Footlight Console for La Vitrine. The Console however stopped working when they redesigned their website. Their new website generates decent structured data through the The Events Calendar plugin, by Tribe.
However, I am unable to find the right CSS selector to crawl their site.
I need help.
Site map
https://petittheatre.org/tribe_events-sitemap.xml
I tried it with the selector
locand it failed.Events page
https://petittheatre.org/programmation/
"Copy Selector" value grabbed from the Google Chrome inspector
From this value, I tried the selector
div.fusion-layout-column a, but it failed.