Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Skeleton FX Theme
#19
Hi, I'm back!  I received your email with the code to patch, and the fix worked perfectly.  
I enlose your email code here, so that others can use it.  
It seems the theme itself should be updated to include the fix.    (Remember the bug appeared on a clean new, basic, install of current version of getsimple, so it will effect most users.   If the bug is not appearing on your own site, then some plugin or tweak there must be resposnible. )

The fix  involes simply commented out on line,     /*position: fixed;*/
In the  class "offcanvas-bar" (on line 968) of main.less, then recompiling the style.css
Here then, is from your quoted email:

Quote:"Main problem with mobile Nav menu - is one CSS property:
position: fixed;
which is mixed with another property:
transform: translateX(0px);
I don't know for now why it not work on your site while on all my sites it works fine on 3 main browsers type.
So for quick responce you can just remark this property.
For this go to the theme admin page and in the area " LESS File Management" choose "main.less" file and push Edit button.
Find class with name "offcanvas-bar" (on line 968) and remark problematic property. So your block should look like this:
.offcanvas-bar {
   display: inline-block;
   /*position: fixed;*/
   top: 0;
   bottom: 0;
   left: -100%;
   z-index: 1001;
   width: 270px;
   max-width: 100%;
   background: @offcanv-bgr;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   -webkit-animation: slide-right 0.5s forwards;
   animation: slide-right 0.5s forwards;
}
Save changes and recreate CSS file in the block "Settings style.css".
"
Reply


Messages In This Thread
Skeleton FX Theme - by asemion - 2017-03-31, 22:39:12
RE: Skeleton FX Theme - by hhj - 2017-04-18, 03:01:31
RE: Skeleton FX Theme - by asemion - 2017-04-19, 03:38:47
RE: Skeleton FX Theme - by hhj - 2017-04-22, 06:19:19
RE: Skeleton FX Theme - by asemion - 2017-04-25, 05:20:38
RE: Skeleton FX Theme - by hhj - 2017-04-29, 04:01:40
RE: Skeleton FX Theme - by asemion - 2017-06-12, 22:20:41
RE: Skeleton FX Theme - by 0zz - 2017-09-01, 15:38:28
RE: Skeleton FX Theme - by asemion - 2017-09-03, 21:25:06
RE: Skeleton FX Theme - by 0zz - 2017-09-04, 00:09:22
RE: Skeleton FX Theme - by asemion - 2017-09-04, 05:27:23
RE: Skeleton FX Theme - by 0zz - 2017-09-04, 13:57:21
RE: Skeleton FX Theme - by Arugula - 2017-12-30, 03:01:15
RE: Skeleton FX Theme - by asemion - 2017-12-30, 06:58:17
RE: Skeleton FX Theme - by Arugula - 2017-12-30, 15:23:28
RE: Skeleton FX Theme - by asemion - 2017-12-30, 23:56:12
RE: Skeleton FX Theme - by Arugula - 2018-01-05, 11:50:22
RE: Skeleton FX Theme - by Arugula - 2018-01-05, 17:47:12
RE: Skeleton FX Theme - by Arugula - 2018-01-10, 11:31:03
RE: Skeleton FX Theme - by Arugula - 2018-01-10, 13:24:29
RE: Skeleton FX Theme - by Arugula - 2018-01-10, 16:26:49
RE: Skeleton FX Theme - by asemion - 2018-01-12, 00:56:47
RE: Skeleton FX Theme - by asemion - 2018-01-12, 23:57:47
RE: Skeleton FX Theme - by Arugula - 2018-01-20, 15:45:33
RE: Skeleton FX Theme - by Arugula - 2018-01-20, 18:01:48
RE: Skeleton FX Theme - by asemion - 2018-01-29, 05:45:37
RE: Skeleton FX Theme - by Arugula - 2018-02-10, 13:51:34
RE: Skeleton FX Theme - by Arugula - 2018-02-22, 04:17:16
RE: Skeleton FX Theme - by Arugula - 2018-04-13, 08:33:51
RE: Skeleton FX Theme - by asemion - 2018-04-13, 15:51:43



Users browsing this thread: 1 Guest(s)