mogeh
Forum Replies Created
-
Your plugin is top-notch and you have been very helpful.
I was able to override the default class by using the wrapper_class parameter in the shortcode.
A suggestion:
I think it would have been more convenient for non code-oriented users if the wrapper_class and wrapper=”div” parameter can also be over-written from the custom template created. It makes it straight forward for any of the templates created to be easily called and used in the theme without the user having to insert the required classes and wrapper parameters using short-codes.
Thanks so much and wish you look into implementing my suggestion.
Great plugin!!!!
Thanks. the partials folder now works.
Please, how do i add an additional CSS class to the parent element
of the listed items as seen in the example below?e.g
div class=”display-posts-listing i want an additional class here or remove the existing class for certain templates“>
<div class=”post-summary col-md-4″></div>
<div class=”post-summary col-md-4″></div>
<div class=”post-summary col-md-4″></div>
<div class=”post-summary col-md-4”></div></div>
Thanks for your reply.
Am currently working on localhost.
I had to search my plugin archives and found an old version i downloaded sometime ago.
I deleted version 2.6.4 and installed the old version (2.5.0) and everything seems fine for now pending when a permanent solution is found for the bug.But the website should be up by tomorrow, I may still run the update by then and let you see it.
Thanks
Forum: Plugins
In reply to: [Recent Posts Widget Extended] HTML span in titles getting ignoredThis enables you to have the title wrapped in the H3 tag and also linked.
Original code in funtions.php
// $html .= ‘<h3 class=”rpwe-title”>‘ . esc_attr( get_the_title() ) . ‘</h3>’;Edited code
$html .= ‘<h3 class=”rpwe-title”>‘ . get_the_title() . ‘</h3>’;I only removed the esc_attr before get_the_title