Home Forums WoodMart support forum Moving form localhost to server. Logo redirects to localhost…

Moving form localhost to server. Logo redirects to localhost…

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #141612

    stogiask
    Participant

    Hi finalizing the website we are uploading it to a server.
    Our logo redirects to localhost

    How do we fix that?

    See private

    #141616

    stogiask
    Participant

    Also instagram feed on homepage doesnt load data

    #141618

    stogiask
    Participant

    Ok fixed links with plugin

    Just the instagram feed. Why doesnt it work?

    #141633

    Hello,

    Please add this code to the functions.php of the child theme:

    add_filter( 'basel_intagram_user_ajax_load', '__return_true' );

    Next, find the file

    basel\inc\shortcodes\shortcodes.php

    Find this line:

    if ( is_wp_error( $media_array ) && $media_array->get_error_code() === 'invalid_response_429' ) {

    and replace with this line:

    if ( is_wp_error( $media_array ) && ( $media_array->get_error_code() === 'invalid_response_429' || apply_filters( 'basel_intagram_user_ajax_load', false ) ) ) {

    Best Regards

    #141635

    stogiask
    Participant

    basel\inc\shortcodes\shortcodes.php

    my theme is woodmart. Where is the file?

    #141646

    stogiask
    Participant

    found it under woodmart\inc\shortcodes\instagram.php

    Still no luck. it flushes grey

    #141651

    stogiask
    Participant

    ok fixed it

    #141678

    Hello,

    Sorry for the mistake. If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)