181
goffy
Re: I transferred my site to another server and I have a blank page
  • 2019/5/14 13:14

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


did you change the path in mainfile.php properly?



182
goffy
wgGallery 1.10 ready for testing
  • 2019/4/15 20:18

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


Resized Image


wgGallery 1.10 RC1 is ready for testing. wgGallery is a powerful image gallery module.
All used templates on user side are fully responsive, if you use a bootstrap theme or you include the bootstrap files manually to your theme.

Features:
* usage of namespaces

* the module is now ready for XOOPS 2.5.10 and PHP 7.3

* automatic resizing of images to predefined width/height

* multi upload with drag&drop

* enhanced album and image management (sorting by drag&drop)

* the module contains now a completely new image editor
-- automatic resizing of images to predefined width/height
-- easy creation of grid images
-- easy cropping of images

* various album styles, and all album styles have a lot of possible settings to customize your index page and blocks
-- default
-- simple
-- hover effects
-- bootstrap cards

* various gallery types, and all gallery types have a lot of possible settings to customize your gallery
-- Lightbox2
-- Justified Gallery with Colorbox
-- ViewerJs
-- Jssor
-- LC Lightbox LITE

* watermarks can be used
-- text watermark
-- image watermark

* possibility to combine albums to a category
* permission settings for each album/category
-- permission to view
-- permission to download large or mmedium images

* based on bootstrap (for proper showing a bootstrap theme is obligatory)

* maintenance tools
* feedback tool

* import tool for
-- eXtGallery
-- TDMPicture

* storage of EXIF data possible


Detailed tutorial: comming soon
Github: https://github.com/ggoffy/wgteams/releases/tag/1.10

Examples:
https://xoops.wedega.com/modules/wggallery/
https://fxgruber.at/modules/wggallery/


Any comments/critics/suggestions are welcome at any time.



183
goffy
Re: wgTeams Problem
  • 2019/3/28 19:25

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


hi heyula

my latest project: https://physio-team.top

wgTeams 1.08 Final
XOOPS 2.5.10-Beta
PHP Version 7.1.26

and it is runnning without problems

let me know if problem is still occuring after xoops update



184
goffy
Re: wgTeams Problem
  • 2019/3/27 19:34

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


Hi heyula

which version of wgTeams?
which version of Xoops?
which PHP version?



185
goffy
Re: How to set xoAppUrl & xoImgUrl from http to https?
  • 2019/3/26 21:35

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


Hi

both are using the real url, if your website is https then it will provide https://....

xoImgUrl can't be the problem, because this goes to the directory of your theme, e.g. if you are using xbootstrap then it gives you back https://mywebsite.com/themes/xbootstrap/

I also don't think that xoAppUrl is the reason, because this should provide https://mywebsite.com

please check all your templates and blocks, maybe you have somewhere hardcoded link to http://www.mysite.com/xoops.css'



186
goffy
Re: squad theme and next ;-)
  • 2019/3/25 19:37

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


great steps forward



187
goffy
Re: Publisher translations
  • 2019/3/2 16:14

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


Hi Cesagonchu

why are you always creating a new project for each version and not updating the previous?



188
goffy
Re: Xoops 2.5.8.1 Installing issue
  • 2019/2/14 22:06

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


hi

if the secure.php file writeable?



189
goffy
Re: Working gallery module?
  • 2019/2/14 22:02

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


hi

do you have the newest version from XOOPS from github? 2.5.9 is not enough



190
goffy
Re: Changing a Fixed Width Theme to a Floating Width Theme - A Tutorial
  • 2019/2/1 6:39

  • goffy

  • Just can't stay away

  • Posts: 547

  • Since: 2010/12/27


hi

you have to change your style.css of the theme

bootstrap works with two types of container
1) container-fluid: it will use the full width of your device
look into your theme and change
div class="container"
into
div class="container-fluid"

2) container: a responsive area with a width depending on device
if yor device has min 1200 px then width of container is 1170px
if yor device has min 992 px then width of container is 970px
and so on
if you want to fix it to your witdh you have to add following lines to your css or your theme:
.container {
    
width1000px !important;
}
(to have always 1000px, even if device is smaller) or
.container {
    
max-width1000px !important;
}
to keep it responsive to max 1000px

details information you can find on https://getbootstrap.com/docs/3.4/css/




TopTop
« 1 ... 16 17 18 (19) 20 21 22 ... 44 »



Login

Who's Online

124 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 124


more...

Donat-O-Meter

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

Latest GitHub Commits