Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #330802

    Hi

    Got a problem with the AJAX portfolio, since the latest ENFOLD theme update. AJAX pop-up appears with no text at screen sizes above 767px. Tracked it down to this bit of code in Shortcodes CSS (line 2004):

    @media only screen and (max-width: 767px) {
    .responsive .ajax_slide .av_table_col {
        display: block;
        padding: 30px;
    }

    It appears that the display command is missing for screens above 767px?

    Thanks.

    #331973

    Hi!

    I couldn’t reproduce this on my local install, there is a newer version of Enfold (3.0.2), check if the issue persists with it.

    Best regards,
    Josue

    #332474

    I’ve updated to 3.0.1, which as far as I can see is the latest update available via theme-update, but the problem persists.
    The problem appears to be in Firefox – Chrome and Safari display the AJAX pop-up correctly.
    Thanks

    #332719

    Hey!

    Try adding this code to the Quick CSS:

    .ajax_slide .inner_slide{
    width: 100%;
    }

    Cheers! 
    Josue

    #333045

    Perfect. Thanks Josue.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘AJAX Portfolio bug’ is closed to new replies.