By Giulio Curà on Saturday, 05 April 2014
Posted in Technical Issues
Replies 10
Likes 0
Views 1.1K
Votes 0
Hello there !! I'd like to have an advise over this problem !!

Take this page as example

http://trattamentoacustico.it/isolamento-acustico-sala-prove

Customer attached a big image, the problem is that a user ( or even me ) opens the image , it will exceed browser page dimension. The result is that one cannot close image anymore ( the only chance is back button or reload page ..).

Of course I can advise customer to post little images…. but assuming that customer are not able to do that or they do not care…

- Could I resize images to a maximum length/height when they're loaded as attachments ?
- Could I modify CSS in order to set up a limit-dimension for viewing images ?

Any other idea ??


Thanx in advance for your help !!

Ciao !

Giulio
hey giulio,
the problem at your site is that one style is overriding the z-index value from easydicuss for the opening fancybox.

you can add this little snippet to your css file and that would fix it:


.fancybox-opened {
z-index: 9999 !important;
}


the result at your end will then look like this: http://screencast.com/t/as4n2N8jmRQ

hope that helps
·
Saturday, 05 April 2014 21:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing Alex
·
Sunday, 06 April 2014 00:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanx !!!
·
Tuesday, 08 April 2014 18:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Giulio,

Does your issues resolved? Please do update us.

Please be advise.
Thanks.
·
Tuesday, 08 April 2014 18:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Just a question…. I use the wright template (it is basically a twitter bootstrap based theme) so my css in template folder is basically empty…do you have any clue on where to put code ??


Thanx !!
·
Tuesday, 08 April 2014 18:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Giulio,

Sorry for this delayed respond.

We at support team don't have a good experience for Joomla theming, but one of our designers have a good experience on this. He suggested that you should create a /bootstrap folder and put all your Twitter Bootstrap related stuff under there so that it would be easier for your future maintenance.

Hope this will help, thank you and have a good day
·
Tuesday, 08 April 2014 18:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mohd !

I'll ask my webmaster to do that since I'm not skilled enough !!!

Ciao !

Giulio
·
Tuesday, 08 April 2014 18:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Giulio,

I believe all your issues in this ticket have been solved. If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Tuesday, 08 April 2014 19:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mohd !! Yes I confirm the problem is resolved !


When using a "remote" bootstrap we do not have full CSS control, but I solved creating a custom.css file in the template CSS folder.

This file allows you to override remote bootstrap settings !!


Thanx thanx thanx for your help !!!
·
Tuesday, 08 April 2014 23:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Giulio Glad that your issues are resolved now
·
Tuesday, 08 April 2014 23:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post