Moving form localhost to server. Logo redirects to localhost…
-
Hi finalizing the website we are uploading it to a server.
Our logo redirects to localhost
How do we fix that?
See private
Also instagram feed on homepage doesnt load data
Ok fixed links with plugin
Just the instagram feed. Why doesnt it work?
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
basel\inc\shortcodes\shortcodes.php
my theme is woodmart. Where is the file?
found it under woodmart\inc\shortcodes\instagram.php
Still no luck. it flushes grey
Hello,
Sorry for the mistake. If you have any questions please feel free to contact us.
Best Regards