MichaelMann
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Unconditional] Customize Services SectionI’m liking the theme, but I have four areas of content. Is it possible to add a fourth services (widget)?
Forum: Themes and Templates
In reply to: [Zerif Lite] Update Killed My SiteOK I’m back online! Thanks mourad2207!
Here are the steps I followed:
1. Connected with my FTP server (I used cyberduck)
2. Navigated to the file directory: wp-content/themes/zerif-lite/inc/
3. Downloaded the customizer.php file to my computer
4. Opened customizer.php using dream weaver
5. Switched to Code View
6. Found code line 208 and quickly realized it was the wrong line.
7. Found the mistake on line 204 which is a missing apostrophe near the end of the line. $wp_customize->add_setting( ‘zerif_disable_preloader’, array(‘sanitize_callback’ => ‘zerif_sanitize_text’)); The last apostrophe was missing.
8. Added in the apostrophe
9. Saved the change
10. Uploaded the file customizer.php back onto my ftp server
11. Replaced/overwrote the bad customizer.php file with my fixed customizer.php file.
12. Refreshed my website to make sure it worked.
Forum: Themes and Templates
In reply to: [Zerif Lite] Update Killed My SiteFirst I tried to disable the theme using the instructions found here: https://codex.www.ads-software.com/Login_Trouble#Deactivate_Theme
Instead of reverting to the 2015 default theme, I just got a blank page. Although, I didn’t wait very long.
Currently trying the 208 fix in dream weaver. Will let you know.
Forum: Themes and Templates
In reply to: [Zerif Lite] Update Killed My SiteMine too. Can’t even login to WP…Tried restoring my SQL database, but no change.
Mostly I’m posting to see if there’s a solution or if I have to re-do a month of work on getting my website up and running. Also Curious if Zerif Pro is having the same problem.