Just to make sure:
I am allowed to use the code of tutorials from wp.tutsplus.com in my commercial wordpress themes. Is this correct?
Thank you
thanks. that helped
Hello,
First of all, I’m not a jquery expert. My problem is on a filterable portfolio page which I realised with Quicksand (http://wp.tutsplus.com/tutorials/theme-development/create-a-quicksand-portfolio-with-wordpress/). But you don’t have to know the plugin to be able to help me with my problem.
The problem is: I use background hover functions for title boxes for each portfolio item on the portfolio overview page. It works fine but when I click a filter link and the items are arranged in a new way, the hover function doesn’t work anymore.
The reason therefore is, that the jQuery code runs only when the page loads but when I click a filter link, the page of course doesn’t load again.
I use the jQuery FunctionjQuery(document).ready(function(){
MY CODE (e.g. Filter function, Hover function)
});
Should I transfer the code for the hover function to another function (not a “ready” function) ?
thank you
Hello,
Do you create your icons and symbols for list styles, alerts, etc. on your own or do you know a source of icon sets for commercial use?
I ask, because there are many standard ones like ticks, alerts etc. which look the same in many themes.
Silly me. thanks
Can anyone tell me why this won’t work and how to write it correctly?
$image = bloginfo('template_directory') . '/images/image.png'; Ok, you mean in the prettyPhoto Popup, right?
Hello,
I think many of you use pictures from flickr (und creative common license) in the theme demos. You usually have to mention the name of the photographer but I never saw it in a theme demo.
Should I mention it in the demo, or in the theme description, or is it ok to don’t mention the name?
This plugin does also NOT remove P-Tags for shortcodes I’ve implemented like
do_shortcode(ot_get_option( 'textbox1' ));I need this kind of implementation because I want to use shortcodes in Theme Options Text boxes.
EDIT : Ok this would work, but isn’t there a nicer solution?
do_shortcode(shortcode_empty_paragraph_fix(ot_get_option( 'fp_textbox' )));
Hm I really don’t find somehting about it on the www.
