Trying to create custom theme but not able to find it.

Hi,
I am using Oracle 10g Database Express and APEX 4.0 and am trying to create a custom theme based on an existing one.
I have created a theme_100 folder in the filesystem as a copy of theme_8 and have edited the css file & changed the colours of the images using Infraview graphics editor.
I then have uploaded them into the DB using the WebDav function and can see the files when I run http://localhost:8080/i/themes/theme_100/
However, within the application builder when I create an application and choose a theme, mine is not showing.
Can you help me with whatever steps I am missing?
Regards
Adrian

The templates used by your new theme in apex(that you created when you copied) would still be referencing your old css path.
So update check the templates used in your new theme for the referred css files
<li>In Your new theme's page templates check for the directory path that point to the old theme and modify that
For example(I am using theme2 here)
  <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />
  <!--[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->
  <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->
  <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->Change the string in the CSS file path from theme_2 to theme_10 , assuming that it is in the same directory as the other themes. Else modify it appropriately.
Do this for all page templates(or atleast the ones you use).

Similar Messages

  • Help -- Trying to create JAR file but not working

    Hi everyone
    I have created a rather noddy Java program that consists of 4 JComboBox's and 1 JButton on a JFrame.
    When the button is clicked a text file is generate with the options that have been selected.
    There are severial files that the program uses for this:
    gcc.java
    OutToFile.java
    gccConfirm.java
    MyNewWindow.java
    main.java
    I am using Jcreator and so must use the command line to create the Jar file.
    I have never done a jar file before so I did an example with a hello world program and got it working now problem. I did the same for this program and the JAR file is generated without error. I double click on the JAR file to run the application, but nothing happens. I can see the application running in memory but nothing loads on the screen. However if I run it from the command line using Java -jar gcc.jar then everything is ok.
    can anyone help me here?
    thanks in advance

    If you run you .jar from the command line (a shell in unix speak) there
    already is a console where your java program can send it's System.out
    stuff. Right click on your .jar and select 'properties' (or similar). Note
    that your .jar is run by 'javaw'. This executable is similar to the 'java'
    executable except that it doesn't open a console for you. Change the
    'javaw' command to 'java' and voila, there's your console again.
    kind regards,
    Jos

  • Have created apple id but not able to use app store, m using ipad on wifi

    Hello
    even mails are not working
    please help

    What happens when you try to use it, are you getting any error messages ? And by 'mails are not working' you mean ... ?

  • I have a MacBook Pro Mid 2012. I have a sony DCR-PC350E . How do i transfer the video to the laptop ? I have firewire cable. But not able to find the firewire port in the video camera.

    Need help.

    The DCR-350e is a miniDV camcorder.  It has a FireWire port, but it's not on the camera itself, it's on the cradle (aka "Handycam Station") that should have come with your camcorder.   You need to insert the camera into the cradle in order to capture video via FireWire.
    Here's a link to the Owners Manual.  See p. 142 for a diagram that shows the DV (iLink) port on the cradle.
    You also need an appropriate cable to connect to your MacBook Pro. Check your MBP to see what port(s) it has:
    Some 2012 MBPs have a FW800 port, in which case you need a 4-pin to 9-pin FW cable like this one. 
    Some 2012 MBPs only have a Thunderbolt port, in which case you need the Apple Thunderbolt-FireWire Adapter in addition to the FireWire cable.

  • Not able to find the New ods created in Query Designer.

    Hi,
    I am trying to create a new query on an ODS(new) in Query Designer but not able to find the ODS . The ODS is present in the system however when we check . Please advice whats going wrong.

    Hello Prakash,
    I know the solution
    Go to RRMX -> Queries -> Select New Query -> and then click on InfoArea -> Select ur new ODS -> and Click OK
    U will be able to see characteristics and keyfigures..
    Drag and drop and click on execute....
    Reward if its helpful.....
    Thanks,
    Sonu

  • Purchasing orgn not able to find in the dropdown list.

    Hi 
    Can anyone guide me I am not able find the new Purchasing groups in dropdown list of my basic date in while creation of shopping cart.
    I aslo created new company code and new Purchaisng Org , I am able to get the new company code and new plant in the drop down list but not able to find the Pur groups.
    Can any one help me on this, Because I have assigned the Org unit of Company code and Pur org also in the responsibility tab of this Pur grp.
    but still the problem persists.
    please suggest.
    Regards
    srujan.k

    Hi,
    Please check the user attributes in PPOSA_BBP.here you can see the user id is tagged to one purchase group.
    You can assign the user to one Purchase group,that's a reason you are not able to see the drop down list for purchase group while creating SC.
    If you want another purchase group, please change the user attributes.
    I hope it will help.
    Regards,
    Manish

  • Not able to find the related datasources ,, help..

    Hi Experts ,
    BI with CRM
    I am trying to find the relavent Datasources for the below mentioned Tables in CRM ,,plz help to find out the relavent Datasources ,,,I tried in all forms ,but not able to find ,, need your help.
    Thanks in advance
    Table ::
    CRMD_MKTATTR_SET----->>> Datasource???
    COMD_PAYPLAN_DC----->>> Datasource???
    COMD_PAYPLAN_D------->>> Datasource???
    TB033----
    >>> Datasource???
    ZUCORDSET----
    >>>>>Datasource???
    Regards
    Ramana

    package com.elevenworks.swing.treetable;
    //Here i dont have this dependency code
    //So i want a jar file for that
    import org.jdesktop.swingx.JXTreeTable;
    import javax.swing.*;
    import javax.swing.tree.TreeCellRenderer;
    import java.awt.*;
    public class BrushedMetalTreeCellRenderer implements TreeCellRenderer
         protected JLabel label;
         public BrushedMetalTreeCellRenderer()
              label = new JLabel();
         public Component getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
              label.setForeground(Color.BLACK);
              if (selected)
                   Component vRenderPane = tree.getParent();
                   if (vRenderPane != null)
                        JXTreeTable vTable = (JXTreeTable)vRenderPane.getParent();
                        if (vTable != null)
                             if (vTable.hasFocus())
                                  label.setForeground(Color.WHITE);
              label.setText(value.toString());
              return label;
    }

  • Not able to Find  Some BOM Related  Standard Data Sources in  PP.

    Dear Gurus,
         I am not able to find the Standard Data Sources for Loading the Master Data for the Following Standard Info Objects
    1. 0BOM
    2. 0COMPONENT
    3. 0HG_LV_ITEM
         I have activated the objects in BW side, but not able to find the data sources to Get the Data from.Kindly help me out regarding this issue.
    with regards
    vikram..

    At least, for BOM i have no found any datasource and any time  i had to implemented myself.

  • HT204022 I have copied some photos to my I phone through the computer of my friend. I want to delete those photos but not able to do. My friend is not in my country. I tried through another computer but didn't know how to delete it

    I have copied some photos to my I phone through the computer of my friend. I want to delete those photos but not able to do. My friend is not in my country. I tried through another computer but didn't know how to delete it

    If they were synced to your phone, they can only be removed by syncing them off with iTunes.  Create an empty folder on the computer you normally sync your phone with.  Then connect your phone to your computer, open iTunes, click on the name of your phone in iTunes, go to the photos tab and select to sync the empty folder you created earler.  Then click Apply at the bottom to sync your phone.  This will remove any photos on your phone that were synced to it from a computer.

  • I have 2 id apple. 1of them don´t recongize my adress in Brazil. I tried to create another account but the ipad refuse it. I´d like to exclude these 2 accounts and creat a new account with my same email. How can I do it?

    I have 2 accounts at ID apple. One of them the system don´t recongize my addres in Brazil, I tried to create another account but the ipad refuse it.
    I´d like to exclude my accounts and creat another account with my same email. How can I do It?

    I don't know if that works on the iPhone, but....
    View your SETTINGS and choose ICLOUD. That will give you your cloud settings. At the very bottom it has a delete button. Click it an see what happens. After deleting the account (and potentially loosing data connected with it) you should be able to log in to iCloud using your old id.

  • Can calendar entries from an iPhone be pushed up to the cloud for iPad and computer updating? My phone only seems to be receiving updates from the cloud, but not able to send them.

    Can calendar entries from an iPhone be pushed up to the cloud for iPad and computer updating? My phone only seems to be receiving updates from the cloud, but not able to send them.

    Under Settings->Mail, Contacts, Calendars, What do you have set for the Default Calendar? Personal?
    If you don't have it set to a Cloud Calendar it will only create the entry locally.   You would need to select the iCloud Calendar specifically when creating the Calendar entry to have it sync.
    Otherwise set your default calendar to be the iCloud Calendar so all entries are created there by default. And as such get synced to other devices.

  • Is it possible for deleting all the apps from the appstore which are showing up in the apps not on my phone section. Before I was able to delete them from itunes but now I am not able to find that option.

    Is it possible for deleting all the apps from the appstore which are showing up in the apps not on my phone section. Before I was able to delete them from itunes but now I am not able to find that option.

    You can hide them via your computer's iTunes : iTunes Store: Hiding and unhiding purchases - Apple Support
    The 'x' might not show on their top left corner (it might be invisible), but clicking where it should be should hide the app.

  • The message cannot be seen on incoming emails.  I can only view the message if I click on reply.  Also any links attached to email will not open.  I have tried everything to solve the problem but not able to.

    A message cannot be seen on my incoming emails.  I can only view the message if I click on reply.  Also any links attached to email will not open.  I have tried everything to solve the problem but not able to.

    Try closing the Mail app completely and see if it works properly when you re-open the app : from the home screen (i.e. not with the Mail app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Mail app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work also do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Error windows keep popping up on our laptop (Windows) it has to do with MobileMe.  Trying to uninstall but not able to. Now can't even open itunes???

    Error windows keep popping up on our laptop (Windows) it has to do with MobileMe.  Trying to uninstall but not able to. Now can't even open itunes???

    MobileMe should be uninstalled. See note 2 of Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Iphoto allows you to share photos by selecting them and then emailing as an attachment.  I'm not able to do that now, curser isn't appearing in the email address box when I attempt to address my email.  Photos are attaching but not able to include an addr

    iphoto allows you to share photos by selecting them and then emailing as an attachment.  I'm not able to do that now, curser isn't appearing in the email address box when I attempt to address my email.  Photos are attaching but not able to include an address.

    Windows Phone 8.1 is so full of surprises and opens the Windows Phone faithful up to a new world of apps.
    Video editors and
    file managers are just some of the new app categories possible thanks to Windows Phone 8.1. We’ve seen an official video editing app from Microsoft already, but today we finally get Files – the official file manager for Windows Phone.

Maybe you are looking for