Sorry for the delay in answering, Alex!
Trying to explain briefly and sometimes that isn’t brief!
I’m referring to the DETAILS page.
I have attached an image showing what the area under the Listing title CURRENTLY looks like.
CURRENTLY — Address, Social Icons, Biz(contact) phone, Cell phone, Fax Phone.
DESIRED — Address, Biz(contact) phone, Cell phone, Fax phone, Social Icons.
As you can see, I have the normal (contact) phone field, as well as two custom fields: Cell and Fax.
These will be shown on Detail, not Listing page.
I have added the 3 phones where they are via the hook below within my function geodir_change_address_order…
add_filter(‘geodir_show_post_address’, ‘geodir_change_address_order’ , 100 , 2) ;
I put the three custom fields at the very end of that.
I am assuming, since I want bigger icons on the social line (?) of Twitter, etc. — that I would use
the “Add another service link with icon – Instagram example (Twitter, LinkedIn, etc.)” example in
https://wpgeodirectory.com/docs/faqs/detail-page/ to output the normal Social Icon string with different icons?
Or can I otherwise change the icons shown, instead
I STILL would like the social icon line UNDER the phone, cell, fax numbers. How do I move them!?
I am happy with the way the phone numbers and social icons look in the sidebar, under the map.
Am only interested in changing the LOCATION of the social icons under the Listing Title — relative to the 3 Phones.
To recap (as in picture)
CURRENTLY — Address, Social Icons, Biz(contact) phone, Cell phone, Fax Phone.
DESIRED — Address, Biz(contact) phone, Cell phone, Fax phone, Social Icons.
Got any words of wisdom for me?
Thanks for thinking about it.