• Resolved Garry Rigby

    (@indigojones66)


    Can I change the url of the Hand-picked Products blocks? (top six images 1- 6)
    I wanted them to link to my categories.

    Regards Garry

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @indigojones66,

    You can modify the product permalinks from WP-Admin → Settings → Permalinks → Product Permalinks.

    Hope this helps, we’ll be happy to be of further assistance.
    Many thanks.

    Thread Starter Garry Rigby

    (@indigojones66)

    Hi

    I wanted this block, Hand-picked Products to link to my categories and not a products page

    6 ~ links to 18 cnetury category
    5 ~ links to 19 cnetury category
    4 ~ links to 1slipware category
    3 ~ links to etc

    see image…https://hardy.global/category_url.jpg

    Regards

    Thread Starter Garry Rigby

    (@indigojones66)

    I wanted a block of six images at the top of every page that links to my 6 categories. I made a new product and a category called top menu so that it will be easy for my client to update. Problem is the link obviously goes to that product’s page ~ in this instance I wanted the link to go to a category

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @indigojones66,

    Got it, thanks for the clarification.

    There’s not an inbuilt way to change the URLs of HandPicked products to point to a category though.

    However, I would recommend using another approach to achieve the same goal, say, using maybe Columns Block to add the numbered images and link them to category pages.

    Hope this helps.
    Thanks.

    Thread Starter Garry Rigby

    (@indigojones66)

    re: https://heritagecountrypottery.com/blocks/

    Hi, thanks for the reply.
    I think I will use a redirect which will make it easier for my client.

    Could you help me with styling blocks for mobile. At present all images stack on top of each other; I wanted it to look like this : https://hardy.global/mobiles.jpg.
    I managed to achieve one bit with the code below but cannot work out how to stop the wc-block-product-category (3 images and four images) not stack at all.
    This code worked for the top six images

    @media (max-width: 480px) {
        .wc-block-handpicked-products .wc-block-grid__products {
            display: flex !important;       
        }
        .wc-block-handpicked-products .wc-block-grid__product {
            flex: 1 0 33% !important;
        }
    }
    Plugin Support abwaita a11n

    (@abwaita)

    Hi @indigojones66,

    I just checked your site and I see that the products wrap nicely when on mobile.

    Thus, I’ll go ahead and mark this thread as resolved.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing url of Hand-picked Products blocks’ is closed to new replies.