Shariful Islam
Forum Replies Created
-
Hi, @sakina990!,
If Elementor is stuck on “Loading…” in WordPress 6.8.1 and safe mode doesn’t work, even after disabling plugins and switching themes, the issue may be deeper—often related to server configuration, JavaScript errors, or Elementor/WordPress compatibility. Here’s a full troubleshooting guide to help you fix it:✅ Step-by-Step Fix for Elementor Not Loading
1. Check for JavaScript Console Errors
Go to your Elementor editor page.Press F12 (or Right-click > Inspect > Console tab).
Look for red errors – these will help identify the problem (e.g., 500 error, TypeError, Blocked, etc.).
If you see an error, copy it and let me know — that will help diagnose exactly.
2. Increase PHP Memory Limit
Sometimes Elementor needs more memory. Add this to your wp-config.php file:php
Copy
Edit
define(‘WP_MEMORY_LIMIT’, ‘256M’);
Also check if your hosting has restrictions via .htaccess or php.ini.3. Regenerate Elementor CSS & Data
Go to Elementor > Tools.Click:
“Regenerate/Clear Files & Data”
“Sync Library”
Then clear any caching plugins and browser cache.
4. Check for Conflict with WordPress 6.8.1
Elementor sometimes needs to be updated for full compatibility with new WP versions. Check:Is Elementor fully updated?
Is your theme Elementor-compatible?
Is Elementor free or Pro version?
If not up to date, update Elementor manually via:
Plugins > Add New > Upload the latest .zip from Elementor’s site.
5.Disable All Optimization/Caching (Temporarily)
Even if you disabled plugins, also check these:Turn off Cloudflare Rocket Loader or any CDN-based JS optimization.
Deactivate:
Autoptimize
WP Rocket
LiteSpeed Cache
SiteGround Optimizer
Temporarily disable caching on your host control panel, if enabled.
6. Safe Mode Not Working? Try This Instead:
Manually enable Elementor safe mode:Go to: https://kall.ca/wp-admin/admin.php?page=elementor
Add this at the end of the URL:
Copy
Edit
&elementor_safe_mode=1
So it becomes something like:pgsql
Copy
Edit
https://kall.ca/wp-admin/admin.php?page=elementor&elementor_safe_mode=1
7. Rollback Elementor to Stable Version
Sometimes the newest version breaks compatibility. Roll back:Go to Elementor > Tools > Version Control
Roll back to an earlier stable version (e.g., 3.20.x)
8. PHP Version Check
Elementor recommends PHP 7.4–8.2. Check this in:Tools > Site Health > Info > Server
Or ask your host to confirm.
Kind Regards,
SharifForum: Fixing WordPress
In reply to: Page title background imageHi @fixing2022,
If you’re using Elementor and want to add a background image to a page title area (like the hero or banner at the top of a page), you can do it with a section at the top of your Elementor layout. Here’s how:✅ To Add a Background Image Behind the Page Title:
Step 1: Edit the Page with Elementor
Go to your WordPress Dashboard.Find the page and click “Edit with Elementor.”
Step 2: Add a Section for the Title
At the top of the page, click “+” to add a new section.Choose a 1-column layout.
Inside this section, drag a “Heading” widget and type your page title).
Step 3: Add Background Image to the Section
Click the Section handle (the blue icon at the top of the section).In the left panel, go to the Style tab.
Under Background > Background Type, click the Classic option (paintbrush icon).
Click the image box and upload or choose your background image.
Adjust settings like:
Position: Center Center
Attachment: Scroll or Fixed
Repeat: No-repeat
Size: Cover
Step 4: Adjust Section Height and Padding
Go to the Layout tab.Set Height to Min Height and choose something like 300px – 600px, depending on your image.
Under Advanced, add padding to top/bottom to center your title vertically.
🔁 Optional: Hide Default Theme Page Title
If your theme shows the default page title above your Elementor content, you might want to hide it:Go back to the WordPress Editor (not Elementor).
Check if there’s an option to disable the page title in the theme settings or Elementor panel (at the bottom left).
Regards,
Sharif.
Forum: Fixing WordPress
In reply to: Error adding new pageHi, @sedelstein
The error message suggests an issue with a PHP file in the wp-admin folder of your WordPress installation. Specifically, it seems like the issue is with the file “post.php” in the “includes” folder.
One possible cause of this error is whitespace or other characters being output before the headers are sent, which can prevent new pages and posts from being created. This can happen if there are blank lines or spaces before the opening PHP tag “<?php” or after the closing PHP tag “?>” or if there are characters outside the PHP tags.
To fix this, try opening the “post.php” file and checking for any whitespace or characters outside the PHP tags. Make sure there are no blank lines before the opening PHP tag or after the closing PHP tag and that there are no characters outside the PHP tags. If you find any whitespace or characters, remove them and save the file.
If that doesn’t work, you can try replacing the “post.php” file with a fresh copy from a WordPress installation package. Make sure to back up the original file before doing this.
Thank you.Forum: Fixing WordPress
In reply to: Product Images not in thumbnail formatHi, @nubiesan
Please follow the steps:
Clear your browser cache and cookies to ensure you see the site’s most up-to-date version.
Check if any updates have been made to your website or theme recently. If so, review the changelog to see if any changes were made to how images are displayed on product pages.
If you can access your website’s backend, check the settings for your gallery and featured product images to ensure they are set up correctly. Also, check if any plugins or custom code might conflict with your images’ display.
It’s also worth noting that various factors, such as low image resolution, compression, or incorrect file format, can cause blurry images. Ensure your images are optimized for the web and in the appropriate file format (e.g., JPEG, PNG).
Thank you.Forum: Fixing WordPress
In reply to: Images all change to same image when uploadingHi, @edkshin
Please Follow the steps :
Check the image file names: Make sure that the file names for the images you are uploading are unique and not the same. If they have the same file name, your website might be overwriting the first image with the second one.
Check the image URLs: Ensure that each post has unique image URLs in your website’s HTML or CSS code. If the image URLs are the same, your website will display the same image for both posts.
Clear your browser cache: Clearing your browser cache can sometimes solve the issue. Try clearing your cache and reloading the page.
Try using a different browser: Sometimes, the problem could be with your browser. So try to use a different browser.
Check your website’s code: If none of the above steps work, there may be an issue with your website’s code. Check the code for any errors or duplicate lines of code that could be causing the issue.
Thank you.Forum: Fixing WordPress
In reply to: Background Video Playback on Mobile DevicesHi, @seedubb
To override the theme’s default behavior and enable videos on mobile devices, you may need to modify the theme’s code or install a plugin that provides this functionality.
Here are a few potential solutions:
Use a plugin: Several WordPress plugins can help you enable videos on mobile devices.
1. WP Video Lightbox allows you to embed responsive videos in a lightbox that works on desktop and mobile devices.Convert your videos to a mobile-friendly format: If the issue is related to video format compatibility, you may be able to resolve it by converting your videos to a format that is compatible with mobile devices.
For example, MP4 is a widely supported video format that should work on most mobile devices.
You can use a video conversions tool like Handbrake or Adobe Media Encoder to convert your videos to a mobile-friendly format.Test your changes to ensure they work as expected on all devices and browsers.
Thank you.
Forum: Fixing WordPress
In reply to: WOOCOMMERCE translation is not working well@tempotienda,
You are welcome.Forum: Fixing WordPress
In reply to: Error 500: Internal Server ErrorHi, @rohit041093
Refresh the page: Sometimes, the issue can be resolved by simply refreshing the page.
Clear your browser cache: Your browser may store outdated information from the website. Clearing your browser cache can help to resolve the issue.
Check the URL: Make sure that the URL you are trying to access is correct.
Use a different browser: The issue may be with your browser. You can try accessing the website using a different browser to see if the issue persists.
Wait and try again later: Sometimes, the error 500 is temporary, and the website may run again after a few minutes or hours.
I hope these suggestions help you to resolve the issue.
Thank you.
Forum: Fixing WordPress
In reply to: WOOCOMMERCE translation is not working wellHi, @tempotienda
First, ensure the Spanish language pack is installed and activated for your WooCommerce site. You can check this by going to the WP Admin dashboard, selecting “Plugins,” finding “WooCommerce,” and making sure that the “Spanish (Spain)” language pack is installed and activated.The language pack is installed and activated, but the translation issue persists. In that case, it may be worth checking if the translation files for the affected text exist in the WooCommerce plugin folder. The translation files are typically located in the “wp-content/plugins/woocommerce/languages” directory and should be named with the language code followed by “.mo” (e.g., “es_ES.mo” for Spanish).
If the translation files exist but the text is still not translated, it’s possible that the translations need to be updated or corrected. You can use a translation plugin like TranslatePress to translate specific pages.
Thank you.
Forum: Fixing WordPress
In reply to: Attributes. Their types. Filtering products by attributes@tobuyworld
You are welcome.Forum: Fixing WordPress
In reply to: Attributes. Their types. Filtering products by attributesHi, @tobuyworld
You can try those plugins.
https://ww.wp.xz.cn/plugins/product-import-export-for-woo/
https://ww.wp.xz.cn/plugins/bulky-bulk-edit-products-for-woo/Thank you.
Forum: Fixing WordPress
In reply to: Attributes. Their types. Filtering products by attributesHello, @tobuyworld,
If WordPress does not recognize the attributes you have imported for your products, it could be due to a formatting issue or compatibility issue with the plugin you used to import them.
To automatically add all product attributes to the attributes section, you can use a plugin such as “WooCommerce Attribute Importer & Exporter” or “Bulk Edit Product Variations for WooCommerce.” These plugins allow you to import and export product attributes in bulk and can help you ensure that the attributes are correctly formatted and recognized by WordPress.
You can configure filtering by using the built-in WooCommerce attribute filter widget. To do this, you must ensure that the attribute filter is enabled in the WooCommerce settings and that the attributes are set to “Visible on the product page” in their settings.Thank you.
Forum: Fixing WordPress
In reply to: NextGen Gallery says ‘No images were uploaded successfully.’Hello,
@prisemanIf you’re experiencing issues with uploading images to NextGen Gallery, don’t worry! Here are some troubleshooting steps that you can try to resolve the problem:
1. Update your plugins to the latest version.
2. Check the file size and file type: NextGen Gallery has a limit on the size of the images that can be uploaded, so make sure your images are within the size limit. Additionally, ensure that you are uploading images in a supported file format such as JPEG or PNG.
3. Clear your browser cache: Sometimes, the browser cache can interfere with uploading images to NextGen Gallery.
4. Check your file permissions: Ensure that the directory where you are trying to upload images has the correct file permissions set.
5. Disable other plugins: If you have other plugins installed on your WordPress site, try disabling them temporarily to see if there is a conflict with NextGen Gallery.
6. Check your server configuration: Ensure that your server meets the minimum requirements for running NextGen Gallery, such as having the appropriate version of PHP, MySQL, and WordPress.
7. If none of the above steps work, try uploading images using a different browser.
Thank you.Forum: Fixing WordPress
In reply to: WordPress displays my email address in social previewHi, @ferdalkrmn
This behavior is caused by the Open Graph protocol, which social media platforms use to display information about a web page when it is shared. By default, WordPress adds the website’s administrator email address to the Open Graph data for the page, which is then displayed when the page is shared on platforms like Facebook, Twitter, and Discord.
If you would like to remove or change the displayed email address, you can edit the Open Graph data for your website. Here are a few ways you can accomplish this:
Using a plugin: Several plugins allow you to customize the Open Graph data for your WordPress website. You can search for Open Graph plugins in the WordPress plugin repository and find one that meets your needs.
Editing your theme’s header.php file: You can also edit the header.php file of your WordPress theme to remove or change the displayed email address. You can do this by locating the following code in the file:
<meta property="og:email" content="<?php bloginfo('admin_email'); ?>" />And removing or changing it to the email address you want to display.
Thank you.Forum: Fixing WordPress
In reply to: error with php version detectedHi, @sanderzon
Your web server may be running a different version of PHP than what is displayed in cPanel. To verify the PHP version in use, you can create a PHP info page or use a PHP version management tool in cPanel. This will help you ensure that your web server runs the correct PHP version.
Thank you.