• Resolved Liuk88

    (@liuk88)


    Good evening, I’ve a site with theme SoloFolio and I installed the plugin “WordPress SEO by Yoast”, but every time I launch the site I get the message Fatal Error and I can’t see the uploaded photos in the gallery. How to do? In the event that there was already an answer, I apologize in advance .
    Many thank’s,

    Luca

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Liuk88

    (@liuk88)

    That’s the problem:

    We have investigated your issue and found that the error is occurring because of two functions using one and same variable:

    function solofolio_cyclereact_thumbs_style($thumbs_toggle) {
    if ($thumbs_toggle == “true”) {
    return “display: block”;
    } else {
    return ‘display: none’;
    }
    }

    function solofolio_cyclereact_gallery_style($thumbs_toggle) {
    if ($thumbs_toggle == “true”) {
    return “display: none”;
    } else {
    return ‘display: block’;
    }
    }

    Many thanks,
    Luca

    Thread Starter Liuk88

    (@liuk88)

    Solved!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fatal Error: WordPress SEO by Yoast’ is closed to new replies.