Hello, we're looking for ways to improve the SEO friendliness of our event pages. We've already opted to display each event as an individual page (instead of modal pop-up).
Now, we're looking for a way to tweak the HTML so that it will deliver h1, h2, h3 tags for the main event title and subtitles within the page – instead of the <stec-div> elements that are currently used for all titles and other elements.
The custom elements are used to prevent themes or other plugin stylesheets from interfering with the plugin's layout. Unfortunately, this turned out to be the most effective method.
I can extend the builder code so that elements like Title can have extra option to select their element type (h1, h2 ... etc). Something like this:
Hello, we're looking for ways to improve the SEO friendliness of our event pages. We've already opted to display each event as an individual page (instead of modal pop-up).
Now, we're looking for a way to tweak the HTML so that it will deliver h1, h2, h3 tags for the main event title and subtitles within the page – instead of the <stec-div> elements that are currently used for all titles and other elements.
Thanks for some hints how to achieve this.
Hi,
The custom elements are used to prevent themes or other plugin stylesheets from interfering with the plugin's layout. Unfortunately, this turned out to be the most effective method.
I can extend the builder code so that elements like Title can have extra option to select their element type (h1, h2 ... etc). Something like this:
Which other element concerns you?
Stachethemes Developer
I will add "Element type" property for the following elements:
The update ( v5.3.5 ) will be uploaded on Codecanyon later today.
Stachethemes Developer
The new version is ready for download.
You will have to re-insert these elements in the builder template to see the new options.
Stachethemes Developer