• Resolved Guillermo77

    (@guillermo77)


    In the past When Jetpack Carousel Gallery removed, everything returned to normal, each image was directed to his attached father.

    But this time the images do not direct any link. Because in SEO Images this was in without redirecting. That is ok.

    Now I put to direct to attached father, but he does not take it, he is left without redirect, he does not take any redirect.

    Use LITESPPED CACHE, with everything about images deactivated.

    It is not a cache problem.
    When I am going to edit an entry, the image has no link.

    How can I solve it, because they are 1000 posts to do it by hand.

    I think that some of the redirection is not right.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Guillermo77

    (@guillermo77)

    I found one solution in

    wp-admin/options.php

    image_default_link_type

    But i think the redirection AIOS no run

    Plugin Support Prabhat

    (@prabhatrai)

    Hey @guillermo77,

    Thanks for reaching out!

    Could you please share your website’s URL along with some more details and a screenshot or a screen recording of the issue so I can start my investigation?

    You may use a tool like Snipboard (https://snipboard.io/) or Loom (https://www.loom.com/screen-recorder) to create & share the screenshots/screen recordings.

    Additionally, by “redirection”, are you referring to our “Redirect Attachment URLs” option or the premium “Redirection Manager” addon?

    I’m looking forward to helping you.

    Thanks!

    Thread Starter Guillermo77

    (@guillermo77)

    Thank you, is the Seo images no premium, in the image is the url:

    https://ibb.co/0KrHCnW

    https://ibb.co/hFDGpdX

    Options.php not let me modify, but with one function i think is possible. Or modify via ftp.

    I dont no if litespped interferes or something is wrong with Jetpack.

    I has jetpack Carousel and AIOS redirection image disable. I removed carousel. I try to put phater attachable, I aspect one time and visit the url without cache and edit the post, and no link for the pictures.

    If you know one hack or find the bug, write to me. Or maybe i can use one function, I dont no if the function change the image link permanently or only when the function is present. If is for all images or new:

    add_action( 'after_setup_theme', 'wnd_default_image_settings' );

    function wnd_default_image_settings() {
    update_option( 'image_default_align', 'left' );
    update_option( 'image_default_link_type', 'none' );
    update_option( 'image_default_size', 'large' );
    }

    Have a nice day!

    Plugin Support Prabhat

    (@prabhatrai)

    Hey @guillermo77,

    I might need to take a closer look to investigate the issue and assist you better.

    Could you please reach out to us using the Basic Contact Form on our website here –

    https://aioseo.com/contact/#form-container-group

    I’m really looking forward to helping you.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.