screenshot from ThemeForest |
Are you one of the devs or company which is using the Popular real Real Estate 7 in WordPress, well you might also face an issue about an error that looks like this below.
"Warning: Cannot assign an empty string to a string offset — class.wp-scripts.php"
We write this article to help those who is currently facing the issue so what we do is locate the error line from class.wp-scripts.php and make sure you replace it with the following code.
Original Code:
/*$l10n[ $key ] = html_entity_decode( (string) $value, ENT_QUOTES, 'UTF-8' );*/
Replace with this Code:
if (!empty($value)) { $l10n[$key] = html_entity_decode( (string) $value, ENT_QUOTES, 'UTF-8'); }
also, make sure that you are using a PHP version 7.0 or 7.1 and above so you can enjoy using this theme RE7 without any problems, and also before you start installing the demo of the themes make sure that you activate all the suggested plugins mention on the theme.
- Booking Calendar
- Co-Authors Plus
- Comments Ratings
- Contempo Child Theme Generator
- Contempo Compare Listings
- Contempo Membership & Packages
- Contempo Mortgage Calculator Widget
- Contempo Real Estate 7 Payment Gateways
- Contempo Real Estate Custom Posts
- Contempo Saved Searches & Email Alerts
- Elementor
- Envato Market
- Redux Framework
- Slider Revolution
- WordPress Social Login
- WP Favorite Posts
- WPBakery Page Builder
Once you are sure that the theme is all activated, then start installing the demo by following the documentation of Real Estate 7.
If you have more question please leave a comment below and we will guide you how you can fully use the complete features of this themes, make sure that you download the full copy of the theme from your ThemeForest account or try testing themes so you can explore the functionality of this theme.
Post a Comment