Paolo
Forum Replies Created
-
AuthorPosts
-
Hi Nasc,
1) the error you are repoting is completely different from the error reported in the other post by the other member. Here you find the solution to your error: https://wpgeodirectory.com/support/topic/theme-compatibility-issues/
2) You should never post privately on someone else’s post leaving your website credentials, because that way you are handing out your credentials to another member (the topic author) other than us.
Thanks
Hi,
this is a theme I made and I only added 2 or 3 extra css rules to the default bbpress skin.
Thanks
Hi,
yes the problem has been fixed already and the new version of MultiRatings should be released beginning of next week, with all other updates.
If you can’t wait, please let me know and I’ll provide an updated copy now to test.
Let us know,
Thanks
Hi,
after entering your token and secret key, did you connect your website to the facebook application? That is the only way to make sure the token never expires (because your website will automatically regenerate it before it expires.)
Thanks
This reply has been marked as private.This reply has been marked as private.Hi,
if you mean yoursite.com/places, that is an archive, not a page. Archive pages do not have an ID.
Thanks
Hi,
did you update Avada to 3.8+ and followed this? http://docs.wpgeodirectory.com/avada-compatibility-header-php/
Let us know,
Thx
Updates are always essential. Keeping plugins outdated will lead to more problem and we only provide support for the latest version.
Thanks
Hi,
I can’t recreate this on my test website. Please provide URL and credentials.
Thank you
Please let usk now if we can set this as resolved.
Thanks
Hi,
it should be fixed now. Let us know,
Thx
This should work:
add_action('geodir_after_tab_content' ,'geodir_my_new_tab_content'); function geodir_my_new_tab_content($tab_index) { if($tab_index =='my_new_tab') { global $bp; $username = $bp->loggedin_user->id; echo $username; } }Let us know,
Thx
Hi Loulito,
please provide a link and wp admin credentials and we will have a look.
I don’t know zencache, but i doubt it will concatenate your js and css files like GD Booster does.
Thanks
Hi Urbanfix,
to do that, you should ask for support on the buddypress forum, don’t you think?
The function you need is not part of our plugin and we don’t support 3rd party plugins.
Our responsability is to tell you how to create the new GD tab and how to put new content in it.
To write a function for another plugin to actually create the content is part of your job.
Thanks
-
AuthorPosts