manuelv
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [WP Bannerize] Css and Javascript Errorsame error
work on firefox
Forum: Plugins
In reply to: [Advanced Custom Fields - Address Field add-on] Does NOT work with ACF 4.0.3thanks
ManuelForum: Plugins
In reply to: [Intuitive Custom Post Order] Change cursor when hovering over sortable itemsGreat Idea
Forum: Plugins
In reply to: [Third Column] [Plugin: Third Column] broken in 3.4yes
useful plugin
need update too !!
Forum: Installing WordPress
In reply to: Installing WordPress on a Sharepoint Site Folder+1
Forum: Plugins
In reply to: [Page Layout] [Plugin: Page Layout] Edit widget bugthe problem is in page-layout/js/widget.js
line :
$('a.widget-action').live('click', function(){ easy patch for the moment is , replace code function by : $('a.widget-action').live('click', function(){ var css = {}, widget = $(this).closest('div.widget'), inside = widget.children('.widget-inside'), w = parseInt( widget.find('input.widget-width').val(), 10 ); if ( w > 250 && inside.closest('div.widgets-sortables').length ) { css['width'] = w + 30 + 'px'; if ( inside.closest('div.widget-liquid-right').length ) css['marginLeft'] = 235 - w + 'px'; widget.css(css); } wpWidgets.fixLabels(widget); inside.slideDown('fast'); return false; });
[Please post code snippets between backticks or use the code button.]
same question ? a idea?
Viewing 7 replies - 1 through 7 (of 7 total)