Behavior of the Read More Button in IE

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Jun 12, 2010 5:37 pm
Hi,

I'm using NSP GK4 and it's working fine both on Firefox and Opera. I wanted to test it on IE and i came on a problem i'd like to avoid. The read more button is not following the article it's related to. They basicaly stay the same like if they were frozen.

Here's the site i'm working on : http://dev.angelfreepress.org/

Any help is welcome !

Thanks,

Regards,

Sylvain
User avatar
Fresh Boarder

GK User
Sun Jun 13, 2010 1:10 am
Hi

I have tested with IE8 and IE7.
Both work right on my browsers.
User avatar
Platinum Boarder

GK User
Sun Jun 13, 2010 1:15 am
Hello there,

Could you please retry it ? I made a change in my articles so you can now see the problem i'am talking about. Try pressing the Next button wich is called Suiv.

By the way, what have you tested, NSP GK4 ? or my site ?

Thank you !

Sylvain
User avatar
Fresh Boarder

GK User
Tue Jun 22, 2010 2:41 am
I am also having a similar problem with the Read More button in IE. It appears fine in Firefox, Chrome, and Safari. However, in IE the button appears in more than one location on the page, and when I move my cursor over one of the button, the button moves locations on the page. It sort of appears to be chased around by the cursor. I was using version 1.2 and I just installed v 1.4 but the problem is still occurring. My site is in a preview DNS mode now, but I would like to go live with it soon.
User avatar
Fresh Boarder

teitbite
Wed Jun 23, 2010 11:53 am
Hi

Please show me the site as soon as You can.
User avatar
Moderator

GK User
Wed Jun 23, 2010 1:18 pm
Here is the website address:

http://hendonredmond.com.previewdns.com/hendonredmond/

a popup box will display telling you it is in preview DNS mode, just click on the x to close it out. I am having the trouble with IE8.
Thanks,
Mark
User avatar
Fresh Boarder

teitbite
Wed Jun 23, 2010 9:05 pm
Hi

I will need joomla panel access to stop animation and try some things in css.
User avatar
Moderator

teitbite
Thu Jun 24, 2010 10:32 am
Hi

I have just remembered how I've fixed this issue before: I did change the whole Readmore button code.

Where did You took this button from? It's so strange codded that I'm losing my mind by trying to do anything with it.
User avatar
Moderator

GK User
Thu Jun 24, 2010 1:54 pm
I used software called Artister to develop the Joomla template. The version was

Artister 2.4.0.27666 Standard Edition. This should be the latest version.

Mark
User avatar
Fresh Boarder

teitbite
Thu Jun 24, 2010 2:08 pm
Hi

Unfortunately the Read More button created by this software is working badly with NSP. I suggest to redo it. Just css files which are styling this button. I can make it for You but I would need ftp login data to copy the changed layout files and images for this element.
User avatar
Moderator

teitbite
Thu Jun 24, 2010 3:03 pm
Hi

Please take a look at the site. I'm almost there :) But need a little more time. Unfortunately got to leave right now, but promise to go back to this problem as soon as possible. Than I will post the changes.
User avatar
Moderator

GK User
Thu Jun 24, 2010 4:40 pm
I'd like to add that my problem was also occuring with an Artisteer creation.

Just to help,

Regards,

Sylvain :)
User avatar
Fresh Boarder

teitbite
Thu Jun 24, 2010 5:18 pm
Hi

I think it's done. All I did was adding the code to template.css

Code: Select all
.art-button-wrapper .l,
.art-button-wrapper .r{
   display:none;
}

.art-button-wrapper  {
   line-height:27px;
   position:static;
   float:right;
   width:auto;
   display:block;
   background:transparent url("../images/button.png") no-repeat 0px 0px !important;
}

.art-button-wrapper a {
   background:transparent url("../images/button_r.jpg") no-repeat 100% 0px !important;
}


and a litle fix for ie7.css

Code: Select all
.art-button-wrapper a {
   background:transparent url("../images/button_r.jpg") no-repeat 100% 0px !important;
}


And of course I've copied the small image for the ending of the button.
User avatar
Moderator


cron