Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter kofogt

    (@kofogt)

    thanks

    Thread Starter kofogt

    (@kofogt)

    Hi I tried redoing the .htcaccess and it won’t work.

    I tried:

    # BEGIN WordPress Multisite
    # Using subfolder network type: https://wordpress.org/support/article/htaccess/#multisite
    
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    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]
    
    # END WordPress Multisite

    Then tried:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPres

    The back end will not load: http://www.thecandlelightng.com/wp-admin/
    I cannot access the back end at all.

    Thread Starter kofogt

    (@kofogt)

    Thank you I tried that but I cannot access the back end http://www.thecandlelightng.com/wp-admin says error and won’t load. I tried deactivating plugins and theme. The error code disappeared but the access for backend is gone

    Thread Starter kofogt

    (@kofogt)

    able to see file names of images in the FILE MANAGER=yes
    able to see thumbnail of images in the MEDIA LIBRARY=No

    >have you added any images using “ADD NEW” in MEDIA LIBRARY? Yes and it is showing blank boxes no thumbnails.

    I tried a thumbnail plugin and it did not work

    “theme images are not showing”
    -are you referring to theme demo images? Yes

    “Sliders do not show”
    -which slider plugin is activated? The one with the theme
    -on which page have you added the slider? Home

    Thread Starter kofogt

    (@kofogt)

    I cannot view the images on WordPress dashboard. I have tried to view them on the hosting and they are infact there. However, theme images are not showing as well. Sliders do not show.

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