Page 1 of 1
Strange rendering of unknown text characters
Posted: Tue Nov 10, 2020 10:38 pm
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/
Re: Strange rendering of unknown text characters
Posted: Tue Nov 10, 2020 10:50 pm
by crispy68
Check your css menu. It looks like you've added a transition to it per what I see in the code.
Re: Strange rendering of unknown text characters
Posted: Tue Nov 10, 2020 10:54 pm
by dnlyko
Sure it has (had, I removed it) a Fade. So a fade is supposed to cause that ?
Re: Strange rendering of unknown text characters
Posted: Tue Nov 10, 2020 11:00 pm
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?
Re: Strange rendering of unknown text characters
Posted: Tue Nov 10, 2020 11:18 pm
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
Re: Strange rendering of unknown text characters
Posted: Tue Nov 10, 2020 11:45 pm
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.
Re: Strange rendering of unknown text characters
Posted: Tue Nov 10, 2020 11:54 pm
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?
Re: Strange rendering of unknown text characters
Posted: Wed Nov 11, 2020 12:10 am
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?
Re: Strange rendering of unknown text characters
Posted: Wed Nov 11, 2020 12:16 am
by crispy68
You can try this:
go to Tools --> Options --> HTML and under CSS change the CSS visibility property to: display:none;
Re: Strange rendering of unknown text characters
Posted: Wed Nov 11, 2020 12:22 am
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.
Re: Strange rendering of unknown text characters
Posted: Sun Nov 15, 2020 2:35 am
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/
Re: Strange rendering of unknown text characters
Posted: Sun Nov 15, 2020 8:08 am
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
Re: Strange rendering of unknown text characters
Posted: Sun Nov 15, 2020 2:03 pm
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
Re: Strange rendering of unknown text characters
Posted: Sun Nov 15, 2020 3:38 pm
by Pablo
What is the direct link to the file?
Re: Strange rendering of unknown text characters
Posted: Sun Nov 15, 2020 4:39 pm
by BaconFries
@dnlyko the direct link should be as follows were yourproject.wbs replace with your project name.
http://www.mysnapsonline.com/yourproject.wbs
Re: Strange rendering of unknown text characters
Posted: Sun Nov 15, 2020 5:25 pm
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.