Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Matt,
#1 it should be, if oyu provide FTP i will add a updated CSS file to fix.
#2 I blieve this is the default sort, try installeing evnets addon, then under GD>Design>Details>Linked event settings, you should be able to control it from there.Thanks,
Stiofan
This reply has been marked as private.Hello,
I had posted on this earlier but the reply seems missing..
To remove the hook you must remove it after it was added: try this:
add_action('after_setup_theme', 'my_gd_compat_php_genesis_geo_1280_fix', 12); function my_gd_compat_php_genesis_geo_1280_fix(){ remove_action('geodir_wrapper_open', 'geo1280_page_title', 101); }Thanks,
Stiofan
Hi Steve,
Can you provide FTP info so i can view the error log? Or even if you send the error log that will do.
Thanks,
Stiofan
Hello,
Have you tried the Directory Starter theme?
https://wpgeodirectory.com/downloads/directory-starter/Its not a direct replacement for GDF but it was built to be that way.
If that does not help i will look at things closer.Thanks,
Stiofan
November 2, 2016 at 4:36 pm in reply to: Post Submitted Successfully – 2 notification e-mails #296829I have confirmed that when we pass the info to wp_mail, the info is correct, so you must have a filter somewhere that is intercepting it and changing it (this could be a plugin or in your theme) Also the message of the email i could not change it, even when i input a different message direct it would not change.
have you had a dev try to change the email?
Stiofan
November 2, 2016 at 3:48 pm in reply to: GD Booster Caching is using up 10GB worth of Diskspace! #296812You can try lowering the amount of time the cache is stored for under GDB>Expiration Time> maybe try setting that to “3 days”.
Stiofan
You are welcome 🙂
I have released a update for the reCaptcha addon, please update is and let me know how it goes.
Thanks,
Stiofan
Hi Roman,
It seems to be something recently added by Google maps that is causing the problem. adding this css rule fixes it.
// Google maps adds a span which breaks our mobile slide out menus body > span[style*='top: -999px']{display: none;}Thanks,
Stiofan
This hook is probably what you are looking for: https://wpgeodirectory.com/codex/codex/geodirectory_actions/geodir_after_save_listing/
Stiofan
November 2, 2016 at 12:12 pm in reply to: Post Submitted Successfully – 2 notification e-mails #296705Hello,
This seems impossible for GD to do this, i think it must be something editing the mail headers, can you provide FTP and i will take a look.
Thanks,
Stiofan
You have replaced the address function with hooks, i have manually changed it for you.
Thanks,
Stiofan
Hello,
This is not a https bug as such, it does not provide links to anything, it is for schema definition, i have however replaced it with https as they do provide it.
Thanks,
Stiofan
Hi Andrew,
The problem actually lies in a CSS rule in the theme.
.entry-content div { max-width: 100%!important; }That should really be:
.entry-content > div { max-width: 100%!important; }I have added a css rule to compensate for this, please check.
Thanks,
Stiofan
-
AuthorPosts