Theme installed – layer slider wp installed but theme says it isn’t
-
I’m currently working locally using the most recent XAMPP release.
The PHP server is running fine.
The mysql database is running fine with admin password setup.
I’m able to login into the https://127.0.0.1/wordpress/wp-admin/ with no issue so the local working environment is all working fineI bought a removals website theme.
The theme installed fine.
There were several required plugins to install. All except 1 (layer slider wp) installed successfully
It gave the error below. The error was on 7 lines.
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in C:\xampp\apps\wordpress\htdocs\wp-content\themes\removals\ReduxFramework\ReduxCore\inc\extensions\customizer\extension_customizer.php on line 376
I then deleted all wordpress and xampp installs
I then manually changed the 7 errors from ‘continue’ to ‘continue 2’ in the source file.
(by unzipping the file, correcting it then re-zipping before install)I then reinstalled XAMPP and WordPress. PHP, mysql and wordpress with no errors
I then installed the “fixed” theme with no issue
I reinstalled the required plugins from the ‘theme required plugins’ page with no error, unfortunately even though ‘layer slide wp’ plugin installed successfully upon refresh the theme plugin page still says the plugin needs installing not ‘activate’
I restarted the computer from cmd to make sure everything was properly reset.
Once the restarting the XAMPP services I went to the wordpress dashboard. The ‘layer slider wp’ plugin is showing up in the left pane, so I assume it installed successfully.
However when going to the theme it still says the ‘layer slider wp’ needs to be installed
My first thought before messing around with the source .zip file was to find out what versions of PHP, mysql were used by the theme developers to install on the host but was unsuccessful.
- The topic ‘Theme installed – layer slider wp installed but theme says it isn’t’ is closed to new replies.