zebrawebdesigns
Forum Replies Created
-
Forum: Plugins
In reply to: [PopBox For Elementor] plugin creates critical error@saharch I am not sure if I can share my personal details here.
I do offer wordpress bug fix service.
you can rename this plugin folder if it still dont work you can reach me.Forum: Plugins
In reply to: [PopBox For Elementor] plugin creates critical error@generactevan Hi No I am not the plugin developer and the fix I give will make the plugin work.
I am an Individual developer and got a client came up with the error. fixed it for them and updated the solution over here.Forum: Plugins
In reply to: [PopBox For Elementor] plugin creates critical errorin the below file change the code like below at the top
modal-for-elementor/widgets/popup.php basically use Elementor\Scheme_Typography; has to come on top.use Elementor\Scheme_Typography; namespace ElementorModal\Widgets; use Elementor\Widget_Base; use Elementor\Controls_Manager; use Elementor\Group_Control_Typography; use Elementor\Scheme_Color; use Elementor\Group_Control_Border; use Elementor\Group_Control_Background; use Elementor\Group_Control_Box_Shadow; use Elementor\Frontend; use WP_Query;
Forum: Plugins
In reply to: [YITH WooCommerce Advanced Reviews] site breaking after updating the pluginopen the below file
wp-content/plugins/yith-woocommerce-advanced-reviews/plugin-fw/yit-plugin.phpin that comment out the line number 28
require_once ‘includes/class-yit-help-desk.php’;like this
//require_once ‘includes/class-yit-help-desk.php’;this file doesn’t exist and I assume the code is mistakenly placed there. this file is not included in the previous version as well so no harm in commenting it out. I guess the dev will update it properly in the next version.
I hope this issue is solved for you.
just in case if anyone encounters the same error.
its likely you have updated this plugin first before updating the polylang plugin.in that case rename this plugin folder and update the polylang plugin.
after that rename this plugin to the original name and then reactivate it.Forum: Plugins
In reply to: [WordPress Related Posts] HTTP 500 when enabling WPRP v3.6.4Check your php version should be 5.4 minimum.
I recommended 5.6Forum: Fixing WordPress
In reply to: WordPress 4.7 VirusFacing the same issue with A2hosting.
says the following trojan is found.
win trojan toa 5370261Hi jasmine,
Can you paste that line over here.
forgot to mention the file path.
/home/content/43/8506943/html/wp-content/plugins/simple-real-estate-pack-4/includes/srp-yelp.phpline number 99
previous code is
$yelpApi = new \srp\yelp\YelpApi();new code will be
$yelpApi = new YelpApi();Hello Ariel,
here is the fix. in the below file.
replace the line number 99 with
$yelpApi = new YelpApi();My email ID is [redacted]
[Moderator note: please do not offer or ask for off-forum contact.]
- This reply was modified 8 years, 2 months ago by Steven Stern (sterndata).
- This reply was modified 8 years, 2 months ago by Steven Stern (sterndata).
- This reply was modified 8 years, 2 months ago by Steven Stern (sterndata).
Forum: Localhost Installs
In reply to: Custom Theme error on localhostYou are welcome
Forum: Localhost Installs
In reply to: Custom Theme error on localhostHello geoffkb
Check whether the code uses <?php or <?
If it is <? then you might need to enable short open tags in your local setup. It is advisable to replace <? to <?php
Forum: Installing WordPress
In reply to: Installing WP without removing old siteYou can create a subdomain and install the wordpress.
once you are finished with development you can move the site to the live.
Thats the safe waybackup buddy will help you if you are not good at migrating wordpress site or you can hire an expert at jobs.wordpress.net
Forum: Themes and Templates
In reply to: [Expound] Images blurry in Chrome but not Firefox?The issue is with chrome browser.
Please clear your cache and you will see the problem go away.Forum: Plugins
In reply to: WooCommerce problem after updateHello Jakobseen
Can you provide your site URL.
are you using any backup tool. if so you can restore it.
I would recommend to take the entire backup of the site.
I have recently fixed issue for one of the client where the files in woocommerce is deleted without any clue leaving the folders.
I have fixed it by replacing the woocommerce folder from the backup and resolved the issue.SO you can take the backup of the site including database and delete the woocommerce plugin and through ftp and upload the new woocommerce directly instead of login to wordpress backend.
Hope this helps.