Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 8 replies, 2 voices, and was last updated 11 years, 2 months ago by
Steven Zahm.
-
AuthorPosts
-
06/17/2015 at 11:05 am #337751
Javier
ParticipantI would like to appear header as follows:
Name City State
Now it looks like this
Name
City StateI want to appear all on one line. As this Site http://ashiww.personalseo.com/find-an-inspector/
Thanks!
06/17/2015 at 11:24 am #337759Javier
ParticipantMy php Code
echo '<h3 class="" data-div-id="cn-detail-' , $uuid , '"' , ' style="border-bottom: ' , $atts['color'] , ' 1px solid ; color:#000000' , $atts['color'] , ';">' , $entry->getNameBlock( array( 'format' => $atts['name_format'] ) ) , $entry->getAddressBlock( array( 'format' => 'Localidad: %city% Provincia: %state%' , 'type' => $atts['address_types'] ) ) , '</h3>';06/17/2015 at 2:49 pm #337785Steven Zahm
Keymaster@ Javier
You need at add some CSS to change the address spans from displaying as bloacks to displaying as inline blocks.
Does that help?
06/17/2015 at 3:31 pm #337792Javier
ParticipantI’m lost and I don’t know how modify the css to display all the data in a line.
Thanks
06/17/2015 at 3:36 pm #337794Steven Zahm
Keymaster@ Javier
Aplogies! I assimed since you knew how to edit the template’s PHP file you would know how to make minor CSS changes too… if you can share a link, I’ll ake a look to see if I can come up the the needed CSS.
06/17/2015 at 3:40 pm #337796Javier
ParticipantThank you very much.
This would be the link: http://s574341219.mialojamiento.es/directorio-2
I just need to know how I can put it all on one line
06/17/2015 at 4:40 pm #337808Steven Zahm
Keymaster@ Javier
Add the following to the theme’s custom CSS area.
#cn-names span.fn { display: inline-block !important; } #cn-names span.adr { display: inline-block !important; margin-left: 10px !important; }That should do it.
06/17/2015 at 4:45 pm #337810Javier
ParticipantThanks!!
Perfect!
06/17/2015 at 5:48 pm #337813Steven Zahm
Keymaster@ Javier
Great to hear!
If you have moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
