Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello can you please provide FTP details also and we will debug this.
Thanks,
Stiofan
I have cleared all our server cache, i would ask her to clear all her browser cache, that is all it can be.
Stiofan
June 27, 2017 at 1:04 pm in reply to: When custom field deleted how can i clear the meta fields that no longer exist. #384836if u do something like this u should be able to get the info u need
if(wp_doing_ajax()){ print_r($_REQUEST); }Then try adding and deleting fields and u should see the info sent in the return.
Stiofan
June 26, 2017 at 5:40 pm in reply to: When custom field deleted how can i clear the meta fields that no longer exist. #384777Not all the events have actions but you can get the info from the ajax $_REQUEST data if you monitored it with a function.
Other wise i can add actions for them if you want.
Stiofan
You can test that button i added to your front page.
For the gravatar thing u will need thses filters:
apply_filters('sd_detail_author_name', $author_name); apply_filters('sd_detail_entry_author', $entry_author); apply_filters('sd_detail_author_link', $author_link);Stiofan
I believe Guust already fixed it with this code snippet.
add_action( 'pre_get_posts', '_my_bp_docs_fix',2); function _my_bp_docs_fix(){ if(isset($_REQUEST['geodir_search'])){ remove_action( 'pre_get_posts', 'bp_docs_general_access_protection', 28 ); } }Stiofan
Just give it a try, regex redirects usually takes me a few tries 🙂
Stiofan
What image do you mean, the big banner image?
Stiofan
Hello,
Please see our github repo, it has links to the docs
https://github.com/GeoDirectory/geodir_apiIf you have any questions just ask.
Thanks,
Stiofan
Can u please provide FTP info and i’ll debug it.
Thanks,
Stiofan
June 26, 2017 at 10:08 am in reply to: Supreme Directory – Splash page that shows only 1 time, checked by JS cookie #384719Wordpress uses Jquery. not $.
SO u need to change the JS to below
<script> /* Add Cookie to check if the splash page has been visited */ jQuery(document).ready(function() { if (jQuery.cookie('noShowSplash')) jQuery('#splash').hide(); else { jQuery("#close-splash").click(function() { jQuery("#splash").fadeOut(1000); jQuery.cookie('noShowSplash', true); }); } }); </script>Stiofan
Thanks for this, please come back after you have tested if for a while, maybe its something we can integrate into core if its that simple.
Thanks,
Stiofan
Everything is eventually setup, just visit your account area on https://wpinvoicing.com/your-account/ and it should generate your licence on the first load 🙂
Thanks,
Stiofan
June 24, 2017 at 5:56 pm in reply to: Need developer to help me create non location specific directory listing #384623This reply has been marked as private.June 24, 2017 at 5:53 pm in reply to: Need developer to help me create non location specific directory listing #384622Hi, if you explain further maybe GD can do it by default, at least we can tell you if it can or can’t 🙂
Stiofan
-
AuthorPosts