hps2322
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Header Image HeightOK for anybody having the same problems I’ve been having.
The solution I found was to add “header.PHP” folder to my child theme. Then copy and paste that parent theme “header.php content into my new folder. Make the necassary pixel adjustments and like magic it worked!Forum: Fixing WordPress
In reply to: changing header height in Modularity-liteActually I just found a “header” folder on the parent site. In that it has reference to the original pixel size.
Do I need to create a new “header folder and change those specs?This is the reference
<?php if ( get_theme_mod( ‘header_image’ ) ) : ?>
<div id=”header-image”>
<img src=”<?php header_image() ?>” width=”950″ height=”200″ alt=”” />
</div>
<?php endif; ?>Forum: Fixing WordPress
In reply to: changing header height in Modularity-liteI found this in the css style sheet. Do I need to change this?
}#header-image {
margin-bottom: 20px;
}Forum: Localhost Installs
In reply to: WordPress install on localhost Site TitleFigured it out. Really doesn’t matter. Thanks
Forum: Fixing WordPress
In reply to: Child-theme on localhostAt least you gave me a path to explore
Thank YouForum: Fixing WordPress
In reply to: Child-theme on localhostto log into Filezilla
Host – vancaves.com
Username – (what I use on my site)
Password – (my password from my site)Maybe that’s the problem?
Under host I tried local and localhost but it would only connect if I used vancaves.comIs that it?
Forum: Fixing WordPress
In reply to: Child-theme on localhosthttps://localhost/wordpress/wp-admin/themes.php
Is this the address where I should be viewing my site on my localhost?
Maybe that’s the problem?Forum: Fixing WordPress
In reply to: Child-theme on localhostIf I go OS(C:), Wamp, wordpress, wp-content, themes, (On my computer)
It is there as wellForum: Fixing WordPress
In reply to: Child-theme on localhostYes
On My filezilla on the LEFT side if the screen I’m in
C:\wamp\wordpress\wp-content\themes\
And the child theme is thereIf I go OS(C:), Wamp, wordpress, wp-content, themes,
It is there as wellIf I go to my local site and pull up vancaves.com, it loads my site, then appearance, then Themes (which the address reads –
https://localhost/wordpress/wp-admin/themes.php)It’s not there just 2011 and 2010?
Forum: Fixing WordPress
In reply to: Child-theme on localhostOn Filezilla i took the twentyeleven child theme from my live site and downladed it
C:\wamp\wordpress\wp-content\
I’m confusedForum: Fixing WordPress
In reply to: Child-theme on localhostYes that’s where it is.
The address on my localhost where I view the themes however is
https://localhost/wordpress/wp-admin/themes.php
I’m thinking that may be the problem?
I even deleted Twentyten and that still shows up?
Am I configured wrong?Forum: Fixing WordPress
In reply to: Child-theme on localhostIt Shows up everywhere but on my localhost. It’s in my computer. It’s in Wamp. I just cant get it to show up on the localhost
I hit appearance
then themes
and it only shows 2
twentyeleven and tentyten
No Child??
Please helpForum: Fixing WordPress
In reply to: theme unit test dataAha – export that to Computer. Then import to local host
Forum: Fixing WordPress
In reply to: Local host QuestionPlease advise, I downloaded “theme unit test data” on my localhost site. It is aking me –
Howdy! Upload your WordPress eXtended RSS (WXR) file and we’ll import the posts, pages, comments, custom fields, categories, and tags into this site.Choose a WXR (.xml) file to upload, then click Upload file and import.
Choose a file from your computer: (Maximum size: 2MB)
Where do I find that file on my computer? Or am I way off course
Help and Thank you
Forum: Fixing WordPress
In reply to: child theme on wampActually I guess I wouldn’t need one as I can just download my localhost to my child theme rather than the live one.
Dumb question