MyBB Community Forums

Full Version: BootBB - Responsive Multicolor MyBB Theme
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
(2018-06-06, 09:36 AM)maiurb Wrote: [ -> ]Hi, where can i change the links from "Quick Links" in the footer.
Facebook, Twitter

Thx Maik
You can edit it in BootBB footer template

Search for:
<a href="#" class="btn btn-primary" style="color: #fff;" data-toggle="tooltip" data-placement="bottom" data-original-title="Become a Fan"><i class="fa fa-facebook-square"></i></a>
<a href="#" class="btn btn-info" style="color: #fff;" data-toggle="tooltip" data-placement="bottom" data-original-title="Follow Us"><i class="fa fa-twitter"></i></a>

and replace the hashes (#) into href="#" with your social media urls
(2018-06-06, 09:57 AM)SvePu Wrote: [ -> ]
(2018-06-06, 09:36 AM)maiurb Wrote: [ -> ]Hi, where can i change the links from "Quick Links" in the footer.
Facebook, Twitter

Thx Maik
You can edit it in BootBB footer template

Search for:
<a href="#" class="btn btn-primary" style="color: #fff;" data-toggle="tooltip" data-placement="bottom" data-original-title="Become a Fan"><i class="fa fa-facebook-square"></i></a>
<a href="#" class="btn btn-info" style="color: #fff;" data-toggle="tooltip" data-placement="bottom" data-original-title="Follow Us"><i class="fa fa-twitter"></i></a>

and replace the hashes (#) into href="#" with your social media urls

Thx man, very nice.
Hi,

could it be that the icons / pictures are missing here?


Ciao Maik
(2018-06-07, 11:10 AM)maiurb Wrote: [ -> ]Hi,

could it be that the icons / pictures are missing here?


Ciao Maik

Hi,


Actually the latest build of the theme has all the images. Please check if the images folder of the theme is properly uploaded to the server/ftp.

I will be releasing an update for the theme in 2-3 days with some bug fixes.
Hi @Anurag M

I wonder if you could assist? I made the header menu sticky so it scrolls with me, but now I can't click on the menu links?

http://dinosaur.dreamscaperpgs.net/forum/index.php

Thank you! Big Grin
(2018-06-07, 02:30 PM)ThistleProse Wrote: [ -> ]Hi @Anurag M

I wonder if you could assist? I made the header menu sticky so it scrolls with me, but now I can't click on the menu links?

http://dinosaur.dreamscaperpgs.net/forum/index.php

Thank you! Big Grin

I will assist you with this tomorrow for sure. I am actually travelling right now. Smile
(2018-06-07, 02:30 PM)ThistleProse Wrote: [ -> ]Hi @Anurag M

I wonder if you could assist? I made the header menu sticky so it scrolls with me, but now I can't click on the menu links?

http://dinosaur.dreamscaperpgs.net/forum/index.php

Thank you! Big Grin

Hi, i missing the icons by New Posts etc.
Can you tell me which folder they are in and what their name is?

Thx Maik
An update is released. Latest build V2.3 is now available to download!

(2018-06-07, 02:30 PM)ThistleProse Wrote: [ -> ]Hi @Anurag M

I wonder if you could assist? I made the header menu sticky so it scrolls with me, but now I can't click on the menu links?

http://dinosaur.dreamscaperpgs.net/forum/index.php

Thank you! Big Grin

1) Just keep the original menu code in header template
2) Then to go Templates > BootBB templates > header
3) Find in the 2nd line <div class="navbar navbar-default">
4) Replace with <div class="navbar navbar-default navbar-fixed-top">
5) Save the template.
6) Go to Themes > BootBB > global.css
7) Select "#panel .upper" from the dropdown
8) add this line to the bottom "margin-top: 61px;" (without quotes)

9) Click on Save changes

This would do the trick I hope!

(2018-06-07, 02:53 PM)maiurb Wrote: [ -> ]Hi, i missing the icons by New Posts etc.
Can you tell me which folder they are in and what their name is?

Thx Maik

Name of the file would be "folders_sprite.png" and that should be located at
"Your_MyBB_Installation/images/bootbb/folders_sprite.png"
(2018-06-11, 06:13 PM)Anurag M Wrote: [ -> ]
(2018-06-07, 02:30 PM)ThistleProse Wrote: [ -> ]Hi @Anurag M

I wonder if you could assist? I made the header menu sticky so it scrolls with me, but now I can't click on the menu links?

http://dinosaur.dreamscaperpgs.net/forum/index.php

Thank you! Big Grin

1) Just keep the original menu code in header template
2) Then to go Templates > BootBB templates > header
3) Find in the 2nd line <div class="navbar navbar-default">
4) Replace with <div class="navbar navbar-default navbar-fixed-top">
5) Save the template.
6) Go to Themes > BootBB > global.css
7) Select "#panel .upper" from the dropdown
8) add this line to the bottom "margin-top: 61px;" (without quotes)

9) Click on Save changes

This would do the trick I hope!

Hrm. This doesn't appear to have done anything? I cleared the cache and did a hard refresh and tried in a different browser lol. But it doesn't appear to be letting me use the links Sad

Additionally, whatever is causing the issue is also doing it in the mobile view on my phone. Annoying code XD
Hi!

Just wanted to update and say someone helped me out, and I just had to add some Z-indexing Smile
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