Elementor is causing another plugin, 3D Flipbook, from loading properly. Here’s the error I receive:
Loading failed for the <script> with source “…./plugin/elementor/assets/lib/share-link.min.js?ver=3.4.4”
Before I updated Elementor sometime back, this worked perfectly. I tried creating a new book and at the bottom is shows ‘NetworkError when attempting to fetch resource’ and when I checked it out in Inspector it showed the above error. I also regenerated Elementor/EA, but no joy.
Please advise how to fix this issue. Thanks!
~ Charly
]]>If I try to place that script in my child theme header or footer, Elementor Header Footer Builder, along with Revolution Slider and a couple other plugins stops functioning correctly or not at all.
Also tried removing both javascript references (datepicker doesn’t work) or just one (the other plugins doesn’t work).
How can I resolve the issue?
This is my problematic script:
<script type="text/javascript" src="https://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<script language="javascript">
$(document).ready(function () {
$("#arrival").datepicker({
dateFormat: 'dd/mm-yy',
minDate: 0,
});
$("#departure").datepicker({
dateFormat: 'dd/mm-yy',
minDate: 0,
});
});
</script>
]]><script type=”text/javascript”>
var wc_product_block_data = JSON.parse( decodeURIComponent(
It is being flagged by Quterra as “potentially suspicious”. If I revert to previous version of woo commerce this is an issue.
What is this code? Why is it included?
]]>Is there possibly a fix for this, like a no-conflict mode or an option to not lazy load thumbnails?
https://www.ads-software.com/plugins/lazy-loading-responsive-images/
]]><div class="entry">
<?php the_excerpt() ?>
</div>
I also added a query code to the templates i made to only show posts from certain categories so he homepage was only newsy related and informative and the motogp, motocross, supercross, etc were in their respective tabs only.
the code i used for the query is:
<div class="column">
<?php $postcount = "0"; query_posts('category_name=News');// reset post counter ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php $postcount++; // post counter ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
After I made them query only certain categories the Older Posts button failed to work. when i click it it just shows those same 5. that isn’t just on the main page that is every page i used query on.
Any suggestions. If this has already been posted please link back to it, because i searched for this topic and i may have overlooked it.
————–
EDIT:
I’ll just post the page script so you can tell me if there is anything that needs to be added or changed…Thank you all in advance
[Code moderated as per the Forum Rules. Please use the pastebin]
]]>