Hello Calin,
I am not sure if I understand your answer right. According to your answer my Code looks like this:
<h3>Headline 1 Smartlist 1</h3>
Content 1 Smartlist 1
<h3>Headline 2 Smartlist 1</h3>
Content 2 Smartlist 1
<h3>Headline 3 Smartlist 1</h3>
Content 3 Smartlist 1
[td_smart_list_end]
<h2>Headline 1 Smartlist 2</h2>
Content 1 Smartlist 2
<h2>Headline 2 Smartlist 2</h2>
Content 2 Smartlist 2
<h2>Headline 3 Smartlist 2</h2>
Content 3 Smartlist 2
[td_smart_list_end]
If I now change in the Smartlist section of the editing panel the “Title tag” attribute from H3 to H2 the first smartlist is not rendered. Revert this change renders the first smartlist but not the second one.
Hi,
after some code screening and changing I was able to make it work.
Major code changes in:
wp-content/themes/Newspaper/includes/wp_booster/td_smart_list.php
– Restart the search and rendering for more smartlist code after line 140 on after_list array entry.
The jQuery selectors for the smartlist buttons in line 130+131:
wp-content/themes/Newspaper/includes/smart_lists/td_smart_list_1.php
wp-content/themes/Newspaper/includes/smart_lists/td_smart_list_3.php
PM if you are interested in details.