• Resolved argelo

    (@argelo)


    Hi there! I am really not good in web but I do have some basic/ minor understanding on wordpress/web.

    My concern is regarding WP Multisite not showing images. I swear that I will do my best to understand any instruction you have if in case I missed something. I followed by heart all the steps in creating WP Multisite and I have one right now. But, my concern is with the template not showing images. Where will I start? What seems to be the problem?

    This is my WP .htaccess codes:

    RewriteEngine On
    RewriteBase /pinoywebbie/
    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]

    Did I missed something? I created WP multisite in a SUBDIRECTORY.
    Any help is highly appreciated! Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter argelo

    (@argelo)

    Just an added info: I tried using the same template on WordPress not WP Multisite. And the images in frontpage is working fine! No problem with that. I am just curious why when it comes to WP MULTISITE, no images in frontpage. Thanks!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Do images work on OTHER themes?

    Thread Starter argelo

    (@argelo)

    With WP default themes, yes, they are working! But for any premium/ special themes, not only in Gabfire but to other theme developer as well, no images in frontpage. I tried using the theme not using WP MULTISITE, and it’s working! So the issue must not be related to my template but rather on the installation or path etc.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    $20 says it’s not ‘any’ premium theme, but just the ones you’re testing with.

    Do they use TimThumb?

    Thread Starter argelo

    (@argelo)

    I think they are not using TimThumb. I already installed regenerate thumbnail, post thumbnail etc, but there’s really no images in frontpage. My point here is that it all happens on any special templates using WordPress Multisite!

    I tried using the very same theme on classic WordPress but it is working! There are images in frontpage and they are all working fine! So what’s w/ WordPressMU that prevents me from seeing those images?

    Thanks.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    My point here is that it all happens on any special templates using WordPress Multisite!

    No, it’s not. It’s happening on the ones you’re using. This is a very important distinction you MUST understand. I use special templates all the time via ThemeHybrid, DevPress, and StudioPress, and I promise you, they all work.

    So the problem is YOUR theme ?? What theme is this?

    Are you 100% sure it’s not using TimThumb, because I know for a fact that it’s often problematic.

    Thread Starter argelo

    (@argelo)

    I am using Gabfire Newspro. If the problem is on my theme, why is it working 100% on my other WordPress site not using Multisite but using Gabfire Newspro? Sorry, but I don’t really understand.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Because your theme, Gabfire Newspro, is not Multisite compatible.

    OTHER premium themes are. (See StudioPress’s line of themes)

    https://www.gabfirethemes.com/themes/gabfire-newspro-magazine-theme/

    That’s a premium theme, you need to take it up with them. We don’t support premium themes here, for many reasons.

    Thread Starter argelo

    (@argelo)

    Never mind coz I was able to finally fixed my problem! Gabfire NewsPro is working and it is compatible to WordPress Multisite! I saw a complete, detailed instruction regarding WP Multisite installation and it has something to do with folder creation and permissions.

    Thanks for your time ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Images not loading on frontpage’ is closed to new replies.