Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    As you mentioned the problem was related with the theme. In my case the Divi theme was needed to be fixed or updated. because it was not up to date.

    As you suggested by email it was an issue identified in the READ THIS FIRST – WordPress 4.5 Master List.

    In particular the issues with Themes.

    Divi Version 2.7.3 ( updated 04-13-2016 ) fixes the jQuery issue outlined below. Update your theme.
    Exhibits the jQuery problem as described below. The file js/custom.js has the issue on line 706. Adding double quote marks around the hash symbols (#) will fix it.

    Change this:
    $( 'a[href*=#]:not([href=#])' ).click( function() {
    To this:
    $( 'a[href*="#"]:not([href="#"])' ).click( function() {

    Alternatively, check with your theme vendor for an update.

    Best,
    Pablo.

    Thread Starter pqb

    (@pqb)

    Therefore, I has marked this topic as resolved.

    Thread Starter pqb

    (@pqb)

    It seems the problem was related to some DNS issue. I got this error when the ads were not displayed:

    net::ERR_NAME_NOT_RESOLVED: Unable to resolve the server's DNS address.

    I have added a Google Public DNS IP addresses to my network configuration and the google advertisements are now displaying propertly. In addition it could be related to my ADSL conection in a bad day where I was expecting full connectivity.

    I consider my question is not really an issue related to the plugin.

    Best,
    Pablo.

    Hello,

    could you be a bit more specific about the update requirements of other plugins / themes?

    I have updated all the plugins but I have not renewed the theme updates for this year, so I have not the last theme update installed at this moment. As you mentioned, the PDF Embedder stopped working after upgrading to WordPress 4.5 🙂

    Best,
    Pablo.

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