JayDee_44
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Doesn't work after changing folder@gunu
Thank you for the quick response!Do not pay attention to the previous post!
I have in my htaccess file the next code:
# 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
I’ve simply updated .htaccess file in Permalinks panel and everything works correctly!
Forum: Plugins
In reply to: [qTranslate X] Doesn't work after changing folder# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
Forum: Themes and Templates
In reply to: [onetone] Different sections heightHurray! I’ve made it!
Add below:
.section-services { background:url(images/back2.jpg) repeat center fixed; }this:
section#services { height:400px; }You can try any height 🙂
Forum: Themes and Templates
In reply to: [onetone] Different sections heightHi SiriusP!
Did you resolve your issue?