Giri
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Actually the problem is I’m unable to access the website. even with port 2082
Still not working.
March 17, 2017 at 11:26 am in reply to: Add Front End Descriptions for "Business Owner/Associate" and "[CPT] Title" #367963Hi you can use this hook to add description of Business Owner field.
add_action('geodir_before_main_form_fields' , 'geodir_add_business_owner_desc', 2); function geodir_add_business_owner_desc() { ?> <p> If you’re the owner of this company select Yes. If not, select No and this listing will still be published and later the owner of the company can claim it for themselves. </p> <?php }For import details use the following code
add_action('geodir_before_detail_fields' , 'geodir_add_import_details_desc', 4); function geodir_add_import_details_desc() { ?> <p> Save time by pasting in your Facebook/Yelp business page URL, and a portion of the fields below will automatically be imported and filled in for you. </p> <?php }Hi I’m unable to access your site. Is it down?
Yes give me the cpanel login details.
Thanks
I just tested and yes i see blank preview page. Can you post your FTP details?
I’ll inspect the error logs.
Thanks
ok thanks
Can you tell me which fb url you trying to import?
So i can test with that url.
Thanks
Site url?
Hi Michele,
Thats not possible without writing custom code. ayi shortcode uses widget code. So you are using the widget for attendees tab. And we can’t display big thumbs in widgets since they will be placed in sidebar.
Unless you write custom code, its not possible. Sorry about that.
This reply has been marked as private.It must be a bug. I’ll fix that tomorrow.
Thanks for reporting
You are welcome.
Thats because the quote converted I guess in my last snippet. Use correct quotes for my_new_tab
-
AuthorPosts