Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
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
  • Abrantes Silva FH's Avatar Topic Author
  • Offline
  • New Member
More
12 years 5 months ago #51233 by Abrantes Silva FH
Thumbnails x text layout was created by Abrantes Silva FH
Hi, I'm using Simple Imagem Gallery Pro for a long time wihout any problems, but right now I'm having some troubles with the new SigPRO version and Joomla 2.5.

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.

More
12 years 5 months ago #51234 by Katia
Replied by Katia on topic Re: Thumbnails x text layout
The second link leads to an Error 503 Service Unavailable page...

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
  • Abrantes Silva FH's Avatar Topic Author
  • Offline
  • New Member
More
12 years 5 months ago #51235 by Abrantes Silva FH
Replied by Abrantes Silva FH on topic Re: Thumbnails x text layout
The links are working now. Please, could you look at the second link (incorrect layout) and compare with the first (coorect layout)?

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.

More
12 years 5 months ago #51236 by Katia
Replied by Katia on topic Re: Thumbnails x text layout
Check your html tags in the joomla article please.
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
  • Abrantes Silva FH's Avatar Topic Author
  • Offline
  • New Member
More
12 years 5 months ago #51237 by Abrantes Silva FH
Replied by Abrantes Silva FH on topic Re: Thumbnails x text layout
Hi Katia, thank you very much for you response.

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.

More
12 years 5 months ago #51238 by Katia
Replied by Katia on topic Re: Thumbnails x text layout
This issue is related to your template... Did you contact your template provider in order to help you out?

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
  • Abrantes Silva FH's Avatar Topic Author
  • Offline
  • New Member
More
12 years 5 months ago #51239 by Abrantes Silva FH
Replied by Abrantes Silva FH on topic Re: Thumbnails x text layout
Well... I did what you suggested and contacted the RocketTheme support ( www.rockettheme.com ) asking for a solution for their template.

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.

More
12 years 5 months ago #51240 by Katia
Replied by Katia on topic Re: Thumbnails x text layout
Sorry but the fact that your template css intervenes on SIG Pro css in not a bug!
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.


Powered by Kunena Forum