Viewing 15 posts - 1 through 15 (of 39 total)
  • Author
    Posts
  • txt007 Friend
    #162987

    Hi,

    i have upgraded my site (http://drtran.ca) from joomla 1.5.2 (JA seleni) to 1.6 (JA Methys) using jUpgrade.

    1) my frontpage give an “additional info”, which I don’t know where it comes from…
    2) although i disabled Search Button Image, but the image is still displayed on the Search button
    3) with JA social plugin, how could I align Like, Twitter, Facebook share on the same line? and how could I make facebook share count (same as twitter)?
    4) how come ul/li and ol/li (text after No more wasting time… ) in my content don’t display as it displayed in the backend?

    thanks
    txt007

    himangi Friend
    #387242

    Hi,

    1. I have turned off frontend display of extra fields from JA Extrafields tab in the Medical… article edit view, right column. The Additional fields text is gone.

    2. Please update your joomla to latest version and check if the search image option works.

    3. There is no option to display twitter like count for FB. To align all the icons in single line, you can add <blockquote>div.ja-retweet-button{float:left;}</blockquote> in your template.css

    4. Can you give link to the specific page where ul/li or ol/li are being used?

    txt007 Friend
    #387374

    HI Himangi,
    Many thanks for your quick help.
    1) sorted. Thanks a lot
    2) I check my site. System information: Joomla! 1.6.1 Stable [ Onward ] 07-Mar-2011 23:00 GMT. I think it is the latest available joomla?
    3) I have added div.ja-retweet-button{float:left;} in template.css, but the facebook share of JA Social is still not on the same line. I have cleaned cache several times.
    4) the text of my page in the backend is as below , but the frontend doesn’t display the effect of ul/li and ol/li:
    <br /> <br /><strong>No more wasting time…</strong></p>
    <ul>
    <li>wondering who could babysit your other children</li>
    <li>preparing and not forgetting all the necesaries (diaper, milk, clothes, …) for your sick child</li>
    <li>driving to the ER in the cold or hot weather</li>
    <li>jamming in the traffic while being sick or having your sick beloved or child crying in your car</li>
    <li>looking for a difficully available parking lot</li>
    <li>waiting hours and hours not knowing when your turn-be-seen will be</li>
    </ul>
    <p><span style=”font-size: 8pt;”><em> </em></span></p>
    <p><span style=”color: #808080;”><strong><span style=”font-size: 8pt;”><em>Note: </em></span></strong></span></p>
    <ol>
    <li><em>Should your medical condition require in-patient, urgent or emergent treatment, Dr Tran Inc. medical officer will adequately refer you to the nearest hospital.</em></li>
    <li><em>House-call fees doesn’t include eventual prescribed medication. You will need to buy your prescribed medication at the pharmacy of your convenience.</em></li>
    </ol>

    many thanks for your help
    very appreciated.
    txt


    1. ul-li_ol-li_problem
    himangi Friend
    #387451
    1. Hi,
    2. The latest Joomla version is 1.6.3.
    3. I see all the facebook, twitter etc icons in a single line. Please see the attached screenshot.
    4. To display the bullets, open your templates/your_template/css/template.css, find if you have ul { in the file. If it’s there you need to add <blockquote>list-style: disc outside none;</blockquote> in it or if you dont have it then add <blockquote>ul { list-style: disc outside none; }</blockquote>
    txt007 Friend
    #387563

    Thanks Himangi,

    2) I don’t have access to joomla 1.6.3 via godaddy. only 1.6.2
    3) in fact, that was ITP share plugin and not JA social plugin. I now disable the Facebook share because 1) it doesn’t go on the same line and 2) the size of Facebook share button doesnt fit with the size of the other button
    3) I noticed that upgrading with jUpgrade gives a lot of bugs. I hence deleted my side and resinstall a fresh new joomla 1.6.2 from godaddy.com
    I added your code in template.css but i noticed that on the home page, the bullet of ul/li doesnt appear, it appears only when we click to open the article.

    thanks
    txt007

    thefc_uk Friend
    #387735

    <em>@txt007 235732 wrote:</em><blockquote>Thanks Himangi,

    2) I don’t have access to joomla 1.6.3 via godaddy. only 1.6.2
    </blockquote>

    Hi

    You might like to try ‘Admin Tools’ by Akeeba – this allows you to access and update Joomla system files directly to your server site – they also do an excellent back-up system 🙂

    I’m with you on the unordered list – I’ve just tried the ‘typography’ button as illustrated with Methys demo site to find it results in the same lack of bullet points??

    Hope it helps
    thebb

    txt007 Friend
    #387741

    Thanks Stuaforr. I removed my article with bullets from Home page. The bullets points appear when i click to open the article with Himangi’s code, but it doesn’t appear when it’s called in Home page. http://drtran.ca/en/services/68-medical-house-calls

    I’ll give a try for Akeeba admin tools.

    txt007

    himangi Friend
    #387985

    Normally the styling applied for content should work everywhere unless specified otherwise. I could not locate the problem, but i will look into it again, later.

    txt007 Friend
    #388029

    Himangi,

    Even after I upgraded to joomla 1.6, the bullets issues remained the same, as well as the problem of Search Button image overlapping on Search button.

    I completely deleted again my site and the database. And install via ftp a complete JA Methys quickstart with sample database. And it solved both issues.

    Another question, how could I put JA social on the same line as the Print/Email icons?

    Many thanks for your help

    txt007 Friend
    #388033

    Indeed, the bullet issue is not really completely solved. As you can see now, on Homepage, the bullets appears. When clicked on the article title to bring up the article, the bullets disappeared, as well as when I clicked on Menu/Services.

    thanks
    txt007

    himangi Friend
    #388218

    Hi,

    Can you please provide me ftp and site admin access to check the bullets issue again?

    For displaying JA Social plugin content and print and email etc icons, do the following.
    Open your templates/your_template/css/template.css file and find <blockquote>.article-tools {
    position: static;
    font-family: Arial,Helvetica,sans-serif;
    }</blockquote> and replace it with <blockquote>.article-tools {
    position: static;
    font-family: Arial,Helvetica,sans-serif;
    width: 30%;
    float: right;
    height: 35px;
    }</blockquote>

    Then add <blockquote>.ja_socialbeforecontent{
    width: 70%;
    float: left;
    height: auto;
    }</blockquote> in the template.css file.

    Once you save the template.css, check on frontend if you see the JA Social icons and email etc icons in the same line. If not, go to Extensions>Template manager in joomla backend, edit your template and choose NO for Optimize CSS in GLOBAL tab.

    txt007 Friend
    #388371

    Great! thanks Himangi. It works!
    How could I open access to my site for you without creating a new thread? I can’t find the option. I know that when I create a thread, I am offered an option to do that.

    thanks
    txt007

    txt007 Friend
    #388375

    Hi Himangi,
    I can’t get the date (in pink circle) to appear… I understood it is only defined for Featured articles? right?
    thanks


    1. date
    himangi Friend
    #388466

    Yes, the date is styled to display in the colored circle.. What exactly do you want to do with it?

    txt007 Friend
    #388467

    I can’t make it appears on my site 🙁

Viewing 15 posts - 1 through 15 (of 39 total)

This topic contains 39 replies, has 5 voices, and was last updated by  txt007 13 years, 4 months ago.

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