Quote:
Originally Posted by Replicant
JQuery is new to me too. To the best of my knowledge, it cannot be done with css. If you find a way, please let us all know. Since you don't seem to be too interested in learning a new programming language, try this one. Create a new ad, global, above footer and copy this code into it. Let me know if it works for you. It works on my test site.
Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>$(".datacontainer").click(function (event) {
var url = ($(this).find('a').attr('href'));
$(window.location = url);
});</script>
|
I must be doing something incorrectly. I added it, as instructed, and it doesn't appear to be doing anything. Sections must still be entered by clicking on the title.
http://i.imgur.com/mEZONrY.png
Image above is settings. You mentioned making the ad global, however I didn't see a step to specify that.
Thanks for the continued help! It really does mean a lot.