• Resolved BBB3

    (@bbb3viz)


    Hi,
    I’m using a version of Live Composer that ships with the Wolf Theme. It seems to be a different one from the version that’s available on WordPress. It carries the version 1.2.4.1., not version 1.0.6.1.
    Anyways, pagination has been broken since WP 4.4 and I haven’t seen an update of Live Composer that addresses this since WP was updated.
    I tried substituting my version of Live Composer with the WordPress version, but it won’t activate due to a fatal error.
    It is not possible to deactivate or delete my version of Live Composer, at least not while I’m using Wolf.
    What would you suggest?

    https://www.ads-software.com/plugins/live-composer-page-builder/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author LiveComposer

    (@livecomposer)

    Hi,

    I’m assuming the theme is using TGM plugin activation script and forcing LC to be active.

    You can’t deactivate 1.2.4.1, correct?

    It is a premium theme, so would be best to contact the theme author for support, and let him know to switch the LC version that’s used in the theme to this one from www.ads-software.com

    Regards,
    Slobodan

    Thread Starter BBB3

    (@bbb3viz)

    I’m not sure how it works, but yes, I’m unable to deactivate the 1241.

    Ninebase, which wrote the Theme, seems to have gone out of business. They haven’t updated the theme in a while and they’re not answering support questions on their website.

    So I guess I’m stuck and should switch themes…

    Thread Starter BBB3

    (@bbb3viz)

    Or is there perhaps something in the code that I could change myself?

    Plugin Author LiveComposer

    (@livecomposer)

    Hi,

    I’m not sure where he put the TGM code ( it’s not specific, author can place it in any file that’s included in functions.php ), basically what you’re looking for looks like this:

    array(
    	'name'               => 'Live Composer',
    	'slug'               => 'ds-live-composer',
    	'source'             => get_template_directory() . '/inc/tgm-activation/plugins/ds-live-composer.zip',
    	'force_activation'   => true,
    )

    That last one ( force_activation ) should be set to false, that way it’ll allow you to deactivate it.

    Check in functions.php, might be there. If not then it’s in one of the files that are included in functions.php.

    Regards,
    Slobodan

    Thread Starter BBB3

    (@bbb3viz)

    Thanks a lot. I’ll have a look.

    Plugin Author LiveComposer

    (@livecomposer)

    You’re welcome.

    Regards,
    Slobodan

    Thread Starter BBB3

    (@bbb3viz)

    Thanks, it worked. I’m now using your latest version and pagination is working.

    Plugin Author LiveComposer

    (@livecomposer)

    Hi,

    Happy to hear that.

    By the way, do not update to 4.4.1 update, there’s a pagination bug in there but this time it’s a bug in WordPress itself. More info on that.

    Regards,
    Slobodan

    Thread Starter BBB3

    (@bbb3viz)

    Argh. Too late, but it seems to work (my WP always gets update automatically. I never do a thing).

    Plugin Author LiveComposer

    (@livecomposer)

    Hi,

    The info on how to fix the WordPress bug is mentioned on that link. They’ll include the fix in version 4.4.2 but in the meantime would be best to apply the fix yourself.

    Regards,
    Slobodan

    I am having the same issue with pagination. I am using the blank live composer theme, I have several blog post but only the latest blog displays.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Pagination problem / version 1.2.4.1.’ is closed to new replies.