winterpolaris
Forum Replies Created
-
Forum: Plugins
In reply to: JQuery Slideshow?Ok i managed to clear it by following this example.
https://line25.com/tutorials/build-a-simple-image-slideshow-with-jquery-cycle
and uses CSS div to overlay the text.
Forum: Fixing WordPress
In reply to: 404 Error after importing WordPress onlineOkie i fixed the problem … by changing my web hosting. It was running on Windows platform. Had switch to Linux and now wordpress works like a breeze…
I know there are some fix for Windows Platform but really can’t be bothered with all the fixing so decided to change the web hosting instead which helps to solve the problem instantly.
Forum: Fixing WordPress
In reply to: 404 Error after importing WordPress onlineOkie, very strange.
I removed my permalinks and have now i can access https://www.abc.com. without putting the index.php.
Will check on why my permalinks are not working.
Forum: Fixing WordPress
In reply to: 404 Error after importing WordPress onlineHi esmi,
thanks for the link. However i am still facing some problems. I think is due to the .htaccess. So i am very confused. Need your advice.
1) I had already made .htacces file to permissions of 644.
2) I opened up my .htaccess file in my local server which reflects this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /foldername / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /foldername /index.php [L] </IfModule> # END WordPress
So i’ve changed the contents saved and send it to my online server
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I still can’t seemed to make it work. When i key https://www.abc.com. i still received 404 error but if i add “index.php” behind https://www.abc.com it was fine.
Any help?
Forum: Themes and Templates
In reply to: Image not appearing in new templateHi alchymyth,
Thanks so much! Is working!! =D
Did not realize I will need to indicate the blog template URL. I thought it would be like a normal website where we simply just indicate the path.
Once again! Many thanks!