Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1093889
    sopadesobre
    Participant

    Hi,

    I attach a screenshot. The only symptom I am aware of, apart from the console error, is that some skin custom styles (CSS) are not working.

    Thanks.

    Best Regards,

    Diego

    #1093891
    sopadesobre
    Participant
    This reply has been marked as private.
    #1094209
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please do a testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how it goes.

    Cheers!

    #1095058
    sopadesobre
    Participant

    Hi,

    I always test thoroughly –with all the third party plugins deactivated– before reporting an issue and this time has not been an exception, so it is not related to any third party plugin conflict.

    Thanks!

    #1095144
    Paul R
    Moderator

    Hi,

    In that case, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1098603
    sopadesobre
    Participant
    This reply has been marked as private.
    #1099284
    Rad
    Moderator

    Hi there,

    I can see the 404 on Chrome has no problem with functionality. I also checked on other browsers and it doesn’t have any 404 error. Could be related to chrome only, would you mind re-installing your essential grid? I can also see undefined value on essential grid’s attributes.

    Thanks!

    #1101929
    sopadesobre
    Participant

    Hi there,

    I can see the 404 on Chrome has no problem with functionality.

    I am not sure about that. As I said on my first message, some skin “on hover” styling is not working since the last Ess. Grid update. I do not know if it is related to the 404/undefined error message but there is something affecting functionality, even if it is a minor issue. Please, let me know if I should open another thread to report that.

    I also checked on other browsers and it doesn’t have any 404 error.

    Actually, there are other browsers apart from Chrome that have the 404 error: Safari and Opera. I guess it is related to Webkit and Blink engines. I do not know if they are given a false positive but perhaps it is the other way around, that they are the ones that are properly catching the error whereas the other browsers are failing to detect it.

    Could be related to chrome only, would you mind re-installing your essential grid?

    I have reinstalled my Essential Grid and still get the error. BTW, on my side Ess. Grid is not exporting the skins
    properly when I export all of them at a time, so I’ve had to export just the ones I have created (the custom ones). I do not know if this issue is somehow related to the other two issues. Please, let me know if I should open another thread to report that.

    I can also see undefined value on essential grid’s attributes.

    Where are you seeing it, in the console? The 404 error is the same as the undefined one, isn’t it? What do you mean by saying that?

    Thanks!

    Best regards,
    Diego

    #1104578
    Lely
    Moderator

    Hello Diego,

    Can you give us more details on which custom styling is not working? Please do give us which Essential GRID on what page and which custom CSS is not working there so we can check further.

    I also tried to export and it is working. See this:http://screencast-o-matic.com/watch/cDitfoi5jI

    #1104959
    sopadesobre
    Participant

    Hello Lely,

    Can you give us more details on which custom styling is not working? Please do give us which Essential GRID on what page and which custom CSS is not working there so we can check further.

    You can see that the custom skin is failing to work 100% fine on the homepage —you have the link on my first private reply—. Also, please see the full explanation here: http://screencast-o-matic.com/watch/cDit68i52A

    I also tried to export and it is working.

    I did not say that the export was not working, I said it was not exporting the skins properly when exported all at a time (you can individually select deselect each skin for export) , in fact, the rest of the modules (grids, elements, navigation skins, custom meta, punch fonts and global styles) were exported fine. The point is that the resulting exported .json file, when exporting all skins at a time, was not restoring on import, at all. Today I updated the X theme and now it is working fine but if you wish I can revert to the previous version and record a screencast for you so you can see the issue.

    Thanks!
    Best regards,

    #1104960
    sopadesobre
    Participant

    Hello Lely,

    Can you give us more details on which custom styling is not working? Please do give us which Essential GRID on what page and which custom CSS is not working there so we can check further.

    You can see that the custom skin is failing to work 100% fine on the homepage —you will find the link on my first private reply—. Also, please see the full explanation here: http://screencast-o-matic.com/watch/cDit68i52A

    I also tried to export and it is working.

    I did not say that the export was not working, I said it was not exporting the skins properly when exported all at a time (you can individually select deselect each skin for export) , in fact, the rest of the modules (grids, elements, navigation skins, custom meta, punch fonts and global styles) were exported fine. The point is that the resulting exported .json file, when exporting all skins at a time, was not restoring on import, at all. Today I updated the X theme and now it is working fine but if you wish I can revert to the previous version and record a screencast so you can see the issue.

    Thanks!
    Best regards,

    #1105839
    Rad
    Moderator

    Hi there,

    We’re glad it’s working now, let us know if you’ll going to see the same issue again. For now, I’ll just setup the same versions where it’s faulty and check it.

    Thanks!

    #1105910
    sopadesobre
    Participant

    Hi there,

    I think there has been a misunderstanding. The on-hover styles of the skin are still NOT working fine. It is just the export that is OK now, the other problem persists.

    Thanks!

    #1106271
    Rad
    Moderator

    Hi there,

    I see, sorry for the confusion. It’s not related to any errors but mostly related to the recent update. The culprit is in this file.

    http://www.sopadesobre.com/wp-content/plugins/essential-grid/public/assets/css/settings.css?ver=2.1.0.1

    with this CSS,

    .esg-grid a {
        border: none;
        text-decoration: none;
    }

    It removes the border, which is bug. Try editing that file and remove it.

    Thanks!

    #1106933
    sopadesobre
    Participant

    Hi there,

    The culprit is in this file.

    http://www.sopadesobre.com/wp-content/plugins/essential-grid/public/assets/css/settings.css?ver=2.1.0.1

    with this CSS,

    .esg-grid a {
    border: none;
    text-decoration: none;
    }
    It removes the border, which is bug. Try editing that file and remove it.

    I did so and it worked, thanks!

    Regarding the console raising a 404/undefined error on Chrome, Safari and Opera (please take a look at comments #1093889 and #1101929)…Although apparently it is not affecting functionality I think it should be clarified if it is either a bug in the Webkit and Blink browser engines or in Essential Grid. Are you going to dig into it or report it to ThemePunch?

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1093889 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>