[Support request] Tags + Categories

Home Forums Support [Support request] Tags + Categories

Home Forums Support Tags + Categories

  • This topic has 6 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1242581
    Steven

    Hello – please link me to a detailed resource that will show me how to paste a code below the header of your website, just before the closing </head> tag using GP.

    Also – on the “Prime” site, how can I edit the “Best Sellers” and “Sale” archives on the homepage to show a “Browse by category” section or even a “What’s hot” (IE: Change the phrasing of Best Sellers or have a hand-picked custom feed of “Staff Favourites”

    Last odd request (Then I promise to quit bothering you) – Can you please send me the snippet of code/icon you guys use to put the “Made <3 on Vancouver Island”? I want to use it on my GP website but change the location. Sorry for the dumb request! I’d really appreciate it!

    #1242682
    David
    Staff
    Customer Support

    Hi there,

    1. You can use a Hook Element:
    https://docs.generatepress.com/article/hooks-element-overview/

    1. In Appearance > GeneratePress – enable the Elements module.
    2. Appearance > Elements > New –> Hook.
    3. Add your code to the text field.
    4. Select WP_Head from the Hook List.
    5. Increase the Priority to 100

    2. You can simply Edit the Home Page to change the content being displayed.
    To create different product lists you can use the built in Woocommerce shortcodes:
    https://docs.woocommerce.com/document/woocommerce-shortcodes/

    3. This is Tom’s HTML:

    <div class="made-with-love">
        Made with <img src="full_url_to_the_image_of_yout heart" alt=""> on Vancouver Island
    </div>

    And this CSS:

    .made-with-love {
        margin-bottom:10px
    }
    
    .made-with-love img {
        vertical-align: middle;
        max-width: 20px;
        margin:0 3px
    }

    You’ll need an image of the red heart and add the URL to the HTML above.

    #1243633
    Steven

    Hey thank you!

    I got the footer HTML/CSS placed.. but – I’m trying to get this set centred and full width, I CANNOT figure out how to get it not to stack like it is currently.

    Can you please help me out with this? I know it’s a dumb inquiry but it will really make a difference to me.

    #1243635
    Steven

    Also.. I deactivated the copyright element and it will not disappear whatever I do. I can activate it, and erase it.. which kind of works.

    Seems off though.

    #1244044
    David
    Staff
    Customer Support

    You can just add the HTML i provided into the Copyright field – this will replace the default copyright notice and you need to make sure all of the text is within the <div> element.

    #1244756
    Steven

    THANKS DAVID! Sorry to bother you with that

    #1245020
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.