Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • arba Friend
    #118613

    Hello
    First ,xenia with their news and header module are perfect template ,just what I wont .I am the club member of others site like this but I find xenia best looking template for me .:)
    Now I need to make her functional ,so hope you guys will help me .
    Here is the link to my site where I (actually freelancers ) build my new site ,idea is to made new site fully functional and then “migrate” this subdomain in my real domain ,link : http://jomla.elegancereef.com/index.php

    I have few problems/bugs and if anyone can told me what I need to do that will be great .

    First ,header ,as you can see in provided link ,when header start to change pictures I can not use site tools ?Everything is fine with site tools before header start to rotate picture .Header is in javascript fade slide show type .When I put him in flashshow type everything is fine with site tools but I get error in IE7 when I try to go to other pages .
    Anyone know fixe for that ?

    arba Friend
    #214029

    Second problem is with ja news ,my english are not good but hope you will understend .
    I am from Croatia and our language have special letter ,here are they : žšđčć (hope they will be visible to all ). Everything is fine with our special letter until ajax do not start to rotate news in news module module ,then all special Croatian letter become boxes like this � .
    Anyone have solution for that ?

    Khanh Le Moderator
    #214038

    Hi arba,

    1. Solution for the first problem (the Site Tools Problem), please try to modify this CSS in the template.css:


    #ja-usertoolswrap {
    float: right;
    width: 100px;
    display: block;
    background: url(../images/sitetool-bg1.gif) no-repeat top left;
    position: relative;
    }

    #ja-usertoolswrap {
    float: right;
    width: 100px;
    display: block;
    background: url(../images/sitetool-bg1.gif) no-repeat top left;
    position: relative;
    z-index: 99;
    }

    2. Solution for the second problem (special letters):
    Your special characters wasn’t unicode, it’s only ASCII character so it can not be handle well in Javascript. To fix this error, you can use one of these solutions:

    – Set your language’s charset to UTF-8 instead of ISO-8859-1
    – Or use JCE RichText editor to save your content, these characters will be automatically converted to validated HTML entities
    – Or go to the file headlineloader.php and change


    echo "{$firstnew->introtext}n</div>n";

    into


    echo htmlentities($firstnew->introtext, ENT_QUOTES)."n</div>n";

    This way will make all real unicode contents mess up but will make your content works well.

    arba Friend
    #214055

    Khanh ,thank you very much 🙂
    Solution for site tools work like a charm ,fixed in 2 minutes .
    There is still problem with Croatian letter .In my case editing with JCEeditor did not help .
    I would like to try this :
    Or go to the file headlineloader.php and change

    Code:
    echo “{$firstnew->introtext}n</div>n”;into

    Code:
    echo htmlentities($firstnew->introtext, ENT_QUOTES).”n</div>n”;

    But I can not find headlineloader.php ?? I search for that file and code last few hours but without succes .Can you please tell me where I can find him ??
    I search throu all template/xenia directories but that code/file is not there ??

    arba Friend
    #214059

    I find headlineloader.php but sadlly inserting this code : echo htmlentities($firstnew->introtext, ENT_QUOTES).”n</div>n”; -did not help ,to bad :((
    Do you posiblly have new idea or code ?
    Inserting code above made my ja news articles in total mess .Text articles look like this :

    table class=”htmtableborders” style=”WIDTH: 530px” cellspacing=”1″ cellpadding=”1″ align=”center” border=”0″><tbody><tr><td><font color=”#666666″>Nova opcija na dnu stranice :<strong> </strong></font><a href=”http://jomla.elegancereef.com/index.php?option=com_content&task=view&id=297&Itemid=171″><strong><font color=”#666666″>Na Lageru</font></strong></a><font color=”#666666″> – sada mo�ete vidjeti �to je sve trenutno na lageru i spremno za promptnu dostavu .Uskoro sti�u novi proizvodi a najavljujemo i dolazak nove ture iz Njemaèke te moguænost naru�bi raznih artikla po dobroj cijeni . Za kompletnu listu artikala koje mo�ete naruèiti kliknite tu : </font><a title=”lista” href=”http://jomla.elegancereef.com/smf/index.php?topic=4988.0″ target=”_blank”><strong><font color=”#666666″>Lista </font></strong></a><font color=”#666666″>a naru�be mo�ete poslati preko kontakt formulara<strong> : <a title=”kontakt” href=”http://jomla.elegancereef.com/index.php?option=com_contact&Itemid=3″ target=”_blank”>Kontakt</a></strong></font></td></tr><tr><td><font color=”#666666″><a title=”na lageru” href=”http://jomla.elegancereef.com/index.php?option=com_content&task=view&id=297&Itemid=171″ target=”_blank”><img height=”238″ hspace=”0″ src=”/images/stories/OLS2/aurorasmal.jpg” width=”200″ border=”0″ /></a></font></td></tr></tbody></table>

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

This topic contains 5 replies, has 2 voices, and was last updated by  arba 17 years, 3 months ago.

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