dynamyc
-
Apply background image just on homepage [WP]
Thank you for your suggestion! And I assume I have to write a php funtction like "if body has homepage class apply that css property" Can you help me with this ?
-
registration form with payment system ( paypal )
@chrisburton thanks for your suggestion but I'm using Quform @andy_unleash > Is the paypal button going to be the submit button for the form? Exactly, this is what I need. And I found a paypal terminal script already made on codecanyon:…
-
add php shortcode in return function
Nope, isn't working. Here is the code ( I'm using wordpress) :
-
Simple Content Search with javascript
Now the code is more cleaner! check my previous post
-
Simple Content Search with javascript
Again, now I'm trying to integrate this search in another markup and I can't make it work. Now I have an as a container. and for each thumbnail image I have which has a Title of image Here is a jsfiddle. Thank you for your help! La…
-
jquery script strange issue
Ah yes, sorry. What I want is to append the Click me! on the body with jquery because I don't have acces to html markup. So, when a user clicks on "Click me!" to show the header div.
-
jquery script strange issue
Have another question! :) How can I , instead of finding a#toggle to append it on header div and then after it's clicked to dissapear ? Thanks
-
jquery window width condition
I know it's better with media queries but the problem is that I want to display the #header only when a button is clicked only when the browser width is greater than 800px because I do not want to alter the css properties for mobile devices
-
jquery window width condition
I've tried this and it's not working proper: $(document).ready(function() { if ( $(window).width() > 800 ) { $("#header").hide(); } else { $("#header").show(); } }); f I resize the window below 800 the header is…
-
jquery window width condition
I can not use only media queries, because i have this $("#header").find("a").on("click", function() { $(this).parents("#header").fadeOut("slow"); return $(this).hasClass('close') ?…
-
jquery script strange issue
Thanks , it works. Also now I have a new challenge, it sounds like this : How can I , for example when a user click on a link the menu fades out like it is now when you close it ( click on x button) ? of course without affecting the link target, …
-
invert hover state
Not really, what approach do you have for using a tooltip to display the image ?
-
show all the posts thumbnails ( Wordpress )
I've tried with your code and when I check the Front-end the div is empty, nothing happen. Here is an example of how I want to display the posts, maybe you misunderstood me.
-
Simple Content Search with javascript
Now it works ! Thank you !
-
Simple Content Search with javascript
Is not working, I have to scroll back to see the results. I've put it in jquery.thumbnailScroller.js I've tested also with Firebug console.
-
Simple Content Search with javascript
Thanks! Now I have another issue: I have a jquery thumbnail scroller and for example if you scroll till the end of the thumbnails and then you search for "bedroom" you have to scroll back to the beginning to see the results. Hope you…
-
Simple Content Search with javascript
I've copied your modified code and integrate it with another plugin for thumbnail scroller but I get a strange error when I inspect element in Chrome: Uncaught SyntaxError: Unexpected token ILLEGAL Any suggestions on how to fix this and make i…
-
swfobject width
I've tried this and it's not working, maybe it's a caching problem because if I change the width and refresh I didn't see the changes in browser but if I download the file from FTP and look over it I see the changes
-
jquery click function
On a div. The idea is that I want to put the link in the javascript function not in the html markup.
-
jquery click function
Thanks, but I want to add the link directly in the .click function. Is it possible ?
-
fullscreen video background script
I've found this script that works fine on almost all browsers and mobile devices, but I'm wondering if it's possible to play that video in fullscreen by default ? Thanks!
-
html to wordpress plugin
@johnsulis, so HTML import 2 was very good ? I mean integrates very well the HTML pages, also the javascript in that particular page, or just the static html ?
-
html to wordpress plugin
@TheDoc, I know what you're saying but I was asking for something like THIS Thanks !
-
mouseover show and hide sidebar
You gave me the same link, I want only that sidebar effect not the entire plugin. Thanks!