Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
I can’t replicate this, @guust where were you able to see this?
I asked to the developers to follow up.
Thanks
Hi,
1) yes, a copy needs to be moved in the child theme to avoid next update to overwrite the change
2) the second block of code was wrong, all you need is the 1st part in functions.php. However a wee part was missing, here it is:
add_action('geodir_top_content','cpt_description',10,1); function cpt_description($page){ $cpt = get_post_type(); global $term; if($page=='listings-page' && is_post_type_archive() && !$term){echo get_gd_cpt_description($cpt);} } function get_gd_cpt_description($post_type) { $geodir_post_types = get_option( 'geodir_post_types' ); if (isset($geodir_post_types[$post_type]['description'])) { $desc = $geodir_post_types[$post_type]['description']; return $desc; } else { return ""; } }Thanks
Hi Elliot,
I’ve sent it to your email address.
Let us know if you received it.
Thanks
Just FYI, the FTP credentials are not working, reason why we can’t apply the fix for the WPML issue.
Please double check them before providing them again.
Let us know,
Thanks
For the notification problem, please check if a SMTP plugin can solve https://wpgeodirectory.com/support/topic/questions-about-email-notifications-new-user-registration-and-others/
I have asked to the developers to check the problem with the lost your password link.
Thanks
Hi,
we would need to check directly on your website.
Please provide links and credentials and we will check.
Thanks
Hi,
you shouldn’t add css at the top of the original stylesheet, css means cascading style sheet, which means that the latest rule will overwrite any rule coming before for the same selector.
CSS should be added to a child theme style.css or in gd > design > scripts > custom css.
Thanks
Hi,
yes, but it would require custom code and customizations are beyond support.
thanks
This topic is closed, if you are experiencing any problem related to this, please open a new support request.
Thanks
hi,
please keep the discussion about your website in one topic: https://wpgeodirectory.com/support/topic/split-new-licence-updates-system-info-4/
We will reply asap.
Thanks
Hi,
please provide a link and admin credentials so we can have a look.
Thanks
Hi,
We provide the code that shows that their server can’t remotly communicate with external servers.
This could be due to a PHP module missing or a wrong server configuration, however they should know how to run servers properly.
We can’t provide them support for what it is supposed to be their job.
I would suggest to move to a more professional provider. (99% of them out there won’t present this problem).
Thanks
Hi,
He didn’t change anything, the excerpt is auto created from the content text only. We don’t use (never did) the excerpt field from the backend.
Thanks
False positive: https://www.google.com/search?q=ReduxCore/inc/fields/ace_editor/vendor/mode-php.js
Thanks
Hi, no adding the BP account in mobile isn’t fixed and not so easy. We will wait for Stiofan to come back next week to takle this and see how we can solve it.
Thanks
-
AuthorPosts