porter1985
Forum Replies Created
-
Forum: Themes and Templates
In reply to: can't upload new theme that I purchasedAlso is this a custom WP install on your own hosting or a WP.com hosted blog?
Forum: Themes and Templates
In reply to: [Theme: Responsive] Inserting image on front pageIf the image you uploaded and want to use is called: logo.jpg, but the code you have used references: featured-image.png then you need to reference your image, so from the link you pasted:
<img class=”aligncenter” src=”http://themeid.com/wp-content/themes/responsive/images/featured-image.png” width=”440″ height=”300″ alt=”” />
would be:
<img class=”aligncenter” src=”http://themeid.com/wp-content/themes/responsive/images/logo.jpg” alt=”” />
Obviously the src=”http://themeid.com/wp-content/themes/responsive/images/logo.jpg” needs to reference your sites url in it.
Forum: Themes and Templates
In reply to: can't upload new theme that I purchasedMost Theme supplied from Theme Forest and other retailers of WP Theme’s will be supplied with other resources and zipped up. So if you unzip the file you downloaded the folder will probably contain psd’s and other resources along with a folder containing the actual theme… This is the only folder you need to upload (unzipped) via ftp to wp-content/themes/ directory. Alternatively the actual theme as a zipped file via your wordpress admin via themes in the menu.