[email protected] Posted October 1, 2014 Share Posted October 1, 2014 Hello, I have a problem with default theme, I dont know if I am doing something wrong or if its a bug. When I am using all the pictures in the lower part on the default theme everyting is perfect (se lowerpart working ). When I remove 3 pics from the theme config. Its make one picture looking strange. Se (lowerpart not working). When I look at the code is seems ok. If you go inte the site and switch between Swedish and English you kan see the problem. Its the same picture I am using. Can anyone tell me how to fix this problem. The link to the site is divelife.se I am using PS 1.6.0.9. Best, Tor Link to comment Share on other sites More sharing options...
NemoPS Posted October 1, 2014 Share Posted October 1, 2014 The problem here is the second and third item both have this class applied col-xs-4 Which makes them the same width as the first one. I fear you need to modify the code to fix it. Yes, sounds like a prestabug Link to comment Share on other sites More sharing options...
[email protected] Posted October 2, 2014 Author Share Posted October 2, 2014 Hello, Does anyone know where the the is that I have to modify. Tor Link to comment Share on other sites More sharing options...
NemoPS Posted October 3, 2014 Share Posted October 3, 2014 It seems like it's a custom module, so no idea. Try looking for "htmlcontent" Link to comment Share on other sites More sharing options...
[email protected] Posted October 3, 2014 Author Share Posted October 3, 2014 No, its not a custom module, its standard theme with theme configurator 1.1.4. And I don't have any customs module att the homepage what I know about. Tor Link to comment Share on other sites More sharing options...
NemoPS Posted October 3, 2014 Share Posted October 3, 2014 Ah! Sorry I was looking at the wrong one on my side this one <li class="htmlcontent-item-{$smarty.foreach.items.iteration|escape:'htmlall':'UTF-8'} col-xs-4"> modules\themeconfigurator\views\templates\hook hook.tpl Link to comment Share on other sites More sharing options...
[email protected] Posted October 3, 2014 Author Share Posted October 3, 2014 (edited) Ok, I found the file, but what should the correct value be, and if I change it will it work when I put up more pics. Tor Edited October 3, 2014 by tjorgensborg (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted October 3, 2014 Share Posted October 3, 2014 Well it's hard to tell. The problem is, for some reason it displays correctly only when shown on the second row, while in fact all elements should have that class Link to comment Share on other sites More sharing options...
[email protected] Posted October 3, 2014 Author Share Posted October 3, 2014 So how can I change so all elements have that class. Remember I am not a programmer so you have to explain like you would to a 3 years old person. :-). Tor Link to comment Share on other sites More sharing options...
NemoPS Posted October 4, 2014 Share Posted October 4, 2014 Remove that from here, see what happens (didn't try) <li class="htmlcontent-item-{$smarty.foreach.items.iteration|escape:'htmlall':'UTF-8'} col-xs-4"> <li class="htmlcontent-item-{$smarty.foreach.items.iteration|escape:'htmlall':'UTF-8'}"> Link to comment Share on other sites More sharing options...
Recommended Posts