Forum Replies Created

Viewing 10 posts - 31 through 40 (of 328 total)
  • Author
    Posts
  • in reply to: Errors in Theme #34634

    i have download zip, but how to upload this update.  still not getting notification update

    in reply to: Errors in Theme #34633

    i renewed support still no update link after refresh

     

    in reply to: Errors in Theme #34631

    Its enabled.  do i need to renew, then wait for notification to show then update?

    in reply to: Errors in Theme #34627

    how to get it.  it doesn’t show and update link

     

    in reply to: Errors in Theme #34625

    did you ever release update??

    in reply to: Errors in Theme #34450

    you never answer if there is an update for theme?

    in reply to: Debug Errors #34408

    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

    in reply to: Stickybits in Function.php #34223

    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 ??

    in reply to: Stickybits in Function.php #34212

    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?

    in reply to: Stickybits in Function.php #34209

    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.

Viewing 10 posts - 31 through 40 (of 328 total)