M. Asif Hossain
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: woocommerce_order_itemmeta doesn’t existHello @mstudioil ,
If any custom code was added to your theme’s functions.php file or any other part of the site, review it for potential issues.
Forum: Everything else WordPress
In reply to: Cannot transfer site to my accountHello @bwteal ,
It sounds like your best option is to contact the hosting provider directly since your friend is paying the bills for the websites. Explain the situation to them. Since your friend owns the site and is responsible for the hosting, the provider should assist in regaining access after verifying account ownership.
Request that the hosting provider reset the website credentials or grant access to the control panel. From there, you can log into the WordPress dashboard, reset passwords, or create new user accounts as needed.
Once you’ve gained access to the control panel, promptly update the admin email addresses and usernames to ensure that future access is securely maintained under your management.
Forum: Everything else WordPress
In reply to: How to clone a running websiteHello @satimis,
Yes, it’s absolutely possible to clone an existing website and set it up on a new subdomain. Here are the steps to do so:
I) Back Up Your Current Website: Before making any changes, it’s recommended to take a full backup of your website. You can use plugins such as UpdraftPlus, All-in-One WP Migration, or your hosting provider’s backup tool for this.
II) Create the Subdomain: Start by creating the subdomain through your hosting control panel (such as cPanel or Plesk). This will serve as the location for your cloned website.
III) Website Clone:
There are several methods available for cloning a website:Option A: Using a Plugin
Plugins such as Duplicator or All-in-One WP Migration streamline this process. Here’s a step-by-step guide on how to use them effectively:- Install the plugin on your current website.
- Generate a package (backup) using the plugin’s built-in functionality.
- Download the backup file to your local system.
- Set up a new WordPress installation on your subdomain and install the same plugin.
- Upload the backup file to the subdomain’s WordPress using the plugin and restore the website.
Option B: Manual Cloning
- File Transfer: Use an FTP client (e.g., FileZilla) or your hosting panel’s File Manager to download the complete contents of the
/public_html/
folder from your current site. - Database Export: Access phpMyAdmin via cPanel, and export the database of your existing website.
- File and Database Upload: Upload the downloaded website files to the subdomain’s root directory. Then, import the database into the subdomain via phpMyAdmin.
- Update the wp-config.php File: Edit the
wp-config.php
file to update the database credentials to those associated with the subdomain.
IV) Update the URLs
After cloning the site, you’ll need to update the URLs from the old domain to the new subdomain. This can be done in one of two ways:- Manually via phpMyAdmin: Locate the
wp_options
,wp_posts
, andwp_postmeta
tables in the database and perform a find-and-replace to update the old URLs to the new subdomain. - Using a Plugin: A plugin like Better Search Replace can be used to automatically update all URLs across the database, simplifying the process.
V) Check Permalinks
After everything is set up, go to Dashboard > Settings > Permalinks and click Save to ensure that the permalinks are correctly generated on your new subdomain.Once done, you’ll have a fully functional clone of your website on the subdomain!
Best regards,
Asif HossainHello @rosenborg ,
We have duly observed and recorded all the issues at hand. It is our earnest hope that the forthcoming update will address and rectify these concerns with due efficacy. I mean on the next update these issues will be solved.
Best Regards,
Asif Hossain
Plugin SupportForum: Plugins
In reply to: [Divi Carousel - Image Carousel & Logo Carousel] Logos don’t show on MobileHello @sinasylum ,
Thank you for reaching out and I apologize for the delayed response.
Are you still experiencing the issue with the tool not appearing on mobile? If so, we’re happy to assist you further in getting it resolved. Please let us know how we can help!
Thank you for your patience, and I look forward to hearing from you.
Best regards,
Asif Hossain
Plugin SupportHello @bitfireadmin ,
Thanks a lot for letting us about this issue.
Hello @rosenborg ,
Thanks for sharing with us the issue details. Hopefully on the next update this issue will be fixed.
Best regards,
Forum: Plugins
In reply to: [Divi Carousel - Image Carousel & Logo Carousel] Incompatible with PolylangHello @zodiac1978,
I hope you are doing well.
Thanks for reaching out! It sounds like there might be a conflict with Polylang and Divi Carousel Lite. To help us troubleshoot further, could you please share with us the full procedure you followed to integrate Polylang with the carousel?
If possible, a screen recording of the process would be really helpful for us to understand the issue better.
Looking forward to your response!
Best regards,
Asif Hossain
Plugin SupportForum: Installing WordPress
In reply to: The layout is not workingHello @astroo ,
I hope you are doing well.
First, I would like to suggest you switch to another theme if you are in a hurry to finish your work. Switching to another theme might be a good idea to save time.
Second, ensure you are cleared both browser and WordPress cache.
Third, customization can conflict with the theme’s layout. Also, all plugins should be deactivated and activated one by one to make sure there are no conflicts between the plugins and the theme.
Fourth, check if any responsive or container settings were changed in your theme’s layout. Review margin, padding, and container width in your theme settings or WordPress customizer.
Fifth, Changing the fonts might have accidentally affected the layout. Try switching back to the default font for now to see if it fixes the problem.
Best regards,
Asif HossainHello @paulherrmann ,
We understand your frustration and sincerely apologize for the confusion. It appears that you are referring to the discontinued plugin Divi Addons Pro (previously known as Brain Addons), which was deprecated over 2 years ago.
The current version of Divi Torque Pro does not rely on the Lite version, unlike the old Divi Addons plugin.
Please reach out to our support team directly for assistance with this issue, and we will do our best to help resolve it.
Please open a support ticket from here: https://diviepic.com/contact-us/
Best regards,
Asif Hossain
Plugin SupportHello @alice20 ,
We apologize for the late reply. There could be other factors contributing to this issue. We can assure you that our plugin is not directly causing it.
There are multiple reasons why these issues may occur:
- Bug or error in our plugin.
- PHP version of your hosting server.
- Cache issues.
- Third-party plugin conflicts.
- Custom CSS or JS script conflicts.
- Outdated WordPress, plugins, or themes.
- Insufficient memory limit for PHP and WordPress.
Notice: Before proceeding, please ensure you have a full backup of your website, including your WordPress database.
- Find Plugin Bug/Error: Please activate WordPress debug mode and send us the debug log file or the error messages. Additionally, check your webpage console error using Google Chrome.
How to check console errors (screenshot).
Also, check the server error logs or the “debug.log” file located in the “wp-content” directory.
- PHP Version of Your Hosting Server: The issue might be related to an outdated or unsupported PHP version, such as 5.4 or the latest 8.1.9.
Please let us know the PHP version your hosting server is using.
(You can install the Health Check & Troubleshooting plugin, which provides detailed information, including the PHP version of your WordPress site.)- Clear the Cache: Delete all types of cache files and see if this resolves the issue.
Browser cache, Divi et-cache, WP-Rocket, or Divi Rocket’s server-wide caching could be causing the problem.
Here is a short video explaining cache cleaning. - Check for Third-party Plugin Conflicts: Deactivate all plugins except ours, then reactivate them one by one to identify if any plugin is causing the issue.
- Remove Custom CSS and JS Code: Temporarily delete all custom CSS and JS code from your website to see if they are contributing to the issue.
- Update WordPress, Plugins, and Themes: Make sure your WordPress, plugins, and themes are up to date.
- Check PHP and WordPress Memory Limits: Here are some general recommendations for memory limits:
Small websites: 128MB
Medium websites: 256MB
Large websites: 512MB or more
To increase the memory limit:
Add the following line to the bottom of yourwp-config.php
file:define('WP_MEMORY_LIMIT', '256M');
You can also monitor memory usage with a plugin like WP Memory Usage.
If needed, contact your hosting provider for assistance in increasing the limit.
Best Regards,
Asif Hossain
Plugin SupportHi @rosenborg ,
Thank you for bringing this to our attention.
It would be helpful if you could share a screen recording or screenshot of the issue you’re encountering on mobile devices. This will allow us to better understand the problem and assist you more effectively.
Looking forward to your response!
Best regards,
Asif Hossain,
Plugin SupportHello,
Sorry for the late reply.
Please watch this video: https://www.loom.com/share/97ed820a9a994ffd88a52701c15db923?sid=9d30488e-bb27-4793-b4e7-f365f3f578dc
Best regards,
Asif Hossain,
Plugin SupportHello @serafinnyc ,
Sorry for the late reply.
Thank you for your question.
Could you please clarify which module you are referring to for this feature? Once we know which module you’re using, we can provide more specific guidance.
Thanks in advance!
Best regards,
Asif Hossain,
Plugin SupportHi @charmedchicken ,
Sorry for the late reply.
Contact Form 7 module by Divi Torque Lite is designed specifically for styling and enhancing the appearance of Contact Form 7 forms. It does not add any additional functionality or features to the form itself, such as the ability to place form fields inline.
Unfortunately, the feature you’re looking for is not something our plugin provides.
If you have any further questions, feel free to reach out!
Best regards,
Asif Hossain
Plugin Support