-
AuthorPosts
-
January 18, 2018 at 9:28 pm #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.January 19, 2018 at 12:40 am #899387Hey lmap21,
Unfortunately, we are not able to troubleshoot third party plugins. Have you attempted to use another ad plugin?
Best regards,
Jordan ShannonJanuary 19, 2018 at 1:01 am #899398Hi 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.
January 19, 2018 at 7:04 am #899540Hi,
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,
MikeJanuary 19, 2018 at 7:57 am #899548Hi,
I already wrote to him, I’m waiting for answer.
Thank you Mike
- This reply was modified 6 years, 10 months ago by Luis.
January 19, 2018 at 12:43 pm #899639January 20, 2018 at 12:14 am #899898For 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;
}January 20, 2018 at 12:15 am #899899Thank you all
January 20, 2018 at 12:33 am #899904One 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.
January 20, 2018 at 1:41 am #899912January 20, 2018 at 2:13 am #899921If you can close, thank you very much
January 20, 2018 at 2:16 am #899923 -
AuthorPosts
- The topic ‘Ads with Ad Inserter’ is closed to new replies.