Quote from jeannoel on August 26, 2020, 11:55 amHello Luis,
i have some small problems with the new version of "visual neo web".
I do not find :
- Web Component Manager tool
- source Code Editor tool
in the tool box.
I enclose a copy of my screenI can't find the new plugin:
- neoPhpWFMI can't find the two new classes:
.neobody
.neopage
in the properties of the project.thank you for your help
Hello Luis,
i have some small problems with the new version of "visual neo web".
I do not find :
- Web Component Manager tool
- source Code Editor tool
in the tool box.
I enclose a copy of my screen
I can't find the new plugin:
- neoPhpWFM
I can't find the two new classes:
.neobody
.neopage
in the properties of the project.
thank you for your help
Uploaded files:
Quote from luishp on August 26, 2020, 12:13 pm@jeannoel please note:
I do not find :
- Web Component Manager tool
- source Code Editor tool
in the tool box. I enclose a copy of my screenYou should find them in the Tools menu (upper main menu)
I can't find the new plugin:
- neoPhpWFMYou should find it under the Actions panel (see attached image) under phpWFM.
I can't find the two new classes:
.neobody
.neopage
in the properties of the project.They are not properties, but empty CSS classes. To test it go to Project > Properties > Styles and add this:
.neopage{ border-radius:20px; }Now test your app. All pages will show rounded corners.
Regards.
@jeannoel please note:
I do not find :
- Web Component Manager tool
- source Code Editor tool
in the tool box. I enclose a copy of my screen
You should find them in the Tools menu (upper main menu)
I can't find the new plugin:
- neoPhpWFM
You should find it under the Actions panel (see attached image) under phpWFM.
I can't find the two new classes:
.neobody
.neopage
in the properties of the project.
They are not properties, but empty CSS classes. To test it go to Project > Properties > Styles and add this:
.neopage{
border-radius:20px;
}
Now test your app. All pages will show rounded corners.
Regards.
Uploaded files:Quote from jeannoel on August 26, 2020, 8:15 pmthanks for your answer, but I still can't find the plugin : neoPhpWFM in the actions list.
neoParticles and neoGsheets are there.on the other hand I have a problem with class neobody.
the width and height parameters are ignored.
please see screenshot.thank you for your precious help
thanks for your answer, but I still can't find the plugin : neoPhpWFM in the actions list.
neoParticles and neoGsheets are there.
on the other hand I have a problem with class neobody.
the width and height parameters are ignored.
please see screenshot.
thank you for your precious help
Uploaded files:
Quote from luishp on August 26, 2020, 8:45 pm@jeannoel please look for phpWFM, not neoPhpWFM.
You must resize both .neopage and .neobody in order to work resizing. Try this:
.neobody, .neopage{ width:100%; height:100%; margin-top:0px; max-width:1200px; }This will resize all pages using the whole screen size until it reaches a maximum width of 1200px.
Thats the code I have used in this project: https://doctoresestaca.com
Note how resizing the browser window the content resizes too.Regards.
@jeannoel please look for phpWFM, not neoPhpWFM.
You must resize both .neopage and .neobody in order to work resizing. Try this:
.neobody, .neopage{
width:100%;
height:100%;
margin-top:0px;
max-width:1200px;
}
This will resize all pages using the whole screen size until it reaches a maximum width of 1200px.
Thats the code I have used in this project: https://doctoresestaca.com
Note how resizing the browser window the content resizes too.
Regards.
Quote from Arielle34 on January 5, 2021, 9:27 amQuote from jeannoel on August 26, 2020, 8:15 pmthanks for your answer, but I still can't find the plugin : neoPhpWFM in the actions list.
neoParticles and neoGsheets are there.on the other hand I have a problem with class neobody.
the width and height parameters are ignored.
please see screenshot.thank you for your precious help
Maybe by solving this you could send us the steps you took in picture.
Quote from jeannoel on August 26, 2020, 8:15 pmthanks for your answer, but I still can't find the plugin : neoPhpWFM in the actions list.
neoParticles and neoGsheets are there.on the other hand I have a problem with class neobody.
the width and height parameters are ignored.
please see screenshot.thank you for your precious help
Maybe by solving this you could send us the steps you took in picture.