NickNack27
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Guardian] How to change background colorWorked perfectly. Thank you!
Forum: Themes and Templates
In reply to: [Guardian] How to change background colorSure can… So to start, here is all my code I have for my footer:
<p align=”center”><img src=”https://www.poulosenergy.com/wp-content/uploads/2015/04/Oil-Scene.png” class=”img-responsive” align=”middle”></p>
<div class=”clearfix”></div>
<div class=”copyright_info”>
<div class=”container”>
<div class=”clearfix divider_divider” style= #333></div>
<?php $wl_theme_options = weblizar_get_options(); ?><center><div class=”left”>
<style type=”text/css”>
ul {list-style-type: none;}
ul li {display: inline; }
</style>-
<div class=”qlinks”>
- <?php _e(‘Home’,gr_td); ?>
- <?php _e(‘Oil&Gas’,gr_td); ?>
- <?php _e(‘Wind Power’,gr_td); ?>
- <?php _e(‘Lighting’,gr_td); ?>
- <?php _e(‘Work Truck’,gr_td); ?>
- <?php _e(‘About-us’,gr_td); ?>
- <?php _e(‘Contact -Us’,gr_td); ?>
|
|
|
|
|
|
</div>
</div><center>
<center><div class=”left”>
Copyright @ 2015 Poulos
</div><center>
</div>
</div>
</div><!– end copyright info –>
<?php _e(‘Scroll’,’weblizar’);?><!– end scroll to top of the page–>
</div> <!– end of header wrapper div –>
<?php wp_footer(); ?>
<?php if(isset($wl_theme_options[‘custom_css’])) { ?>
<style type=”text/css”><?php echo esc_attr($wl_theme_options[‘custom_css’]); ?></style>
<?php } ?>
</body>
</html>I’m sure there is an easier way to write code, but this is my first website and it works. so whoop whoop!
Anyways, below is the code where I am seeing the issue,
<p align=”center”><img src=”https://www.poulosenergy.com/wp-content/uploads/2015/04/Oil-Scene.png” class=”img-responsive” align=”middle”></p>
<div class=”clearfix”></div>
<div class=”copyright_info”>
<div class=”container”>
<div class=”clearfix divider_divider” style= #333></div>
<?php $wl_theme_options = weblizar_get_options(); ?>between the <img src=”https://www.poulosenergy.com/wp-content/uploads/2015/04/Oil-Scene.png” class=”img-responsive” align=”middle”>
and the <div class=”clearfix”></div>
<div class=”copyright_info”>There is a hairpin white line. I’m not sure how to get rid of it. I had pictures to go into this box as well, however I don’t know how to insert a screenshot into this dialog box.
I hope that’s enough information and again, my website is https://www.poulosenergy.com for reference as to where I am talking about.
Forum: Themes and Templates
In reply to: [Guardian] How to change background colorI pulled it up to edit the picture by itself and I don’t believe the line is with it. Either way, one way to resolve the issue would be to expand the footer up a couple pixels and that would overlap the picture? Just a thought.
weblizar_support, I am using the latest version however I am having to modify it a bit to keep my website doing what I want it to.
Forum: Themes and Templates
In reply to: [Guardian] How to change background colorOn my home page at the very bottom, there is a picture above the footer bar. Here is what I have:
<p align=”center”><img src=”https://www.poulosenergy.com/wp-content/uploads/2015/04/Oil-Scene.png” class=”img-responsive” align=”middle”></p>
<div class=”clearfix”></div>
<div class=”copyright_info”>
<div class=”container”>I removed the dashed like, however the gap did not go away. I believe it is a margin feature under a .footer or something along those lines. I’m just unfamiliar as to how to change that. Any ideas?
By the way, thanks on the complement and for your theme. The theme works great!
Forum: Themes and Templates
In reply to: [Guardian] How to change background colorWorked like a charm, thanks!
Now on my homepage how do I get rid of the hairpin line between the picture at the bottom and the actual .copyright_info?
I tried deleting this portion of code <div class=”clearfix divider_dashed10″></div> however it then just left a straight line.
Thoughts?
Forum: Themes and Templates
In reply to: [Guardian] Guardian update killed my websiteI changed it back to the way it was before and I was up and running.
Take the new code and delete it.
<div class=”right”><?php if(! empty(get_header_image())){ ?><img src=”<?php echo get_header_image(); ?>” height=”<?php echo get_custom_header()->height; ?>” width=”<?php echo get_custom_header()->width; ?>” alt=”image” /><?php } ?>Replace it with this.
<div class=”right”><img src=”<?php header_image(); ?>” height=”<?php echo get_custom_header()->height; ?>” width=”<?php echo get_custom_header()->width; ?>” alt=”” />Let me know if the rest of your website is ok, I am looking through mine now.
Forum: Themes and Templates
In reply to: [Guardian] Guardian update killed my websiteSame issue,
There is a portion of code that it is referring too.
<?php if(! empty(get_header_image())){ ?>
This is found under the header portion of the templates. I keep trying to correct it, but no luck so far. Any thoughts?