Locating the Login Name in a layout grid

Issues related to the Login tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html

TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
Post Reply
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

Locating the Login Name in a layout grid

Post by Aris »

Hi.

I am trying to put the Login Name in a layout grid.

But when I add break point at 320 px, the Text (Welcome user...) is locating outside the grid.

Tell me, please, what I must do?

Thank you.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Locating the Login Name in a layout grid

Post by Pablo »

Maybe you did not drag the object inside the layout grid?
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

Re: Locating the Login Name in a layout grid

Post by Aris »

No, Pablo, it is inside the layout grid.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Locating the Login Name in a layout grid

Post by Pablo »

Please share the URL so I can see what you have done.
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

Re: Locating the Login Name in a layout grid

Post by Aris »

Thank you, Pablo, but it is a Protected page, and I must change a lot of things in order republish the page.

Is there some other way for you to see this web page?
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Locating the Login Name in a layout grid

Post by Pablo »

- remove the protection
- publish the page to a temporary location, for example a sub folder of the website.

Tip: if you have a problem then first remove all non-relevant content from the page that makes finding a solution much easier.

Note: for every issue you want help with, I need to see what you have done. So I always need either the URL of the page or a copy of the project.
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

Re: Locating the Login Name in a layout grid

Post by Aris »

Thank you, Pablo.

This is the URL: https://www.proofreader.gr/page2/page2_login_name.php

Please, try the page at 320px. You wiil see that the Welcome message is out of the boundaries of the layout grid.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Locating the Login Name in a layout grid

Post by Pablo »

You are right, the login name has a fixed size so it does not change in breakpoints.
I will try to implement variable height for this object in a future update.

You can do this yourself by adding this code between the head tags:

Code: Select all

<style>
#flexible_servicesLoginName1
{
   height: auto !important;
}
</style>
Aris
 
 
Posts: 202
Joined: Wed Aug 28, 2013 9:28 am

Re: Locating the Login Name in a layout grid

Post by Aris »

Only one, Pablo.

A great thank you.

Aris Giavris
Post Reply