Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter spirospanagiotis

    (@spirospanagiotis)

    This issue has been present for over a month.

    Issue is resolved now here is the TS. Some steps might not be needed but here is the full TS (messed with it for a long time and don’t remember exactly what I was doing so I might have missed something important)

    Note: If Stuck on maintenance find the “.maintenance” file (enable view hidden files) and delete it, in my case was stuck on maintenance for hours.

    1. Back Up Website.
    2. I removed some files from the webpage. Old and leftover files from plugins that are no longer installed, that I judged to not be needed.
    3. Deleted some files that were as if a troll had put them on path:
      home -> public_html -> wp-content -> plugins
      Check and made sure all files align with an active plugin.
    4. Test Each plugin by disabling it and the tried with all of them.
    5. Removed theme and re added it.

    If any1 else has same issue I hope this helps because I couldn’t find anything similar and had to troubleshoot alone.

    Thread Starter spirospanagiotis

    (@spirospanagiotis)

    .forminator-button{ 
    	left: 50%;
     	transform: translate(-50%);
    	
    	border:1px  !important;
     	border-style: solid !important;
    	border-radius: 10px !important;
    }

    Apparently this works, if I move it around like this it doesn’t work:

    .forminator-button{ 
    	left: 50%;
     	transform: translate(-50%);
    	
     	border-style: solid !important
    	border:1px  !important;;
    	border-radius: 10px !important;
    }

    I am not sure why this is happening but I guess the issue is fixed now.

Viewing 2 replies - 1 through 2 (of 2 total)