• Resolved gamicord

    (@gamicord)


    Hello Sir,
    I’d like to ask how to achive Two things with Royal Addons:

    1.) CATEGORIES ON IMAGE
    If you look at this Image– https://prnt.sc/b0o1hxMM4PHD

    You will see that the Categories are on the Image or Media.

    How can I achieve the same thing with Royal Addons?

    2.) CATEGORIES WITH DIFFERENT COLOURS:
    If you look at this Image — https://prnt.sc/K_H-WHY9EXNX

    You will see that the Categories have different colours.

    How can I achieve the same thing with Royal Addons?

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor George

    (@rubeushagrid13)

    Hi Gamicord,

    In our grid widget, while editing elements section there is control “Element Location”, you can choose over media option and after that you can specify horizontal and vertical position with the controls below, only thing is that vertical positioning is only available in pro version of plugin.

    As of different colours for post categories we don’t have this feature for dynamic grids.
    Can you provide the url for the same scenario provided in the second screenshot ?

    Kind regards,
    George

    Thread Starter gamicord

    (@gamicord)

    2.) The Category Colour is not just in one place.

    See here– https://flawlessdigitalagency.com/ennlil/

    and here — https://demo.mysterythemes.com/news-portal-pro-fashion/

    and here– https://demo.mysterythemes.com/color-blog/

    2b) Now, if I’m using Elementor Pro, I could write a CSS like this:

    .category-serious-matters .elementor-post__badge {
    background-color: #333333 !important;
    }
    
    .category-office-cleaning .elementor-post__badge {
    background-color: #7e158c !important;
    }

    and it will colour my Categories.

    Is there any way we can target each Category with CSS using Royal Addons?
    Regards.

    Plugin Contributor George

    (@rubeushagrid13)

    Hi again,

    Of course you can achieve same result as mentioned in the code like this:

    .product_cat-cereal .wpr-grid-product-categories a {
    background-color: #7e158 !important;
    }

    Here the cereal is the name of category which can be replaced with other category names you wish but in order for this approach to work properly item should have just one category.
    Anyways if you wish to see this functionality directly in our grid controls you can submit the idea in the feature requests: https://royaladdons.frill.co/b/6m4d5qm4/feature-ideas

    Kind regards,
    George

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Categories on Images, and Colour-Coded Categories’ is closed to new replies.