- Posts: 5
COMMUNITY FORUM
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Thumbnails x text layout
- Abrantes Silva FH
-
Topic Author
- Offline
- New Member
My production site (Joomla 1.5 and SigPRO 1.2) runs whitout any problems. For example, please visit:
www.casadealegria.com.br/index.php/conheca-a-casa/ambiente-e-infra-estrutura
Right now I'm starting migrate that site to Joomla 2.5 and SigPRO 2.5.8, but the thumbnails and text layout are not displaying correctly. For example, visit:
www.aef.med.br/index.php/conheca-a-casa/ambiente-e-infra-estrutura
As you can see, in this new version of SigPro 2.5.8, the text of page is rendered at right of the thumbnails, and not below as in the production site.
How can I correct this?
Thanks!
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Abrantes Silva FH
-
Topic Author
- Offline
- New Member
- Posts: 5
The first link is Joomla 1.5 with SigPRO 1.2, and the second link is Joomla 2.5 with SigPRO 2.5.8. The template is the same (Versatility, from Rockettheme).
Any ideas on how to solve the layout problem?
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
It seems like there is no paragraphs in your text.
This issue is not related with SIG PRO since it works fine.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Abrantes Silva FH
-
Topic Author
- Offline
- New Member
- Posts: 5
Bellow are some code extracted from www.aef.med.br/index.php/conheca-a-casa/ambiente-e-infra-estrutura . As you cann see, there are p tags and other tags (like h3) around the text and SigPRO command. But the thumbnails and text does not layout correctly on the page article.
Any other suggestion?
<p>{gallery}diferenciais/ambiente/salao{/gallery}</p>
<h3>Mesa do bolo:</h3>
<p>É localizada bem na entrada do salão, caracterizando-se por ser de decoração "clean" e por retratar temas e histórias infantis. É importante enfatizar que nossa mesa do bolo não é uma mesa meramente decorativa, ao contrário: nela são colocadas as diversas guloseimas da casa para que as crianças (e adultos) possam se servir.</p>
<p>{gallery}diferenciais/ambiente/mesa_bolo{/gallery}</p>
<h3>Lanchonete:</h3>
<p>Sucesso absoluto! Na Casa de Alegria os convidados se servem a vontade, pois no balcão de nossa <em>lanchonete self-service</em> a ordem é: não pode faltar nada! Desde o início até o fim da festa, nossas delícias estão a disposição de todos! A lanchonete ocupa a lateral interna do salão e conta com um grande balcão aquecido onde são colocados todos os alimentos fresquinhos que a cozinha prepara. De um lado do balcão são colocados caldos e diversos acompanhamentos e temperos, no balcão aquecido ficam as pizzas (servidas em esquema de rodízio), salgadinhos, lingüiça da roça, frango à passarinho e outros quitutes. No outro lado do balcão ficam a máquina de refrigerantes, água mineral, água de coco e suco, tudo também self-service.</p>
<p>{gallery}diferenciais/ambiente/lanchonete{/gallery}</p>
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Abrantes Silva FH
-
Topic Author
- Offline
- New Member
- Posts: 5
They really found a solution for the problem, but the bug was on the SigPRO css! Please, read the solution that the RocketTheme folks found for a bug in SigPro css:
"I am really not trying to bounce you between us and JoomlaWorks but as far as I can see, there is a big difference between SigPRO for Joomla 1.5 output and SigPRO for Joomla 2.5 output. For example in SigPRO for J1.5, image thumbs are placed inside multiple DIV tags and in SigPRO for J2.5 image thumbs are placed in UL and LI tags. I would guess that this is the reason for different layout.
If you check css file from SigPRO, you can easily see that some css definitions are missing. For example, edit file (SigPRO css file) www.aef.med.br/plugins/content/jw_sigpro/jw_sigpro/tmpl/Classic/css/template.css
Find:ul.sigProClassic { display: block; margin: 0!important; padding: 8px 0!important; list-style: none!important; float: left; }
Change to:ul.sigProClassic { width: 100%; display: block; margin: 0!important; padding: 8px 0!important; list-style: none!important; float: left; }
This will fix your issue and prove that this is completely SigPRO issue and not our template issue.
The guys on RocketTheme just solve an issue with my site and a SigPRO css problem...
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
This is a conflict!
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.