smarlin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] Issue with Bullet PointsNo worries. The “div class” bracket still does hinky things with the sidebar, but the other more recent set of changes, combined with the CSS block you devised, seem to address the issue. Thanks! Will work to see about instituting a “float:left” command black in the plugin itself — may hit you later with further questions. Thanks so much!
Forum: Plugins
In reply to: [WP Popular Posts] Issue with Bullet PointsThanks for the reply. Per your reccomendation I implemented the revised codeblock into Loop.php, as well as the CSS segment within the Edit CSS Page of the Dashboard. While it DOES eliminate the bullets, it also does this really gnarly thing with moving our sidebar down to the bottom of the page. Obviously no bueno.
Upon further review, it seems that the segment that allows us to remove the bullets is the same which causes this issue:
<div class="wpp-list">If I remove that, the site goes back to normal, though even with the CSS code still in place. Bullets return, and it’s as if nothing every happened. Is there a way to eliminate the bullets without radically altering the behavior of the sidebar, or should we begin exploring alternate styling options? Thanks for all your help on this.
Seth
Forum: Plugins
In reply to: [WP Popular Posts] WPP: Issue with Posting ExcerptsCool. Looks good! Thanks. Now, we’re just in the process of trying to style it so this puppy arranges the posts side-by-side (I assume we’ll have to edit the plugin directly for that) Any specific FAQ links you can recommend to get me pointed in the right direction?
Seth
Forum: Plugins
In reply to: [WP Popular Posts] WPP: Issue with Posting ExcerptsThanks! No worries. So what I’m understanding here, then, is that I copy the code block above into the section where the previous block existed in Appearance > Editor > Loop.php? And will I have to make any changes to the plugin itself? I appreciate all your help on this, just trying to get it all sorted the right way. Appreciate the help!
Seth
Forum: Plugins
In reply to: [WP Popular Posts] WPP: Issue with Posting ExcerptsHi there Hector. Apologies about the delay. No, we’re just using the plugin as far as I’m aware, though there is a template tag listed under Appearance > Editor > Loop.php. Is this the code you’re looking for?
<?php if (is_home()): ?>
<?php if (function_exists(‘wpp_get_mostpopular’)) wpp_get_mostpopular(“range=monthly&limit=3&stats_comments=0&post_type=post&thumbnail_width=100&thumbnail_height=60&excerpt_length=55”); ?>
<?php endif; ?>Let me know if it is. If not, what SHOULD I be looking for, and is there further information you require? Thanks again for all your help!
Seth
Hi there, Srijith. Nothing yet. Currently working with the theme developer to get more information. Will hopefully have a response within the next 48 hours. Thank you, however, for the follow-up. Will keep you informed.
S.