nizoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: (FIX) Pages (update / preview) not workingYou are correct, however it may be a different plugin that is causing this issue,
I would try disabling one plugin at a time and trying to preview the pagesForum: Fixing WordPress
In reply to: (FIX) Pages (update / preview) not workingThere is a folder name “wp-access-areas” change the name to “wp-access-areas-DISABLE”
/wordpress/wp-content/plugins/wp-access-areas
You must login via FTP or File Manager, you may also be able to turn this plugin from within the plugins page inside word press, however I that did not work for me either.
Good Luck
Regards,
Forum: Plugins
In reply to: [Theme My Login] Crashes my siteEDIT: I was able to get it disabled following these steps, (in case someone runs into the same issue)
1- Disable TML Plugin.
2- Change its foldername.
3- Remove TML Plugin from within WordPress dashboard.
4- Delete its folder.@ralfeiberger I did as mentioned on your post, it did not resolve the issue. I even tried disabling TML, still same issue, then deleted it, same issue! even though the file(s) do not exists. :/
- This reply was modified 7 years, 9 months ago by nizoo.
Forum: Plugins
In reply to: [Theme My Login] Update from today crashed my siteEDIT: I was able to get it disabled following these steps, (in case someone runs into the same issue)
1- Disable TML Plugin.
2- Change its foldername.
3- Remove TML Plugin from within WordPress dashboard.
4- Delete its folder.Hello everybody,
I have made the changes in the “class-theme-my-login.php”
However the problem was not resolved, I even deleted the whole plugin and it still does not seem to work :/
Website is “www.mozys.ca”
- This reply was modified 7 years, 9 months ago by nizoo.
Forum: Plugins
In reply to: [Theme My Login] Custom Password not workingit worked by itself,
Thank you
Forum: Plugins
In reply to: Mobile Friendly Drop Down for Contact Form 7Thanks for the help man, I was able to make the drop downs to line up and stay with their respective day..
However I am not able to use Media Queries thingy, I did the following, I am not sure if it is right..
my html looks like this:
<div class="container_apply" ; "container_apply2"> <div class="col-sm-12"><div>Monday</div> <div> [select* mon-from first_as_label "FROM*" "Not Available" "1:00 AM" "2:00 AM" "3:00 AM" "4:00 AM" "5:00 AM" "6:00 AM" "7:00 AM" "8:00 AM" "9:00 AM" "10:00 AM" "11:00 AM" "12:00 PM" "1:00 PM" "2:00 PM" "3:00 PM" "4:00 PM" "5:00 PM" "6:00 PM" "7:00 PM" "8:00 PM" "9:00 PM" "10:00 PM" "11:00 PM" "12:00 AM"] </div> <div> [select* mon-to first_as_label "TO*" "Not Available" "1:00 AM" "2:00 AM" "3:00 AM" "4:00 AM" "5:00 AM" "6:00 AM" "7:00 AM" "8:00 AM" "9:00 AM" "10:00 AM" "11:00 AM" "12:00 PM" "1:00 PM" "2:00 PM" "3:00 PM" "4:00 PM" "5:00 PM" "6:00 PM" "7:00 PM" "8:00 PM" "9:00 PM" "10:00 PM" "11:00 PM" "12:00 AM"] </div> </div></div>
and css
@media only screen and (max-width: 479px){ .container_apply2 { width: 100%; }