Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • zentering Friend
    #162128

    Hi all,

    I would like to change how titles are displayes,

    .title-blue h3 span strong.first-word strong {
    background: url(../images/title-blue.gif) no-repeat top right !important;

    Now only the first word have background, i want all word to have it. How do i make this happend?

    All the best / Z

    khoand Friend
    #383987

    Hi,
    – Replace this code in <joomla url>templatesja_rasitehtmlmodules.php and <joomla url>templatesja_rasitehtmlcom_contentfeatureddefault.php file


    if ( $pos !== false ) { $title = "<strong class="first-word"><strong>" . substr($title, 0, $pos+1) . "</strong></strong>" . substr($title, $pos+1); }
    else { $title = "<strong class="first-word"><strong>" . $title . "</strong></strong>"; }

    with


    $title = "<strong class="first-word"><strong>" . $title . "</strong></strong>";

    zentering Friend
    #415229

    Hi
    thanks for the answer, I first now come around the problem…
    I tried the change and it didn’t work?
    Any suggestions?
    /Z

    khoand Friend
    #415231

    You delete all of files of /cache and /t3-assets directory, please

    zentering Friend
    #415232

    Thx for fast reply 🙂
    Ok I have deleted it, saved the new code and it still doesn’t change.

    khoand Friend
    #415500

    My solution works on localhost. Do you give me content of templatesja_rasitehtmlmodules.php and templatesja_rasitehtmlcom_contentfeatureddefault.php file? I need them to check.

    zentering Friend
    #415609

    Hi Khoand
    I double checked the files before I was to send them to you and found that the code in templatesja_rasitehtmlmodules.php was to be changed in two places! I missed that it was repeated, only changed one of them… :-[
    Now it works perfectly!
    Thx for the help and sry for my misstake
    /Z

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

This topic contains 7 replies, has 2 voices, and was last updated by  zentering 13 years, 1 month ago.

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