DigitalDesignDj
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Customizing admin CSSyour “error” is: if ($layout = ‘fresh’)
try:
if ($layout == 'fresh')PHP and JavaScript behave similarly:
http://www.w3schools.com/js/js_comparisons.aspForum: Fixing WordPress
In reply to: How to Get Header to Auto RotateWhoops, Thats not it….
Try This:
/wp-content/themes/eVid/js/init.js
Find this line:
duration:700,(~line 30)
add this line after:interval:2000,(2 second intervall, increase to suit…)Forum: Fixing WordPress
In reply to: How to Get Header to Auto RotateThe Javascript you are looking to modify is at the top of this file:
/wp-content/themes/eVid/epanel/page_templates/js/et-ptemplates-frontend.jsForum: Plugins
In reply to: [Relevanssi - A Better Search] Relevanssi – Wildcard for Search TermsFigured it out!
I had to setup permalinks for the location category, the one I use as a dropdown.Excellent Plugin, Excellent Support, keep up the good work.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Relevanssi – Wildcard for Search TermsThat is exactly what I would like to happen. I was looking for a way to have blank searches return everything on the first step, so that the filters would leave me with the category they picked.
I am having trouble figuring out where I can hook into the search process to code that up.
Forum: Fixing WordPress
In reply to: Perform and Return 2 Sets of search resultsThanks Curtiss,
I did find an article that explains how to create Multiple search forms.
http://return-true.com/2010/10/using-multiple-search-forms-in-wordpress/I think this post has clues to the information I need.