wpcursus
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Filtering within a subcategory?Same problem. Is it possible to exclude categories from the search list?
Great plugin btw!Thank you!
Forum: Plugins
In reply to: [Table of Contents Plus] Exclude TOC from posts by category?Thank you so much. Clear. I will try that.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Exclude current post in listI managed to do it partially.
This CSS in the custom CSS Code of the plugin puts an icon in front of all the list loops:.su-posts-list-loop li:before { font-size: 110%; font-family: FontAwesome; display: inline-block; vertical-align: middle; color: #bbbbbb; padding-right: 11px; }
.su-posts-list-loop li:before { content: “\f0a9″;}====
So far so good, but:
HOW TO GET A DIFFERENT ICON IF I ADD A CLASS?
I added a class in the shortcode: class=”testclass”[su_posts template=”templates/list-loop.php” posts_per_page=”3″ taxonomy=”post_tag” tax_term=”6″ order=”desc” orderby=”rand” class=”testclass”]
Added this in the CSS but doesnt seem to work:
.testclass:before { content: “\f275” !important;}What is the CSS code to change the icon or other custom settings for this class?
Thank you so much!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Exclude current post in listHi Vladimir,
Just another idea:
Option to add a fontawesome icon before theListview now:
Post 1 from category X
Post 2 from category X
Post 3 from category XListview with icon:
> Post 1 from category X
> Post 2 from category X
> Post 3 from category XWhere ‘>’ can be a fontawesome icon of choice.
I tried it with CSS for all the list loops, with something like this, but it didn’t work well:
.su-posts-list-loop:before
{ font-size: 120%; font-family: FontAwesome; display: inline-block; vertical-align: bottom; color: #0CA1BF; padding-right: 11px; }
.su-posts-list-loop:before { content: “\f040”;}
Do you know the right CSS code to add a fontawesome in front of the list loop items?Extra idea:
Maybe it’s an idea to add a class to the list loop, where in the class it’s possible to add a fontawesome iconThank you so much!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Exclude current post in listOk thank you Vladimir for keeping us informed. Thank you!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Exclude current post in listHello Vladimir,
When can we expect the next release with this feature? Thank you so much for your great work!
Forum: Plugins
In reply to: [Text Replace] maintenanceThe shortcodes work in Gutenberg blocks but not in the title of the page.
Forum: Plugins
In reply to: [Redirection] Redirect all tag permalinksOk thank you so much!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Exclude current post in listJust thinking. Maybe it is possible it can be in the general settings that the current post is excluded by default.
Thank you!Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Exclude current post in listThat’s great news. Can’t wait.
Just another idea for the posts shortcode:
– Option to show first image in the post as thumbnail instead of the featured image.
– Option to make columns for the post list. Or maybe in the paid version of the plugin. Something like Advanced posts shortcode.Thank you so much!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Exclude current post in listDear Vladimir,
Great plugin. Is it already possible?
I made a nice review of your plugin:
https://www.cursuswp.com/ultimate-shortcodes-wordpress-pluginThank you so much!