61
Bleekk
Re: xsitemap alternative theme
  • 2017/5/3 20:48

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Thank you!



62
Bleekk
Re: xsitemap alternative theme
  • 2017/5/3 19:43

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Have you changed the module or only the templates of the Module?



63
Bleekk
Re: XoopsTube 1.07 Beta and Xoops 2.5.9 beta
  • 2017/5/3 10:25

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


ok, thanks.
I will take a look into it at the weekend



64
Bleekk
Re: XoopsTube 1.07 Beta and Xoops 2.5.9 beta
  • 2017/5/3 7:24

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


It is a warning not a error
Is the category created with the description?



65
Bleekk
Re: XoopsTube 1.07 Beta and Xoops 2.5.9 beta
  • 2017/4/30 22:57

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Please test this version
https://github.com/bleekk/xoopstube

I have created new bootstrap templates and fixed some small bugs

!!! Do not forget to copy the templates from "modules/xoopstube/bootstrap-templates/xoopstube/"
to "themes/xbootstrap/xoopstube/" !!!



66
Bleekk
Re: XoopsTube 1.07 Beta and Xoops 2.5.9 beta
  • 2017/4/28 22:42

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


I am working on new templates for the Module so this Bug will be corrected soon



67
Bleekk
Re: Problems with Lexicon
  • 2017/4/28 13:18

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Thank you!
I will try to test it asap



68
Bleekk
Re: XoopsTube 1.06 RC 1 for XOOPS 2.5.6
  • 2017/4/28 8:19

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Please please everytime you post a problem provide the source where you have downloaded the module, the version of this module and your xoops version!



69
Bleekk
Re: Automatic image width (for mobile devices)
  • 2017/4/26 12:09

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


please put this code at the end your theme.html before closing body tag.
You can ask here in forums everything you want to ask mamba.



70
Bleekk
Re: Automatic image width (for mobile devices)
  • 2017/4/26 6:46

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


This is how we add the class in images automatic on xoops.org
<script>
            $( 
document ).ready(function() {
                $(
"img").addClass("img-responsive");
                $( 
"form img" ).removeClass"img-responsive" );
                $(
".xoops-comment-text").each(function() {
                  $(
this).find("img").css"display""inline" );
                });
                $(
".page_bookmarks").each(function() {
                  $(
this).find("img").css"display""inline" );
                });
                $(
".page_icons").each(function() {
                  $(
this).find("img").css"display""inline" );
                });
            });
        </
script>




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 69 »



Login

Who's Online

170 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 170


more...

Donat-O-Meter

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

Latest GitHub Commits