doc4
Forum Replies Created
-
Forum: Themes and Templates
In reply to: need help with post imagesguguwpblog,
Because this is an eCommerce site, I’m wondering if the coder set up a special custom field for images? The next best thing would be to simply take a look at the code itself and see what is going on.
Forum: Fixing WordPress
In reply to: What has happend to my blog?paulprobert2,
Re-upload the style.css file to your site from the downloaded theme folder. If this doesn’t work let us know what theme you are using, it’s possible there could be a problem with the downloaded style.css file.
Forum: Fixing WordPress
In reply to: How do I remove page title and page/post wrapTechTubeMedia,
I’m not clear as to what you mean. This change won’t cause any layout issues if that is what you’re thinking.
Forum: Themes and Templates
In reply to: Manually importing the wordpress headerth3realj0k,
Have you resolved this issue yet? The site doesn’t seem to have any problems.
Forum: Themes and Templates
In reply to: need help with post imagesguguwpblog,
Has the designer provided an alternative way to upload images? The link provided does not seem to be working.
Forum: Themes and Templates
In reply to: Error when uploadingBill Rose,
Do you have permissions set to 777 on the uploads folder? Right click on the uploads folder in an FTP program such as Transmit and select ‘get info’.
Forum: Themes and Templates
In reply to: Problems with Background in Containerluxechandelier,
Because the height is always an unknown factor it’s difficult to gauge how this could be accomplished. Unless you specifically made the page height taller in all circumstances.
Forum: Themes and Templates
In reply to: How to get 1.5 spacing on custom header in SakuraSharazade,
Try adding ‘block’ to that as well.
#BottomHeaderWrapp p { color: #968D89; font-size: 1.0em; padding: 5px; display: block; line-height: 1.5em; }Forum: Themes and Templates
In reply to: header metadata font size changedseonghoon52,
The font size for both the post date and the body copy are pulling from the body selector in your stylesheet. To target the post date specifically change the following on line 805 of your style.css:
.art-postheadericons, .art-postheadericons a, .art-postheadericons a:link, .art-postheadericons a:visited, .art-postheadericons a:hover { color: #000000; font-size: 5px; /* Change the font size */ font-family: Calibri, Arial, Helvetica, Sans-Serif; }Forum: Themes and Templates
In reply to: How to upload a theme?JepunZzz,
FTP ( File Transfer Protocol ). Basically the tool used to upload images and files to your website. macmanx is correct, if you don’t have your FTP information your provider will need to supply it.
Forum: Themes and Templates
In reply to: How to get the “alt” and “title” information for an image?Pierreb,
If not using custom fields, where would the alt and title come from? Has this information already been supplied by the uploader?
From what I understand the post title is not necessarily the title of the image, but the uploader has a custom field to enter the image title, correct. What are you expecting to see as the alt title?
Forum: Themes and Templates
In reply to: Change colour of navigation bar in Arras themeJenniP,
visit style.css on line 86 locate the following selector:
#header { background: none repeat scroll 0 0 #1E1B1A; border-bottom:5 px solid #383332; padding: 0; }Change the background hex code “#1E1B1A” to a different color.
Forum: Themes and Templates
In reply to: Duplicate photos in AutofocusMrs Mi,
Are you sure you’re not doubling up on the_content() tag?
Forum: Themes and Templates
In reply to: my header disappearedburymeinbrooklyn,
Please provide a link at the very least.
Forum: Fixing WordPress
In reply to: Posting photos side by sidekanoeblue,
As Esmi suggests be sure the “left” is checked for both images. You might also consider a slightly smaller size then 450px, maybe 449px just to be safe.