• Resolved Julikka

    (@julikka)


    Good day,

    I have a trouble with thumbnail images at my site. They are empty with next src
    I use 4.1 Wordrpress version, and sub directory settings (…performa.by/en), but before site works about a year as single. Images saving to “…wp-content\uploads\sites”

    in wp-config defined
    ('SUBDOMAIN_INSTALL', false );

    in .htaccess I have:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    What should I do for correct work of multisite WP?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Why is that putting in img data-link and not img src?

    Thread Starter Julikka

    (@julikka)

    That is my question. Why in english version of two multilingual sites image source is an empty letter H.
    In russian version images appear as it should be

    rus / en

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Run a grep on all your plugins to see who has “data-link” in there. It’s probably a plugin clashing with things.

    Thread Starter Julikka

    (@julikka)

    So i made a search inside plugin directory on “data-link” presence. Nothing found. Also I turned off plugins and check the images – nothing. Maybe it is theme bug?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    May be. Try changing the theme to TwentyFifteen

    Thread Starter Julikka

    (@julikka)

    So with new theme appears correct images, there’s no “H source”. So I must write a theme developers to correct bug.

    I should check plugins and themes before write to support.
    Thank you Mika for help!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Multisite Thumbnail images’ is closed to new replies.