Page won't open that's linked but not in the navigation menu

On my photos page I have set links from each of the photos to another page.
As long as I keep the page in my navigation menu it opens.
But when I uncheck that option, clicking on the photo opens up a pop up with an original size version of the same photo.
I don't want the page to appear in the navigation menu as it is a submenu of the photo page.
Is there any way for me to get the page to load without having it in the navigation menu?
Is the photo pop up a function of the photos page, and therefore I have to use another page template so this doesnt happen?

How did you make the links on the photo template page?
I'm wondering if this write up might help you...
http://www.mac.com/web/en/Blog/013C4180-4787-4847-BAAB-319222AFC652.html
Also, it might help if you could post your URL so that we can take a look.

Similar Messages

  • My applet works in the appletviewer but not in the navigator

    My applet works in the appletviewer but not in the navigator
    exceptions problem1 and problem2 are throwed
    this is my code
    import java.applet.*;
    import java.net.*;
    import java.io.*;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class ValiderHtml extends Applet implements ActionListener {
    JButton send =new JButton("Connexion");
    JScrollPane jscrollpane= new JScrollPane();
    DefaultListModel lignes=new DefaultListModel();
    JList lstURL = new JList(lignes);
    BufferedReader reader = null;
    String ligne;
    URL url;
    URLConnection conn;
       public void init(){   
       this.setSize(900,400);
       setLayout( new GridLayout(2,1));
       jscrollpane.setBounds(new Rectangle(19,53,160,73));
       jscrollpane.getViewport().add(lstURL,null);
       send.addActionListener(this);
            this.add(send);
       this.add(jscrollpane);
        public void actionPerformed(ActionEvent evt) {
             Send();
       public void Send(){
            try {
       url=new URL("http://www.developpez.com");
       conn = url.openConnection();
       reader = new BufferedReader(new InputStreamReader(conn.getInputStream()));
    while ((ligne = reader.readLine()) != null) {
                     lignes.addElement(ligne);
        }//fin bloc try
       catch (Exception e) {
                   lignes.addElement("probleme1");     
                finally{
                   try{reader.close();}catch(Exception e){ lignes.addElement("probleme2");}
       }// fin Send
          public void paint(Graphics g) {
                super.paint(g);
    }// fin Applet

    As for tracking the source of your problem your applet sucks.
    Try e.printStackTrace() on a cought exception and check the (full) trace.
    url=new URL("http://www.developpez.com");
    Unless yor applet is on www.developpez.com this will throw an exception in an unsigned
    applet without special policies.
    Signing applets:
    http://forum.java.sun.com/thread.jsp?forum=63&thread=524815
    second post and last post for the java class file
    http://forum.java.sun.com/thread.jsp?forum=63&thread=409341
    4th post explaining how to set up your own policy with your own keystore

  • I can't figure out why this page splits in live preview... but not in the browser?

    I've finally got my site up and it all runs great... except I can't figure out why this one page behaves like it's too wide.
    http://www.johnnez.com/mainbooks.html
    It comes apart in the Live Preview.... but not in the browser preview.
    Thanks for any tips...
    jn

    john nez wrote:
    HTML is a total incrutable mystery to me... a mystery inside a mystery inside a mystery!
    Sounds to me like you've almost cracked it!
    You have one error that could cause problems and that's the stray </blockquote> tag.  Just delete it.
    The alt="" text will show as an error on the validator but that's easy to fix and worth doing.
    Here's an easy article on that: http://www.456bereastreet.com/archive/200412/the_alt_and_title_attributes/
    In one of your CSS files (JonzheaderindexCSS.css) you have this:
    body {
    margin-top: 20px;
    padding: 0;
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: normal;
    background-attachment: fixed;
    background-color: #E1B852;
    background-image: url(../images/orange%20plaid.jpg);
    background-repeat: repeat;
    html { overflow-y: scroll; }
    It should be like this:
    html {
    overflow-y: scroll;
    body {
    margin-top: 20px;
    padding: 0;
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: normal;
    background-attachment: fixed;
    background-color: #E1B852;
    background-image: url(../images/orange%20plaid.jpg);
    background-repeat: repeat;
    It looks like you have that rule repeated further down the page like this:
    html { overflow-y: scroll; }
    There's an extra curly brace there (}) anyway, so it is badly formed but the whole rule and extra curly brace can go.
    You can fix those errors but I have a sneaky suspicion that it isn't gong to solve the issue you describe.
    Fix those issues anyway and post back.  Maybe if you can show a screen shot of what you are seeing in DW it might help?
    Martin
    PS: It's never a good idea to have file names on the web that have spaces in.  Your background rule has this:
    background-image: url(../images/orange%20plaid.jpg);
    That .jpg should be orangeplaid.jpg or orangePlaid.jpg or orange_plaid.jpg and the change should be reflected in the reference to the image so, orangePlaid.jpg should be:
    background-image: url(../images/orangePlaid.jpg);

  • Pages won't open a doc, telling me I require the newest version of pages to open the doc, but I have 5.0.1

    I wnat to open a doc i created recently, but Pages tells me I require a the newest version of Pages, whicj I already have.  THis has happened repeatedly.

    Are you launching Pages from an icon in your Dock? Installing the update does not change the Dock icons & it does not remove the older versions. Go to your Applications folder & launch the new Pages from there.

  • Webutil - works in the form but not in the forms menu

    Hi
    Forms: 11.1.1.3
    Dbs: 11.2.0.2
    I have some code which calls webutil to do an AS to client file transfer.
    This works fine when called from a button in the form.
    If I have a menu on this form, and perform the same code to call webutil I get an error:
    oracle.forms.webutil.fileTransfer.FileTransfer bean not found WEBUTIL_FILE_TRANSFER.getMaxTransfer will not work
    So the same code will work when in the body of the form but not when in the menu.
    The forms has opened up and instantiated all of its objects at both times I try to run it. But it fails from the menu code call.
    Any thoughts on why one works and the other doesn't gratefull received.
    cheers
    Tony

    Hi Tony
    We also had the problem.
    solution:
    We have created a wrapper-form with in the webutil functionality has been implemented (with a dummy-Item).
    In the form we have created a When-Timer-Expired trigger and implemented the Filetransfer functionality. Then Exit_Form.
    This wrapper-form was then called from the menu.
    Alfred

  • Safari won't open on main user but will on the guest profile. How do I fix this? Or what can I do to stop this issue?

    I just recently had Apple install a new hard drive on my MacBook. It was working fine till a few days ago. Now when I access my profile and try to open safari it will open and load then suddenly close. I keep trying to reopen it but it continues to close. When I access the guest user I can open safari and surf the web with no problem. I need help as to fix this problem. Thank you.

    Open DiskUtility and repair disk permission could solve the problem.

  • Hi, the website i made is not showing the navigation menu in chrome or IE8, but in Safari and Firefox

    What can i do to resolve the problem?
    I use iweb 3.04 and OSX 10.7.2
    I have 3 different websites an they are all showing the same.
    Who can help me?

    Read this :
    https://discussions.apple.com/message/16641059#16641059

  • Latest version of Pages won't open documents created in previous version.

    Pages won't open documents created before update.

    I got the same issue, here is what it says now: "My document" can’t be opened."
    iOS Mavericks 10.9.2
    Pages 5.1
    What I did to get this issue:
    - My file was created a month ago in Pages 5.1
    - Today, I opened the file normally
    - I clicked "duplicate" in order to make a back up from the current version
    - The loading wheel kept running for a few minutes...Maybe my cache memory too busy?
    - so, I "forced to quit" Pages
    - I try to open my doc again in Pages 5.1, now it's a failure!!
    - Then i tried to open on another Macbook with Pages 5.1 = Failure
    - I updated Mavericks latest updates = Failure to open my doc
    - Try to open in pages 4.3 = It says: "You need a newer version of Pages to open this document..."
    I need a fix asap, it's terribly important to get my document back

  • I have been opening up my photos from My Pictures folder and Elements 12 opens up but the photo doesn't appear in the image screen.  Over the weekend it was working fine.  I tried the other photo software I have and they open up in those but not the eleme

    I have been opening up my photos from My Pictures folder and Elements 12 opens up but the photo doesn't appear in the image screen.  Over the weekend it was working fine.  I tried the other photo software I have and they open up in those but not in the elements 12.

    Which operating system are you running on?
    How are you trying to open the photos?
    - from windows explorer? - double licking or right clicking and selecting Open with?
    - by loading the editor and go to File -> Open?
    Looking back at your other threads you seem to have had this problem before - what keeps changing?
    Brian

  • So just the document I was last working on in pages won't open. I can't email it either it just sits preparing the document no matter what format I try. I can copy it, but the copies don't open either.

    So just the document I was last working on in pages won't open. I can't email it either it just sits preparing the document no matter what format I try. I can copy it, but the copies don't open either. I tried deleting documents in pages as well as the app and reinstalling it, but nothing has helped.

    Try quitting Pages and then reset your iPad.
    Double click the Home button to show the screen with running and recently used apps. Each app icon will have a sample page above it. Flick up on the page (not the app icon) and the page will fly away and the app icon will disappear. This quits that app.
    Then reset your device. Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • Ipad pages won't open any documents, it lets me create one but won't open it

    Basically the title says it all
    Ipad pages won't open any documents, it lets me create one but won't open it
    I have updated it last night, but the same problem was happening yesterday afternoon
    iPad 2  - I bought it March 2012

    Check the following settings:
    1. Settings>Pages>Use iCloud>On
    2. Settings>iCloud>Documents and Data>On

  • I installed Lion and now CS4 won't open. I get a note that Java Runtime needs to be installed and to open Adobe again and it will let me, but it doesn't and it also won't update Java...

    I installed Lion and now CS4 won't open.  I get a note that sayd "you need to install Java runing, but you are not connected to the internet (BUT I AM CONNECTED TO THE INTERNET).  It goes on to say "to install Java runtime later, open "Adobe Illustrator CS4" again....I try but it still won't let me open Adobe Illustrator or update Java

    Download and Install Java: http://support.apple.com/kb/DL1421

  • HT1338 I'm getting a message that my Java is not updated, but when I run the update check, I'm told all is updated. Some web materials won't open because my Java is not updated. What do I do?

    I'm getting a message that my Java is not updated, but when I run the update check, I'm told all is updated. Some web materials won't open because my Java is not updated. What do I do?

    Hi Ginny,
    There are no more updates for Java from Apple for 10.5.8, the only way to get a Java upgrade is updating your OSX.
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    It looks like they do still have it:
    http://store.apple.com/us/product/MC573Z/A?fnode=MTY1NDAzOA
    And it's been reported that if you have a MobileMe account Apple will send one free.

  • How come pages won't open PDF files made by Pages?

    How come pages won't open PDF files made by Pages?
    I have files I made with Pages and exported as PDF but I can't open them with pages to edit?
    Also, where are the recent files created by pages located? Can't find those to open either..

    Hi Tom,
    I was delighted when I signed up for Pages. Clunky yes, but it worked. I've been a graphic designer on a Mac for 25 plus years and have logged too many horror stories of "upgrade" wars which cost me massive lost time, data and money forcibly extracted just so I could finish a project.
    When I first used Pages in April of 2012? or there about, I was able to open Word documents exported to .pdf format, emailed to me, which I then dragged into Pages. I could make the changes I needed to make, export as a .pdf, return it back to my client which they could then edit on whatever it was they were using. I'm not a neophyte with this. I've had Original Photoshop as a stand alone, Quark (which locked users out 6 months after I purchased it.) Quark again, Freehand, Pagemaker, Illustrator, Photoshop again, Creative Suite for several upgrades, Acrobat Pro. 2 years ago I lost 6 years of Quicken data and had to and "upgrade" start over. This last go around I  had to "upgrade" my Apple ID - yes I had 2 on purpose, lost my Pandora One and my ability to get into the Tulsa County Library website.
    At this point, I'm retired and feel like what I've paid for in the past should WORK today. I have a 100+ page cookbook in Quark which I was able to export as a .pdf, that I've lost the tags too, Easier to start over. I have artwork that is hundreds of megs in Photoshop. Not the least bit interested in anybody's "cloud".
    Thanks for letting me vent. I'm determined to keep my equipment and software up to date so I can enjoy the skills I've acquired, but I completely cringe at Apple's antics. I truly hate it when I have to respond to some new "tip" or product offer. BooHiss. Happy Turkey Day. Pages is a "turkey" program.
    Best regards, mbd

  • Pages won't open on ipad 1

    I am trying to access an excel file in my dropbox, but pages won't open on IPad 1. Any ideas? I shut it down, then turned back on. No difference.

    Double tap Home button and delete Pages from multitask-bar.
    Do a reset (Hold Sleep/Wake and Home buttons about 10 secs or more till Apple logo appears, ignore the Slide to Power Off that appears)
    Note: You will not lose any data.
    Try again with Pages.
    If no joy, delete Pages and redownload again.

Maybe you are looking for