Phet Maly
Forum Replies Created
-
Forum: Plugins
In reply to: [Car Demon] Website Portfolio – Let's See Your Site!Still work in progress, but here it goes : https://www.karcol.ca/cars-for-sale
Forum: Plugins
In reply to: [Car Demon] Car Demon Tabs not working with Avada themeResolved
Forum: Plugins
In reply to: [Car Demon] Car Demon Tabs not working with Avada themeI had a my buddy take a crack at it and he found this weird behaviour.
Don’t know where the conflict is, but it ended being the DOM seemed to loose the values of the href on the ancors, after the document.ready.
We ended up recalling the fonctions after the document.ready.
We did this in the header.php of the Avada theme. The only hicup is that you need to do this everytime you need to update the Avada theme…
<script type="text/javascript"> jQuery(document).ready(function() { setTimeout(function(){ jQuery('a#tab_1').on('click', function() { car_demon_switch_tabs(1, 6, 'tab_', 'content_') } ); jQuery('a#tab_2').on('click', function() { car_demon_switch_tabs(2, 6, 'tab_', 'content_') } ); jQuery('a#tab_3').on('click', function() { car_demon_switch_tabs(3, 6, 'tab_', 'content_') } ); jQuery('a#tab_4').on('click', function() { car_demon_switch_tabs(4, 6, 'tab_', 'content_') } ); jQuery('a#tab_5').on('click', function() { car_demon_switch_tabs(5, 6, 'tab_', 'content_') } ); jQuery('a#tab_6').on('click', function() { car_demon_switch_tabs(6, 6, 'tab_', 'content_') } ); },500); }); </script>
Forum: Plugins
In reply to: [Car Demon] Title Character Limit?Hey Jay, thanks for the hard work. Just a heads up, the title in the cars-for-sale page are still limited in number of characters. But in the single car view, the title is ok.
Thanks again.
Forum: Plugins
In reply to: [Car Demon] Car Demon Tabs not working with Avada themeJay,
The page I’m having problem with is https://www.karcol.ca/cars-for-sale/chevrolet-camaro-zl1-2013
I’ve tried installing the dev version of Car Demon, but it did not resolve this issue, and it actually changed the CSS. So I went back to the current version.
Thanks for the help
Forum: Plugins
In reply to: [Car Demon] How do we delete pictures from a car page?I’ve just uploaded the dev version of car demon. So for now, I have to delete the picture from the media library itself, is that it Jay?
Forum: Plugins
In reply to: [Car Demon] Car Demon Tabs not working with Avada themeJay,
My website is still under dev. So it’s not available for the public yet. I could send you a u/p to you. Where can I find your email?
Forum: Plugins
In reply to: [Car Demon] Title Character Limit?I’ve got the same problem in the search results pages. Did you? Maybe you found a fix to this to?
Forum: Plugins
In reply to: [Car Demon] About TabDon’t know what it is for, but I’ve disabled it from the “Car Demon Settings” panel.
Forum: Plugins
In reply to: [Car Demon] Title Character Limit?All good! Worked for me. Thanks dude!
Forum: Plugins
In reply to: [Car Demon] Title Character Limit?Look for the same answer. Thanks.
Thanks for the help!