Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#76 Re: Backlight Support » Website slow » 2018-03-07 03:17:59

some news:

regarding to #2, the file is:
oliverblum.com/backlight/publisher/resource.php?template=6&extension=css&name=style which always redirects from http to https, I was told.

You can check here:-> tools.pingdom.com/#!/cgYmFY/https://oliverblum.com

Best regards,
Oliver

#77 Re: Backlight Support » Website slow » 2018-03-07 01:35:16

Exactly.
I dont think that the https loads additional security stuff. My other two websites rome-phototours.com and barcelona-phototours.com are also https sites with the same certificate but much faster also TTG Backlight version: 1.2.3 ???
Same Provider, same everything :-/

#78 Re: Backlight Support » Website slow » 2018-03-07 00:56:53

No difference after reverting to 7.1 :-/

and I am wondering why the speed is slow during the day but not in the night time (Europe) but only on https://oliverblum.com, hm...

#79 Re: Backlight Support » Website slow » 2018-03-07 00:42:42

Thank you Rod, I will try that now.
I wondering why oliver-blum.com loads faster than oliverblum.com

#80 Re: Backlight Support » Website slow » 2018-03-07 00:20:51

by the way:

I use php 7.2. I tested my other domain http://oliver-blum.com with the same clean installation of backlight & pages and have no issues...

#81 Re: Backlight Support » Website slow » 2018-03-07 00:17:17

Rod,

I asked for that but instead he told me to download & check my log-file :-/
I opened the file but have no idea what to look for.

Shall I send you the file?

Best regards,
Oliver

#82 Backlight Support » Website slow » 2018-03-06 19:57:49

volvoxturbo
Replies: 31

Hi all,

since a view weeks my website https://www.oliverblum.com is loading slow (loading time 1 min)
Strato support told me that there is file which slows down everything.
I deleted the whole site and installed a fresh backlicht + pages (latest)
Still slow with loading times of 17sec.

Any ideas before I change the provider???

Thanks a lot
Best regards,
Oliver

#83 Re: Backlight Support » New feature list » 2017-11-21 08:22:39

Yes, an easy to handle slideshow with the option to swipe on mobile and also to show captions is a must.

#84 Re: Backlight Support » How to: Flickity slideshow with captions? » 2017-11-12 08:35:42

I see, but as the Flickity Filmstrip is swipeable it is my favorite slideshow and it would be great to at least have the oportunity to show the captions.

Here is a nice example of how it looks with captions which are linked to the project:
https://www.th-architekten.de/

I would be happy if something useful like this could be realized ;-)

Best regards,
Oliver

#85 Re: Backlight Support » How to: Flickity slideshow with captions? » 2017-11-11 21:42:44

Hi Matt,

I know but it seems to be possible to show captions in the Flickity Filmstrip: see -> https://codepen.io/desandro/pen/dPdVNM

I payed around with it but without success.

Maybe you could help :-)

Thx in advance.
Best regards,
Oliver

#86 Backlight Support » How to: Flickity slideshow with captions? » 2017-11-11 20:08:49

volvoxturbo
Replies: 5

Hi all,

how is it possible to implement captions in Flickity slideshow?
The option is available in the designer but does not appear.

Best regards,
Oliver

#87 Re: Backlight Support » (SOLVED) How To: Fixed Vertical Menu? » 2017-11-10 00:14:22

Hi all,

got it to work with:

.page__pallet {
    position:fixed;
    left:0;
    width:200px;
    height:100%;
}   

main {
    padding-left:200px;
}

Thanks Rod & Matt for your help :-)

Best regards,
Oliver

#88 Re: Backlight Support » (SOLVED) How To: Fixed Vertical Menu? » 2017-11-09 20:19:42

Hi Matt,

OK, I did a reset of the homepage.css.
Now the question again: how to fix / nail the vertical menum, that it will NOT scroll?

Best regards,
Oliver

#89 Re: Backlight Support » (SOLVED) How To: Fixed Vertical Menu? » 2017-11-09 05:35:17

thanks Rod :-)

Is there maybe a smarter solution???

#90 Re: Backlight Support » (SOLVED) How To: Fixed Vertical Menu? » 2017-11-09 03:41:42

thank you Rod,
tried it but it only worked for one size and is not flexible :-/
...

#91 Re: Backlight Support » (SOLVED) How To: Fixed Vertical Menu? » 2017-11-09 02:56:48

I now disabled:

.page__pallet[data-position="T1"] {
    z-index: 2;
    position: fixed;
}

what else can I do to have everything in order but with a menu which will not scroll if youre scrolling the page (fixed menu)???

Best regards,
Oliver

#92 Re: Backlight Support » (SOLVED) How To: Fixed Vertical Menu? » 2017-11-09 02:39:55

Even if the templates content area is 920px it's always larger and overlaps the pallet with this css active:

.page__pallet[data-position="T1"] {
    z-index: 2;
    position: fixed;
}

#93 Re: Backlight Support » (SOLVED) How To: Fixed Vertical Menu? » 2017-11-09 02:27:11

So thank you again Rod for your help :-)

I tried it with decreasing the pallets width, but the problem is: if the main content overlapse the left pallet, the content is not centered :-/

Best regards,
Oliver

#94 Re: Backlight Support » (SOLVED) How To: Fixed Vertical Menu? » 2017-11-09 02:06:57

why is it overlapping and what is the trick that it doesn't. Nether on small nor on large browser windows.

Best regards,
Oliver

#95 Re: Backlight Support » (SOLVED) How To: Fixed Vertical Menu? » 2017-11-09 01:27:17

but the content on the right side is overlapping the pallet :-(

#97 Re: Backlight Support » (SOLVED) How To: Fixed Vertical Menu? » 2017-11-09 01:11:03

Hi Rod,

thank you for your fast reply.
That was what I did.

Again:
I have a pallet with a vertical menu on the left side and in the main column a gallery.
If I scroll down the gallery, the menu should not scroll.

;-)

#98 Backlight Support » (SOLVED) How To: Fixed Vertical Menu? » 2017-11-08 23:54:28

volvoxturbo
Replies: 22

Hi all,

I will use a fixed vertical menu on the left side.
I tried with:

.page__pallet[data-position="T1"] {z-index: 2; position: fixed;}

that works but "the__copy" on the right side now overlaps the menu :-/

how to prefent this???

thx in advance.

Best regards,
Oliver

#100 Backlight Support » Changing colors in Photo Presentation slidshow? » 2017-11-07 00:40:33

volvoxturbo
Replies: 2

Hi all,

the penguin album slideshow is very dark. I want to change the colors for the contrary result.
So far no problem but I can't find the css values for the toolbar elements of the slideshow when hovered :-/

Thx in advance.
Best regards,
Oliver

Board footer

Powered by FluxBB