Viewing 10 replies - 1 through 10 (of 10 total)
  • Can you make screenshot?

    Thread Starter febday

    (@febday)

    hi i don’t know if this can help but when you put some thing like three amazon modules in one post like

    [content-egg module=Amazon template=custom/grid3]

    [content-egg module=Amazon template=custom/grid4]

    the firsts one is for apple watches and the second one is for apple watch straps, the the second overides the first one to create same content. Try it yourself or i am just doing something wrong

    i love this addon alot but is their away i can import products to woocommerce

    Your mistake is that you use 2 or more output shortcodes in the same post. So, they will show the same content.

    To divide output on several blocks, you need to use next, limit, offset parameters. Usually I use next

    So, it will be like

    [content-egg module=Amazon template=custom/grid3 next=9]

    [content-egg module=Amazon template=custom/grid4 next=12]

    First shortcode will output first 9 products, second will output next 12 products

    You can read docs https://www.keywordrush.com/manuals/content_egg_manual.en.pdf (read “Work with plug-in”)

    Thread Starter febday

    (@febday)

    Thanks a lot that helped

    Maybe i can jump in her because i have a similar question:

    I would like to add the first two items after a textblock.
    [content-egg-block template=offers_list next=2]

    Then in the next textblock i would like to add the next two item.

    [content-egg-block template=offers_list next=2]

    Unfortunately it adds always the full list and not only the first two, second two, etc.

    Plugin Author keywordrush

    (@keywordrush)

    [content-egg-block] does not support “next” param.

    Ok, then i guess i need to add the template changes that we have done for block offers_list and copy them to the template=custom right?

    Plugin Author keywordrush

    (@keywordrush)

    or you can buy the Pro version and suggest improvement for the block shortcode ??

    I have the pro Version, but still it does not work.

    Maybe you can tell me if it is possible to make template like it was possible for block offer.
    In wp-content/plugins/content-egg/templates there is a file block_offers_list.php
    Where to change the template=offers_list, where is this file located?

    Thanks for your Replay

    Plugin Author keywordrush

    (@keywordrush)

    I will add “next” parameter to the block shortcode in the nearest update.
    If you have questions, please contact plugin support by email.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Plugin duplicates content when creating lists’ is closed to new replies.