• Resolved neverendlessly

    (@neverendlessly)


    Hello, I tried to use the BRAND for BOOK AUTHOR.
    We had to issue:

    1) connecting more than 1 brand to a product, when displayed in the product page there no space between names of 2 different brand
    2) using A-Z shortcode we had the problem that an autor is usually First Name/Last Name, but when displayed A-Z the order is by First Name while it should be by LAst.

    Hope I was claear enough
    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter neverendlessly

    (@neverendlessly)

    Hello, any news about this?
    Many thanks!

    Hello,

    You can to add space between brands adding a css style to your theme, something like:

    .pwb-brands-in-loop span {
        padding-left: 3px;
    }
    • This reply was modified 5 years, 8 months ago by Jose Ayram.

    1) Use this code in CSS:

    .pwb-single-product-brands > a:not(:last-child)::after {
        content: ", ";
    }

    2) I would recommend plugin “Multi-column Tag Map” by Alan Jackson, with this shortcode: [mctagmap taxonomy="pwb-brand" name_divider=" "]. You also need to insert   between Name and Lastname in your Brands/Authors.

    • This reply was modified 5 years, 7 months ago by Madovsky.
    • This reply was modified 5 years, 7 months ago by Madovsky.
    Thread Starter neverendlessly

    (@neverendlessly)

    @madovsky about 2, thid is exactly what we were looking for, many thanks!
    Is there a way to customize the map page (like we see in the example provided)?
    thanks once again?

    @neverendlessly sorry, I don’t get what exactly you want to customize, but there is a solid documentation with examples: https://mctagmap.tugbucket.net/options/
    Feel free to ask me more detailed if you have some troubles, I’m try to help.

    Thread Starter neverendlessly

    (@neverendlessly)

    @madovsky I’m sorry I did not express it correctly. We were wondering (and form the pluggin examples it seems it is possible) how we can customize the layout of the tag map, the page where all the tag are listed (change color, how they are divided, etc) if there are templates for it (or probably it is in the link you attached above).
    Many thanks!

    Thread Starter neverendlessly

    (@neverendlessly)

    @madovsky moreover (sorry) we used [show_navigation=”yes”] but having a sticky menu when we press a letter this and the first tags are covered by the menu/nav bar. Is there a way to solve this? thanks!!!

    @neverendlessly I believe, it can be solved via theme CSS. Try to increase z-index value.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘MULTIBRAND/AUTHORS’ is closed to new replies.