Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
I have not tested if your filter will actually work but your applying it wrong. you need to add the filter before the original comment form has been called so add the filter on this hook:
do_action('geodir_before_tab_content', $tab_index);Then remove it after on this hook:
do_action('geodir_after_tab_content', $tab_index);You should not be calling the comment form from your hook at all, just adding the filter before it’s called and then removing it after.
Let me know how u get on.
Thanks,
Stiofan
Well as long as it works 🙂
Thanks, Dylan, the Disqus team have not processed any pull requests in months, hopefully my fix will make it into the next release.
Stiofan
What do u mean exactly by post review to facebook?
Thanks,
Stiofan
this has been fixed and will be in the next release.
Thanks,
Stiofan
this is fixed in latest ver
hi dan, do u still experience the notifications wrong price problem? or can i mark this resolved?
@commint do u need both review tabs or u just want to change the content of the review tab depending on circumstances?
Stiofan
OK i found the reason your text is not showing on preview page, is is due to the plugin “Helloinfinity PHP”, i have disabled this, from the sounds of it i have done you a favour. I don’t know what you are using this for but if it does what it says then i could hack your site in about 15 seconds if you have it active…
Thanks,
Stiofan
Firstly, these are not “errors” they are simply warnings, which if your not a dev you should not worry about. If that’s your latest error log then i dont think u have anything to worry about.
Thanks,
Stiofan
That warning from the 17th was fixed in the last release, hence it’s not there since the 17th.
Thanks,
Stiofan
Are there any new ones like that since the duplicate posts were removed?
Stiofan
Hello, where are u seeing these warnings? How can i replicate?
Stiofan
i would have thought that would work, maybe just add a onclick event to the autocomplete div also?
Stiofan
that would be theme specific, i guess it’s a file header, try looking under appearance, theme options or in customizer.
Stiofan
-
AuthorPosts