Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • in reply to: Simple Modal markup is broken #51779
     US
    Participant

    @sharmstr

    COPY CODE
    
    */
    #myModal {
    	top: 20px !important;
    	position: fixed;
    }
    
    #myModal:focus {
    	outline: none;
    }
    

    Is a huge help! it’s getting there, again this should be placed in the theme natively

    Also when when you guys catch up to bootstrap 3.3.4 – you’re still on 3.0 and some markup is broken

    in reply to: Broken Mobile Styling #42716
     US
    Participant

    I had to add this to fix:

    COPY CODE
    div.col-xs-12.col-sm-6.col-md-4 div.kleo-block.feature-item.list-el-animated.big-icons-size.center-icons.start-animation span.feature-icon {
    	display: block;
    }
    
    in reply to: Blank page / screen when loading shortcodes #5299
     US
    Participant

    Adding doesn’t help:

    COPY CODE
    
    <?php
    
    // Access WordPress
    $wp_load = “wp-load.php”;
    $count = 0;
    while(!file_exists($wp_load)) {
    $count++;
    if ($count > 12) {
    break;
    }
    $wp_load = ‘../’ . $wp_load;
    }
    
    if (file_exists($wp_load)) {
    require_once(realpath($wp_load));
    }
    
    ?>
    

    PLEASE NOTE: I tried with and without `?>’

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

Log in with your credentials

Forgot your details?