dalv8
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 307 Temporary RedirectI tried to delete all+deactivated those plugins, same result, 307 Temporary Redirect…
Forum: Fixing WordPress
In reply to: 307 Temporary RedirectI got iThemes Security plugin active on the site.
Tried to deactivate and delete files but the problem it’s still there..Forum: Fixing WordPress
In reply to: Feed blank pageI’ve tried to change the theme and it works.
How I can implement the feed in every theme I want ? Or what’s the solution ?
I still get a page with “no” messege when I enter /feed/
Forum: Themes and Templates
In reply to: WordPress sidebarYes. Ok. In mainindex.php I have
<div id="sidebar-nou"> <?php if ( ! dynamic_sidebar( 'sidebar-nou' ) ) : ?> <?php endif; ?> </div>In sidebar.php I have:
<?php if ( ! dynamic_sidebar( 'sidebar-nou' ) ) : ?> <?php endif; ?>And in CSS:
#sidebar-nou {float: left; margin-left: 7.6%; margin-right: 0; margin-top: 20px; width: 22.8%; /* increased sidebar width 4% from 18.8% to 22.8% */ }But, it is shown in footer, and I don’t know why. The site: http://www.androidmaniac.net
Forum: Fixing WordPress
In reply to: Duplicated imagesBut there are 6 pictures..the theme needs about 2 pictures if I think..and the rest one ?
Forum: Themes and Templates
In reply to: WP-PageNavi problembut isn’t it a problem in the code !?
Forum: Themes and Templates
In reply to: WP-PageNavi problemForum: Themes and Templates
In reply to: WP-PageNavi problemNow it works but the button is on the left on home ,I made some changes in home.php at the code
<?php wp_pagenavi(); ?>
but it doesn’t appear on the center ……
Forum: Themes and Templates
In reply to: WP-PageNavi problemArras theme