Search found 31 matches

by HGF
Sat Sep 23, 2023 3:13 pm
Forum: Off Topic Section
Topic: Thanks for the new release 18.4.0.
Replies: 5
Views: 5894

Re: Thanks for the new release 18.4.0.

Thanks Pablo, great stuff :D
by HGF
Mon Sep 11, 2023 12:52 pm
Forum: Login Tools Questions
Topic: Login Extension and mySql
Replies: 8
Views: 20608

Re: Login Extension and mySql


Not sure about $crypt_pass and md5 in the php code for the extension?

The login script is encrypting the password you enter (md5), and comparing the result to the whatever has been stored in the database. You probably only have a 'clear text' password in the database, so the verification will ...
by HGF
Thu Aug 04, 2022 1:55 pm
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

It works!
Thank you very much
Regards
HGF
by HGF
Thu Aug 04, 2022 12:53 pm
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

https://mcwarrior.de/
goto anmelden
Benutzername: wwonderfull
Passwort: wwonderfull

You will reach page: https://mcwarrior.de/v2/pages_content/n_start_int.php

Click in menu item "Galerien"
The sub menu opens. but it is not on the top layer and it is impossible to select an sub item.
This happens ...
by HGF
Thu Aug 04, 2022 11:55 am
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

@wwonderfull
I've started to redesign all pages with LayoutGrid and the settings you suggested.

Maybe you can help me again
Whe using the Flexgrid the following script brought the menu structur always on top

<style>
#FlexGrid2 .nav
{
z-index: 9999;
}
</style>

When working with Layoutgrid, I ...
by HGF
Wed Aug 03, 2022 5:53 pm
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

Jepp, thank you,

I've started with this page
https://mcwarrior.de/v2/pages_content/n ... au-exp.php
and will continue with the others.

Regards
HGF
by HGF
Wed Aug 03, 2022 4:06 pm
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

@wwonderfull
This my first attempt with layout grid. It seems, in layout grid there are much more options available than in flex grid.
And mobiletouchgallery is working fine as well.

I'm just unsatisfied with the background image. I'll play more around with it.

https://mcwarrior.de/v2/pages ...
by HGF
Wed Aug 03, 2022 3:08 pm
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

@wwonderfull, thank you very much for your hints. I much appreaciate your support!!

https://mcwarrior.de/v2/pages_content/n_2022_kleinhau.php

This is how it looks with the suggested changes. Much better in my opinion. I guess I need to rezise the background image.

Now I'll start to learn more ...
by HGF
Wed Aug 03, 2022 12:22 pm
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

Hi all,
I downloaded "Mobile Touch Gallery". It seems, this is doing what I'm searching for.
HGF
by HGF
Wed Aug 03, 2022 11:45 am
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

@wwonderful, @crispy68
Thank you very much for the design hints.
I've redesigned the pages and now it is definetly more user friendly.

https://mcwarrior.de/v2/pages_content/n_2022_kleinhau.php

In the page above I'm using Photo Gallery - Light Box Gallery - magnificpopup
In generell it is working ...
by HGF
Wed Jul 27, 2022 1:01 pm
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

Thanks for your feedback against the color. Red is the defined team color, good idea to make it lighter. Thank you all, you did a good job.
by HGF
Wed Jul 27, 2022 12:47 pm
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

ooops, my apologies.
I did not upload the code :oops:
Yes, I can confirm, it is working now as expected.
Thank you very much to everybody.
HGF
by HGF
Wed Jul 27, 2022 11:43 am
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

Unfortunately, I'm not successful, not even with the slash in front of style.
Maybe you can share the html code from where you have generated the screenshot you provided.
This would show me the position where to add the code.
by HGF
Wed Jul 27, 2022 6:37 am
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

This is exactly what I want to achieve.
I injected the code you provided by using the HTML tool. And I tried serveral positions. (pic7)
https://filebin.net/umio8ppepj7qv9qi
Unfortunately the result always is different as in your screenshot.

In your code, doesn't it mean to bring the FlexGrid2 to ...
by HGF
Tue Jul 26, 2022 9:01 am
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

Sure, this test page should be available. Please check.

https://mcwarrior.de/Dynamic-Menu-Test.php
by HGF
Tue Jul 26, 2022 5:50 am
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

Yes, it seems to be a z-index issue.
I simplyfied the scenario and made the background of the sub layers in green
https://filebin.net/qukksgv63jyjnryd


This is the html code of the master menu. Where and how to add the z attribute you mentioned?


<label class="toggle" for="menu_master_1-submenu ...
by HGF
Mon Jul 25, 2022 11:10 am
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

