1. REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Item list layout issues

Discussion in 'Showcase Support' started by mrbook, Apr 3, 2014.

  1. mrbook

    mrbook New Member Showcase

    In trying to fix an issue of a general layout problem of the item list layout as what is happening with the screen shot below.

    catlist.png

    Not sure in what should be changed as I've tried a few things within the nflj_showcase_item_layout_list.css and I'm able to mess with the stats block but the bit of information I need to move over off the images is coming up blank for me :(

    And I know this is a different question but I've gone into the database to change the last name to be capitalized only to see that it still showing lower case, any ideas.
     
  2. Bob

    Bob Developer Staff Member

    This is the class that sets the width for the icon area on list view. Default is 64px

    .showcaseListItem .itemIcon {
    width: 64px;
    }
     
    mrbook likes this.
  3. Bob

    Bob Developer Staff Member

    Probably best to try and use the text-transform:uppercase; CSS property for converting username display. I use the core XF user helper, so I am not sure if you'd have to modify that or not (might be able to over ride it viaEXTRA css with !important.
     
  4. Bob

    Bob Developer Staff Member

    Ah, you are talking about the item name (Title). Showcase has the same options for Title case as Core XF does. Go to Options >> Showcase >> General Options tab (which is the first page of the showcase options). Then chose Automatically Adjust Case of Item Titles and chose Title Case.
     
    mrbook likes this.
  5. mrbook

    mrbook New Member Showcase

    Was banging my head against the desk in trying to figure out what I was missing, awesome work and great support :D
     
    Bob likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.