Hey, first of all thank you for the wonderful plugin!
It’s fantastic!
I had two questions:
1. I would like the image to be on the left and the whole description + any fields to wrap to the right of it. Currently as you’ll see on the page only one line of the description wraps, which looks a little odd. How can I get the full description to be next to the image?
2. I would like to use this as a lightweight business directory, and specify additional fields like Phone Number, Address, etc. How can I get the name of the field to show next to the field value? (E.g. In this case I want it to show “Phone Number: 1-866…”). How can I get the field to show on it’s own line?
I created a mock up of what I’m trying to do on the website link: https://www.crossdresserheaven.com/link-testing/
Here’s the shortcode I used on the page: [simple-links category=”crisis” show_image=”true” description=”true” remove_line_break=”true” fields=”Phone Number” show_description_formating=”true”]
Thanks
Vanessa
P.S. Sorry for duplicate request, I realized too late that I should submit here as a pro member.
Hi Vanessa,
This may be accomplished by adding the following CSS to your site:
Then adding the following filter to your active theme’s functions.php file:
You may have to adjust the CSS slightly but it should get you pretty close.
Have a great rest of your weekend!
Mat Lipe
Awesome thank you!