BlackLionDigital
Forum Replies Created
-
Forum: Plugins
In reply to: [Weight Tracker] jQuery ConflictI found the fix. You need to include the full jQueryUI:
<script src=’http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js’></script>That includes the easing function you’re using.
Forum: Plugins
In reply to: [Weight Tracker] jQuery ConflictHi Yeken,
All of the plugins we’re using are needed unfortunately, it looks like it’s clashing with Beaver Builder (which is how our whole site is built).
It’s only declaring jQuery.js once from what I can tell.
Forum: Plugins
In reply to: [WP Store Locator] Error Occurring where Stores are listedAhhh no problem mate.
We’re happy to pay you some money to get a fix, as we’d love to use your plugin for future projects and the conflict with Tag Manager may stop us.
Feel free to email me at jared@blackliondigital.com
Forum: Plugins
In reply to: [WP Store Locator] Error Occurring where Stores are listedTijmen, thank you SO much for getting back to us so fast!
It turned out to be Google Tag Manager, here is the code that is screwing it up:
<!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-52DPBW" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-52DPBW');</script> <!-- End Google Tag Manager -->For this particular page, I’ve added an If statement to remove that code. This is a temp fix hopefully, as we would like to track this page with Google Tag Manager. Do you have any idea why it would be conflicting and how we can find around it?
Thank you once again, you’ve been great!
Forum: Plugins
In reply to: [IMPress Listings] Photo Links are BrokenIf anyone else is having this issue, I’m using Jupiter theme. I put this fix inside single-listing.php
Note: It also adds a ‘lightbox’, you will need a lightbox script installed for that part.
<script> //fixes the error in the <a> tag jQuery( ".attachment-thumbnail" ).parent().each(function( index ) { blamo = jQuery(this).find("img").attr("src").replace("-150x150",""); jQuery(this).attr("href",blamo) jQuery(this).attr("rel","lightbox[propertyphotos]") }); </script>Forum: Plugins
In reply to: [IMPress Listings] Photo Links are BrokenIs this link correct though?
http://staging.blackliondigital.com/bevington/site-23/site-23-235-000-1_l/It doesn’t look correct? (i.e. it doesn’t have wp-content in it)
Thanks in advance!