CombatPost
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove blank spaces!Hi again,
Yeah it is definitely the logo over the slider that is creating the space. I think it’s to do with the position; relative though, because if I remove that, the logo actually moves inside where the space is, thus meant that when it is relative, the space is still there but the logo has moved.
Forum: Fixing WordPress
In reply to: Content & footer background missingIt is the Empo theme. I’ve checked for errors there is a few but nothing that corralates to the background of footer and content background. All CSS is fine.
Strange, It kind of just disappeared out of nowhere, when no editing was taking place.
Forum: Themes and Templates
In reply to: Content & footer background missingReally struggling with this one, anyone?
Forum: Fixing WordPress
In reply to: Content & footer background missingAny help at all?
Forum: Themes and Templates
In reply to: Content & footer background missingRan it through validator and no errors correlating to missing backgrounds. Can anyone help?
Forum: Themes and Templates
In reply to: Theme Analytical – how to remove the theme maker textJust remove this part of the code:
<!-- Footer Copyright info --> <div id="foot_copyrt" class="colreg"> <div class="fcenter copyright_box"> <?php if(sketch_get_option($shortname.'_copyright')){ $string = sketch_get_option($shortname.'_copyright'); $fstring = ske_striptag('br',$string); ?> <?php echo $fstring; ?> | <?php } ?> <span class="powered-by">Analytical Lite By SketchThemes</span> </div> </div> <!-- Footer Copyright info -->
Forum: Themes and Templates
In reply to: Theme Analytical – how to remove the theme maker textEither change this
<span class="powered-by">Analytical Lite By SketchThemes</span>
to your own copyright, or remove the code to remove the footer.Forum: Themes and Templates
In reply to: Theme Analytical – how to remove the theme maker textJust looking at the demo, the footer seems to be a widget. Have you looked for a footer widget?
Forum: Themes and Templates
In reply to: Theme Analytical – how to remove the theme maker textYeah post it here I’ll take a look.
Forum: Themes and Templates
In reply to: Theme Analytical – how to remove the theme maker texthave you looked in footer.php?
Forum: Themes and Templates
In reply to: How to put code in header right or center!Try using: float: right;
in the style for the widget
Forum: Themes and Templates
In reply to: Content & footer background missingAny help is appreciated!
Forum: Themes and Templates
In reply to: Remove blank spaces!And now the background colours from the content and footer have dissapeared? Ha! Never had this much trouble with a WP site!
Forum: Themes and Templates
In reply to: Remove blank spaces!I have changed the full theme. It didn’t change in my firefox either, but cleared SCache now, take another look if you wouldnt mind.
Forum: Themes and Templates
In reply to: Remove blank spaces!Thanks for the help.
I’ve reverted to an old theme I was used to, but again the problem is the same. If you take another look at the site you can clearly see the space between the header and content on the front page.