Issue depending on browser, just on the online demo!!!!!

GK User
Thu Sep 12, 2013 10:08 pm
Today I find this issue just directly on the demo version at http://demo.gavick.com/joomla25/boutique/

with chrome and firefox I can not see the caption images in the mod_news_pro_gk4, I can see them just with IE...

boutique-bug.jpg


Could you check it? I've got the same issue also on the site I'm building!

Best regards
User avatar
Fresh Boarder

GK User
Fri Sep 13, 2013 4:24 am
Can you use below css and let me know if that fixes your issue.

Code: Select all
.banner .nspArt .nspContainer .nspHeader.fnone, .banner .nspArt .nspContainer .readon.fnone {
    left: 0;
}


See you around...
User avatar
Platinum Boarder

GK User
Fri Sep 13, 2013 4:56 am
Sorry but it doesn't work in the bottom

http://199.19.212.59/porttend/
User avatar
Fresh Boarder

GK User
Fri Sep 13, 2013 6:31 am
Final css or html markup depends on your settings so right now it is showing null in your left bottom items so please use below code.

Code: Select all
.banner .nspArt .nspContainer .nspHeader.fnull, .banner .nspArt .nspContainer .readon.fnull {
    left: 0;
}


Let me know how you get on.
User avatar
Platinum Boarder

GK User
Fri Sep 13, 2013 6:42 am
You're true, but did you check your online demo on gavick website?
There's the same issue...
User avatar
Fresh Boarder

GK User
Fri Sep 13, 2013 6:49 am
Now it's working on the bottom, but not on the side... with chrome, with firefox it's ok

I wait for you answer

Best regars
User avatar
Fresh Boarder

GK User
Fri Sep 13, 2013 7:48 am
You need to use both codes together : )

Code: Select all
.banner .nspArt .nspContainer .nspHeader.fnull, .banner .nspArt .nspContainer .readon.fnull {
    left: 0;
}
.banner .nspArt .nspContainer .nspHeader.fnone, .banner .nspArt .nspContainer .readon.fnone {
    left: 0;
}

This is related to float options in module settings article layout, such as float left, float right, float none. In our demo admins probably changed a settings and haven't noticed the error.

Alternatively you can change float options for title or text in article layout to float left and that should results in correct html markup which required css code is already available in your style files.

Let me know if you need further help.
User avatar
Platinum Boarder

GK User
Tue Sep 24, 2013 2:15 pm
Even if I'm late, thanks for you support
User avatar
Fresh Boarder

GK User
Sun Sep 29, 2013 9:41 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron