little pb with the new version of visual neo web - Forum

Forum Navigation
You need to log in to create posts and topics.

little pb with the new version of visual neo web

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:
  • You need to login to have access to uploads.

@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:
  • You need to login to have access to uploads.

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:
  • You need to login to have access to uploads.

@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.

Vadim has reacted to this post.
Vadim
Quote from jeannoel on August 26, 2020, 8:15 pm

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

Maybe by solving this you could send us the steps you took in picture.