XTYPO center quotes don't show

  • Posted by Alexander Horvath (2) Offline
Hi,
yesterday I purchased the product and installed per guidelines. It works great, all but one thing. The center pull quote doesn't show the left quotation mark if it is behind the picture.
See details: www.citaj.to/index.php/recenzie/recenzie...77-vlk-z-wallstreetu

For some reason it considers the article including the picture. Is is possible to enable recognizing the borders?
The left quote and right quotes are working ok.
We are on joomla 2.5.
Please let me know how to fix it.
Best regards,
Alexander
10 years 6 months ago #1 by Alexander Horvath

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi, try to wrap your xtypo quote with a div like this
<div style="width:50%;float:right;">
~ YOUR XTYPO QUOTE HERE ~</div>
It's abit tricky but it will work
10 years 6 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

  • Posted by Alexander Horvath (2) Offline
Hi Thanks,
ok that works as workaround solution. But you have to do it everytime with the wrapping of DIV and our each book review contains book cover at the beginning. And here we would need to convince 30 editors and writers to do it type DIV<> instead of nicely pressing the button in JCE editor. So as one time effort it is good.
Any chance for permanent fix?. The central quote is important. We tried to use the right block quote, but the whole cited sentence is moved down underneath the picture.
There central quote should recognize there is picture below and not to go under.
Alexander
10 years 6 months ago #3 by Alexander Horvath

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi Alexander,

We tried to use the right block quote, but the whole cited sentence is moved down underneath the picture.

It because the width of your image is bigger than needed space for the right block quote.
To fix this, please open the file
www.citaj.to/plugins/content/xtypo/themes/default/style.css
find this code :
.xtypo_quote_right {
	float: right;
	width: 50%;
	margin: 20px 0 20px 20px;
}
change to
.xtypo_quote_right {
	float: right;
	width: 40%;
	margin: 20px 0 20px 20px;
}

Hope this helps
10 years 6 months ago #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum