MyBB Community Forums

Full Version: Focus Theme - Clean and Elegent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
Ah right, let me try that.

Thanks
(2016-07-17, 11:59 AM)Marty1 Wrote: [ -> ]Ah right, let me try that.

Thanks
Sure Smile
Do not forget to recommend Focus theme Smile
http://community.mybb.com/mods.php?action=view&pid=671

Regards
WallBB
Done, and recommended.

Thanks
(2016-07-17, 04:07 PM)Marty1 Wrote: [ -> ]Done, and recommended.

Thanks
Thanks a lot Smile
Glad you like the theme.
Hey Wall. Thanks for all your help so far.

I have sort of sussed the code and stuff after the times you have gave me pointers given my basic knowledge...although what I am really struggling with is I removed the advertising links in the footer and I am looking to add an image where they were how do I do this, I've tried adding it into the footer section in templates but I just cant get the link to show.

http://prnt.sc/buztjf
(2016-07-19, 10:06 PM)Marty1 Wrote: [ -> ]Hey Wall. Thanks for all your help so far.

I have sort of sussed the code and stuff after the times you have gave me pointers given my basic knowledge...although what I am really struggling with is I removed the advertising links in the footer and I am looking to add an image where they were how do I do this, I've tried adding it into the footer section in templates but I just cant get the link to show.

http://prnt.sc/buztjf
Hey Marty1,
It will be very easy task,
Go to your footer template
and in place of this code
<h4>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i class="fa fa-align-justify"></i>  Advertise</h4>
<ul>
<li><a href="#"><i class="fa fa-bolt"></i> Link 1</a></li>
<li><a href="#"><i class="fa fa-bolt"></i> Link 2</a></li>
<li><a href="#"><i class="fa fa-bolt"></i> Link 3</a></li>
<li><a href="#"><i class="fa fa-bolt"></i> Link 4</a></li>
</ul>

Add the image code, let me know if it doesn't work.
You might have to wrap it in a div but anyways let me know what happens when you add it or give me your forum url so I can provide you the code Smile

Regards
WallBB
Hey wall that was the first thing I tried last night and didn't get any results I'll try wrapping it in a div
(2016-07-20, 07:19 AM)Marty1 Wrote: [ -> ]Hey wall that was the first thing I tried last night and didn't get any results I'll try wrapping it in a div

Sure, I will also check it on my local installation today and give you the code once i reach home.
Don't worry Smile
Hey tried wrapping it in a div. To no avail, still never got the image to show.
(2016-07-20, 08:12 PM)Marty1 Wrote: [ -> ]Hey tried wrapping it in a div. To no avail, still never got the image to show.
Hey Marty1,
I did the exact same thing i told above ie remove all the content and place image code in the footerFloat div.
I used 200x200 pixel image and added the code like this
<div class="footerFloat">  <img src="http://i.imgur.com/INSERT_YOUR_200x200_IMAGE" alt="Some Alt text"> </div>
It worked fine Smile
Let me know if this doesn't work
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45