• Resolved jopador

    (@jopador)


    Is there a way to make the ‘Big Title’ section (the image and the red/green buttons) appear on every page and not just the home page? Thanks.

Viewing 15 replies - 1 through 15 (of 16 total)
  • Hardeep Asrani

    (@hardeepasrani)

    Hi,

    Yes, it’s possible. But it will require you to modify theme pages. Do you want to do that? ??

    Regards,
    Hardeep

    Thread Starter jopador

    (@jopador)

    Yes — can do it via child theme. But how?

    Hi,

    You need to add:

    <?php include get_template_directory() . "/sections/big_title.php"; ?>

    above code to the pages where you want it to appear, such as single.php and page.php, above the </header> tag. ??

    Regards,
    Hardeep

    Thread Starter jopador

    (@jopador)

    I tried this. It is creating the space for the big title section and displaying the green/red buttons, HOWEVER, the background image is missing. It’s just a big white space. Am I doing something wrong?

    Hi,

    Can you give me the link to the page to check that out? ??

    Regards,
    Hardeep

    I’m very interested in this as well

    Here is a link to mine:
    alexmoher.com/resume

    @margley

    At the following CSS to that page and it will do the job:

    body {
        background: url("https://alexmoher.com/wp-content/uploads/2015/03/Minneapolis-Minnosota-downtown-e1425705492335.jpg") fixed !important;
    }

    Regards,
    Hardeep

    Do I just add it to the custom CSS plugin or to the php page file specifically?

    I added it in and I still have some text code on top and no image behind the contact form lower in the page.

    I’ve also noticed that the code only appears on reduced size and mobile windows

    Is this still being looked at? I’ve been able to remove the code at the top, but the contact form at the bottom still doesn’t have the picture background…
    alexmoher.com/resume
    alexmoher.com/resume

    Hi,

    Add the following CSS to fix that issue:

    .site-content {
        background: none !important;
    }

    ??

    Regards,
    Hardeep

    That worked! Thanks!

    @margley @hardeep Asrani

    Hi, I really want to have the same style across my site. Just as margley has managed to do. I’m relatively new to wordpress but understand concepts in web design.

    Could you guys give me like a step by step guide of how to do what margley has managed? For example, what’s the first step?

    Any help is really appreciated!

    Thanks

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Big Title on all pages’ is closed to new replies.