ideveloper_77
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [Virtue] Buttons to open link in new tab?just add target=”_blank” in href of your button 🙂
Forum: Themes and Templates
In reply to: How can I remove empty space between content and footerHI THERE,
margin-top:-20px;
Give negative value to that id 🙂
Forum: Fixing WordPress
In reply to: wp dashboard and site blank after css editHi there,
Just use ftp , undo the changes in your functions.php or put a default theme like twentyfourteen instead of theme you are using right now.Forum: Fixing WordPress
In reply to: 404 page errorsHi there,
Place the following code in your .htaccess file . It is in your root where you see wp-content and wp-includes. Place the following code there:# 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 WordPressForum: Fixing WordPress
In reply to: Pages appear in admin, but frontend shows 404 not found errorcheck your .htaccess file at the back-end, through ftp or cpanel.
Viewing 5 replies - 1 through 5 (of 5 total)