Flexibility icon indicating copy to clipboard operation
Flexibility copied to clipboard

Small issues updating 2.08 to 3.0.2

Open Showa opened this issue 12 years ago • 1 comments

Hi Menno,

Congratulations with the new Flexibility!

I updated 2.0.8 to 3.0.2 I did this with my test site. Because I build a membership login, a calendar a jplayer in my site I had some extra css and scripts in the header, basic page and footer but than al was almost functioning as it should be.

Until now I noticed two minor issues. The first is that extra resources where added. The second one was that in gallery all the thumbnails where in a vertical line and not floating to the left. In 2.0.8 I had the same issue but after changing .gal-item in .gal-item-active in style.css this problem was solved. I tried to do same in 3.0.2 but noticed that style.css was completely changed.

Before I update my actual site I would like to solve this problems. By the way the url of my site is: ceciliahandel.nl if you like I can give you a login name and password so you can also see the part with the calendar and jPlayer.

With kind regards,

Ad.

Showa avatar Nov 10 '12 20:11 Showa

Solved the thumbnail issue by adding /* Gallery */ .gal-item-active{ float: left; margin: 10px 10px 10px 0px; text-align: center; }

.gal-item-active a{ float: left; display: block; }

.gal-item-active img{ border: solid 4px #CCC; width: 217px; }

.gal-item-active img:hover{ border: solid 4px #666; } in the new style.css maybe not a correct solution but works!

Showa avatar Nov 16 '12 14:11 Showa