-
AuthorPosts
-
August 25, 2009 at 11:00 am #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 Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 25, 2009 at 1:36 pm #315208All done..
August 25, 2009 at 1:48 pm #315209Hi 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 Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 25, 2009 at 1:49 pm #315210Refresh your browser cache (Shift+click refresh)
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 25, 2009 at 1:54 pm #315211ahh see what you are talking about now… only a problem in IE? my ff looks fine. I’ll look into it now.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 25, 2009 at 3:46 pm #315224Was 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.
August 25, 2009 at 4:18 pm #315229Hi
No I havent touched it at all and all was looking slick before.
Sorry
Thanks for your help
Andy
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 30, 2009 at 8:20 pm #315754Hi, 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.
1 user says Thank You to scotty for this useful post
vidapura Friendvidapura
- Join date:
- June 2008
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
September 2, 2009 at 1:35 pm #316109Apologies 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
Vidascotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
September 2, 2009 at 2:00 pm #316111Hi, 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.
1 user says Thank You to scotty for this useful post
vidapura Friendvidapura
- Join date:
- June 2008
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
September 2, 2009 at 2:08 pm #316112Oh 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
Vidascotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
September 2, 2009 at 3:41 pm #316125Thats 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.
1 user says Thank You to scotty for this useful post
-
AuthorPosts
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