Topic: Mark Up Coding Help

Very newbie with CSS, can anyone assist in combining fields in the mark up list, eg First Name Last Name, so that they appear on the same display line.

Have tried adding the Last Name Mark Up code, but even though it indicates class="tern_wp_members_last_name" the %value% simply repeats the First Name value.

Mark up looks like this:
<div class="tern_wp_members_first_name">Reid< class="tern_wp_members_last_name">Reid</div>

ie. is there any way of combining fields into one display?
Or do I have to have a separate field of Full Name?

Thanks, Reid

WP 3.2.1 / Theme 2010 Weaver 1.5.4 / Plugin 3.5.4

Re: Mark Up Coding Help

Reid,

You'll need to add both the first_name and last_name from the drop down menu. Drag last_name so it is right after first_name. Then remove the </div> from the firstname mark-up and remove the opening <div> tag form the lastname markup. Save and see if that works.

Re: Mark Up Coding Help

Thanks, ternforum smile
Works great.
Still getting problems with adding extra fields so heading over to the other discussion.
Stable for a while then errors and loses "all" Mark Up fields.

Re: Mark Up Coding Help

What errors do you receive?

Re: Mark Up Coding Help

Here's the comment I post in the CIMY User Extra Fields ...

Trying the plugin Extra User Details v0.3.
Added fields appear in the markup list and can be added, BUT is only stable for a short period ...
Edit Markup, preview, edit etc ... then come back to edit and get the following "multiple" error msgs

Warning: Invalid argument supplied for foreach() in ...../wptest/wp-content/plugins/members-list/core/markup.php on line 146
And ALL fields from Mark up list have gone.
WP v3.2.1 & Member List v3.5.4

Now switched to the User Meta v1.0.2 plugin, without any errors.

Re: Mark Up Coding Help

ReidT, so everything is working when you updated another plugin you were using?