• Hello,

    First of all let me congratulate you, I have tried many alternatives to introduce products to wordpress and this is certainly the best “without using apis” or at least my favorite.

    Today I write to you because I need your help, I want to make a modification to the products that I show with the shortcode

    “[content-egg-block template=offers_grid]”

    Since it shows well and in a way I like it; but I want the buy button to always appear.

    Is there a way to display all the products as if you were passing them the mouse? if possible with css?

    • This topic was modified 4 years, 7 months ago by maxmouse.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author keywordrush

    (@keywordrush)

    .cegg-gridbox .cegg-hidden {
    opacity: 1 !important;
    visibility: visible !important;
    }

    Thread Starter maxmouse

    (@maxmouse)

    brother, thank you very much.

    I really didn’t expect such a quick response.

    I love how it looks, but one more thing, would it be possible to add a picture or a margin around the product to show them separately?

    I leave you an image so you can understand me

    IMG BOX CONTENT EGG

    Plugin Author keywordrush

    (@keywordrush)

    You can create a custom template:
    https://ce-docs.keywordrush.com/customization/customtemplates

    Consider purchasing a license if you need advanced support

    Thread Starter maxmouse

    (@maxmouse)

    @keywordrush Thank you very much for your attention and help

    With this line of css code I managed to get the look I want, I still need to retouch it but I already have an idea of what I could do.

    div.col-md-4.cegg-gridbox{
    border: 8px groove;
    }

    I leave you an image for you to see

    resultados content egg

    My language is Spanish, that’s why it’s so hard for me to express myself, but I really appreciate the help.

    In the next days I will upload a video recommending this plugin and explaining why it is better than other alternatives.

    • This reply was modified 4 years, 7 months ago by maxmouse.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[NSFW] Always show the buy button in Content Egg’ is closed to new replies.