Forum Replies Created
-
AuthorPosts
-
April 29, 2024 at 1:17 pm in reply to: Events Calendar Plugin – German Version H1 Typo is back #1441302
Thanks, that did it!
Best regards
April 29, 2024 at 11:50 am in reply to: Events Calendar Plugin – German Version H1 Typo is back #1441290Hi,
seems to be just the pages showing single event details: https://www.mv-stveit-triesting.at/termine/stadtmarkt-berndorf/
Thanks and BestApril 26, 2024 at 9:52 am in reply to: Events Calendar Plugin – German Version H1 Typo is back #1440928Hi,
thanks for the quick reply, I just can’t find the right section to translate in the language files…
We could also try the previous solution – the code your team provided last time still works (see below), it just does not adress the right H1 any more, so perhaps we just have to change this: #top.post-type-archive-tribe_events h1.main-title.entry-title
Just a guess…Thanks and best regards
function custom_script(){ ?> <script> (function($){ $(document).ready(function(){ $("#top.post-type-archive-tribe_events h1.main-title.entry-title").text("Kalender mit Ereignissen"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');
April 24, 2024 at 12:51 pm in reply to: Events Calendar Plugin – German Version H1 Typo is back #1440688The script that solved the problem is still there, I think it does not adress the tribe events H1 any more.
That did it! Thank you very much!
Best Regards
Hi Mike,
thanks for your answer, the code works, but it changes alle the H1s on the whole website.
I just need to change the title on the calendar main page – https://www.mv-stveit-triesting.at/termine/ – just the one ;) Is there a way to do that?Thanks and best regards
-
AuthorPosts