Daniella
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Can't change profile emailI did and it still reverts back to the original email.
Forum: Plugins
In reply to: [Theme My Login] Fatal Error after UpgradeHi Jeff,
I posted the exact error line in my original post. How else can I help you?
I’m running the latest version of WP, and upgraded to 6.3.6.Forum: Plugins
In reply to: [Plugin: Multi-Column Taxonomy List] Style Parent and childI switched to the Custom Taxonomies Menu Widget and it was easier to style it.
Hope that helps.Forum: Plugins
In reply to: [Query Multiple Taxonomies] Strange problem with widget drop downsThere’s only one sidebar which is your widget and a text widget.
This is very weird. I searched for “India” and the entry came up:
http://adgib.com/brian/bicycletourfinder/001/to-countries/india?cities&type-of-tours&attractions then on the sidebar it just shows the two taxonomies pertaining to that entry.Forum: Plugins
In reply to: [Query Multiple Taxonomies] Strange problem with widget drop downsI thought more about this and that sidebar is pulling in the Taxonomy Drill Down Widget, nothing else. The widget is working fine on the home page and the other pages, just not the category/taxonomy pages.
Forum: Plugins
In reply to: [Query Multiple Taxonomies] Strange problem with widget drop downsThank you very much.
Forum: Fixing WordPress
In reply to: Help with conditional statement for custom taxonomyI found something that worked:
http://wpquestions.com/question/show/id/2038Forum: Fixing WordPress
In reply to: Please Help with Previous Posts LinkI fixed it…changed the query to:
query_posts($query_string . "&cat=$que"); $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts( 'cat=193,195,196,197,216&paged=' . $paged);Forum: Plugins
In reply to: [Query Multiple Taxonomies] The blank spot and the errorFantastic. Thanks for your help.
Forum: Plugins
In reply to: [Query Multiple Taxonomies] The blank spot and the errorThat’s very weird. It just worked for me also.
I guess I would like the dropdown to have something in there, -choose-, -select-, or whatever without it looking for that item. Not a big deal, though, the client is ok with it blank. I just wanted to know how to do it.
Thank you for the speedy response and the great plugin. Do you think it could be adapted to work similar to the Activities sidebar on this page: http://vitalventure.gmri.org/activities/ (I have no idea how it was done.)
Forum: Fixing WordPress
In reply to: Anyone know how this was done?Oops… the first link is http://www.summerfeet.net/explore-trips?trip-location=&trip-length=weeklong&trip-difficulty=
Forum: Plugins
In reply to: [Custom Field Template] Showing on all postsOK, thanks.
Forum: Plugins
In reply to: CSV Importer ctax with commasThank you.
Forum: Plugins
In reply to: CSV Importer ctax with commasI looked at all the files in the examples folder but couldn’t find one for this. Could someone please give me an example?
Thank you.Forum: Plugins
In reply to: [CSV Importer] Inputting correct post categoryI used the category number and it worked.