Announcement

Collapse
No announcement yet.

Extended Information Pop-up problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Extended Information Pop-up problem

    When I click on the More Information text to bring up the phone information, it doesnt bring up a pop-up box. It just uses the whole page. I checked my settings and they are set to pop-up. Does anyone know why it is doing this?

    go to :

    https://www.capitalcitycommunication...entennial.html

    #2
    Go into settings/site options and there should be an extended information tab, go into there and the last line asks which type of extended information page, click on this and choose use parent (=open in pop up window).

    On another note as your blue background is so vibrant there are traces of cropping/noise around many of the images, just thought I would bring it to your attention.
    www.parklifeclothes.co.uk

    Parklife, Whitby

    Diesel, Converse, Crocs, Quiksilver, Miss Sixty, Scotch & Soda, Bench, Levi's, Kickers

    Comment


      #3
      Originally posted by parklifeclothes
      just thought I would bring it to your attention.
      Also, links such as 'Contact Us' & 'T&Cs' go to layouts in a different theme........

      Paul
      Paul
      Flower-Stands.co.uk - the UK's largest online supplier of Fresh Flower Merchandising Stands

      Using V10.2 with Norman's brilliantly simple TABBER.

      Comment


        #4
        yes i am aware of that. I am working on it as I upload everything. Thanks for the lookout. As far as the popup information. I do have that setting selected already. It was working fine until I started uploading more phones.

        Comment


          #5
          Hi,

          It looks like you've stripped some code out of your 'outer layout' from between the <head> tags. The bit stopping your pop-ups from working correctly is:

          Code:
             <script language="javascript" type="text/javascript" src="actiniccore.js"></script>
             <script language="javascript" type="text/javascript" src="actinicextras.js"></script>
          I would also advise that you put the following back in too to stop other problems from occurring:

          Code:
           <actinic:variable name="BaseHref" />
             <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
             <meta http-equiv="MSThemeCompatible" content="yes" />
          and

          Code:
          	<actinic:block if="%28%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27PSP%20Bounce%20Page%27%29%20AND%20%28%3cactinic%3avariable%20name%3d%22IsPSPTestMode%22%20%2f%3e%20%3d%3d%20false%29%29%20OR%0d%28%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27SSL%20Bounce%20Page%27%29%20AND%20%28%3cactinic%3avariable%20name%3d%22IsSharedSSLForTestOnly%22%20%2f%3e%20%20%3d%3d%20false%29%29" >
          		<script language="JavaScript" type="text/javascript">
          		<!--
          		function onLoad()
          		{
          		document.formOCC.submit();
          		}
          		// -->
          		</script>
          	</actinic:block>
          Check this against a default outer layout to see where you should position them.
          ********************
          Tracey
          SellerDeck

          Comment

          Working...
          X