Forum replies created

    Roman
    Spectator
    Posts: 3147
    20.06.2014 at 09:32 #10060
    Roman
    Spectator
    Posts: 3147
    20.06.2014 at 09:28 #10059

    I will fix this…thx for the report

    Roman
    Spectator
    Posts: 3147
    19.06.2014 at 09:20 #10057

    use this Custom CSS:

    Code:
    ul.nav-menu li.current-menu-item:before, ul.nav-menu li.current-menu-ancestor:before,ul.nav-menu li.current-menu-ancestor li.current-menu-item a, ul.nav-menu li.current-menu-ancestor li.current-menu-parent a,ul.nav-menu li.current-menu-item, ul.nav-menu li.current-menu-ancestor, ul.nav-menu li:hover {background:white;}
    In reply to Fluid Layout
    Roman
    Spectator
    Posts: 3147
    19.06.2014 at 09:14 #10056

    have you test it on an android device?

    In reply to Background
    Roman
    Spectator
    Posts: 3147
    19.06.2014 at 09:11 #10055

    sorry not sure what you mean by “without having them scolling over the background image”

    Roman
    Spectator
    Posts: 3147
    18.06.2014 at 10:15 #10052

    try this code

    Code:
    .link-effect a span {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }

    .link-effect a span::before {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    }

    Roman
    Spectator
    Posts: 3147
    18.06.2014 at 08:54 #10051

    sorry, but there is no shortcode for that slideshow

    In reply to Background
    Roman
    Spectator
    Posts: 3147
    18.06.2014 at 08:52 #10050

    sorry, but I have no idea how to make objects resizable as you wish

    In reply to Background
    Roman
    Spectator
    Posts: 3147
    17.06.2014 at 09:25 #10048

    ok try this, uncheck the 100% Background option and add this to the Custom CSS section field:

    Code:
    body {background-position:top center;background-attachment: fixed;}

    it will keep the original size of the background, it will have fixed position and centered. this worked for me when I set background image for Background Image For Outer Areas In Boxed Mode

    In reply to Background
    Roman
    Spectator
    Posts: 3147
    16.06.2014 at 12:28 #10043

    I created a page, selected Blank template on the right side, then I picked an image for Background Image for Main Content Area , 100% Background Image – Yes, Background Repeat – No repeat. for me it resize the background image when I am resizing the window.