malzena Posted August 31, 2014 Share Posted August 31, 2014 Hello Everyone I am having a real issue with the layout on the theme I am using with the subcategories layout. I have tried everything I could think of to correct it- but have run out of ideas. The weird thing is that it only occurs on certain categories and not on others- but it seems to happen more when I add more than 3 subcategories. However, it is happening on some of the categories after I just add 2 subcategories. I have contacted the developer of the theme to see if he has any ideas, but I did not get an answer. I attached a couple pics so you could see what I am talking about. The first pic is correct and the layout looks fine. The second pic is what I am running into and I can not correct. The sub category block goes off balance & I can not correct it. Any help would be very much appreciated- Thanks- Malinda Link to comment Share on other sites More sharing options...
dioniz Posted August 31, 2014 Share Posted August 31, 2014 It's hard to say what's wrong wwithout seeing site because you have custom theme. Is it possible to see your site? Link to comment Share on other sites More sharing options...
Chris2013 Posted August 31, 2014 Share Posted August 31, 2014 HI Malinda I can't seem to re-create your problem, it looks correct as per your first picture on firefox and chrome on mac. Chris Link to comment Share on other sites More sharing options...
sooroos Posted August 31, 2014 Share Posted August 31, 2014 it looks ok to me too Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 Hi Guys I took off the subcategories since they were a problem- I will go ahead and add them back so you can see what I am talking about- Thanks for your help https://jessicasuniquegiftshop.com Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 I just added back the sub categories under the second category down- under "animated plush that rock and roll sing & dance- Thanks Link to comment Share on other sites More sharing options...
sooroos Posted August 31, 2014 Share Posted August 31, 2014 try remove display:block from .product_list li > a:after { clear: both; content: ""; display: block; overflow: hidden; visibility: hidden; } Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 Hi Sooroos- Thanks for your reply- Where do I find that file? Link to comment Share on other sites More sharing options...
sooroos Posted August 31, 2014 Share Posted August 31, 2014 can you turn off minified css for a min? so i can tell you exactly advanced parameters --> performance --> CCC (Combine, Compress and Cache) Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 Hi Sooroos- Its turned off- Thanks!! Link to comment Share on other sites More sharing options...
sooroos Posted August 31, 2014 Share Posted August 31, 2014 ok /themes/01response/css/global.css line 335 Link to comment Share on other sites More sharing options...
dioniz Posted August 31, 2014 Share Posted August 31, 2014 You have some issue with your code. There is some closing tag missing. Your footer is not visible on that page and is loaded in subcategory li Link to comment Share on other sites More sharing options...
dioniz Posted August 31, 2014 Share Posted August 31, 2014 There's issue in your category description: <p><p> <span style="color:#ffffff;"> <span style="font-family:georgia,...</p> Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 Hi - I removed the display block but the footer has disappeared- The blocks are still not correct on this page? Hi Dioniz- Thank you for the reply- How do I correct that? Link to comment Share on other sites More sharing options...
dioniz Posted August 31, 2014 Share Posted August 31, 2014 It has nothing to do with css. Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 Hi Dioniz- Thank you for the reply- How do I correct that? Link to comment Share on other sites More sharing options...
dioniz Posted August 31, 2014 Share Posted August 31, 2014 How do you set up category name background color and text color? Are you doing it with some editor? It looks to me that there are some leftovers from colors you changed. You need to open source code in editor and delete everything. Hope this make sense. Link to comment Share on other sites More sharing options...
dioniz Posted August 31, 2014 Share Posted August 31, 2014 There's issue in your category description: <p><p> <span style="color:#ffffff;"> <span style="font-family:georgia,...</p> Every tag needs a closing tag. For example <span> needs to be closed with </span> As you can see above in code from your site i posted before, you have 2 unclosed span tags. That is breaking your page. Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 Hi Dioniz- The Theme came with a module to change the background colors and such. It is called 01 Ultimate background. That is where I can go in and change the colors of the background. It wasn't in an editor Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 Hi Dioniz Thank you for the help- where do I correct that code? Link to comment Share on other sites More sharing options...
dioniz Posted August 31, 2014 Share Posted August 31, 2014 Hm it's really hard to say, because i don't know how that module and your theme works. How do you set up fonts for category description?Maybe there is an error Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 Hi Dioniz- I stand corrected- The theme came with a module to change the background color- but the text editor I changed - I followed my.prestaeu's tinyMCE rich text editor Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 Here's the text editor that I am using- http://mypresta.eu/en/art/prestashop-16/extended-rich-text-editor.html Link to comment Share on other sites More sharing options...
dioniz Posted August 31, 2014 Share Posted August 31, 2014 Ok go to your category description and click on <> icon in editor and check if there's some code in there and delete it. Link to comment Share on other sites More sharing options...
dioniz Posted August 31, 2014 Share Posted August 31, 2014 Do that for all subcategories in this category Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 Hi Dioniz I deleted the code and then saved- then went back in an added text again and the same thing. I also tried it without any text and it still isn't showing correctly. I did it with another category- I left up the page- look under the category "Vintage style make up bags" https://jessicasuniquegiftshop.com/47-vintage-style-makeup-bags-compact-mirrors-wallets-smartphone-covers-and-more Link to comment Share on other sites More sharing options...
dioniz Posted August 31, 2014 Share Posted August 31, 2014 You need to clear codes for all subcategories in this category Problem is in code like this <p><p><span style="font-family:'andale mono',...</p> Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 Ok- I will- thank you for your advise. Just one more quick question- after I clear all the codes- is there something else I have to do- or can I just go in and then re enter the text? Link to comment Share on other sites More sharing options...
dioniz Posted August 31, 2014 Share Posted August 31, 2014 i think this should work. Link to comment Share on other sites More sharing options...
malzena Posted August 31, 2014 Author Share Posted August 31, 2014 Thank you again- I really appreciate all your help- I will work on this tonight and I will post a note how it turned out- Thank you again- have a great evening Malinda Link to comment Share on other sites More sharing options...
malzena Posted September 1, 2014 Author Share Posted September 1, 2014 Update - Dioniz was correct and it all had to do with the category descriptions. I deleted all and re-entered but then ran into the same issue again. So after some more research, I disabled the HTML purifier and then re-entered the descriptions again, but this time I just kept the default type style and it worked! The code did not break. I attached a link on one of my pages so you can see how it now looks https://jessicasuniquegiftshop.com/60-animated-plush-that-sing-dance-and-play-guitar Thank you all for your help- especially to Dioniz for pin pointing the problem Malinda Link to comment Share on other sites More sharing options...
Recommended Posts