Images Missing on only One page?
-
images do not work on one page only (link in private content), but the images work everywhere else on site. how d i fix?
Hello,
Add the following code to the child theme as it is shown on the screenshot http://prntscr.com/nsboyz
wp_enqueue_script( 'basel-waypoint', 'https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.2/waypoints.min.js', array( 'jquery' ), basel_get_theme_info( 'Version' ), true );
We shall fix it in the nearest update.
Regards
Thank you. Where do I add this code, to what file?
Hello,
1. Upload and install the child theme.
2. Navigate to Appearance > Edit theme > choose the child theme and insert the code into the functionns.php as shown on the screenshot.
Best Regards
The code is breaking my site. I am getting error messages when attempting to insert the code: syntax error, unexpected ‘&’
Please advise.
Be sure that you have copied the code completely from the forum and pasted to the right place. Send us a screenshot how it looks.
Hi, I was able to add the code. i had to add “//” in front. See screenshot. But, the issue is not fixed. I’ve cleared my server and browser cache.
Attachments:
You must be
logged in to view attached files.
Put the code in the place shown on the screenshot https://prnt.sc/nsboyz
Hello, thank you. this is fixed.