Set the theme in WordPress -HELP

Following these setup instruction: http://www.adobe.com/devnet/dreamweaver/articles/dw_wordpress_pt2.html
   1.  Open a browser and go to your local WordPress admin area (the URL is typically http://localhost/wp-admin/)
   2. Log in to WordPress.
   3. In the left sidebar of the dashboard, click Appearance. This should open the Manage Themes area. If not, click the arrow to the right of Appearance, then click Manage Themes.
   4. Click Activate below Adobe Developer Connection Theme 1.0 by Codify Design Studio; this activates the theme files you just copied into the ...wp-content/themes folder.
   5. Type http://localhost/ into the browser to see the first page of the blog with the theme files applied.
When I type http://localhost/ in my address bar, I see this message:
"Seeing this instead of the website you expected?"
Can anyone tell me what the problem is?
Thanks

Not too sure on this, but the following MacTech article includes some AppleScript code to change a slide's background colour and texture. I have successfully tried both examples in PowerPoint 2008. When I also tried them in PowerPoint 2004, all I got was various errors. Maybe PowerPoint 2004 needs different keywords, syntax, etc., or perhaps these scripting features might only have been added in PowerPoint 2008.
http://www.mactech.com/articles/mactech/Vol.23/23.03/23.03AppleScriptPowerPoint/ index.html
This is the relevant section from that article:
Applying a Background to a Slide
Using AppleScript, it is possible to change the background of a slide.  First, to ensure that background of the master slide is not modified, you'll probably want to disassociate the target slide's background from the master.  Setting the slide's follow master background property to false does this.
To change the color of a slide's background, adjust the fore color property of the slide background's fill format to the desired RGB value. The following example code demonstrates how this is done.  This code will also first disassociate the slide's background from the master.
tell application "Microsoft PowerPoint"
   tell slide 2 of active presentation
     set follow master background to false
     set fore color of fill format of background to {0, 0, 255}
   end tell
end tell
Other background attributes are also modifiable via AppleScript, including pattern, texture, and more.  The code below shows how to apply a blue tissue paper texture as the texture of a slide's background. Figure 3 shows an example of the result of this code.
tell application "Microsoft PowerPoint"
   tell slide 2 of active presentation
      set follow master background to false
      preset textured background texture texture blue tissue paper
   end tell
end tell
I hope this gives you at least a starting point.

Similar Messages

  • Set the path of SAP HELP

    Friends,
            My Basis Admin want to set the path of SAP HELP which is not working currently, so will you pls. tell us the way through which my Basis friend can set the path for it.
            Thanks
    Hitz

    Hi Hitesh,
    Refer to the link
    <a href="http://www.sap-basis-abap.com/sapbs028.htm">http://www.sap-basis-abap.com/sapbs028.htm</a>
    Hope it helps...
    Lokesh
    pls. reward appropriate points by clicking the stars on the left side

  • Is there any way to set the theme

    Theme & background color

    No to themes
    You can change the home screen and lock screen background in settings.

  • Every time I go to a new site, I also get "How to set the home page: Firefox help. How do I stop this?

    This is a Firefox help page that I didn't request, nor do I need.

    You can use the SearchReset extension to reset some preferences to the default values.
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).
    If you do not keep changes after a restart or otherwise have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved

  • In terminal I have set the theme to Homebrew and changed the colors for stuff, but i want the letter inside the block cursor to be black, my cursor is green, my text is grey, how do i do this?

    This is how it looks. I want the letter in the cursor to be black.

    ImaadJ1011 wrote:
    What happens is that this ssh command needs to be assigned to a program from my school, it is an editor for my school
    I'm sorry, but I am unclear on what you mean.  Making a wild guess.  Do you mean something like:
    ssh [email protected] /a/program/at/shool -op1 -op2 arg1 arg2
    If that is the case, you create an iTerm2 profile and specify that ssh command in the iTerm2 profile for that specify connection
    If this is not what you intended, could you please clarify?

  • Dynamically set the size of the VIEW

    Hello,
    I am looking to set the size of my VIEW which is called in following way:
    IF iv_show_in_pop_up EQ abap_true.
        wd_this->raise_simulation_pop_up( ).
    I want to set of the size of the VIEW if it a pop-up.
    ENDIF.
    How can i get access to the view and set the size. Please Help.
    Regards,
    Piyush

    Hi Piyush,
    Check what Anzy has to say in [here|https://forums.sdn.sap.com/click.jspa?searchID=18635339&messageID=3289078]:
    "You have to go to specific view , which will be embedded in the pop up window.In the view go to ROOTUIELEMENTCONTAINER and set the width and height.This way you can restrict the size of the pop up window."
    This is [another approach|https://forums.sdn.sap.com/click.jspa?searchID=18635339&messageID=5836334] suggested by Abhimanyu Lagishetty for dynamically setting the size of your window:
    "Pass the URL like this to the create_external_window
    javascript:window.moveTo(0,0);window.resizeTo(screen.width,screen.height);window.location.href="http://google.co.in";
    Instead of http://google.co.in write your URL it will maximize the window"
    Regards,
    Uday

  • Can I fix(set) the distorted object?

    I received a object to my client.
    It's distorted by 'Free Distort' effect in illustrator.
    I want distort path and all.
    = I want distort object irrevocably.
    Because of my plotter(big printer) cannot cognize distorted object.
    When i print distorted object, it's printing as NOT distorted object.
    How can I fix(set) the distorted object?
    help me please. :-)

    Thank you so much. it's working

  • [Solved] lxappearance can't set GTK2 themes in v0.5.1

    Hi all,
    I have an LXDE system running with lxappearance-0.5.0 installed and can use lxappearance to set the theme e.g. Clearlooks, Crux and such. If I then upgrade the package to lxappearance-0.5.1, the colours are changed but there are no widgets (just the basic non-themed ones). No errors appear in the terminal window at any point.
    If I roll back the change, everything's working again. I managed to recreate the issue on another system, so I'm assuming this version is broken. Can anyone confirm if this is a bug?
    Thanks.
    [Edit] Just noticed that in v0.5.0, all themes work except Adwaita which I'm sure is a GTK3 theme. In v0.5.1, Adwaita is the ONLY theme that works. Maybe lxappearance is built to handle GTK2 or GTK3 themes, but not both? Sorry if I'm confusing the issue any further.
    [Edit] Fixed in lxappearance 0.5.1-2.
    Last edited by Modeler (2011-08-03 21:47:24)

    I noticed this myself. It seems like the latest lxappearance (0.5.1) has been ported to GTK3, and trying to set the GTK2 theme with it does not work so well. I tried installing it with abs and deleting the --enable-gtk3 config option from the PKGBUILD file, but that only seemed to change the appearance of the application back to GTK2--it did nothing to correct how it handled the themes. I ending up giving up and manually configuring my ~/.gtkrc-2.0. For example, here is mine:
    gtk-icon-theme-name = "nuoveXT2"
    gtk-theme-name = "Clearlooks"
    gtk-font-name = "FreeSans 10"
    See https://wiki.archlinux.org/index.php/GTK+ for more information. Another option would be to install a different application such as gtk2_prefs or gtk-theme-switch2, but I didn't find any of these to be as robust as lxappearance. You might also want to look at lxappearance2-git in AUR. Don't bother with the lxappearance-gtk2 package, as it is merely lxappearance 0.5.1 with a GTK2 interface.

  • Then 'm selecting 3 points after camera tracker  and right click them there is no SET GROUND PLANE in the list, can U help me?

    Then 'm selecting 3 points and right click them there is no SET GROUND PLANE in the list, can U help me?

    Quit farting around with the camera tracker.  You're not nearly ready to handle it.  Go here:
    Getting started with After Effects (CS4, CS5, CS5.5,  CS6, & CC)

  • IP5 set up with all options...however new emails  OLD like 13-14 years old have arrived in the IN BOX that say no "this message has no content", and I am not able to delete them. Any helpful ideas?

    IP5 set up with all options...however new emails  OLD like 13-14 years old have arrived in the IN BOX that say no "this message has no content", and I am not able to delete them. Any helpful ideas?

    Hi 23672!
    I have an article here that can definitely help you with that issue. The article is about what to do when a mail message has no content, and can be found here:
    iOS 4: Unable to view message body preview or mail receives blank messages
    http://support.apple.com/kb/ts3426
    Note that the article was written for iOS 4, but it will work in later iOS versions. Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • My Mac Book Pro was really slow at everything and would kick me out of my photos every time i got on them. now it won't even allow me to log on. i put my password in and the screen will flash white and go back to the login page. HELP please...

    My Mac Book Pro was really slow at everything and would kick me out of my photos every time i got on them. now it won't even allow me to log on. i put my password in and the screen will flash white and go back to the login page. HELP please...

    There is nothing wrong with your Dell, it will work fine with any MacbookPro. I have been using Dell displays for over 12 years with many different Mac models. I have two 21" Ultra Sharp displays working side by side to design a Keynote presentation right now.
    The issue your having is with the way Keynote  takes control of the video output to both displays, it sends the presentation signal to one and the presenter display to the other, this is set up in;
    Keynote preferences > Presenter display.
    If you want to show a wesite or another app on  either display,  use application switcher:
    press the the  command key on the keyboard, then the tab key; a row of applications will show what applications are running, choose which one you want to show. Use command  > tab to return to Keynote.

  • In a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    in a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    Question already asked and answered several times.
    It's a bug striking in long documents.
    Select a word somewhere higher in the page then use the arrows to reach the wanted insertion point.
    Yvan KOENIG (VALLAURIS, France) mardi 23 août 2011 15:44:24
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How do you set the y-intercept to 0 for a trendline? HELP PLEASE!!

    So I created my xy scatter plot and have the trendline and I need to know how to set the y-intercept as zero to get the slope to be the average solution of my equation but I don't know how to do this. Help PlEASE!

    If you want the slope with the Y intercept forced to zero, use the LINEST function. It has a parameter that allows you to force the Y intercept to zero. If you want this trendline to be on your chart, you will have to create a couple of X-Y pairs using the slope then plot them as another data set on your chart rather than using the built-in trendline.

  • Help!! unable to set the session timing

    Hello Friends...
    while working with oracle9i Application server ..
    when throught JSP i m setting the time for a session with the help of setMaxInactiveInterval(int);
    of seesion object ..
    it is not supporting this method may be due to some older version..
    is there any other method to set thje session timing..
    plz let me know asap..
    thanks
    mich

    Hello,
    Please avoid any personal information within these forums...they are public, and you have just posted your personal email address for all spammers to troll for and use. Not wise.
    Rather, you need to contact your carrier. To use the proprietary RIM Push email capability, you must have an adequate data plan from your carrier. The carriers host BIS for their BB users. Typically, BIS is not available via generic data plans. Many carriers call what is necessary The Blackberry Data Plan. Whatever they call it, it is the carrier who delivers BIS to their BB users -- contact them for assistance. Once you have a BIS-capable data plan on your BB (at whatever fees your carrier will charge, btw), you will then have Personal Email added to the email setup wizard.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How do I set the buttons on my website to trigger an iFrame when I hover over them?

    How do I set the buttons on my website to trigger an iFrame when I hover over them?  At the moment they work when I click on them.
    I have tried everything to try and get them to work when I hover over them.
    If anybody could point me in the right direction or give me any help it would be greatly appreciated.
    imbriggy

    I think this would pose a major usability issue for touch screen devices that have no mouse and thus don't respond to mouseover/hover.  In that sense, OnClick is much more reliable.   But to answer your question, you would need to invoke the event with JavaScript.
    Nancy O.

Maybe you are looking for

  • What is happening here? In FF ok, IE not

    what is happening here? I have a div that is lining up horizontally 300px to the right in IE and is pushing out page not seeming to abide by the wrapper div it's in. I have tried it with a clear and without on the div itself. It is the object that is

  • Converting smart forms as a pdf in different languages

    Hi Experts, I have been created a smart form and later on i converted it to in pdf also, but how can i convert a smart form output into different languages (English(defualt), German, Italian, French, Spanish,). Can anyone tell me about the idea behin

  • Airport and internet connection

    Can anyone help me with this? My internet connection has been a problem off and on for years but now, its unbearable. I have a wireless setup. For years I used my airport extreme base station to hook up to the internet. I would lose the connection an

  • Travel Expense without IT 17 Car Mileage

    Hi All, We have a problem regarding making travel expense claims and travel mileage, It is currently setup so that for car mileage and travel expenses then IT 0017 is needed to be setup for the useru2026.if they havenu2019t got this setup then they w

  • Netgear DG834GT Wireless Conectivity Issues with MacBook Pro

    Just purchased a Macbook Pro (my first MAC !!!) and I can't get it to connect wirelessley to my Netgear Router using any of the encryption options. I connect using WEP to my Windows Notebook and can connect the MAC using the cable but need to connect