lucascarder
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [WP Popular Posts] Error: cannot ajaxify WordPress Popular PostsWell, I tried adding it to all before_widget and the error message persisted.
Some variations I tried:
//register the default sidebar register_sidebar(array( 'name'=> TD_THEME_NAME . ' default', 'id' => 'td-default', //the id is used by the importer 'before_widget' => '<div id="%1$s" class="widget %2$s"><aside class="widget %2$s">', 'after_widget' => '</aside></div>', 'before_title' => '<div class="block-title"><span>', 'after_title' => '</span></div>' ));'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => '</aside>',register_sidebar(array( 'name'=>'Top right (social)', 'id' => 'td-top-right', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '', 'after_title' => '', ));The second variation excludes the error message but the widget becomes completely blank.
Forum: Plugins
In reply to: [WP Popular Posts] Blank space before titleYep, that did it. Thank you, Hector!
Forum: Plugins
In reply to: [WP Popular Posts] Blank space before titleYes, that seems to be the problem. When I applied the CSS block, the space got shorter, but still there.
Forum: Plugins
In reply to: [WP Popular Posts] Blank space before titleHi Hector, thanks for the attention.
The url is exorbeo.com
Forum: Themes and Templates
In reply to: [Theme:Bresponzive] Hundreds of thousands of 404 errorsAny idea on how I would fix it?
Thank you
Forum: Themes and Templates
In reply to: [Theme:Bresponzive] Hundreds of thousands of 404 errorsA few taken from the logs with the referal url removed: http://pastebin.com/MbCEqwgT
Forum: Themes and Templates
In reply to: [Swift Basic] Sidebar and Top Menu Disappears from some PostsI have the same problem
Forum: Plugins
In reply to: [WP-PostRatings] To show only the starsThank you.
Viewing 8 replies - 1 through 8 (of 8 total)