RenCR
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Please help -wp-admin file missing – site inaccessibleThanks MacManX, I was able to find it after searching for a while, whew!!
Forum: Themes and Templates
In reply to: [Pitch] Need Standard WP gallery not slideshowDo I have to purchase Pitch Premium to be able to create a carousel gallery?
Forum: Themes and Templates
In reply to: [discover] How to add image to text widget area in footerYour suggestion worked @alchymyth, thanks again!
Forum: Themes and Templates
In reply to: [discover] How to add image to text widget area in footerThanks, I will try this!
Forum: Themes and Templates
In reply to: [discover] How to add image to text widget area in footerhere is the current code in sidebar-footer.php:
‘ <div id=”footer-bar3″ class=”four columns”>
<?php if ( is_active_sidebar( ‘third-footer-widget-area’ ) ) { ?>
<ul class=”xoxo”>
<?php dynamic_sidebar( ‘third-footer-widget-area’ ); ?><?php } else { ?>
<ul class=”xoxo”>
<li class=”widget-container”><h3 class=”widget-title”>Contact us</h3><div class=”textwidget”>This is a text widget. Put your own widget by going to appeareance widget area. Nullam posuere felis a lacus tempor eget dignissim arcu adipiscing. Donec est est, rutrum vitae bibendum vel, suscipit non metus. Nullam posuere felis a lacus tempor eget dignissim arcu adipiscing. Donec est est, rutrum vitae bibendum vel, suscipit non metus</div><?php } ?>
</div><!–footer 3 end–> ‘Forum: Themes and Templates
In reply to: [discover] How to add image to text widget area in footerThanks for your response Timothy. I am able to add the URL to the text widget successfully however, I have difficulty finding the right footer widget area to add my image. there are 4 options – Primary, 1st, 2nd & 3rd footer widget areas.
I have tried dragging the text widget to all but the only one that comes close to what I want in the Discover theme footer is the 3rd area. But it is showing up aligned to the left under the social media widget that is on the site (https://insightfsltd.com). what I need is to align it to the right of the footer where there is just a blank space.
This is my first time editing a website, I am new to this and just taking over from our former web designer.
thanks!