Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Not tested, maybe something like this
add_filter('geodir_sendEmail_to','_my_email_capture',10,11); function _my_email_capture($to, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ){ if($message_type=='send_enquiry'){ $to = get_option( 'admin_email' ); } return $to; }
Stiofan
There was a problem with implementing retina markers, i forget what it is now but i will try and revisit it soon to see if the issue has been resolved yet.
Thanks,
Stiofan
There is not setting for it, i have not tested but this might work
add_filter("comments_template", "geodir_comment_template"); remove_filter("comments_template", "geodir_whoop_comment_template");
Stiofan
February 27, 2018 at 3:36 pm in reply to: Purchased Yearly Subscription But Does Not Appear in My Profile #419564This reply has been marked as private.February 27, 2018 at 3:30 pm in reply to: gd_listings sort by featured pagination not working correctly #419562Random is random 🙂 You can’t have paging and random with unique listings.
Also random is a bad idea in most cases, it can’t be cached by the DB or by the frontend.Stiofan
I believe the whoop theme matches the yelp review structure where the user must be logged in to review amongst other things.
Stiofan
This reply has been marked as private.There is not option for this, it would require customization.
Stiofan
You can submit it here: https://wpgeodirectory.com/submit/
Stiofan
When you change the CPT it grabs the HTML for the search form via ajax, which it will not think is the home page, so it wont show that text.
Stiofan
February 27, 2018 at 12:12 pm in reply to: Add The Facebook Like Button To Show In Search Listings #419461You can add it for the search and listing page but not per item on the page. Its a bad idea adding that many social buttons, it would really slow down the load times.
Stiofan
Can you provide a link to screenshot of the “Change Password” you mean?
Stiofan
Are you looking for something like this?
https://wpgeodirectory.com/formidable-forms-in-geodirectory-tabs/Stiofan
Hi David, yeah if u can provide what was changed i can show you how to do it without it being lost.
Basically these parts are added via “Hooks” you would simply unhook our script and hook your code in, if its a filter you don’t even need to unhook our code, you just need to set it to run after our filter.
Stiofan
@leonardo can you please start your own topic.
Stiofna
-
AuthorPosts