Hi!
In the topic pages of the forum the icons of "mention" "reject" "edit" "like" are not working (when you click them the dont do any action) See screenshot attatched to understand what we are reffering.
How we can fix that?
Kind regards
@tutrix Thanks for your answer, replaced but it still do not work (cache cleared multiple times)
replace this too
</footer>
<!-- <?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
with
<footer id="colophon" class="site-footer">
<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
my Forum Tutrix.de
you forgot to remove the red marked
</footer>
<!-- <?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
my Forum Tutrix.de
Any other ideas?
use the original footer.php from (Twenty Nineteen Theme), without your Customization
my Forum Tutrix.de
original footer.php
Customization step by step (without coding bugs) 😉 or ask a programmer who will do it correctly for you
my Forum Tutrix.de
Hi @ferreidea,
Sorry for the late response.
Please send the admin login details to info[at]gvectors.com address. The developers check it for you.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
Hi @ferreidea,
Could you please explain why these extra JS/CSS files are added in your website footer? This crashes the whole jQuery functions of your website. WordPress has already loaded jQuery lib, why you're duplicating it?
Please remove these as soon as possible and delete all caches if you have.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
@robert hi! I cant find the lines of code you want me to delete in the footer.php of the active theme I have, i fact in the screenshot you send me you mention to erase the lines 1658 to 1660 but in my footer.php file of the theme I only have 361 lines of code.
Please could you tell me the exact file I have to modify to make it work properly?
Kind regards