Author Topic: Most field labels not showing  (Read 1096 times)

0 Members and 1 Guest are viewing this topic.

Offline kanjigirl

Most field labels not showing
« on: 04. July 2009, 17:35:27 »
I've edited my CSS file to show the fields I'm using, but only a few of the field labels are showing up. Here's my CSS:

Code: [Select]
/* Add style for each field you added in the form span#sobi2Listing_field_yourname_label */
span#sobi2Listing_field_entry_name_label,
span#sobi2Listing_field_first_name_label,
span#sobi2Listing_field_last_name_label,
span#sobi2Listing_field_pro_title_label,
span#sobi2Listing_field_email_label,
span#sobi2Listing_field_company_name_label,
span#sobi2Listing_field_company_email_label,
span#sobi2Listing_field_website_label,
span#sobi2Listing_field_street_label,
span#sobi2Listing_field_city_label,
span#sobi2Listing_field_county_label,
span#sobi2Listing_field_state_label,
span#sobi2Listing_field_zipcode_label,
span#sobi2Listing_field_phone_label,
span#sobi2Listing_field_mobile_phone_label,
span#sobi2Listing_field_fax_label,
span#sobi2Listing_field_description_label,
span#sobi2Listing_field_status_label,
span#sobi2Listing_field_experience_label, {
font-weight: bold;
}

Here's the site:

http://74.52.179.82/~cre8tive/index.php?option=com_sobi2&sobi2Task=sobi2Details&catid=49&sobi2Id=2&Itemid=53

I've cleared the cache and restarted the browser, too.

SOBI2 version: RC 2.9.1.0   
Joomla version: 1.5.9
PHP/5.2.9
MySQL
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile

Offline Poffen

  • SOBI Team
  • Moderator
  • Sobi Hero
  • *
  • Posts: 2296
  • Reviews:

    What is it?

Re: Most field labels not showing
« Reply #1 on: 04. July 2009, 21:31:45 »
Hi kanjigirl,

Quote
I've edited my CSS file to show the fields I'm using, but only a few of the field labels are showing up.

Have you set "Show Label" to "Yes" in the Custom Fields Manager for the fields that are missing the label?


Regards Poffen

[Add]

In your CSS file you have to remove the comma after:
span#sobi2Listing_field_experience_label,

Otherwise, the styling will not take effect.
« Last Edit: 04. July 2009, 23:32:52 by Poffen »
Joomla - 1.5.7, Sobi2 - 2.9.0.1
PHP - 5.2.4, MySQL - 5.0.51a, Apache - 2.2.8, Firefox - 3.0.3
Country: Norway Norway |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile

Do you want continued ongoing development, new features and active support?
Please write a review or just vote for SOBI on JED.

Offline kanjigirl

Re: Most field labels not showing
« Reply #2 on: 05. July 2009, 01:12:31 »
That was it! Thank you so much - I was hoping it was something simple.
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile

Tags: