Title: MattyWP's Replies - page 2 | WordPress.org

---

# MattyWP

  [  ](https://wordpress.org/support/users/mattywordpress/)

 *   [Profile](https://wordpress.org/support/users/mattywordpress/)
 *   [Topics Started](https://wordpress.org/support/users/mattywordpress/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mattywordpress/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mattywordpress/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mattywordpress/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mattywordpress/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mattywordpress/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 16 through 25 (of 25 total)

[←](https://wordpress.org/support/users/mattywordpress/replies/?output_format=md)
[1](https://wordpress.org/support/users/mattywordpress/replies/?output_format=md)
2

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to move featured image](https://wordpress.org/support/topic/how-to-move-featured-image/)
 *  Thread Starter [MattyWP](https://wordpress.org/support/users/mattywordpress/)
 * (@mattywordpress)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-move-featured-image/#post-4284856)
 * Thanks for your persistence! I have the following in the index
 * `<div class="blogimage"><?php the_post_thumbnail(); ?></div>`
 * And this in the style.css
 *     ```
       .blogimage {
           float: left;
           margin: 0 10px 10px 0;
       }
       ```
   
 * Here’s a link to the page if that helps
 * [http://london-embroidery.co.uk/blog/](http://london-embroidery.co.uk/blog/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Positioning CSS](https://wordpress.org/support/topic/positioning-css-1/)
 *  Thread Starter [MattyWP](https://wordpress.org/support/users/mattywordpress/)
 * (@mattywordpress)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/positioning-css-1/#post-4284517)
 * Problem solved, I changed
    `<div id="main" class="ninecol first clearfix" role
   ="main">` in the widepage template php to `<div id="main" class="widecol first
   clearfix" role="main">`
 * Then I added the following into the css:
 *     ```
       .widecol {
         width: 100.0%;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to move featured image](https://wordpress.org/support/topic/how-to-move-featured-image/)
 *  Thread Starter [MattyWP](https://wordpress.org/support/users/mattywordpress/)
 * (@mattywordpress)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-move-featured-image/#post-4284795)
 * Thanks WPRanger, i’ve now put it in a div and added the
 *     ```
       .blog-image {
           float: left;
           margin: 0 10px 10px 0;
       }
       ```
   
 * The CSS doesnt seem to be changing the image though, I tried to float right just
   to see if it would change anything but had no luck
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Positioning CSS](https://wordpress.org/support/topic/positioning-css-1/)
 *  Thread Starter [MattyWP](https://wordpress.org/support/users/mattywordpress/)
 * (@mattywordpress)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/positioning-css-1/#post-4284501)
 * [http://shropshireembroidery.co.uk/full/](http://shropshireembroidery.co.uk/full/)
 * You will need to log in as this is my test site
 * _[ Logon details removed by moderator ]_
 * The theme is custom however its based of something named bones from what I can
   gather
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to move featured image](https://wordpress.org/support/topic/how-to-move-featured-image/)
 *  Thread Starter [MattyWP](https://wordpress.org/support/users/mattywordpress/)
 * (@mattywordpress)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-move-featured-image/#post-4284781)
 * What would you need in order to see?
 * Here is my functions.php [http://pastebin.com/FFECt4vs](http://pastebin.com/FFECt4vs)
 * Here is my index.php
    [http://pastebin.com/iVP4MJY6](http://pastebin.com/iVP4MJY6)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Theme problem](https://wordpress.org/support/topic/theme-problem-41/)
 *  Thread Starter [MattyWP](https://wordpress.org/support/users/mattywordpress/)
 * (@mattywordpress)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/theme-problem-41/#post-4251616)
 * I solved my problem, would love to tell you how but I have no idea!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Theme problem](https://wordpress.org/support/topic/theme-problem-41/)
 *  Thread Starter [MattyWP](https://wordpress.org/support/users/mattywordpress/)
 * (@mattywordpress)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/theme-problem-41/#post-4251592)
 * It is a theme made for me however I believe its based of one of the default styles
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [FTP issue](https://wordpress.org/support/topic/ftp-issue-1/)
 *  Thread Starter [MattyWP](https://wordpress.org/support/users/mattywordpress/)
 * (@mattywordpress)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/ftp-issue-1/#post-4233203)
 * permissions were already set at 644 so i’m still unable to use html files on 
   the domain 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [FTP issue](https://wordpress.org/support/topic/ftp-issue-1/)
 *  Thread Starter [MattyWP](https://wordpress.org/support/users/mattywordpress/)
 * (@mattywordpress)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/ftp-issue-1/#post-4233041)
 * Thanks for the reply’s guys.
 * Yes Diogo I am using Apache as web server however from looking at the link i’m
   still unsure what i’m changing.
 * So what your saying is there’s a rule thats stopping my html files being accessed?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem cloning site](https://wordpress.org/support/topic/problem-cloning-site/)
 *  Thread Starter [MattyWP](https://wordpress.org/support/users/mattywordpress/)
 * (@mattywordpress)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/problem-cloning-site/#post-4222028)
 * Hi, I managed to get it working in the end. To anyone with the same problem I
   went into the database and in the wp_options table I edited the site address.
 * Thanks for the reply Caramboo

Viewing 10 replies - 16 through 25 (of 25 total)

[←](https://wordpress.org/support/users/mattywordpress/replies/?output_format=md)
[1](https://wordpress.org/support/users/mattywordpress/replies/?output_format=md)
2