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 ww.wp.xz.cn
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?
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.
Thread Starter
BBB3
(@bbb3viz)
Thanks, it worked. I’m now using your latest version and pagination is working.
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).
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.