Strange rendering of unknown text characters
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/publish.html
http://www.wysiwygwebbuilder.com/preview.html
Frequently Asked Questions about Publishing
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/publish.html
http://www.wysiwygwebbuilder.com/preview.html
Frequently Asked Questions about Publishing
Strange rendering of unknown text characters
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/
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.
Re: Strange rendering of unknown text characters
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
Sure it has (had, I removed it) a Fade. So a fade is supposed to cause that ?
Re: Strange rendering of unknown text characters
Not really sure without seeing your all your settings. I assumed it is fixed now?So a fade is supposed to cause that ?
Re: Strange rendering of unknown text characters
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
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
There is still a transition in the code. This is the code I see:
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.
Code: Select all
.CssMenu2-effect
{
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
}
Open CSS menu, click Style and under Main Menu choose Transition and set transition to none.
Re: Strange rendering of unknown text characters
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?
What page resolution did you copy that code from?
Should it appear on any resolution above 360?
Re: Strange rendering of unknown text characters
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?
Also, curious why are using 2 CSS menus? Why not just CSS1 in the breakpoint?
Re: Strange rendering of unknown text characters
You can try this:
go to Tools --> Options --> HTML and under CSS change the CSS visibility property to: display:none;
go to Tools --> Options --> HTML and under CSS change the CSS visibility property to: display:none;
Re: Strange rendering of unknown text characters
Good point. I will have to try it that way.crispy68 wrote: Wed Nov 11, 2020 12:10 am Also, why are using 2 CSS menus? Why not just CSS1 in the breakpoint?
Re: Strange rendering of unknown text characters
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/
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
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
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
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
It is in folder public_html
68.65.122.142
Re: Strange rendering of unknown text characters
What is the direct link to the file?
- BaconFries
-
- Posts: 5933
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Strange rendering of unknown text characters
@dnlyko the direct link should be as follows were yourproject.wbs replace with your project name.
http://www.mysnapsonline.com/yourproject.wbs
http://www.mysnapsonline.com/yourproject.wbs
Re: Strange rendering of unknown text characters
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.