PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB19] WYSIWYG not same as published site
[WB19] WYSIWYG not same as published site
Iniciado por guest, 27,ene. 2015 09:28 - 7 respuestas
Publicado el 27,enero 2015 - 09:28
Hi guys,

I'm developing a static PHP site with a simple cell in the designer (WYSIWYG editor), but it isn't the same as the published site and I was wondering why and if anyone else had seem it? I would have thought something this simple would have been rendered the same in a static site - it's not rocket science :confused:

Cell control in the WYSIWYG:
[attachment 1320 WYSIWYG_Corner.PNG]

Cell control in the published site:
[attachment 1321 SITE_Corner.PNG]

Does anyone have a solution as to why in the editor I have a curved corners and in the published site the whole border and the curved corners have gone?! :confused:
Publicado el 27,enero 2015 - 10:44
Hi,

On your development computer all works fine? But on your actual website it doesnot ?

I sometimes have similar issues. Just upload the site again. You could also use an other ftp tool to upload the site. If on your local machine all is fine then you should be able to ftp these php files to your hosting account as well.

There is no diffirence between previewe and the production site. Static or dynamic. It is all the same ( php modus) uses a kind of pcsoft framework that manages sessions etc. If it is a php site it uses this,

dynamic or not if php is used it uses this.

I think in your case something regarding the css isnot properly transfered so uploading again might just do the trick.

regards

Allard
Publicado el 27,enero 2015 - 11:27
Maybe you had non-curved image before? Then flushing the browser cache may help.
Publicado el 27,enero 2015 - 17:43
Thanks for the suggestions guys:

@Allard - Yes, all works fine on the dev PC in "Go" mode. Looks as though the whole border and curved corners dissappear once published. It's not a live site so I could just remove from the server and re-publish. I'll take a look based on your suggestions - thanks! :spos:

@Arie - Yeah, I tried a refresh - no luck :sneg:

Silly me, I just assumed that the Deploy option would (erm) deploy the site! ...although I'm willing to accept that it's operator error! <img src="/NG2013_WEB/ui/smiley/6.gif" align=absmiddle border=0 alt=";)">

If I can't get simple things like this to work reliably, then watch this space; there may be a copy of WB19 going up for sale soon!
Publicado el 27,enero 2015 - 19:30
Hi Darren,

A tip. Install php and mysql on your dev computer. there are easy installers on the net . It will take little time. This way you can test your site as if it where running on the net.

to test mysql working you onley need to change the db settings of the connection. When publishing change to live settings.

If you test php site using the simulation mode then somtimes it isnot working on a live site.

Php is limited and that is a pitty, no charts, pdf etc. But other than that it runs great. Development speed is fantastic.

regards
Allard
Publicado el 27,enero 2015 - 19:56
Hi Allard,

Thanks for the advice and encouragement...

Do you mean install XAMP where everything is there or will that interfere with WB settings in some way?
Publicado el 28,enero 2015 - 01:09
Yes. Or just download php and mysql

I had some trouble with apache so I use the IISserver (form microsoft.) It can be a bit difficult to get it to work. IIS is way easier.

Regards

Allard
Publicado el 28,enero 2015 - 01:30
Allard,

Hmmm, that's interesting. Although I don't need MySQL at the moment, it's interesting what you say about Apache. When I installed XAMP a while ago during a Perl/CGI "phase" I was going thru, I found that by following the installation notes, it was relatively easy to get the XAMP collection working. I would stress that it wasn't with WB, but that shouldn't make too much of a difference.

One thing I forgot to ask was; once you have all this installed and working, does that mean that you don't use the WB "Go" option for your testing of LAMP based sites any longer?

Cheers...