borantula
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Nivo Slider Problemsin the source i couldn’t saw jquery.nivo.slider.pack.js
could that be the problem?!?
you can try it by manually putting it there after jqueryby the way you are using jquery twice (1.4.4 and 1.5.1 versions). i’m not sure if it causes any problem but i just wanted to warn
Forum: Plugins
In reply to: Remove rel="facebox" from Excerpts on Home Pagewhat is the following website??
Forum: Fixing WordPress
In reply to: Categories in Alphabetical Orderits the catSort option
change 'catSort' => 'catId', to 'catSort' => 'catName',
that will do the trick ??
Forum: Themes and Templates
In reply to: Easiest way to switch CSS styles?never tried it but you might think of using the cookies for this.
write a functions for writing data to section according to affiliate link, then a function for checking the session and choosing right css.in fact this thing can be turned into a plugin which has a settings page and etc.
i might suggest the session as well but as i remember an article about wordpress encourages using of cookies instead of session.(correct me if i’m wrong, i’m not sure about this 100 percent)
Forum: Fixing WordPress
In reply to: Categories in Alphabetical Orderif the list is prepared by using a custom query you can use orderby => name, order => ASC in args…
but i guess its prepared using a plugin called collapsing categories…then you may need to change some settings in plugin files if there’s no option for ordering
nice site btw..i like bikes
Forum: Requests and Feedback
In reply to: Indenting Subcategories in the Post Editor?? great!!! thanks for the quick reply
this does the trick but this should be easier. he copied and rewrite entire meta box.
i was looking for a way to hook on wp_terms_checklist functionForum: Requests and Feedback
In reply to: Indenting Subcategories in the Post Editori’m dealing with the same problem
i found the solution but its in admin files and i couldn’t manage to hook itthere’s a function called wp_terms_checklist
See here
And herein $defaults there’s an option called checked_ontop and its true. try and make it false and you’ll see the problem is solved(i tried it with a custom taxonomy but it should work on normal categories as well).
but my problem is how to hook it from my functions.php to make checked_ontop false?? because i dont want to update this everytime i upgrade the core
from plugin file “pirobox_ext_wp.php” i have deleted`
<script type=”text/javascript” src=”<?php echo $piro_path;?>/js/pirobox_extended_feb_2011.js”></script>`
i have already used jquer ui 1.8.2 and i guess they were conflicting.`
<script type=”text/javascript” src=”https://www.dionadworks.com/_works/zoom_ithalat/wp-content/themes/toolbox/scripts/jquery-ui-1.8.12.custom.min.js”></script> `
problem solved everythings fine now
by the way pirobox is great plugin…thanks for the work