Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
What is exactly Google doing wrong. Marker position or the street name?
Could you please tell us exactly how to recreate the error step by step with a practical example?
If you could also provide a URL to your website, with wp admin credentials so that we can test directly on your install, it would be even better.
Let usk know,
Thx
Hi,
I think all that is needed is in function to add:
global $post;When inside function there is not access to post unless u make it a global var.
Please try:
add_action('geodir_details_main_content', 'geodir_detail_page_images_hc', 31); function geodir_detail_page_images_hc() { global $post; $post_images = geodir_get_images($post->ID,'thumbnail'); $thumb_image = ''; if(!empty($post_images)){ foreach($post_images as $image){ $thumb_image .= '<a href="'.$image->src.'">'; $thumb_image .= geodir_show_image($image,'thumbnail',true,false); $thumb_image .= '</a>'; } }Let us know,
Thx
November 12, 2014 at 4:24 pm in reply to: Large screen of CSS appearing/flashing up from time to time #21279Done, attached is what I see, just the add lsiting page.
Thx
Hi,
credentials seems to be wrong:
ERROR: The password you entered for the username xxxxxxxx is incorrect. Lost your password?
Let us know,
Thx
Hi,
I’m not a Genesis expert. I’ll flag this for John.
BTW, do you have the genesis Compat pack plugin installed?
Thx for your patience,
Hi,
did you add a default location?
Can you please provide a link and possibly wp admin credentials in a private reply, so we can have a look?
Thx
November 11, 2014 at 6:21 pm in reply to: Possible to remove the map on "Payment Successful" page – or have a new page? #21188I think this is a problem with Avada Theme, thinking that the home page.
I’ll flag it for John.
Thx
You’re welcome! 🙂
Bye
November 11, 2014 at 6:11 pm in reply to: Large screen of CSS appearing/flashing up from time to time #21186Hi,
I’ve tested with both firefox and chrome and didn’t see any of that?
Let us know,
thx
1. no because they all work for the regular wordpress media uploader (backend), which is not used in the add listing form.
2. Absoutely yes, but it’s not going to be cheap at all.
Thx
Hi Garry,
there is more than 1 solution provided on this thread. The error could be due to several things, so the only way to know is to do some trial and error till the problem goes away.
Can you please provide a link and wp admin credentials in a private reply, so that we can have a look at it?
Thx
Hi,
function geodir_related_posts_display in custom_functions.php line 371
Thx
Hi Json,
You can’t have modified this only with css:
http://www.nyamey.com/restaurants/cambodia/phnom-penh/phnom-penh/morimoto/
Elements that are notmally in the sidebar now are in the content area.
We can’t debug your customizations though, it goes beyond the scope of the support forum.
If you want I can move this in the Jobs section of the forum where developers may be interested in helping you correctly customizing your website.
Let us know,
Thx
Hi Cory,
I tried to contact Wpgeodirectory months ago about this, because there is not place to cancel a recurring payment in my account.
This is not true, we don’t have any email from you asking any of this.
Payments are cancelled on paypal, not here and there is a link right next to your membership status in the “My Account” box (see image attached) with instructions.
Currently I can’t refund, because the payment is : Pending Until Nov 17, 2014
Thanks
Hi again,
you didn’t install the new avada compatibility plugin. It is required with the latest version of the Avada Child theme.
Thx
-
AuthorPosts