(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
Hi,
could it be that the icons / pictures are missing here?
Ciao Maik
(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!
I will assist you with this tomorrow for sure. I am actually travelling right now.
(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!
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!
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!
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
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