Tagged: ismael
-
AuthorPosts
-
April 25, 2017 at 5:25 pm #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?
April 26, 2017 at 7:40 am #783288Hey tgsnet,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardApril 27, 2017 at 6:23 pm #784135Yes, posted.
April 27, 2017 at 8:42 pm #784191Hi,
May you provide us your credentials too?
Best regards,
John TorvikApril 27, 2017 at 9:03 pm #784201attached
May 1, 2017 at 6:30 am #785509Hi!
I’m not sure why the skin path is incorrect. Please try to upgrade PHP to version 5.6 or higher.
Regards,
IsmaelMay 2, 2017 at 6:26 pm #786609Upgrade to php 5.6 complete. Still the same errors.
May 2, 2017 at 8:28 pm #786678Hi 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,
VictoriaMay 2, 2017 at 9:00 pm #786699Full rights have been restored to the account provided above.
May 2, 2017 at 10:13 pm #786762Hi,
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,
BasilisMay 2, 2017 at 11:03 pm #786779The paths defined in the wp-setting.php are correct. LayerSlider must be pulling it’s paths from somewhere else…
May 3, 2017 at 7:57 pm #787349Hi,
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,
BasilisMay 4, 2017 at 12:03 am #787475Do 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
May 4, 2017 at 10:48 pm #788104Hi,
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 freelancerBest regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.