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.
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
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
Hey!
Try adding this code to the Quick CSS:
.ajax_slide .inner_slide{
width: 100%;
}
Cheers!
Josue
Perfect. Thanks Josue.