Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter davidloc

    (@davidloc)

    I currently have those lines in the parent header.php

    Thread Starter davidloc

    (@davidloc)

    That was part of my original question. How does the header.php get formatted when it is a copy in the child theme meant to override a setting on the parent header.php . ie information needed in the file , include line , etc . Only style.css is covered well in any child theme usage guide I have ever seen

    Thread Starter davidloc

    (@davidloc)

    <div class="span1" style="float:right;">
         <a href="http://www.wickedwandas.ca"><img src="<?php echo get_template_directory_uri(); ?>/images/Canada-icon.png" /></a>
         <a href="http://www.wickedwandas.com"><img src="<?php echo get_template_directory_uri(); ?>/images/usa-icon.png" /></a>
        </div>

    will be added to header.php

    #wrapperHeader .container {
    margin-top: 0px;
    }
    
    #wrapperHeader {
     margin-bottom:0px;
    }

    will be added to style.css

    this is what gets wiped out so far if I don’t put it in the child theme

    Thread Starter davidloc

    (@davidloc)

    Actually the flags are inserted in style.css and the menu shadow is removed in the menu_wrapper property in header.php

    That is what I have so far

    Thread Starter davidloc

    (@davidloc)

    It is losing the settings when the theme is updated that I am concerned about. I am working on getting can.wandasweb.com set up and then once complete will be redirecting http://www.wickedwandas.ca to this site so I want the updates as painless as possible before this.

    Thread Starter davidloc

    (@davidloc)

    The two flags and their links , the front page header image is also custom. The menu as well is modified to remove the border from the top and bottom. How would I retain these settings ?

    Thread Starter davidloc

    (@davidloc)

    The theme is New-Commerce by F5 THemes. (http://f5themes.com/) I would like to retain the header images and background ground images as well as their settings. The site I am working on is can.wandasweb.com there is a corresponding usa.wandasweb.com these are place holder URLs so that temporary URLs don’t have to be used which seems to break many plugins once the temporary URL is changed to the permanently published one. I have not put in any shopping data so the sliders are not showing yet.

    Thank you very much Stephen , this is very helpful and appreciated

    Thread Starter davidloc

    (@davidloc)

    I just noticed that the menu structure is not saved with the themes at all and feel dumb , lol. Is there a tutorial on how to put the different files correctly into a child theme ? eg , header.php , footer.pho , etc ?

    Thread Starter davidloc

    (@davidloc)

    The menu structure and naming and where each menu item is linked to is the most important

    Thread Starter davidloc

    (@davidloc)

    For instance with the menu creation , I would like that information stored with the child theme, storing the attributes of the menu items would be a huge plus as it will be quite detailed once it is complete.

    I have WordPress design for dummies , Professional WordPress design and development , WordPress pushing the limits , PHP and MySql for dynamic websites and CSS3 the missing manual to help figure out how to do this. Along with the Codex , the same information is given with just a partial list of files that can be stored in the child and “make the same directory structure but it never goes beyond that with any details.

    Thread Starter davidloc

    (@davidloc)

    There is no way to have the menu customizations stored in the child theme instead of the parent theme ? Also I want to use the images directory that I created in the CHILD theme not the images directory in the parent theme but get_template_directory_url always returns the parent images directory. How would I get it to return the child images directory instead ? I have full ftp and shell access to the server the website is on.

    Thank you for your quick reply Stephan πŸ™‚

Viewing 11 replies - 1 through 11 (of 11 total)