vagabondfrog
Forum Replies Created
-
I have the same problem. Is there a solution ?
I am using basic HTML encoding.Oh I see, that’s tricky. I will try if it fits my needs or not but it’s ok. I can see the limitations.
Thanks for the answer though.
PS: Yeah I left a review, it’s funny because I did that just before seeing your message ??
Forum: Plugins
In reply to: [Embed Twine] Do you consider updating ?Ok that’s what I thought, thank you ??
It works, thanks a lot !
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Space under image ?Hello and thank you for your reply.
So I had the occasion to test it again. It seems that it works with the .mcnTextContent class with this, effectively :
<style type=”text/css”>.mcnTextContent img {margin-bottom: 20px;}
</style>
<!–[if gte mso 9]>
<style type=”text/css”>.mcnTextContent img {margin-bottom: 20px;}</style>
<![endif]–>I tested it with the <!–[if gte mso 9]> part also and it gives a satisfying result. Thank you for your answer, I didn’t pay enough attention it seems ;).
Ok no problem, it’s what I do usually ??
Well, it’s a localhost version that’s why.
If it helps, I verified a bit, the class seems to be .give-form-templates. When I uncheck the “background:white;” in Firefox dev console, it disappears but I am not enable to change it while customizing CSS in my theme though (I use Divi), even with !important tag.Works like a charm, thanks a lot !
By the way, do you have a list of your CSS classes somewhere just so I could tweak it furthermore if need be ?
It’s ok for the delay, I am not in a hurry ??
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Is the plugin PHP 7.4 compatible ?Ok thanks, it seems good so far.
Great plugin by the way, good work !Forum: Plugins
In reply to: [Theme Editor] PHP 7.4 compatibility ?Ok thanks !
Thanks !
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search bar overflowingOh nevermind, I had some already existing values in CSS that were conflicting.
Forum: Plugins
In reply to: [Easy Watermark] PHP 7.4I would also like to know, I’m considering updating to 7.4.
Forum: Plugins
In reply to: [Polylang] I want to make english as default for not translated languagesOh I see. I made another test. In fact, it may have something to do with the browser language order settings. I used Edge for the tests (I don’t use it normally).
You see, in the list I had German > French > English. When changed to German > English > French, now the browser fell back to the English version.I didn’t know that, so it is really a question of browser preferences. I guess it will not be a problem then.
Sorry for the useless post but hey, it may help someone.
- This reply was modified 4 years, 2 months ago by vagabondfrog.
- This reply was modified 4 years, 2 months ago by vagabondfrog.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filter only in one sector and refresh problemHello,
Same case here.
I am using the Divi theme and have a page with a shop module, your filter, and a section with highlighted products.
I have tried your tip from above but it still filters the two sections.To make the highlighted section, I did it with a shortcode instead of a divi module as you suggested, like this : [products limit=”3″ columns=”3″ orderby=”rating” berocket_aapf=0] <- is this where is it supposed to go ?
Thank you.