Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #783000

    Hi,

    I have 2 errors on my LayerSlider only on the front end. (They load fine within the WordPress dashboard) because it is trying to load resources from the wrong urls
    Errors:
    Failed to load resource: /wp-content/home/nameofsite/v6/nothumb.png the server responded with a status of 404 (Not Found)
    Failed to load resource: /wp-content/home/nameofsite/v6/skin.css the server responded with a status of 404 (Not Found)

    So obviously those files do not exist at those locations because those files are not located at those urls.
    They are supposed to be loading from: themes/enfold/config-layerslider/LayerSlider/static/layerslider/skins/v6/

    What file, at what path can I edit to hardcode the correct path for LayerSlider to load these required resources on the front end?

    #783288

    Hey tgsnet,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #784135

    Yes, posted.

    #784191

    Hi,

    May you provide us your credentials too?

    Best regards,
    John Torvik

    #784201

    attached

    #785509

    Hi!

    I’m not sure why the skin path is incorrect. Please try to upgrade PHP to version 5.6 or higher.

    Regards,
    Ismael

    #786609

    Upgrade to php 5.6 complete. Still the same errors.

    #786678

    Hi tgsnet,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.

    The user that you gave us does not have enough rights.

    Best regards,
    Victoria

    #786699

    Full rights have been restored to the account provided above.

    #786762

    Hi,

    Something is wrong with your configurations.
    Please try do the define paths from here
    http://www.wpbeginner.com/wp-tutorials/useful-wordpress-configuration-tricks-that-you-may-not-know/

    it will most probably help you solve your issues.

    Best regards,
    Basilis

    #786779

    The paths defined in the wp-setting.php are correct. LayerSlider must be pulling it’s paths from somewhere else…

    #787349

    Hi,

    Those are not for wp-settings, but for wp-config.php which can be used for the results to make sure paths are right.

    Best regards,
    Basilis

    #787475

    Do you by chance know where ABSPATH is defined? Maybe the issue is there.. Because I saw it mentioned all over the wp-settings.php

    I created a php file to find the absolute path:
    <?php
    echo ‘Current PHP version: ‘ . phpversion();
    echo __FILE__;
    ?>
    so I could define in it as the ABSPATH and hopefully resolve this issue.

    I added the relevant info from the article mentioned to the wp-config (WP_HOME & WP_SITEURL) and it didn’t resolve the errors.

    ABSPATH probably isnt the issue at all either as everything else is working

    #788104

    Hi,

    Please check the documentation I have provided.
    What you need to do, if you read ALL the article, is yo place those at wp-config and nothing to do with settings.
    if you are not sure how to do it, better consider hire a freelancer

    Best regards,
    Basilis

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.