Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • ribinternational Friend
    #143678

    Hi

    I have some things I need changing with JA news.

    As you can see below I have attached an image explaining what I am trying to do.

    1. To remove the hyperlink on the Catagory Title
    2. To remove the Article title from the news description on JANews. I still need it to be seen though once the client goes to that Article Page.
    3. Image to have the Article link same as the Read More Button.

    If anyone can offer some urgent help on this I would be extremely greatful.

    Thanks

    Andy

    scotty Friend
    #315208

    All done..

    ribinternational Friend
    #315209

    Hi Scotty

    Many thanks for doing this.

    Slight problem with the Layout. It seems to not be reading the css on the frontpage.

    Im using IE8 & is not showing correctly on firefox either. Safari and Google look great.

    Any ideas??

    Thanks

    Andy

    scotty Friend
    #315210

    Refresh your browser cache (Shift+click refresh)

    scotty Friend
    #315211

    ahh see what you are talking about now… only a problem in IE? my ff looks fine. I’ll look into it now.

    scotty Friend
    #315224

    Was this looking ok in IE before?

    I reverted back the changes I made and I still can’t get it right in IE even though the CSS clearly says Segoe UI is the font and I’ve gone through it line for line with the cooper demo. :confused::confused::confused:

    Have you altered any of the ie css files?

    Unfortunately I’m on my way out the door and won;t be back for a couple of days but it’s first on my list when I get back.

    ribinternational Friend
    #315229

    Hi

    No I havent touched it at all and all was looking slick before.

    Sorry

    Thanks for your help

    Andy

    scotty Friend
    #315754

    Hi, sorry about the delay. I was away on holidays for a few days and had no internet access.

    I’ve made the changes to JA News that you requested and I’ve found the problem with it not displaying in IE correct. The problem was the article ‘Welcome to Prosper Building’. You must have copy and pasted this text from somewhere else and as you did you copied some unwanted HTML. This unwanted HTML was being read by IE and causing the font to change.

    I hope everything is as you want it now. If not, let me know and I’ll be happy to help further.

    vidapura Friend
    #316109

    Apologies for jumping on a thread, but I want to do excactly what the original poster wanted to do.
    Scotty, did you make the changes directly to ribinternational’s website ? Or did you make the changes available somewhere in the downloads area?

    Actually now I say it .. i don’t want to do exatly what ribinternational wanted.. just want the ja_news and ja_news images to be hyperlinked. And its in the JA Cooper Business template I want to do it.

    I’m just a bit confused from reading the thread.. cos the first post was a request and the second post just said All Done… heh…

    thanks
    Vida

    scotty Friend
    #316111

    Hi, if you just want to add the article link to the image then open templates/ja_cooper_business/html/mod_janews/blog_item.php and around line 47 find…

    [PHP] <?php echo $image; ?>[/PHP]

    and change to…

    [PHP]<a href=”<?php echo $link;?>” title=”<?php echo strip_tags($row->title);?>”><?php echo $image; ?></a>[/PHP]

    ….and that should do it.

    vidapura Friend
    #316112

    Oh Good Man Yerseff!
    Thats perfect for the ja news bit !

    I hate to hassle yeh futher.. but can this be done for the ja news frontpage bit as well? I can’t see a mod_janewsfp in the html directory..

    Thanks
    Vida

    scotty Friend
    #316125

    Thats not actually JA News Frontpage. It’s just a modified normal frontpage.

    To link the images open templates/ja_cooper_business/html/com_content/frontpage/default_item.php and around line 133 find…

    [PHP]<?php echo $image; ?>[/PHP]

    and change to…

    [PHP]<a href=”<?php echo $this->escape($this->item->readmore_link); ?>” ><?php echo $image; ?></a>[/PHP]

    Then in the same folder open default_leading.php and on line 135 do the same as above.

    vidapura Friend
    #316128

    Ah fantastic !
    Thanks very much.
    Vida

    PS: have PM’d you.

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

This topic contains 13 replies, has 3 voices, and was last updated by  vidapura 15 years, 2 months ago.

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