Wordpress theme

how to edit my wordpress theme http://diana-skordas.gr with photoshop?

I looked at this persons site and thought it was good;
http://chrisphoto.com/
Details of the theme and where to get it are at the bottom of the page.

Similar Messages

  • Issue with dreamweaver and PHP on WordPress theme

    Hi all
    Im trying to create a WordPress theme for my blog, however I keep getting this issue (CS6) "Dynamically-related files cannot be discovered because a testing server is not defined"
    I have been through my preferences and set everything how I think it should be set..
    anyone have any ideas?

    To work with dynamic sites like WordPress, you need a local testing server.
    WAMP for Windows
    http://www.wampserver.com/en/
    XAMPP for Windows
    http://www.apachefriends.org/en/xampp-windows.html
    XAMPP for Mac
    http://www.apachefriends.org/en/xampp-macosx.html
    MAMP for Mac
    http://www.mamp.info/en/downloads/index.html
    Setting up a PHP environment in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    Building your first dynamic website – Part 1: Setting up your site and database connection
    http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
    Nancy O.

  • Spry horizontal menu showing as vertical ul in WordPress theme- help?

    I am trying to modify a fairly simple WordPress theme to match the look of other (static) pages on my site. I inserted a horizontal Spry menu in the file header.php. In the split code window in DW this has the proper appearance, but in MAMP (or on the remote server) it appears as as a vertical list of underlined links. I am guessing that the menu's appearance is being over-ridden somewhere, but where? Here is header.php; thanks for any help.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link type="text/css" media="print" rel="stylesheet" href="<?php bloginfo('template_url'); ?>/print.css" />
    <?php
    // ClearType for embedded fonts on IE (http://allcreatives.net/jquery-plugin-ie-font-face-cleartype-fix/)
    wp_enqueue_script('jquery', get_option( 'siteurl' ) . '/wp-includes/js/jquery/jquery.js', false, '1.3.2');
    wp_enqueue_script('iefontfix', get_bloginfo('template_url') . '/js/IEffembedfix.jQuery.js', false, '0.1');
    ?>
    <!--[if gte IE 5.5]>
    <style type="text/css">
        body { behavior: url( <?php bloginfo('template_url'); ?>/js/csshover3.php) }
    </style>
    <![endif]-->
    <!--[if lt IE 7]>
    <script src="<?php bloginfo('template_url'); ?>/js/iepngfix_tilebg.js" type="text/javascript"></script>
    <style type="text/css">
        img, div, a, input { behavior: url(<?php bloginfo('template_url'); ?>/js/iepngfix.php) }
    </style>
    <![endif]-->
    <!--[if IE 6]><link type="text/css" media="screen" rel="stylesheet" href="<?php bloginfo('template_url'); ?>/ie6.css" /><![endif]-->
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    <?php wp_head(); ?>
    <script src="../../../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../../../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body <?php body_class(); ?>>
    <div id="wrapper">
    <div id="header">
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="#">Item number 1</a>  </li>
      <li><a href="#">Item #2</a></li>
      <li><a href="#">Item #3</a>  </li>
      <li><a href="#">Item #4</a></li>
    </ul>
    </div>
    <!-- end header -->
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../../../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../../../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>

    Thanks for the prompt help. The site root for Test Blog is at Sites/wordpress and the header.php for the theme is at Sites/wordpress/wp-content/themes/Basic. The scripts call Sites/wordpress/SpryAssets so ../../../ should be correct. When I load Basic/header.php in DW, the menu displays properly in Split view.
    As you know, wordpress loads the top-level index.php and that uses the index.php found in the activated theme to format the page. When I load this top-level index.php into DW, it displays the Spry menu correctly (horizontal, hover color change), but when I use option-F12 to load into Safari at localhost/wordpress, it shows the vertical list of links.
    The page is at timothybuchanan.org/wp. What I am wondering now is why the same page would display correctly inside DW and not in the browser. What should I check?

  • Convert Photoshop images to WordPress theme

    I work as a freelancer web developer, my website is www.quleiss.com I am more into coding compared to designing. I also work as a WordPress developer. In this ever changing web development industry there is a technique to convert the photoshop image files directly into WordPress Theme. I tried the same using the devine theme but I was getting errors. Plz help me.
    Thnx.

    I'm not sure what you are getting at. A theme is more than a bunch of pretty graphics and half the CSS definitions WP uses aren't even immediately visible and only kick in when doing specific queries or displaying content in a specific way. So from my perspective this doesn't really make much sense and any theme design is done much better in DW or similar with a life connection to a server and WP install.
    Mylenium

  • Editing a wordpress theme in Dreamweaver

    Hi there I have been looking every where for help on how to
    setup a wordpress theme in dreamweaver. So that I could edit it in
    Dreamweaver which would be so much easier. The main reason is so
    that I can add and delete what I want and make a theme better and
    also my own!

    Consider using the Dreamweaver extension, ThemeDreamer. It
    turns Dreamweaver into a WYSIWYG editor for WordPress themes. Open
    just about any WordPress theme to get a visual approximation in
    Design View. It's great for customizing CSS, drag n' drop/position
    blocks of code (just like you did with html in Dw), while easily
    navigating code in CodeView, eliminate the need to guess/parse
    multiple files (header.php, etc.) that make up a theme. Bonuses are
    code hints, context sensitive documentation via the property sheet,
    no server required (work offline), etc. Sure, Design View is just
    an approximation but it sure beats the heck out of trial n' error
    for doing design.
    Without it, you're missing out on alot of Dw's potential with
    WordPress. Before/after screen shots speak for themselves:
    http://www.themedreamer.com/demos
    Hope that helps!

  • How do I edit a Wordpress theme - Greyed out?

    Hi,
    I'm new to Dreamweaver and have just successfully setup my Wordpress Site to run in dreamweaver through MAMP.
    Using the properties box on the side, I've been able to successfully edit the single line text boxes on my theme.
    I am unable to edit any other part of my theme however. Everything I click on the website has all of the options "greyed out" within the properties box.
    1) I'm sure this is probably something quite basic, but how do I edit the properties if they're greyed out?
    2) Also is there a way to copy the properties from one area to another? "Enter Your Email" is in the same font as "Enter Your Message", but they're displaying differently and I'd like them to match.
    3) The menu's on my theme adjust based on the width of the device. On the narrowest width however, they aren't quite lined up correctly. I can't see anything in the properties however (such as margins being used). How would I go about correctly aligning these to the centre?
    Thanks Jake

    Most wordpress themes have options that can be changed from within the dashboard, a lot of commercial themes even use 'page builders' that offer a GUI to construct new pages. Be careful when making changes to a template if your not sure what your doing as this can break functionality.
    As MurraySummers states most pages are constructed on the fly and use a series of templates- header.php/footer.php etc as well as a series of child themes - page.html etc to construct the pages you see on the screen. The only page that exists in wordpress is index.php. Everything is routed using .htaccess and URL rewriting.

  • Can I edit a WordPress theme on a remote server with DW CS5?

    I'm sure this isn't that difficult, but I'm going nuts trying to figure it out.
    How do I tell DW CS5 to open my WordPress theme on a remote server so I can edit it using all the great new features?  I'm not using my "real" blog/site for this.
    I have gone through the tutorials to set up a local testing server, but I'd really like to be able to edit on my host too.  It's got to be possible, but I'm just not finding the answer.  Please help!

    I use Dreamweaver CS4 to work on remote WordPress themes/sites all the time and it works very well.
    I never bother setting up a testserver on my local machine since I work from different locations, so I work directly on the remote server from wherever I am.
    I will try to give you step by step directions:
    (I am on CS4 so it may be a little different for you but the basics will be the same),
    Set up your site with site/manage sites/advanced
    For the Local root folder you give the folder on your hard drive where you keep your files
    Set links relative to document.
    For Remote info set access to FTP
    FTP host will be ftp.yoursite.com
    Host directory is the path to your theme folder, in my case that is httpdocs/wordpress/wp-content/themes/mytheme/
    Then give your login and password and check "use passive FTP"
    check "maintain synchronization information" and "automatically upload files to server on save".
    For testing server check "none"
    For version control click "none"
    (it could be a good idea to use version control through subversion but for a one-man operation it may be a little overkill, we leave that for now to keep things simple)
    For cloaking check "enable cloaking", check "cloak files ending with" and give the file extensions of the files you keep in your local folder for building your website but don't want to be uploaded to your remote server, like .fla .psd .set .rtf .doc  etcetera.
    Now you are ready to start working on your theme.
    In your files panel you can switch from local view to remote view. You can use the "get" and "put" commands (the arrows) to move files from local to remote and vice versa. I always work with child themes*. So in my theme folder there will be only a style.css file, a functions.php file, maybe some template files and an images folder. I use my local style.css file to make changes. On save, they are automatically uploaded and Dreamweaver also handles the "dependent" files, like images. No need to bother about that, really easy. Use the browsers on your machine to check your site.
    The downside of working on a remote server is off course that if you make a mistake you will mess up your site. Luckily, in this setup you can just use "undo", save the file and you are back to were you were, as long as you work on your local files (and let DW upload those automatically after you save)
    For safety and convenience, I keep all my local files in a Dropbox** folder. Everytime I save the file, a version is saved. So I can always go back to versions I  made hours, days or weeks ago. If you're on a mac you could also use timemachine for this, but timemachine only backups every hour, where Dropbox keeps every copy you save(as long as you have enough free space in your Dropbox that is)
    To sum it up:
    • Setup your site with Site/manage sites
    • work locally and let DW automatically upload the files you edited to the remote server
    • setup your local machine so that versions are kept with Dropbox
    • work on child themes instead of making changes to the original theme
    • use a browser to view your work
    * child themes are the easy and clever way of working with themes.
    see: Working with Child Themes
    ** Dropbox is a free backup, file sync and filesharing utility.
    Get a free 2Gb plus 250MB bonus account here:Dropbox Invite

  • New to Dreamweaver, Use dreamweaver to make a wordpress theme?

    So im going to start this off by saying Im very new to all of this, web design and html language.
    I am planning on setting up a blog/forum type website for a hobby of mine and decided I should start learning the ins and outs of the language first, of course.
    I was going to use wordpress originally but I just didnt find it to have the level of customizability I needed but when it comes to dreamweaver i just dont have the expertise to do what i want. If i could combine these two then Id be set. So far in my 1 day of using dream weaver ive figured it out to the point where I have a fairly general layout of what i want the site to look like. Header, body, spacing etc.
    Could I turn this into a wordpress theme? is that possible?
    Then I could use this layout but wordpress would provide the rigorous blog set up necessities (handling posts and such) which I have no idea how to even get into.
    Please forgive my ignorance, Im at the level where I can space my header create 3 working links and link them to other pages ive set up.
    Thank you for any help/insight

    There are lots of tutorials out there that teach you how to do this. But one that I'd highly recommend comes from Lynda.com (at a price) that is worth every penny.
    Here it is: http://www.lynda.com/Dreamweaver-tutorials/Dreamweaver-WordPress-Building-Themes/89310-2.h tml
    Good luck.

  • Design a bespoke wordpress theme in adobe photoshop

    Hi
    I want to know is the best way to design a bespoke wordpress theme and make it into a functioning website.
    I am looking to design a taxi theme type of websites, does anybody know any exisiting templates I can work on?

    This has nothing to do with PS beyond creating some graphics for the them. Read the Wordpress custom them creation guides.
    Mylenium

  • Can I use a WordPress Theme In BC?

    I want a video upload page on my site. Can I use a Wordpress Theme in BC?
    Thank you!

    Ok, Thanks! I heard there is a work around for this using a text editor or Dreamweaver and taking out the PHP and replacing it with html5. I'm new to developing but desperate to get this done. I'm looking for a video upload template for Muse. Any ideas?

  • Animation not playing in wordpress theme

    Hey all.
    I created an animation with Adboe Edge and wanted to include it my wordpress theme, but I can't figure out how.
    When I upload the .html file it plays perfectly in the browsers. But not when I am trying to include it in my .php file.
    Is there something special I have to consider when including into wordpress themes?
    I use:
    <?php include 'introplay.html';?>
    in front-page.php and it also displays som tekst, but not the animation.
    Seems like the script is not loading. Do I have to put the script in a nother place?
    Thanks for your help

    Have you tried this WP plugin - http://wordpress.org/plugins/edge-suite/
    Darrell

  • I bought a WordPress theme file, can I upload it to Muse?

    The exact theme is here:
    WordPress - Church and Events - Responsive WordPress Theme | ThemeForest
    I am new to Muse and would love to take advantage pf its ease-of-use in web design to edit this theme I just bought. I have scoured the internet in search for a clear cut answer, but to no avail....
    So if someone could help me, I would be very gratefull

    Simple anwseer is no... you could have made it in Muse or Dreamweaver and Dreamweaver can open/ edit it for you but Muse will open nothing that isn't made for Muse.
    p.s. it clearly states what it is "Compatible With" on all wordpress templates.

  • CS6: Dynamically-related files could not be resolved... in my WordPress theme subfolder

    I am receiving the message "Dynamically-related files could not be resolved because of an internal server error. Retry."
    This is only happening to my files that are in the "Theme" subfolder.  The WordPress files in the main folder can be discovered.
    I am on a Mac, using MAMP. 
    When I first created the files in the teme folder, everything worked, I shut down for the night and when I came back to the project, I started receiving the message.  I never change the "default" settings in WP.  I have scoured the interent and Adobe forums, to little avail.  I did reconfigure my local testing server following some else's instructions, which enabled upper documents in the primary folder to be Discoverable.
    I can view the site with no problems in my browser.
    I called Adobe support and they couldn't help me, pretty sure the guy wasn't too familiar with the product.
    I am learning here and would really like to resolve this issue so I can create a custom WordPress theme for myself.  Thank you in advance for your help.  Please let me know what other information is needed to help resolve this issue.

    Related discussions:
    http://forums.adobe.com/message/5353656#5353656
    http://forums.adobe.com/thread/1087558
    Nancy O.

  • How to convert PSD file to wordpress Theme

    I have my website http://www.latesttutorial.com/  I want to create PSD file in photoshop and then i want to convert it into Wordpress Theme, anyone can tell me that i can i convert my PSD to wordpress themes?

    Hello waqas97,
    You can follow this blog post that will help you achieve your dream: Create a responsive Wordpress theme from a Photoshop File or you can hire a professional WordPress developer who will be able to convert your PSD to a your imagined WordPress theme. Here I'm sharing a website which can help you to see your image file into a well-functioning theme. www.wordpressintegration.com

  • Flash Catalyst into Dreamweaver to make Wordpress Theme??

    Is it possible to take your flash catalyst file into Dreamweaver and make it into a Wordpress Theme?

    No. Please read the Wordpress pages on how to create and modify themes. None of that has anything to do with just opening a file of whatever type in DW nor FC.
    Mylenium

