Giri
Forum Replies Created
-
AuthorPosts
-
July 1, 2016 at 1:28 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #219563
I have asked stiofan to increase maximum upload size. Now form accepts upto 2mb. Can you reupload your 3rd and 4th images?
Thanks
July 1, 2016 at 1:21 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #219551Hello brian, i’m unable to access your wp-admin. Most probably you have used incorrect height value in home map widget.
For your safari.png, selects and inputs are styled by the browser. It has nothing to do with GD
I have checked our BuddyPress integration changelog. I can confirm its not us.
Thanks
I think you have duplicated entire whoop style.css file in your child theme css. You are not supposed to duplicate the code. Some part of styles are overridden by your child theme code. So keep only your custom code in child theme style.css file. Remove the rest.
This reply has been marked as private.This reply has been marked as private.I was awaiting for your reply. I didn’t change anything
Dawn, I have logged in.
Link CPT feature has nothing to do with categories I guess.
Can you post some listing links where you have that problem?
You can modify the password, once we are done.
Thanks
Category is sorted by post count by default.
I have modified some code in Advanced filters addon.
We need to apply that code in your site first.
Then you can use the following code in your child theme.
add_filter('geodir_filter_term_args', 'custom_geodir_filter_term_args'); function custom_geodir_filter_term_args($args) { $args['orderby'] = 'name'; $args['order'] = 'ASC'; return $args; }
Please post your FTP details.
Thanks
Please post your ftp details. I’ll add the changes in your website.
Thanks
This commit fixes that bug.
https://github.com/GeoDirectory/supreme-directory/pull/2/files
ThanksThis reply has been marked as private.I have fixed this. Will be available in next version.
Post your ftp details. I’ll apply the patch in your site
Thanks for reporting.
You are welcome christian 🙂
-
AuthorPosts