Forum Replies Created
-
AuthorPosts
-
i have download zip, but how to upload this update. still not getting notification update
i renewed support still no update link after refresh
Its enabled. do i need to renew, then wait for notification to show then update?
how to get it. it doesn’t show and update link
did you ever release update??
you never answer if there is an update for theme?
here’s what i get for theme:
[11-Nov-2019 22:38:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined method WC_Product_Simple::get_available_variations() in /home/realmccoy101/public_html/wp-content/themes/claue-child/functions.php:293
ok i’ve taken this code out, but still not working. and i see the error still showing on console inspection. what file is this code being called from? maybe if i remove the call then there will be no error.
HTTP404: NOT FOUND – The server has not found anything matching the requested URI (Uniform Resource Identifier). GET – https://bestfitbybrazil.com/wp-content/themes/claue-child/js/jquery.stickybits.min.js?ver=5.2.4
HTTP404: NOT FOUND – The server has not found anything matching the requested URI (Uniform Resource Identifier). GET – https://bestfitbybrazil.com/wp-content/themes/claue-child/js/stickybits-init.js?ver=5.2.4
Again, the reference in the link is pointing to a path where the file does not exist. the files exist here:
https://bestfitbybrazil.com/wp-content/themes/claue-child/includes/assets/js/
What i don’t know is if this code is even needed. but again its pointing to wrong path for files. i can’t change it cause i don’t know which file is making the call ??
did you make sure to clear cache? Leverage browsing and other settings are in play. What about sandbox? what do you mean it won’t load? On live site the function.php under claue-child has the change you sent.
// Enqueue Stickybits and initialize it.
add_action( ‘wp_enqueue_scripts’, ‘sk_load_stickybits’ );
function sk_load_stickybits() {
wp_enqueue_script( ‘stickybits’, get_stylesheet_directory_uri() . ‘/js/jquery.stickybits.min.js’);
wp_enqueue_script( ‘stickybits-init’, get_stylesheet_directory_uri() . ‘/js/stickybits-init.js’);
}do you need access to anywhere else to check this again?
ok i made this change. is it working for you? cause my mobile still has scroll problem. i cleared cache. and on desktop this happens with Google Chrome. its a little sticky when scrolling with mouse and to the right side you will notice 2 scrollbars instead of 1.
-
AuthorPosts