Strange rendering of unknown text characters

Issues related to previewing and publishing your web site.
Post Reply
User avatar
dnlyko
 
 
Posts: 134
Joined: Tue Mar 05, 2019 12:55 pm
Location: Toronto - Canada

Strange rendering of unknown text characters

Post by dnlyko »

They come zooming in from the left side when index page loads. Is it an issue with the menu item names? It only appears when I am displaying at 2560x1440 or larger
Default page is user defined at 2560x1440
https://youtu.be/ncKucp3kR2M
https://mysnapsonline.com/
Last edited by dnlyko on Tue Nov 10, 2020 11:37 pm, edited 3 times in total.
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Strange rendering of unknown text characters

Post by crispy68 »

Check your css menu. It looks like you've added a transition to it per what I see in the code.
User avatar
dnlyko
 
 
Posts: 134
Joined: Tue Mar 05, 2019 12:55 pm
Location: Toronto - Canada

Re: Strange rendering of unknown text characters

Post by dnlyko »

Sure it has (had, I removed it) a Fade. So a fade is supposed to cause that ?
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Strange rendering of unknown text characters

Post by crispy68 »

So a fade is supposed to cause that ?
Not really sure without seeing your all your settings. I assumed it is fixed now?
User avatar
dnlyko
 
 
Posts: 134
Joined: Tue Mar 05, 2019 12:55 pm
Location: Toronto - Canada

Re: Strange rendering of unknown text characters

Post by dnlyko »

Removed Fade transition and set it to None
Removed image (for a better view)
Deleted all online files via cPanel
Uploaded entire website
Updated youtube link
https://youtu.be/ncKucp3kR2M
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Strange rendering of unknown text characters

Post by crispy68 »

There is still a transition in the code. This is the code I see:

Code: Select all

.CssMenu2-effect
{
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
}
When this is removed it works and the text flash is gone. Double check all your settings in the CSS menu under menu and submenus.

Open CSS menu, click Style and under Main Menu choose Transition and set transition to none.
User avatar
dnlyko
 
 
Posts: 134
Joined: Tue Mar 05, 2019 12:55 pm
Location: Toronto - Canada

Re: Strange rendering of unknown text characters

Post by dnlyko »

Yes I know but I only have CssMenu2 visible on 360px page break.
What page resolution did you copy that code from?
Should it appear on any resolution above 360?
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Strange rendering of unknown text characters

Post by crispy68 »

I could be wrong on this but I don't think it matters what breakpoint it's on. The transition will be visible in all breakpoints.

Also, curious why are using 2 CSS menus? Why not just CSS1 in the breakpoint?
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Strange rendering of unknown text characters

Post by crispy68 »

You can try this:

go to Tools --> Options --> HTML and under CSS change the CSS visibility property to: display:none;
User avatar
dnlyko
 
 
Posts: 134
Joined: Tue Mar 05, 2019 12:55 pm
Location: Toronto - Canada

Re: Strange rendering of unknown text characters

Post by dnlyko »

crispy68 wrote: Wed Nov 11, 2020 12:10 am Also, why are using 2 CSS menus? Why not just CSS1 in the breakpoint?
Good point. I will have to try it that way.
User avatar
dnlyko
 
 
Posts: 134
Joined: Tue Mar 05, 2019 12:55 pm
Location: Toronto - Canada

Re: Strange rendering of unknown text characters

Post by dnlyko »

I have the menu now 'responsive' and it breaks at 360.
There is however an issue with the 'spacing'.
When it breaks at 360 it stops adding in the spacing. It should change the spacing from H to V and there is no option to do so.
Funny enough though, it does display properly (with vertical spacing) on the canvas but does not render that spacing in the preview.
https://youtu.be/IDXqUb-Ijgs
https://mysnapsonline.com/
User avatar
Pablo
 
Posts: 21569
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Strange rendering of unknown text characters

Post by Pablo »

I cannot see what you have done based the published page.
To be able to help you, I need a demo project so I can see all your settings.

Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
User avatar
dnlyko
 
 
Posts: 134
Joined: Tue Mar 05, 2019 12:55 pm
Location: Toronto - Canada

Re: Strange rendering of unknown text characters

Post by dnlyko »

I have uploaded the file using FilePublisher to mysnapsonline.com. Not sure if that is correct.
It is in folder public_html
68.65.122.142
User avatar
Pablo
 
Posts: 21569
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Strange rendering of unknown text characters

Post by Pablo »

What is the direct link to the file?
User avatar
BaconFries
 
 
Posts: 5324
Joined: Thu Aug 16, 2007 7:32 pm

Re: Strange rendering of unknown text characters

Post by BaconFries »

@dnlyko the direct link should be as follows were yourproject.wbs replace with your project name.
http://www.mysnapsonline.com/yourproject.wbs
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Strange rendering of unknown text characters

Post by crispy68 »

The spacing appears when less than 360px. It's from 360px up to 767px that it doesnt appear. You have the padding assigned wrong in this breakpoint. You have 5px padding added to the right side rather than the bottom. Please check your padding settings for this breakpoint.
Post Reply