Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #899306

    Hi,
    My ads with the Ad Inserter plugins appear out of place and show three points, plus I do not think they show all the properties in the ad. Please I need your help, I fear being penalized.

    #899387

    Hey lmap21,

    Unfortunately, we are not able to troubleshoot third party plugins. Have you attempted to use another ad plugin?

    Best regards,
    Jordan Shannon

    #899398

    Hi Jordan,

    This plugin bought it recently and I would not like to lose it, it worked perfectly in my previous theme.

    I noticed that when turning off WooCommerce works perfectly, could you give me some guidance please?

    • This reply was modified 6 years, 10 months ago by Luis.
    #899540

    Hi,
    It sounds like the plugin has a conflict with woocommerce, as you pointed out, it works when disabling woocommerce.
    I recommend contacting the plugin author and explaining this, they might already have a fix ready from other reports.

    Best regards,
    Mike

    #899548

    Hi,

    I already wrote to him, I’m waiting for answer.

    Thank you Mike

    • This reply was modified 6 years, 10 months ago by Luis.
    #899639

    Hi,
    Ok, we will leave this open for now.

    Best regards,
    Mike

    #899898

    For those who have the same problem, the solution is to edit the css file woocommerce-mod.css in /wp-content/themes/enfold/config-woocommerce/

    change this:

    #top #wrap_all ins:before {
    content: “\2219”; /*bullet*/
    text-decoration: none;
    display: inline-block;
    padding:0 7px 0 3px;
    font-size: 20px;
    line-height: 12px;
    }

    For this:

    #top #wrap_all ins:before {
    display: none !important;
    content: “\2219”; /*bullet*/
    text-decoration: none;
    display: inline-block;
    padding:0 7px 0 3px;
    font-size: 20px;
    line-height: 12px;
    }

    #899899

    Thank you all

    #899904

    One important thing, for some strange reason does not work by placing this code in style.css of the child theme. You must copy the entire config-woocommerce folder to the child theme and make the change there.

    #899912

    Hi,
    Thank you for sharing your solution, shall we close this then?

    Best regards,
    Mike

    #899921

    If you can close, thank you very much

    #899923

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Ads with Ad Inserter’ is closed to new replies.