Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Do you mean actual listing titles and descriptions?
Hi Alex,
Please give a few examples of some things that are not translating for you?
Thanks,
Stiofan
Hi Martin,
If you explain what you are trying to do, i will explain the best way to do it 🙂
Stiofan
You are welcome, feel free to leave us a review to help us grow 🙂
https://wordpress.org/support/view/plugin-reviews/geodirectoryThanks,
Stiofan
Hi,
You had eddited a core plugin file directly and hard coded the form submit link, i have changed it but left the file as .bak
We can’t support things if core files are edited, please dont do this in future.Stiofan
Hi Alex,
This was a problem with the “groups” plugin removing the content via a hook.
I have added a snippet of code so it won’t do with on the preview page:
(i am putting it below as reference only, i have already added it to your site)//code to stop group plugin removing content from preview page add_action( 'wp', 'gd_fix_groups_plugin_preview' ); function gd_fix_groups_plugin_preview(){ if(geodir_is_page('preview')){ remove_all_actions( 'the_content', 1 ); } }Thanks,
Stiofan
Hi,
This is strange, it looks like the actual login page has been replaced in your theme maybe?
Anyway, please provide FTP info and i’ll have a look.Thanks,
Stiofan
Hi Jen,
What page is this? Can you post wp-admin details to your site in a private reply and i’ll check all settings.
Thanks,
Stiofan
Hi Tom,
I have double checked and it is in the core .po file.
Thanks,
Stiofan
Hello,
It looks like you don’t have any location switcher on the page, that might be the issue.
Please provide wp-admin details in a private reply and i will take a look.
(only staff can see private replies)Thanks,
Stiofan
That is a personal profile not a business page, the API can’t access these.
Stiofan
Hello, the link will only show up when the user has added at least one favourite.
Stiofan
Hi Dee,
The graph you attached shows the Idel CPU, the lower the % the businer the CPU is, so this is only spiking to full load (0%) a few times , this is normal, you can read about it more here: https://support.cloudways.com/entries/97946303-Do-I-need-to-scale-my-server-up-
Thanks,
Stiofan
Hi Ibolya,
For new problems please start new topics, we have a system that we use to mark problems resolved, once they are marked as resolved they may be missed if you post new problems.
Thanks,
Stiofan
This is a bug, we will be releasing a fix in the next hour or two.
Thanks,
Stiofan
-
AuthorPosts