kofogt
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Error message on my websitethanks
Forum: Networking WordPress
In reply to: Error message on my websiteHi 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 MultisiteThen 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 WordPresThe back end will not load: http://www.thecandlelightng.com/wp-admin/
I cannot access the back end at all.Forum: Networking WordPress
In reply to: Error message on my websiteThank 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
Forum: Fixing WordPress
In reply to: Images in library not showingable 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? HomeForum: Fixing WordPress
In reply to: Images in library not showingI 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.