newslicer
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Accessibility] Customize a11y-contrast.cssThanks a lot @joedolson! That did help. Now i guess i have to adjust some things.
One more thing: are there any “presets” / files of a11y-contrast.css that already offer some variations available?
Forum: Plugins
In reply to: [WordPress Popular Posts] Style WPP list with circles not possible?Wow, now it’s perfect! But i had to use this code:
.wpp-list li { overflow: visible !important; margin-bottom: 0 !important; list-style: circle !important; }
Let me say A BIG THANK YOU! This issue has been solved.
Your’e making such a great work here. The plugin is so very useful it use it with a lot of gratitude on my site.
Forum: Plugins
In reply to: [WordPress Popular Posts] Style WPP list with circles not possible?That’s it!
Merci Héctor – you saved me!
The last (i promise ;)) question would be why the list items have so much space beween them. Pls compare to the list in the box below.
Forum: Plugins
In reply to: [WordPress Popular Posts] Style WPP list with circles not possible?It tried your other examples but it’s not working in either way.
Please help me – i think i will soon loose my mind ??
Forum: Plugins
In reply to: [WordPress Popular Posts] Style WPP list with circles not possible?Ah! Oh how i hate custom code ??
The li-tags are now present, but it’s still not working (somehow).
This is my code
[wpp stats_author=1 range='last24hours' limit=5 stats_views=1 order_by='views' post_html='<li>{title} ({views})</li>' pid='7871,258,1908,136,1348']
Thanks so much for your help!
Forum: Plugins
In reply to: [WordPress Popular Posts] Style WPP list with circles not possible?Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] Position of toast notificationAmazing! Thank you so much. You’re solution and your support is great ??
Have a nice weekend Alimir.
André
Forum: Plugins
In reply to: [WordPress Popular Posts] Count viewer afterr update no workDear @hcabrera
thanks so much for the fast help here. The problem is SOLVED.
I’m using
wpp_get_views(get_the_ID())
in my PHP file to show the views.
Great support! And let me tell you: this is a wonderful plugin, that quick became essential for my website.
Cheers
AndréForum: Plugins
In reply to: [WordPress Popular Posts] Count viewer afterr update no workOMG. My heart just stood still. Alle my views are gone. I hope this can get fixed soon as the views are an important part for all my authors on my blog https://www.videospielgeschichten.de
Dear @fragmagnet, thanks for that hint! I’ll try this the next time. That sounds very helpful.
@voltronik: did you find anything on this issue by now?
Kind regards to you both
Andre
I just wanted to say, that the problem still occurs. Unfortunately. I would really like to fix this.
Thanks for catching up @voltronik ??
I’m using the build in block editor since WP 5.0.
Thanks for your message FragMagnet. I have a lot of plugins (good ones I hope) running and would not like to disable them step by step. Using the classic editor would also not be an option for me. Yesterday I installed WordPress 5.5 and maybe the problem goes away with that. I’ll have to test it. But on the other hand: maybe it’s possible to trace or log BNFW itself to see where the cause of the problem is. It only occurs (on my blog) with “new posts”. Sending mails for new comments are running fine.
Forum: Plugins
In reply to: [Favorites] How to set upHi,
you may use it in your PHP file like this:
echo do_shortcode('[favorite_button]');
Or just use the plugin settings to embed the button within your posts or pages.
Forum: Plugins
In reply to: [Favorites] Customize Icon and LabelHi! I’m just a user but it think this would help:
– Go to the plugins
– Select the Favorites plugin and click on Settings
– Go to Display & Post Types
– Go down to “Favorite Button Content & Appearance”
– Button HTML Element: Button
– Button Type: Custom
– Specify your custom colorsIn the next two sections (Button Markup: Favorited / Button Markup: Unfavorited) you can use HTML/CSS.
My example for “Button Markup: Unfavorited”:
<span style=”font-size: 0.9375rem;display:block;width:115px;”><i class=”fas fa-thumbtack” style=”margin-right:10px;”></I>Add favorite</span>