krishnaut
Forum Replies Created
-
When I add the code, the pop-up is not getting activated. However the information related to each person is shown at the bottom of the footer.
https://prntscr.com/16qpczfNow we found another solution i.e. to add code in both header.php and footer.php
1. Open your theme’s header.php file and add the following immediately before the closing </head> tag: <?php wp_head(); ?>
2) Open your theme’s footer.php file and add the following immediately before the closing </body> tag: <?php wp_footer(); ?>
https://smashballoon.com/doc/the-plugins-css-and-javascript-files-arent-being-included-in-my-page/This worked for now.
Thanks for the time.
HI Anoop,
Thanks for the quick reply.
I tried it i.e. added wp_footer() in the footer.php file just before </body>It didnot work.
Probably as mentioned before the Plugin JS and CSS files itself are not loading with this new custom developed theme.
This worked well with other theme i.e. Astra Theme well.
So where should the code be updated so that all Plugin JS and CSS files are automatically loaded.regards,
KrishnaHi Riddhi,
It appears that all the Plugin js and CSS files are not loading for the website.
A custom theme was built.
Maybe there are some restrictions there.
Need to check.
Do you have any idea where to check for those issues i.e. where will the code be that is restricting plugins JS and CSS files from loading?regards,
Krishnaregards,
KrishnaWhich one do you suggest me to select??
1) Disable
2) Includeregards,
Krishna