Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
I could recreate this in our demo. It’s definitely a bug.
I’ve flagged this for the developer.
We’ll let you know as soon as it is fixed.
Thanks for spotting this!
Did you try manually creating the file and run the utility to write on it?
The fact that GD can’t create it could be due to a writing permission limit on your server.
We would need FTP access to check.Let us know,
Thanks
hi,
the free trial too only works with Paypal and Stripe.
The checkout process is on-site.
For the SSL certificate requirements please see: https://support.authorize.net/authkb/index?page=content&id=A75&actp=LIST
Given that you will be processing payments on site it is highly recommended.
Thanks
That’s probably because of the login link you already added and the 2 functions are in conflict.
How did you add the login in link?
Let us know,
Hi,
it seems to be breaking the whole css for me… I’ve asked to the developers to follow up.
Thanks for your patience,
Hi,
we did our best to have it released this week, but we are still a bit behind with testing. We will be releasing an update of all plugins and some changes are major, so it is taking longer than expected.
I’m sure we won’t delay it much more. Probably beginning of next week.
Thanks for your patience,
Hi,
I’m sorry, it appeared that we had to target the css a little better:
.geodir_category_list_view li .geodir-addinfo span.geodir-addtofav { display: none; }This is working and already applied to your website.
Thank you for your patience,
Hi,
there are no PSD, I’m sorry.
Thanks
More difficult to setup and maintain, but nginx is a lot faster than apache. We run this forum on a LEMP server.
ThanksHi, themes will be released when they are ready. That is when you’ll be able to see them.
Thank you
If you are on a Windios Server as far as I know you are lucky that the website is actually running.
Why can’t you move on a LAMP or better LEMP stack?
Running PHP on a IIS server doesn’t make much sense…
We are still testing on a new server we got with php7 (LAMP though). As far as I know there are no major problems, but we are not confident enough to guarantee that everything is stable.
Thanks
Thanks for letting us know 🙂 We are glad it’s fixed!
I tested it on my side and it works, please provide a link and admin credentials and we will apply it for you.
Thanks
Hi,
that is translated like a custom field: https://wpgeodirectory.com/docs/translating-custom-fields/
Let us know how you went.
Thanks
Actually we decided to remove that capitalization so it will output the same format entered.
You can patch your install modifying this line of geodirectory-functions/general_functions.php
Search this:
echo '<img alt="' . esc_attr($cat->name) . ' icon" style="height:20px;vertical-align:middle;" src="' . $term_icon_url . '"/> <span class="cat-link">'; echo geodir_ucwords($cat->name) . '</span> <span class="geodir_term_class geodir_link_span geodir_category_class_' . $post_type . '_' . $cat->term_id . '">(' . $total_post . ')</span> ';and replace it with:
echo '<img alt="' . esc_attr($cat->name) . ' icon" style="height:20px;vertical-align:middle;" src="' . $term_icon_url . '"/> <span class="cat-link">'; echo $cat->name . '</span> <span class="geodir_term_class geodir_link_span geodir_category_class_' . $post_type . '_' . $cat->term_id . '">(' . $total_post . ')</span> ';Should be line 2454.
Next release will have this included, so you won’t have to worry about updates.
Thanks
-
AuthorPosts