Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter andrey p

    (@andrey-p)

    email send

    Thread Starter andrey p

    (@andrey-p)

    Hi Paul absolutely I can send you a link (but site is still in stages of being developed) so is there a way I can send you link pm?

    Thread Starter andrey p

    (@andrey-p)

    thank-you so much for quick reply.. appreciate it!!!

    Thread Starter andrey p

    (@andrey-p)

    I just wanted to let you know that I figured out what the problem was. One’s I switched back from child theme to actual Twenty Thirteen everything worked. Can you guys be kind and let me know if I need to install code in Theme functions for stylist to work with Child theme?

    thank-you and I’m sorry 3 massages.

    Thread Starter andrey p

    (@andrey-p)

    Actually I would like to ask question differently. First I installed Styles 1.0.18 and under appearance – customize it offers basic editing options. Than I also add it another plug in called Styles: Twenty Thirteen (my current theme) and description says that it will Add Customize options to the TwentyThirteen theme using the Styles plugin.

    I can’t see all of those advanced options that your Demo for Twenty Thirteen shows. Can you please tell me what I’m doing wrong?

    thank-you

    hey guys anyone knows how to change link color. the answers above are NA (they talk about importance of child theme) instead of answering question.

    thanks in advance!

    Hey Luacs I know so many advices and no clear answers. Let’s see to CHANGE HEADER size in this theme you follow 2 steps

    #1 Apperance – Editor – custom header.php
    One’s you open Custom-header.php pretty much right of way you’ll see this

    // Set height and width, with a maximum value for the width.
    ‘height’ => 620,
    ‘width’ => 1600,

    (as you can see I set mine to 620 pixels (all you have to do is change numbers from 230 to what ever you need.

    Now you are not done yet.

    #2 click on style.css and find this
    .site-header .home-link {
    color: #141412;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 620px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
    }

    all I did is changed “min-height from 230 to 620px;

    First step is necessary to “set up guides” in header upload uthility and second edit (styles.css) is necessary to adjust header.

    Let me know if that helped.

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