Adeniyi Omikunle

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 46 total)
  • Author
    Posts
  • in reply to: Facebook sharing issue #262370

    Adeniyi Omikunle
    Expired Member
    Post count: 56

    Alright. Thanks. I just want to be sure it isn’t something else.

    in reply to: Facebook sharing issue #261837

    Adeniyi Omikunle
    Expired Member
    Post count: 56

    Hi

    Thanks. I see that it is working well now. But one of my clients who submitted the listing actually told me about it. I tested it almost about many hours later and it was the same issue on my end too.

    I do not think it is because the page was slow so this may come up again when other listings are added. Is there a more permanent fix to this because it will be difficult to be using the Facebook tool every time someone submitted a listing. And we cannot tell users to be doing this themselves.

    In fact, chances are the users will want to share their listing immediately after they have published it.

    in reply to: Facebook sharing issue #261517

    Adeniyi Omikunle
    Expired Member
    Post count: 56
    This reply has been marked as private.
    in reply to: Preview Page Conflict with Event Manager #261503

    Adeniyi Omikunle
    Expired Member
    Post count: 56

    Thank you very much for your help. The description comes up now in the preview.

    in reply to: Preview Page Conflict with Event Manager #260593

    Adeniyi Omikunle
    Expired Member
    Post count: 56
    This reply has been marked as private.
    in reply to: Description Missing from Preview #259036

    Adeniyi Omikunle
    Expired Member
    Post count: 56

    Any update on how to resolve this please. I need to fix this as soon as possible before handing launching the directory. It is the only issue I am having presently.

    in reply to: Error after Pressing Confirm Preview and Go to Checkout #259035

    Adeniyi Omikunle
    Expired Member
    Post count: 56

    Thank you very much for pointing out the issue. It has been fixed now.

    in reply to: Error after Pressing Confirm Preview and Go to Checkout #255942

    Adeniyi Omikunle
    Expired Member
    Post count: 56

    Hello!

    Its 2 days now and I haven’t received any response yet. Please I need urgent help on this as our directory cannot be launched if the payment doesn’t work.

    Thank you!

    in reply to: Move Review out from Tab on Detail Page #255555

    Adeniyi Omikunle
    Expired Member
    Post count: 56

    Thank you very much for your help!
    It works fine now.
    Regards

    in reply to: Move Review out from Tab on Detail Page #254543

    Adeniyi Omikunle
    Expired Member
    Post count: 56

    Hi

    Regarding this question I asked before, I used the following code to get the review section to be displayed outside the tabs area.

    
    
    // Add Review after Detail Page Tabs
    add_filter('geodir_detail_page_tab_is_display','geodir_detail_page_tab_is_display_filter',10,2);
    function geodir_detail_page_tab_is_display_filter($value,$type){
    	if($type=='reviews'){return false;}
    	else{return $value;}
    }
    
    add_action( 'geodir_details_main_content', 'comments_template_change_position',65,5);
    function comments_template_change_position(){
    	echo comments_template();
    }

    It works fine on normal listing display but when I preview a new listing, the disqus comment used on my website shows up under the tabs where the review would have showed. At first, I will see normal WP comments with some comments from the demo contents displayed for a few seconds before the disqus comment replaces it. Either way, this is not normal.

    Did I do something wrong with the code. I got it from the link you shared.

    Thanks

    in reply to: Description Missing from Preview #254534

    Adeniyi Omikunle
    Expired Member
    Post count: 56

    Hello

    Please I am facing this problem too. Has any solution been found?

    Thank you

    in reply to: Error after Pressing Confirm Preview and Go to Checkout #254438

    Adeniyi Omikunle
    Expired Member
    Post count: 56
    This reply has been marked as private.
    in reply to: Error after Pressing Confirm Preview and Go to Checkout #254437

    Adeniyi Omikunle
    Expired Member
    Post count: 56
    This reply has been marked as private.
    in reply to: Error after Pressing Confirm Preview and Go to Checkout #252171

    Adeniyi Omikunle
    Expired Member
    Post count: 56
    This reply has been marked as private.
    in reply to: Error after Pressing Confirm Preview and Go to Checkout #251347

    Adeniyi Omikunle
    Expired Member
    Post count: 56

    Hello

    Please I contacted the Host and they reported that there is no error displayed under my domain.
    Is there any other way to get this?
    Can you please help me look into this. I can share details on the site and you can replicate the issue to see what I am trying to explain.

    Thanks!

Viewing 15 posts - 16 through 30 (of 46 total)