Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
#1 ok what theme are u using, it probably just needs a class added to it to make it act like the other buttons in your theme.
#2 no you can’t import personal pages.
#3 i am not sure what you mean?
Stiofan
This has been added as a bug and will be looked at.
Thanks,
Stiofan
🙂
Give it a try now, i applied a fix to your site.
Stiofan
Give it a try now, i applied a fix to your site.
Stiofan
There was a bug for this if you are on the southern hemisphere, are u?
Stiofan
did u add the code as polo suggested?
Stiofan
have u got recurring payment ticked for this price package? if so it will only show paypal.
Stiofan
Hi Dimitri,
I have added this as a bug and it will be fixed in the next version.
Thanks,
Stiofan
import details looks like a button for me? Got a link to ur site?
I’m not sure exactly what you are asking in your second question?
Stiofan
November 7, 2014 at 10:08 am in reply to: Phone, Fax, Email, Website all missing from Listing Details #20913U have those only set to show on the free listigns and not other price package, please look in Company listing settings, i enabled the phone number already.
Stiofan
November 7, 2014 at 9:55 am in reply to: In list view, would like logos to flow one after the next #20910Not without adjusting the size of all the images, or losing some of the image with overflow.
Stiofan
This has been fixed and will be in the next release.
Stiofan
This was a bug please download ver 0.0.2 from the first post here.
Please test and let us know.
Thanks,
Stiofan
Thanks,
OK i tryed adding code to your child theme funtoins but i managed to take down ur site (no need to thank me, doh!)
Anyway edit with FTP and u will see my code at the top of the file replace it with this.
// function to change featured sort to featured and A-Z add_filter('geodir_posts_order_by_sort', 'geodir_posts_order_by_sort_my_change',10,3); function geodir_posts_order_by_sort_my_change($orderby, $sort_by, $table){ global $wpdb; if($orderby == $table.".is_featured asc, " && ($sort_by=='featured' || $sort_by=='is_featured_asc' )){ $orderby = $table.".is_featured asc, $wpdb->posts.post_title asc, "; } return $orderby; }Stiofan
-
AuthorPosts