101
Runeher
Re: xBootstrap XOOPS Theme - Development
  • 2014/9/29 10:42

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


Bleek, do you have any idea how to fix the myalbum template?


102
Bleekk
Re: xBootstrap XOOPS Theme - Development
  • 2014/9/29 12:31

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Hi,

I need to take a look at the template. I am right now in the work.

the bootstrap.min.css should not be edited. All changes goes to style.css

103
Runeher
Re: xBootstrap XOOPS Theme - Development
  • 2014/9/29 12:47

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


I had to change the width from 50%/25/25 to 60%/20/20.

104
Runeher
Re: xBootstrap XOOPS Theme - Development
  • 2014/9/29 12:54

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


I had problems with a normal custom module too with templates, so i stripped away the templates and moved the code to index.php and it worked, with blocks in the right place. That was strange, lol

105
Mamba
Re: xBootstrap XOOPS Theme - Development
  • 2014/9/29 15:24

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
Hi. I'm testing this cool theme as responsive is a must these days.

Runeher:, good to see you back here, and I am glad that you're still using XOOPS!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

106
Runeher
Re: xBootstrap XOOPS Theme - Development
  • 2014/10/1 18:47

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


Thanks Michael I use XOOPS for all my sites still, simply because it is top notch!

Now, I decided to continue with my original theme as there is some vital blocks (hard coded in theme) that can't be used in this one, but I would like to switch theme to responsive if the user is on mobile or pad. Is there a solution to this, as Wordpress have as a plugin? Have one theme for desktop and one theme for mobile users.

107
Runeher
Re: xBootstrap XOOPS Theme - Development
  • 2014/10/1 18:57

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


Btw. Here is a trick how to embed YouTube videos to make them fit in all devices. Very useful if you use responsive themes:

First add a class in css:

.video-container {
    
positionrelative;
    
padding-bottom56.25%;
    
padding-top35px;
    
height0;
    
overflowhidden;
}
.
video-container iframe {
    
positionabsolute;
    
top:0;
    
left0;
    
width100%;
    
height100%;
}



Then add a div to the iframe for videos:

<div class="video-container"Embed code </div>


That will resize iframe embed code to fit the window

108
Cifug
Re: xBootstrap XOOPS Theme - Development
  • 2014/10/9 15:34

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


I have noticed that this theme has built in shareaholic...what is shareaholic??

109
Bleekk
Re: xBootstrap XOOPS Theme - Development
  • 2014/10/9 16:49

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Are you sure that the script is included in the downloaded file?

110
Cifug
Re: xBootstrap XOOPS Theme - Development
  • 2014/10/23 23:03

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


I think so...how would I have it otherwise? I didn't add it myself.

Cheers,
Marty

Login

Who's Online

86 user(s) are online (54 user(s) are browsing Support Forums)


Members: 0


Guests: 86


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits