polymerist
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [WP-Bigfoot] Future support for numeric style?Great stuff guys, thanks for the help.
Anyone know how to make the buttons fully round and not pill-shaped?
Also, I seem to be getting a text number behind my buttons. Any ideas?
Thanks!
Forum: Plugins
In reply to: [Simple Yearly Archive] Removal of bullet pointJust edited the plugin code as well. No luck.
And yes, it is your plugin. lol.
Forum: Plugins
In reply to: [Simple Yearly Archive] Removal of bullet pointSorry was on hiatus.
Should be in there under Section 15 as:
/* Remove bullets from Archive Page */ .sya_container ul li { list-style-type: none; }Doesn’t seem to work still.
Forum: Plugins
In reply to: [Simple Yearly Archive] Removal of bullet pointStill doesn’t work. :-/
Forum: Plugins
In reply to: [Simple Yearly Archive] Removal of bullet pointAh, yes sorry. The link is: http://polymerist.com/archives
Thanks!
Forum: Plugins
In reply to: [Simple Yearly Archive] Removal of bullet pointDoes not seem to work. :-/
Forum: Themes and Templates
In reply to: [Decode] Remove Sidebar BorderBeautiful, thanks!
Forum: Themes and Templates
In reply to: Remove "Leave a Reply" to Use DisqusI was looking to do the same thing myself. Found that removing the following code from
content.phpworks as well.<div class="comments-link"> <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentytwelve' ) . '</span>', __( '1 Reply', 'twentytwelve' ), __( '% Replies', 'twentytwelve' ) ); ?> </div><!-- .comments-link -->
Viewing 8 replies - 1 through 8 (of 8 total)