bumpas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category icon fontSo in your style editor find line 530 and make sure the code looks like this…
#secondary .widget_archive ul li:before, #secondary .widget_categories ul li:before, #secondary .widget_recent_comments ul li:before { font-family: fontawesome; margin-right: 10px; }That should bring back the font icon.
Forum: Fixing WordPress
In reply to: Redirects showing my internal IP – HELPYou might want to check out this article in the codex. Hopefully that will shed some light on your situation.
Forum: Fixing WordPress
In reply to: How do I remove the Bootstrap Example box?It looks like you have an empty widget with a
in it. If you go to your dashboard > appearance > widgets, In the right column there should be ‘Sidebar 1’. You just need to remove the text widget from there. Hopefully that’s whats going on.Forum: Fixing WordPress
In reply to: Header Off-Center in IE and FF but Ok in ChromeNo problem.
To remove the dashed line at the bottom of your homepage, you’ll have to modify your custom css by adding a new rule.
.home .entry { border-bottom: 0; }Hopefully that works for you.
Forum: Fixing WordPress
In reply to: My home page jumps to the bottom when it opensi’m guessing the speaker tracker widget is causing this behavior. Is it a plugin? If so… try disabling the plugin and seeing if the page jump still happens.
Forum: Fixing WordPress
In reply to: Header Off-Center in IE and FF but Ok in ChromeAn easy fix could just be to resize your image to fit the width of your site. Your current header image is 1100px × 228px and your site’s max-width is 980px. You could just resize the image to 980px x 228px instead of worrying about changing the CSS.