bastunqk
-
Find from where html tag came
Thank you for the fast answer, but it does't do what i need. I need something like click on tag and see from which file came or something like debug for html .. Regards.
-
Strange issue with WP Shortcode
I've done it using buffer. Here is my solution: function bnt_custom_comment_func( $atts ){ ob_start(); comments_template(); $output_string = ob_get_contents(); ob_end_clean(); return '' .$output_string . …
-
need your feedback about my theme
Good job it's looking awesome. :)
-
chenge img src using Jquery before it render the old
I've done it with another img. Thank you for the useful information :)
-
chenge img src using Jquery before it render the old
Thank you. But this solution worked ok only in chrome. IE and Firefox didn't load correctly.
-
chenge img src using Jquery before it render the old
Thank you. But in your code is happening the same. Puppies is showing for a sec then it's changed to cats. Other ?
-
Jquery preload images
Thank you. Should i use it on some other way, or just to put this in top ? I don't understand the logic of this. Or i must use preloads[0] or 1 etc... in my code path to image ? Podders Permalink to comment # 2:29AM Flag Add the following cod…
-
Wrong js in Wordpress
Thank you. But now it's says: Uncaught SyntaxError: Unexpected end of input .
-
Floats problem
Could somebody explain to me how to clear floats the wright way? Because floats really confuses me.
-
Floats problem
The spans was the problem. Thanks to everybody.
-
Floats problem
here it is: http://codepen.io/anon/pen/IitgG
-
Floats problem
Here it is the basic html: Video is here text text text Video is here text text text and the css: leftReopor…