Giri
Forum Replies Created
-
AuthorPosts
-
Brian, the reason your design has changed is because you have activated whoop yesterday but you had some problem because of incompatible PHP version. WordPress recommends PHP version 5.6. I’m sure you have some lower version which is why its causing issues with whoop function. I have modified the code in whoop to support older versions of PHP. But trust me you need to contact your hosting and upgrade PHP version.
If you can give me the correct FTP info, I might be solve your issues.
Please note your ftp credentials doesn’t have host name details which is necessary for FTP.
So ask your hosting and provide correct hostname.
Thanks
Yes that link works for me and the problem is your theme.
Just add this code in
Geodirectory > Design > Scripts >
Custom style css code.entry-content p { margin: 0 0 10px; }
This reply has been marked as private.I still need a listing page url where I can see your paragraph problem.
Thanks
Brian, I need correct ftp details. I don’t see any host name info in your ftp details.
I’m also unable to access WP admin.
Please test yourself before posting the credentials here.
Thanks
This reply has been marked as private.July 4, 2016 at 3:07 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #221159Ok I got it now. I’ll talk to stiofan about this.
Thanks
July 4, 2016 at 2:31 pm in reply to: GD>CPT Categories Spacing off in Desktop, and needs fixed on mobile #221132Hi there, i have added some compatibility classes in theme compatibility page. Also added some styles there.
But you still need to hire someone if you would like to improve the look since this theme is not fully compatible with GD.
Thanks
July 4, 2016 at 1:31 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #221115This reply has been marked as private.July 4, 2016 at 1:00 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #221108I think you are talking about persistent category. I’ll talk with stiofan and if possible we will add that. But i do believe that will confuse the users more. So stiofan may not agree with that feature.
Thanks
July 4, 2016 at 12:43 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #2210751) Yep
4) It lists listings only from that particular location and post type.
6) Do you have any upcoming event to that particular location?July 4, 2016 at 12:01 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #221023This reply has been marked as private.I have fixed the problem in Whoop. Post your ftp, i’ll add the changes in your website.
Thanks
July 4, 2016 at 10:10 am in reply to: Missing argument 2 for geodir_event_title_recurring_event #220956It does look like you have reinstalled events plugin or updated it. So my changes were lost.
I have fixed the code once again. Please don’t reinstall it, till we release new events plugin update.
Try with this code in functions.php file
remove_action('geodir_detail_before_main_content', 'geodir_breadcrumb', 20); add_action('geodir_details_main_content', 'geodir_breadcrumb', 100);
-
AuthorPosts