Wordpress theme problem

I am using a wordpress theme on my website that has some fireworks images on it:
www.kitwebster.com.au
It is the mask that is hiding the text as is scrolls sideways.
The problem I have is that if I change the background, the masks still have a color gradient on them that does not match the background.
Can someone please tell me how I can match the masks to the gradient I currently have on my background? They are similar but slightly off. I have fireworks but not sure how to use it.
Many Thanks.

hi sorry about that.
here are a link to the files:
http://kitwebster.com.au/wp-content/themes/folioelements/images/previous.png
http://kitwebster.com.au/wp-content/themes/folioelements/images/next.png
Somehow the deisgner has matched the gradient on these files with the background gradient:
http://www.press75.com/v4/folio-elements-theme-demo/
You will notice that the gradient merges seamlessly with the flash carousel.
What I have done is to entirely recreate the background file with a new gradient and try to match it as closely as possible to the carousel in order to get rid of the 75 logo...
http://www.kitwebster.com.au/wp-content/themes/folioelements/images/bg.jpg
I have it close but its still not seamless hence why I am trying to work out how the designer combined the two elements...

Similar Messages

  • 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.

  • DW CS6 Fluid-grid to Wordpress theme

    I have the standard files for wordpress to have a very plain theme.  It works on it's own, but I can't figure out how to get the fluid-grid layout to interact with the index.php file.  The index.php file contains the contentWrapper that displays new blog posts on the page, but I'm having a problem integrating the layout into the files.
    I copied out the following code from index.php to paste in the "content" div shown on the screenshot below as well.  Now, if I am correct in my code, what should be recommended for the file name of the .css and .html files created by DW in the fluidgrid layout?
      <div id"contentWrap">
        <div id="content">
            <?php if ( have_posts() ) : ?>
                <?php while ( have_posts() ) : the_post(); ?>
                    <article <?php post_class() ?> id="post-<?php the_ID(); ?>">
                        <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?><a/></h2>
                        <div class="meta>
                            <em>Posted on:</em> <?php the_time('F jS, Y') ?>
                        </div>
                        <div class="entry">
                            <?php the_content(); ?>
                        </div>
                        <div class="postmetadata">
                            <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;','%                                   Comments &#187:'); ?>
                            </div>
                    </article>
                <?php endwhile; ?>
                <?php else : ?>
                <h2>Not found</h2>
            <?php endif; ?>
        </div>
    Thanks for your time!

    I've never used FGLayouts for WP theme development and most likely never will.  But maybe this tutorial will help get you going in the right direction.
    Making a DW Template into a WP Theme.
    http://cmswithwordpress.com/dreamweaver-templates-wordpress-themes/
    Nancy O.

  • 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?

  • Loading themes problem

    I'm posting this again, since i got no response in a topic which is "answered" whereas it's actually not :
    http://discussions.apple.com/thread.jspa?messageID=7989694&#7989694
    Same "loading themes" problem for me, with iDVD 7.2.
    I tried deleting the preferences file and started again idvd, nothing.
    The only thing i can do to have it work is use another account, as a matter of fact. But i'd rather use my account, so i'd like to reinstall idvd. but how can i do it?
    thanks
    stéphane

    Actually, iDVD used to work on the other account, because it was kind of blank (there was no video in it). I've just created a new imovie project, on this second account : now there are files in the "Videos" folder (sorry for my english, i'm not sure what's the word on a mac in english, but it french the folder is named "Séquences"), and iDVD freezes again. Even on the second account.
    So, to sum up: *as soon as there is one file in the Video folder* (whether a imovie file or any other, like any .avi file), iDVD cant open and freezes...
    dont you think that it could be worth reinstalling iDVD? but how? Or maybe there are other applications to make DVDs?
    (all software is up to date on my mac)

  • 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

  • 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.

Maybe you are looking for