Paolo
Forum Replies Created
-
AuthorPosts
-
HI,
please find it attached.
Thanks
Hi,
please see: Please see: https://wpgeodirectory.com/support/topic/different-side-banner-in-different-place-category/
Thanks
Ok thanks, did you try deactivating the Woocommerce extensions to test?
I asked to Guust to let us know if he’s available for some freelance work. He’ll let you know asap.
Thanks
Hi,
please provide admin credentials in a private reply and we will provide a solution.
Thanks
Hi,
in the development version that is solved already : https://github.com/GeoDirectory/geodirectory
A new release will be out soon if you can wait.
Thanks
1) one or the other, I believe wp super cache and autoptimize can be a bit faster.
2) GD Booster does, I think WP Super cache too, but that can be done (and should be done) server side.
3) We’ll need to see your website and dashboard, if you provide a link and admin credentials in a private reply, the developers will let you know.Thanks
HI,
that is not possible I’m sorry.
Thanks
Hi,
I see you have W3 Total Cache installed. That plugin is not compatible with GeoDirectory, only Wp Super Cache + Autoptimizer and GD Booster are. Remove it please and make sure to delete the files and folders it creates in wp-content too.
If the problem persist, it’s also possible that the conflict isn’t with WooCommerce itself (nobody ever reported it), but with one of the many extensions that you have installed
Did you try deactivating them momentarily to see if the problem persist? That would help chasing the culprit.
Let us know,
HI,
it appeared to be a CSS problem with the theme.
Let us know if everything now looks as it was.
Thanks
Hi,
you can only stop it or send to facebook when published (paid or not).
If you want to stop it go to GeoDirectory >> Social Importer and adjust your settings.
The reason why the image is not appearing with the post on facebook, could be because Facebook is not crawling your website.
Using their debugging tool https://developers.facebook.com/tools/debug/ you can amke sure the URL is crawled correctly and the image finally grabbed.
I asked Stiofan to see if there is anything we can do to improve this, or if the burden is 100% on facebook side.
He’ll let you know asap.
Thanks
Hi,
there is no CSS problem. You haven’t set any filters in GeoDirectory >> Place Settings >> Advance Search.
You only have a fieldset active that is a section separator and the only thing that appears when you toggle the advance search options.
Thanks
@paul if you search in the forum, you will find plenty of topics with the solution to your question.
example : point 1 of this reply: https://wpgeodirectory.com/support/topic/desing-and-mobile-issues/#post-319349
Thanks
Hi Anthony,
all problems are related to the footer being broken. That’s where the scripts for the map, images and much more are normally loaded. A php error is probably causing that.
Do you have access to your error log? There should be a PHP fatal error reported.
If not please provide admin and FTP credentials and we will debug this for you.
Let us know,
Thanks
Hi,
you can’t modify every function that way. Only pluggable functions can be modified without changing the name function and pluggable function all start with
if( ! function_exists('function_name') ) {// code here}see https://codex.wordpress.org/Pluggable_Functions
In this case you are trying to modify a function that can’t be modified using that method. You should copy the function, rename it, find where it is used and make the plugin use your new function instead.
Or use hooks to modify the function, but we need to know what you are trying to do to tell you if there are hooks for that.
Let us know,
Thanks
-
AuthorPosts