yitbarek
Forum Replies Created
-
Thank you mate.
uploading wp-admin folder and removing the previous one solves the problem, thanks.
It returns the same error and wp-admin link
http://www.addisphotofix.com/donation/wp-admin/
after that when i go to http://www.addisphotofix.com/donation/
it shows me i am logged in.
What could be the possible reasons?Forum: Fixing WordPress
In reply to: How to fix product page next and previous botton?Okey i will do that, but the navigation is not working only here http://www.ethiopianclothing.net/shop/ethiopian-womens-clothing/
it works fine here http://www.ethiopianclothing.net/shop/Forum: Fixing WordPress
In reply to: How to fix product page next and previous botton?This
# 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 WordPress
Forum: Fixing WordPress
In reply to: How to fix product page next and previous botton?I did that and its not working.
Forum: Fixing WordPress
In reply to: How to fix product page next and previous botton?This what i got in my .htaccess file, i delete the 2 duplicate and there is no change.
# 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 WordPress
# 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 WordPress
Forum: Fixing WordPress
In reply to: How to fix product page next and previous botton?I have connection problem to login to my justhost account. when i do i wil post later, or if there is any tip you can give me i will be happy, i am using woocommerce1.3.
Thanks guys.
Forum: Fixing WordPress
In reply to: How to fix product page next and previous botton?i read on help, its enabled by default.
Forum: Fixing WordPress
In reply to: How to fix product page next and previous botton?It only works with default.
Forum: Fixing WordPress
In reply to: How to fix product page next and previous botton?When i change permalink to default it works but when i change it to custom “/%category%/%postname%/” it doesnt work. What shall i do?
Thanks Manoj.