MattyWP
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to move featured imageThanks 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
Forum: Themes and Templates
In reply to: Positioning CSSProblem 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
In reply to: How to move featured imageThanks 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
In reply to: Positioning CSShttps://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
In reply to: How to move featured imageWhat would you need in order to see?
Here is my functions.php https://pastebin.com/FFECt4vs
Here is my index.php
https://pastebin.com/iVP4MJY6Forum: Fixing WordPress
In reply to: Theme problemI solved my problem, would love to tell you how but I have no idea!
Forum: Fixing WordPress
In reply to: Theme problemIt is a theme made for me however I believe its based of one of the default styles
Forum: Fixing WordPress
In reply to: FTP issuepermissions were already set at 644 so i’m still unable to use html files on the domain ??
Forum: Fixing WordPress
In reply to: FTP issueThanks 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
In reply to: Problem cloning siteHi, 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