Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter nizoo

    (@nizoo)

    You 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 pages

    Thread Starter nizoo

    (@nizoo)

    There 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,

    EDIT: 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.

    EDIT: 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.
    Thread Starter nizoo

    (@nizoo)

    it worked by itself,

    Thank you

    Thread Starter nizoo

    (@nizoo)

    Thanks 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%; }
Viewing 6 replies - 1 through 6 (of 6 total)