Maybe you are looking for

  • Unable to get either PDF output or Error message for a standard form

    Hi, I configured ADS. When i'am trying to test pdf_test_00 in se38 it is not giving any output and it is also not giving any error,it is just keep on running.I checked all the seetins and everything is ok. But i'dnt know why it is not giving me the o

  • Prefixed XMLNS and exported XML from PDF

    I have the following XSD sample: <?xml version="1.0" encoding="UTF-8"?> <xsd:schema targetNamespace="http://www.irs.gov/efile" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.irs.gov/efile" elementFormDefault="qualified" attributeFormD

  • MacBook Pro Not Turning On Issues.

    Bought a 13" MacBook Pro at the beginning of September and everything has been fine until today.  I closed the lid (putting it to sleep), before trying to turn it on around 2 and a half hours later, getting no response.  I thought it was the battery

  • Intercompany Invoice (RE) needs to be automatically printed

    Hi Experts, How can we set up automatic printing of invoice(RE) received by a company code through inter company billing. It should be printed on a particular printer. Please let me know your thoughts. Warm regards, Murukan Arunachalam

  • Never Share property from Rules file

    Hello everyone, I need to apply storage property as 'Never Share' from rules file, I've a column in a file which says 'Never Share' / 'Store Date' for Members, for this column I'm using Field Type as 'Property' but could not succed after dimension bu