Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Main menu not visible on mobile using fixed layout #253967

    Worked perfectly, thank you

    I FOUND IT!! My issue is WPML, I enabled all my plugings one at a time and when I activated WPML the advanced editor stopped loading.

    I then disabled EVERYTHING and only turned on WPML, and yea… its the culprit in my case

    This has to be a conflict with WP 3.9 and WPML, cause it was okay til the 3.9 Update

    • This reply was modified 10 years, 8 months ago by tetsukage.

    Im having a similar issue where I cant even use the advanced editor on my pages after the WP/Enfold update. It just kinda sits there loading.

    in reply to: Change Responsive Minimum Width #252860

    I do hope I’m not asking too much for a little help with removing just the smallest responsive parts

    in reply to: Change Responsive Minimum Width #252819

    Humm, Ive done that but its not quite working as intended.

    I got rid of this in grid.css:

    
    /*  #Mobile (Portrait)
    ================================================== */
    /* Note: Design for a width of 320px */
    @media only screen and (max-width: 767px) {
      .responsive #top {
        overflow-x: hidden;
      }
      .responsive .boxed#top {
        width: 100%;
      }
      .responsive .container {
        width: 268px;
        margin: 0 auto;
      }
      .responsive .units,
      .responsive .unit {
        margin: 0;
      }
      .responsive .container .one.unit,
      .responsive .container .one.units,
      .responsive .container .two.units,
      .responsive .container .three.units,
      .responsive .container .four.units,
      .responsive .container .five.units,
      .responsive .container .six.units,
      .responsive .container .seven.units,
      .responsive .container .eight.units,
      .responsive .container .nine.units,
      .responsive .container .ten.units,
      .responsive .container .eleven.units,
      .responsive .container .twelve.units,
      .responsive #top #wrap_all .flex_column {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
      }
      .responsive #top.boxed .stretch_full {
        width: 100%;
      }
      /* Offsets */
      .responsive #top .offset-by-one,
      .responsive #top .offset-by-two,
      .responsive #top .offset-by-three,
      .responsive #top .offset-by-four,
      .responsive #top .offset-by-five,
      .responsive #top .offset-by-six,
      .responsive #top .offset-by-seven,
      .responsive #top .offset-by-eight,
      .responsive #top .offset-by-nine,
      .responsive #top .offset-by-ten,
      .responsive #top .offset-by-eleven {
        padding-left: 0;
      }
    }
    /* #Mobile (Landscape)
    ================================================== */
    /* Note: Design for a width of 480px */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .responsive #top {
        overflow-x: hidden;
      }
      .responsive .boxed#top {
        width: 100%;
      }
      .responsive .container {
        width: 428px;
        margin: 0 auto;
      }
      .responsive .units,
      .responsive .unit {
        margin: 0;
      }
      .responsive .container .one.unit,
      .responsive .container .one.units,
      .responsive .container .two.units,
      .responsive .container .three.units,
      .responsive .container .four.units,
      .responsive .container .five.units,
      .responsive .container .six.units,
      .responsive .container .seven.units,
      .responsive .container .eight.units,
      .responsive .container .nine.units,
      .responsive .container .ten.units,
      .responsive .container .eleven.units,
      .responsive .container .twelve.units,
      .responsive #top #wrap_all .flex_column {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
      }
      .responsive #top.boxed .stretch_full {
        width: 100%;
      }
    }
    
    in reply to: Change Responsive Minimum Width #252774

    what if I erase all of the media queries for under 768px in grid.css, would that make it stop re-sizing under that width?

    in reply to: Mobile navigation #252317

    oh you’re talking about the thing where it goes back and forward through posts right? If so I was wondering the same thing

    in reply to: IDX Widget #136275

    Actually… I think I have an idea. Is there a way to make the content area clear all CSS rules on a particular URL?

    All of my IDX pages begin with the following URL http://worldwideproperties.com/idx/

    I really need to find a way to make this display properly.

Viewing 8 posts - 1 through 8 (of 8 total)