Skip to content

Commit

Permalink
xbootstrap4 RC1
Browse files Browse the repository at this point in the history
- Bootstra 4.1.3
- Owl 2.3.4
  • Loading branch information
mambax7 committed Aug 4, 2018
1 parent 678c140 commit 70661eb
Show file tree
Hide file tree
Showing 219 changed files with 29,382 additions and 28,162 deletions.
8 changes: 4 additions & 4 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Files ~ ".html">
order allow,deny
deny from all
</Files>
<Files ~ ".html">
order allow,deny
deny from all
</Files>
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
xBootstrap
==========

xBootstrap is a theme for XOOPS (www.xoops.org) developed with Bootstrap.

Online demo: http://demo.xoopsfire.com

###Shareaholic support
Previously, social sharing links through Shareaholic were automatically enabled.
These are now optional and disabled by default. To enable Shareaholic support
follow these steps:

- Visit https://shareaholic.com to create an account and register your site
- Take note of the Site Id code Shareaholic assigns to your site
- Open the template file tpl/shareaholic-script.tpl in your editor
- Replace the *n/a* in this line `<{assign var='siteId' value='n/a'}>` with the *Site Id* Shareaholic assigned to you, and save the file

You can customize how Shareaholic interacts with your site in the Site Tools
Dashboard on shareaholic.com. You may want to create an Inline App Location
on that page to customize the Share Buttons. These buttons will be shown in
templates such as modules/publisher/publisher_item.tpl with this line:
`<div class='shareaholic-canvas' data-app='share_buttons' data-app-id=''></div>`

###Headhesive menus
In the file `tpl/nav-menu.tpl` there is an option at the top of the file in
the line `<{assign var='stickyHeader' value='yes'}>`. This option keeps the
menu bar stuck to the top of the display. If you would prefer to let the menu
disapper as you scroll down the page, change the setting to `value='no'` and
save the file.

xBootstrap
==========

xBootstrap4 is a theme for XOOPS (www.xoops.org) developed with Bootstrap4.

Online demo: http://demo.xoopsfire.com

###Shareaholic support
Previously, social sharing links through Shareaholic were automatically enabled.
These are now optional and disabled by default. To enable Shareaholic support
follow these steps:

- Visit https://shareaholic.com to create an account and register your site
- Take note of the Site Id code Shareaholic assigns to your site
- Open the template file tpl/shareaholic-script.tpl in your editor
- Replace the *n/a* in this line `<{assign var='siteId' value='n/a'}>` with the *Site Id* Shareaholic assigned to you, and save the file

You can customize how Shareaholic interacts with your site in the Site Tools
Dashboard on shareaholic.com. You may want to create an Inline App Location
on that page to customize the Share Buttons. These buttons will be shown in
templates such as modules/publisher/publisher_item.tpl with this line:
`<div class='shareaholic-canvas' data-app='share_buttons' data-app-id=''></div>`

###Headhesive menus
In the file `tpl/nav-menu.tpl` there is an option at the top of the file in
the line `<{assign var='stickyHeader' value='yes'}>`. This option keeps the
menu bar stuck to the top of the display. If you would prefer to let the menu
disapper as you scroll down the page, change the setting to `value='no'` and
save the file.

Loading

0 comments on commit 70661eb

Please sign in to comment.