WP Helper
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Memory size issuesForum: Fixing WordPress
In reply to: "About us" and "Clients testimonials"This black line is defined in nature-one/css/theme-responsive.css file, line 91:
.footer-column h3{ font:16px 'Oswald', san-serif; margin:0 0 15px; padding:0 0 13px; background:url(../images/footer-title-bg.png) no-repeat left bottom;}Without the black line (without the background image actually):
.footer-column h3{ font:16px 'Oswald', san-serif; margin:0 0 15px; padding:0 0 13px;}Forum: Fixing WordPress
In reply to: "About us" and "Clients testimonials"In “Nature One” theme it’s footer.php file.
It contains both ‘About Us’ and ‘Clients Testimonials’ section in one <div class=”footer-top”>.
Don’t see any options how to remove these sections in admin, only in template file itself.Forum: Fixing WordPress
In reply to: "About us" and "Clients testimonials"These could also be static links, check template files.
Forum: Fixing WordPress
In reply to: "About us" and "Clients testimonials"Check ‘Pages’ section, most probably these are the pages.
Forum: Fixing WordPress
In reply to: Widgets stops draging after some heightFor me this issue was solved when I’ve updated ‘Twenty Fifteen’ theme.