flowdee
Forum Replies Created
-
Forum: Plugins
In reply to: [Shorty - The Shortcode Manager] Incompatibility with Yoast SEO PremiumThanks for the info, I’ll take a look into and see if I can reproduce it.
For instance:
.affcoups .affcoups-coupons-grid .affcoups-coupon__title { display: none; }
.affcoups .affcoups-coupons-grid .affcoups-coupon__description { display: none; }The lines above can be entered directly into the “Custom CSS” field on the plugin settings page.
Hope this helps.
Things like this can be done easily via CSS. For instance:
.affcoups .affcoups-coupons-grid .affcoups-coupon__title { font-size: 25px; }
.affcoups .affcoups-coupons-grid .affcoups-coupon__description { font-size: 20px; }The lines above can be entered directly into the “Custom CSS” field on the plugin settings page.
Hope this helps.
In general, if you don’t enter a description, it doesn’t show up.
In case you want to hide the title, you have to do it via CSS.
What do you want to adjust exactly?
Actually, you enter the title/description of the coupons on your own, so it’s up to you how much content you enter.
Right now it’s not possible yet but I added it to our todo list: https://github.com/flowdee/affiliate-coupons/issues/72
Experiencing a similar issue that email notifications not being sent out
Forum: Plugins
In reply to: [Online Learning Courses] Change currencyUnfortunately it’s not possible to control the currency via API.
Take a look at my statement here for further details.
- This reply was modified 8 years, 2 months ago by flowdee.
Forum: Plugins
In reply to: [Hearthstone Cards for WordPress] Not workingPlease update to the newest version 2.4.4 which fixes the issue 🙂
Forum: Plugins
In reply to: [Hearthstone Cards for WordPress] Not workingThanks for letting me know, I’m on it!
Forum: Plugins
In reply to: [EDD - FastBill Integration] Not workingIn general it should help to uninstall and install it again.
Hey @cocco1423,
the plugin makes use of WordPress’ translation system which can be found here: https://translate.ww.wp.xz.cn/projects/wp-plugins/affiliate-coupons
Simply add your translations and hopefully one of their language reviewers approves it soon. Afterwards it will be available directly in your WordPress.
Yes using this update as well.
But anyway WordPress’s “list_plugin_updates” function shouldn’t crash in case a plugin did something wrong…
Same issue here on multiple sites, running WP v4.9.4
Here you can find some info about the stacktrace: https://imgur.com/a/7C9AO
It seems like here are some object checks missing.
It happens on the updates overview page, when pending plugin updates get listed. The output of the site stops after a few plugins here.
PS: This issue already occurred a few months earlier to me.
- This reply was modified 8 years, 4 months ago by flowdee.
Forum: Plugins
In reply to: [CDN Enabler] New setting: Enable/Disable CDNThanks for sharing this great knowledge.