ex1234
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Tooltips not displaying@vee: you are a superstar! Do you have a bitcoin address I can send some love to?
<!--wordpress footer--> <?php wp_footer(); ?> <script type="text/javascript"> jQuery(function () { jQuery('[data-toggle="tooltip"]').tooltip() }); </script> </body> </html>This caused the tooltips to kick in perfectly.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Tooltips not displayingI have the following in my
footer.phpfile:<!--wordpress footer--> <?php wp_footer(); ?> <script type="text/javascript"> $(document).ready(function(){ $(function () {$('[data-toggle="tooltip"]').tooltip()}) }); </script> </body> </html>Forum: Themes and Templates
In reply to: [Bootstrap Basic] Tooltips not displaying@codemovement.pk: The site is in a dev area currently and not publicly accessible as yet.
@vee: I believe that is loaded, yes. I can see the following two lines showing in the footer of the displayed HTML output:
<script type='text/javascript' src='http://example.com/wp-content/themes/bootstrap-basic/js/vendor/bootstrap.min.js?ver=3.3.6'></script> <script type='text/javascript' src='http://example.com/wp-content/themes/bootstrap-basic/js/main.js?ver=4.5.2'></script>Forum: Reviews
In reply to: [Auto More Tag] Does what it says.Just go into the plugin settings (Settings->Auto More Tag) and set the option “Give Credit Where Credit is Due?” to “No”.
If this works for you, it’s a Good Thing to tip the author of the plugin using the donation button on the same page.
We’re also hitting 404 errors at times.
Viewing 5 replies - 1 through 5 (of 5 total)