WebFlair
Forum Replies Created
-
Just add…
.shailan-dropdown-menu .dropdown-horizontal-container table { width:100%; }
to your theme css.
Forum: Fixing WordPress
In reply to: Sub Categories in custom taxonomiesHere’s a better description of my problem…
On my wordpress site UK Holiday Parks I use categories as locations i.e. Regions and Counties
I have the top level categories (regions) in the side bar and the sub categories on the archive.php template using the code below…
<?php if (is_category()) { $this_category = get_category($cat); if (get_category_children($this_category->cat_ID) != "") { echo "<div class=\"countysubs\"><h2>Counties</h2>"; echo " <ul>"; wp_list_categories('orderby=id&show_count=0&title_li= &use_desc_for_title=1&child_of='.$this_category->cat_ID); echo "</ul> </div>"; } } ?>
I want to stop using categories for locations and use a hierarchical custom taxonomy instead.
I have set up a the Taxonomy, and a know how to get top level categories for the custom taxonomy into the side bar, I just cannot seem to get sub categories from the custom taxonomy to show up in the archive.php template.
Forum: Fixing WordPress
In reply to: Sub Categories in custom taxonomiesThat seems to produce a 500 server error, perhaps I am using it incorrectly.
Forum: Fixing WordPress
In reply to: Sub Categories in custom taxonomiesAnybody able to help with this?
Forum: Fixing WordPress
In reply to: Is this Possible? Post Types – Related PostsSorry, can anyone help. I;ve tried to work this out but I can work out how to code the multiple loop..
Single Post template
1st loop is the standard post loop
2nd loop shows all posts that have any matching tag to the main post and are of post type Hotel.
3rd loop shows all posts that have any matching tag to the main post and are of post type Attraction.
Forum: Fixing WordPress
In reply to: Is this Possible? Post Types – Related PostsSo I have looked at the pages you mention above, thanks, I think I will be able to fathom that with time.
Save me wrongly going down this route, will these multiple loops allow me to…
1st loop: The post about blackpool (Title, author, post content)
2nd loop: List of Posts with type ‘hotel’ and tagged ‘blackpool’ (For each: Title linked to full post, summary text, post image)
3rd loop: List of Posts with type ‘restaurants’ and tagged ‘blackpool’ (For each: Title linked to full post, summary text, post image)
?
Hopefully I will be able to work out the PHP for these loops.
Forum: Plugins
In reply to: [WP Booking Calendar] [Plugin: Booking Calendar] Multiple Booking ItemsHow much would you charge me to make this happen quickly? If you would be willing.
Forum: Plugins
In reply to: [WP Booking Calendar] [Plugin: Booking Calendar] Multiple Booking ItemsMore than one calendar on the booking form? Why?
End users will take one look at that and go elsewhere.
It would make so much more sense if they can enter a date and then be shown which resources are available on that date, then just be able to select them and check out.
I have never seen a booking site use more than one calendar in booking, and if I did I wouldn’t use it to book anything.
Forum: Plugins
In reply to: [WP Booking Calendar] [Plugin: Booking Calendar] Multiple Booking ItemsHi again
Sorry, just don’t understand. I find this very confusing.
I understand where you add new fields, but I have no clue how to make the different services appear with check boxes.
And are you saying that if the order form allows you to select multiple services it will not check availability for each? What good would that be to anyone?
Your demo’s only seem to show VERY basic functionality.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Pagination not workingThank you.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Pagination not workingIt’s version 2.2.1
Here