Viewing 14 replies - 1 through 14 (of 14 total)
  • +1, I am using Page Builder for a customer, and this plugin. I can get the Blog Feed to show up using Page Builder, but I cannot configure the Display, Filter or Order tabs. Clicking on the Tabs does not switch to them.

    Same.

    I have the same problem.
    Widget works perfect as widget as long it’s not in a SiteOrigin Pagebuilder layout.
    In a pagebuilder layout the tabs can’t be activated and therefore the plugin becomes useless.

    An alternative would be to have a shortcode.

    Propably just a stupid, simple thing that hopefully should be corrected easy because the plugin actually is really nice.

    pipspeak

    (@pipspeak)

    Same problem here… works fine as a widget in a sidebar, but not in a Page Builder row. Shame, because it’s an awesome tool!

    manosp

    (@manosp)

    same!! plz fix it!!

    Same issue for me also.

    This plugin works fine when using as an individual widget.

    But when implementing it inside page builder, we cannot access the tabs Display, Filter and Order.

    Is there any solution?

    HI there – I have the same issue. I am using Divi theme, and the plugin works great on the blog page sidebar, but breaks that sidebar on any other page I try to add it to using the page builder. Would love a fix since I love this plugin!

    My fix

    1. Open Ultimate-posts-widget/ultimate-posts-widget.php in widget edit page
    2. Change upw-admin.min.js to upw-admin.js and save
    3. Overwrite Ultimate-posts-widget/js/upw-admin.js with below code

    jQuery(document).ready(function($) {
    $(‘.upw-tab-item’).live(‘click’,function(){
    event.preventDefault();
    var widget = $(this).parents(‘.upw-tabs’).parent();
    widget.find(‘.upw-tab-item’).removeClass(‘active’);
    $(this).addClass(‘active’);
    widget.find(‘.upw-tab’).addClass(‘upw-hide’);
    widget.find(‘.’ + $(this).data(‘toggle’)).removeClass(‘upw-hide’);
    });
    });

    This only affects customize page and there is no side effect seen at this moment.

    Still no joy. Even with kenyoshi’s method. =(

    the best solution is to use shortcode ultimate plugins. you can use the shortcode at your widget and paste at your desire page.

    Just ran into save issue as all of you. My work around was using “Shortcode any widget” plug-in. Basically added Ultimate Post to the shortcode widget. It spit outa shortcode that I pasted in to text on pagebuider.

    This is for any one for future !!

    I have the same problem in Site Origin’s Page Builder.

    • This reply was modified 7 years, 2 months ago by LucasHilty.

    Sad there has been no response to this.

    This plugin looked like a promising option until I ran into this SiteOrigin Page Builder problem.

    I too would very much appreciate it if the author could fix this problem of Ultimate Posts Widget not working with Page Builder by Site Origin.

    • This reply was modified 7 years, 1 month ago by wp_dave_.
Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Doesn’t work on Page Builder layout’ is closed to new replies.