0
Welcome Guest! Login
0 items Join Now

Content in popup window looses css styling

  • Content in popup window looses css styling

    Posted 18 years 6 months ago
    • I like to open content in a popup window which works OK but it looses CSS styling (font, color and etc.)

      This is what I mean, on this page if you scroll down to item number 29 and click on it, it open in a popup window but without the CSS styling, someone told me it is RT issue because of template using style switching (I don't know what the means), how to fix it.

      Thank you
    • VirtueShop
  • Re: Content in popup window looses css styling

    Posted 18 years 6 months ago
  • Re: Content in popup window looses css styling

    Posted 18 years 6 months ago
    • Sorry but I am going to request this one more time, if it helps this happens on content print button too and on RT fire theme as well.
    • VirtueShop
  • Re: Content in popup window looses css styling

    Posted 18 years 5 months ago
    • bump!
    • 's Avatar

    Re: Content in popup window looses css styling

    Posted 18 years 5 months ago
    • If I click on 29 I get a pop up with the same brown colour as ur main site.. font seems like the same as well?
    • Last Edit: 18 years 5 months ago by .
  • Re: Content in popup window looses css styling

    Posted 18 years 5 months ago
    • Thomas wrote:
      If I click on 29 I get a pop up with the same brown colour as ur main site.. font seems like the same as well?

      Fixed it, by adding the following to css, not sure if it is the correct way to do it but if works
      table.contentpaneopenpopup {
                font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
                font-size: 11px;
                color: #5B5648;
           padding: 0;
           background: #f1eee6 url(../images/content-bg.png) repeat-x;
      }
    • VirtueShop
  • Re: Content in popup window looses css styling

    Posted 18 years 5 months ago
  • Re: Content in popup window looses css styling

    Posted 18 years 5 months ago
    • The code above is specific to Versatility II template
    • VirtueShop
  • Re: Content in popup window looses css styling

    Posted 18 years 1 week ago
    • Well, I got it working correctly on my site, and the only difference I see between the 2 source codes is that you have dependent=yes and I don't.

      my code:
      <a onclick="window.open('http://domain.com/index2.php?option=com_content&task=view&id=87','Money Back Guarantee','scrollbars=yes,resizable=yes,width=640,height=340,left='+(screen.availWidth/2-320)+',top='+(screen.availHeight/2-170)+'');return false;" href="index2.php?option=com_content&task=view&id=87" mce_href="index2.php?option=com_content&task=view&id=87" target="_blank"><img src="templates/rt_vortex/images/guarantee.gif" mce_src="templates/rt_vortex/images/guarantee.gif" alt="120 Day Money Back Guarantee" title="120 Day Money Back Guarantee" border="0" height="64" width="141"></a><br>

      and your code:
      <a href="#" onclick="window.open(&#39;index2.php?option=com_content&task=view&id=7&Itemid=2&#39;,&#39;Vahan&#39;,&#39;resizable=yes,dependent=yes,width=750,height=628,left=100,top=100&#39;);return false;"> Vahan Polladian</a>&nbsp;  <br />
  • Re: Content in popup window looses css styling

    Posted 17 years 11 months ago
    • hi peter,

      i have pasted the css code in my rt-versatility ii template_css.css and it doesn´t work

      i continue with bigger font for print and send to friend pops up

      any suggestion?

      do i need to add something else?

      thanks
    • Last Edit: 17 years 11 months ago by .

Time to create page: 0.072 seconds