-
AuthorPosts
-
September 29, 2014 at 3:03 pm #115053
Can you provide login access so i can check on your set-up.
Thanks
September 29, 2014 at 3:13 pm #115061ok figured it out… missed a line of code,
But I have the same original problem with finding the skin file 🙁
September 29, 2014 at 3:18 pm #115067again, get_stylesheet_directory_uri() returns yoursite.com/wp-content/themes/your-active-theme-folder
I don’t know where you added your custom files. if they are inside your child theme and you have activated a child theme then you could easily pull them using
<?php echo get_stylesheet_directory() ?>/your-custom-folder/your-custom-file.css
I advise you to open the css file or JS file directly on your browser and make sure they are the correct url and embed it directly on your css src or javascript src rather than using PHP for relative path.
September 29, 2014 at 3:23 pm #115071The files are in the head and are linked correctly… must be something in the JS file that’s not linked correctly
September 29, 2014 at 3:25 pm #115072HI There,
Can you provide the exact link url of your JS and CSS?
also, can you please provide wordpress and FTP access and I’ll add them in the head tag directly.
Cheers
September 29, 2014 at 3:29 pm #115074This reply has been marked as private.September 29, 2014 at 3:41 pm #115080Hello
Thanks for the information,
I can see this from your head tag.
<script type="text/javascript" src="http://develophealth.com/wp-content/themes/x-child-renew/Boxaroo/js/jquery-Boxaroo-1.8.min.js"></script> <link rel="stylesheet" href="http://develophealth.com/wp-content/themes/x-child-renew/Boxaroo/css/jquery-Boxaroo-1.8.css" type="text/css" media="all" />
which are linked to correct JS file and CSS file,
Can you please provide detailed information of your actual issue along with a screenshot for clarification?
Thank You
September 29, 2014 at 3:50 pm #115088Its a script for a lightbox with a Vimeo video in it. What’s happening is the path for the file and images for the skin isn’t being found.
I also don’t think the jquery file is being found.
Here’s a sample page:
September 29, 2014 at 10:42 pm #115236Hey Peter,
Sorry for the confusion. We’d love to help you with your concern however, we do not have support for third party scripts. If you want to add a CSS or script for your site, please visit the links below to learn the best way to do it.
http://code.tutsplus.com/articles/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins–wp-24321
http://www.wpbeginner.com/wp-tutorials/how-to-properly-add-javascripts-and-styles-in-wordpress/Thank you for understanding.
-
AuthorPosts