Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • rolandg Friend
    #155359

    I want to change the h tags for title in item view in order to get the same formatting as as module header.

    Where do I need to do that?

    aman204 Friend
    #359368

    Do you wish to refer to item view for articles from k2 or core joomla content?

    rolandg Friend
    #359369

    The link is from the K2 content module, is use advanced module manager to block the module from the article view. The article itself is a K2 article.

    aman204 Friend
    #359378

    Try change this::

    div.ja-moduletable h3, div.moduletable h3 {
    background: url(../images/h3-bg.gif) repeat-x left bottom #252525;
    font-size: 85%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    }

    to

    div.itemHeader h2.itemTitle,div.ja-moduletable h3, div.moduletable h3 {
    background: url(../images/h3-bg.gif) repeat-x left bottom #252525;
    font-size: 85%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    }

    in template.css file of template

    Line reference around 362

    rolandg Friend
    #359399

    I changed the mentioned code…it resulted inthe next page:

    http://tvseriedb.nl/afleveringen/burn-notice/seizoen-1/pilot

    aman204 Friend
    #359506

    <em>@rolandg 199037 wrote:</em><blockquote>I changed the mentioned code…it resulted inthe next page:

    http://tvseriedb.nl/afleveringen/burn-notice/seizoen-1/pilot</blockquote>

    Can you please be more specific

    rolandg Friend
    #359510

    It seems that the bg images is not loaded correctly (now there is a black bg) additionally the padding seems to be off

    aman204 Friend
    #359574

    Can you please provide in direct link to take closer look

    rolandg Friend
    #359577

    Im sorry the link above WAS the direct link but I installed the acesef K2 extension and edited the link.

    http://tvseriedb.nl/afleveringen/dexter/seizoen-1/112-born-free

    aman204 Friend
    #359580

    The background image isnt reflecting along with white background as you will notice that specific modules carry in black background along

    For title to span right, Try add in this at end of template.css file::

    #k2Container div.itemHeader h2.itemTitle{margin:-20px -20px 0;}

    rolandg Friend
    #359586

    OK maybe I wasn’t very clear but I want the item view title to be the same as the module titles so like this:

    The image shows a title of the K2 content module, I would like the item title to be displayed in the same way

    With the added code it lools like this:

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 2 voices, and was last updated by  rolandg 14 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum