[Download] Unlimited WordPress Themes and Plugins

I am experiencing Server 500 errors with both Breakdance and Breakdance AI. Could you please investigate and resolve these issues at your earliest convenience? I sent also a DM. Thanks.
I replied to your DM:

"Hey, the issue you are seeing is due to PHP 8+. I receive this when using 8.4 but when I changed to PHP 7.4.30 it works. Keep in mind this isn't my plugin so any issues you encounter are due to the developer of the plugin and are beyond my control."
 
I changed the PHP version to match with the required 7.4.3.
Hostinger has only the 7.4.33 so I changed to that.
Now the Breakdance seems work as it should but the Breakdance AI cannot be activated as shown it does not work with this PHP version.
The available versions on Hostinger are:
1771780382470.png

27fpxrw9


I found that Breakdance AI requires PHP 8.1+
29whk5fh



Can you have a solution?
Thanks in advance as well.
 
I replied to your DM:

"Hey, the issue you are seeing is due to PHP 8+. I receive this when using 8.4 but when I changed to PHP 7.4.30 it works. Keep in mind this isn't my plugin so any issues you encounter are due to the developer of the plugin and are beyond my control."


Is there any possibility to update the two plugins? Breakdance builder and the Breakdance AI.
 
do you have latest SEOcify version?
Yes, version 3.8.

You may be a victim of software counterfeiting. The license installed on your extension is likely non-genuine or pirated. For assistance, contact us at [email protected].
The license used to preactivate the plugin has been blocked. These guys are very active against people using their plugins without a valid license. Why do you need the Unlimited Extension? If you need it to bypass the import file size then you can do that yourself: https://help.servmask.com/2018/10/27/how-to-increase-maximum-upload-file-size-in-wordpress/.
 
Free trial has been created. Please check your email and gplcellar account for details.


Free trial has been created. Please check your email and gplcellar account for details.
Thank you for activation.
I have completed activation and now want to import demo data from the theme but it asking me to enter there license key so do I have to purchse theme itself?
 
I tried a few plugin and not even a single worked properly. It's either a free version or I don't know. Is this service actually working well to anyone or was I simply unlucky and picked unluckily plugins that are not working?
 
Thank you for activation.
I have completed activation and now want to import demo data from the theme but it asking me to enter there license key so do I have to purchse theme itself?
Most themes require a valid license because they import their demo data from their server. If demo content is important to you then you need a valid license. Which theme is it and I can have a look?

I tried a few plugin and not even a single worked properly. It's either a free version or I don't know. Is this service actually working well to anyone or was I simply unlucky and picked unluckily plugins that are not working?
What's your gplcellar account name and I'll have a look at what you downloaded. There are times when plugins get updated that are not preactivated so that can happen. There's also "activators" available in our catalog that can be used to unlock plugins, like elementor or those using freemius. Some Pro plugins require their "free" version which is why you'll find them in our catalog. Other times, the "free" version is the pro version with features hidden behind an activation. And other times, you get shit that just doesn't work which is beyond my control.

Always feel free to hit up my support and let me know if something isn't working for you. I have close to 12,000 plugins and themes and staying on top of every single one is daunting, so reach out when you need it.
 
Most themes require a valid license because they import their demo data from their server. If demo content is important to you then you need a valid license. Which theme is it and I can have a look?


What's your gplcellar account name and I'll have a look at what you downloaded. There are times when plugins get updated that are not preactivated so that can happen. There's also "activators" available in our catalog that can be used to unlock plugins, like elementor or those using freemius. Some Pro plugins require their "free" version which is why you'll find them in our catalog. Other times, the "free" version is the pro version with features hidden behind an activation. And other times, you get shit that just doesn't work which is beyond my control.

Always feel free to hit up my support and let me know if something isn't working for you. I have close to 12,000 plugins and
Most themes require a valid license because they import their demo data from their server. If demo content is important to you then you need a valid license. Which theme is it and I can have a look?


What's your gplcellar account name and I'll have a look at what you downloaded. There are times when plugins get updated that are not preactivated so that can happen. There's also "activators" available in our catalog that can be used to unlock plugins, like elementor or those using freemius. Some Pro plugins require their "free" version which is why you'll find them in our catalog. Other times, the "free" version is the pro version with features hidden behind an activation. And other times, you get shit that just doesn't work which is beyond my control.

Always feel free to hit up my support and let me know if something isn't working for you. I have close to 12,000 plugins and themes and staying on top of every single one is daunting, so reach out when you need it.

Most themes require a valid license because they import their demo data from their server. If demo content is important to you then you need a valid license. Which theme is it and I can have a look?


What's your gplcellar account name and I'll have a look at what you downloaded. There are times when plugins get updated that are not preactivated so that can happen. There's also "activators" available in our catalog that can be used to unlock plugins, like elementor or those using freemius. Some Pro plugins require their "free" version which is why you'll find them in our catalog. Other times, the "free" version is the pro version with features hidden behind an activation. And other times, you get shit that just doesn't work which is beyond my control.

Always feel free to hit up my support and let me know if something isn't working for you. I have close to 12,000 plugins and themes and staying on top of every single one is daunting, so reach out when you need it.
SEOcify is the theme
 
SEOcify is the theme
I just ran the code through copilot and you can try changing the following:

wp-content/themes/seocify/inc/includes/theme-license-manager/includes/license-functions.php

~Line 31: change return false; to return true;

PHP:
**
 * Check the license is valid or invalid
 *
 * @return  bool
 */
function theme_is_valid_license() {
    $data = theme_get_license();

    if ( ! empty( $data['license'] ) && 'valid' == $data['license'] ) {
        return true;
    }

    return true;
}

I was able to begin importing demo data. I had to stop the import because there were over 900 images to import and it was going slow.
 
I just ran the code through copilot and you can try changing the following:

wp-content/themes/seocify/inc/includes/theme-license-manager/includes/license-functions.php

~Line 31: change return false; to return true;

PHP:
**
 * Check the license is valid or invalid
 *
 * @return  bool
 */
function theme_is_valid_license() {
    $data = theme_get_license();

    if ( ! empty( $data['license'] ) && 'valid' == $data['license'] ) {
        return true;
    }

    return true;
}

I was able to begin importing demo data. I had to stop the import because there were over 900 images to import and it was going slow.

FYI - I also installed the One Click Demo Importer plugin from Appearance -> Install Plugins and that allowed me to import demo pages.
 
Back
Top