Excellent, thank you very much. Now I can provide the wbs file.
https://filebin.net/ob01tzm2vm58dfsk
I guess it is not tricky.
I have 2 pages:
1. content pagewith Flex Grid (pic3.jpg)
2. page with Responsive Menu (pic2.jpg)

In page 1 I have multiple raws.
In raw #1 I added "Embedded Page" linking ...
by HGF
Mon Jul 25, 2022 6:29 am
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

After some more investigations:
The headline is created by the Flexible Text extension. It seems, Flexible Text is always crawling the top layer. :(
When replacing the Flexible Text with static text it works.
It seems, unfortunately Flexible Text and Embedded Page doesn't work together. :?

By the ...
by HGF
Sun Jul 24, 2022 4:52 pm
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

https://ibb.co/SwfnX0G
https://ibb.co/02wrNQp
https://ibb.co/48JP95g

Hmm, I tried to upload the 1.wbs file to https://imgbb.com/. It's not accepting the extension, not even when I just renamed wbs to jpg.
Any idea how to upload *wbs files?

Maybe I should test with "Master Frames" instead of ...
by HGF
Sun Jul 24, 2022 2:58 pm
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

Re: How to bring an "embedded Page" to the top layer

@wwonderfull ,
thank you very much for the hint.
Please, could you check if this works.

https://ibb.co/54LcG4C

Thank you

Image
by HGF
Sun Jul 24, 2022 1:52 pm
Forum: Links and Navigation
Topic: How to bring an "embedded Page" to the top layer
Replies: 35
Views: 17280

How to bring an "embedded Page" to the top layer

Hello,
In a "flex grid" I have an "embedded page".
The embedded page contains a menu structure only.
The idea is to reuse the menu structure multiple times and to make it easier to update all pages if the master menu is change.
In generell this works fine but the problem is, the drop down sub items ...
by HGF
Thu Sep 23, 2021 1:43 pm
Forum: General Questions
Topic: Session TimeOut
Replies: 2
Views: 2110

Re: Session TimeOut

Got it. :D

Thank you very much
regards HGF
by HGF
Thu Sep 23, 2021 11:56 am
Forum: General Questions
Topic: Session TimeOut
Replies: 2
Views: 2110

Session TimeOut

I'm protecting some of my pages with the extension "Protect Page" with UserRoles.
This is working fine.

When doing a refresh on a protected page, very often I'm forwarded to the access denied page in order the session has been expired.
When investigation for the session timeout timer, I only found ...
by HGF
Tue Sep 21, 2021 1:19 pm
Forum: General Questions
Topic: Online Photo Gallery
Replies: 4
Views: 2711

Re: Online Photo Gallery

:cry: thank you, Pablo
by HGF
Tue Sep 21, 2021 9:30 am
Forum: General Questions
Topic: Online Photo Gallery
Replies: 4
Views: 2711

Online Photo Gallery

Hello,
I'm using the Online Photo Gallery in a Flex Grid. In general, it is working fine.
My questions:

1. How to sort images?
2. In edit mode, I can add descriptions. How to make descriptions visible in the gallery?
3. In edit mode, I can add keywords. How to filter on keywords in the gallery ...
by HGF
Thu Sep 09, 2021 5:26 pm
Forum: General Questions
Topic: Logout using overlay menu?
Replies: 8
Views: 4070

Re: Logout using overlay menu?

Okay, thank you very much, Pablo
by HGF
Wed Sep 08, 2021 9:40 am
Forum: General Questions
Topic: Logout using overlay menu?
Replies: 8
Views: 4070

Re: Logout using overlay menu?

Hi Pablo,
thank you very much for your fast response.
In general I don't like hidden thinks.
But, if this is the only way to achieve this, I'm okay with it.
Thanks and Regards
HGF
by HGF
Wed Sep 08, 2021 5:22 am
Forum: General Questions
Topic: Logout using overlay menu?
Replies: 8
Views: 4070

Re: Logout using overlay menu?

Pablo
If I add the logout extension to the page, the logout works when clicking the menu item. In order I hided the logout extension on the page this works okay as a workaround.

When removing the logout extension it does not work.

The html code of the logout extension is:
<form name="logoutform ...
by HGF
Mon Sep 06, 2021 3:11 pm
Forum: General Questions
Topic: Logout using overlay menu?
Replies: 8
Views: 4070

Re: Logout using overlay menu?

Hello,
I'm searching for the same in responsive menu:

Event: onclick
Action: run javascript
Target: document.getElementById('logoutform').submit();

Unfortunately, this is not working.

Any idea?

Thanks in advance, HGF