Comments

johnebaker wrote on 7/8/2020, 7:48 AM

@Christien-Campbell

Hi and welcome to the forum.

Do you have a link so we can have a look?

Animations not working usually are a result of:

  1. javascript being blocked on the viewers browser
     
  2. javascript installed is an old version
     
  3. browser blocking cross domain connections - eg to the Google jQuery APIs

John EB
Forum Moderator

 

VPX 16, Movie Studio 2025, and earlier versions 2015 and 2016, Music Maker Premium 2024.

PC - running Windows 11 23H2 Professional on Intel i7-8700K 3.2 GHz, 16GB RAM, RTX 2060 6GB 192-bit GDDR6, 1 x 1Tb Sabrent NVME SSD (OS and programs), 2 x 4TB (Data) internal HDD + 1TB internal SSD (Work disc), + 6 ext backup HDDs.

Laptop - Lenovo Legion 5i Phantom - running Windows 11 23H2 on Intel Core i7-10750H, 16GB DDR4-SDRAM, 512GB SSD, 43.9 cm screen Full HD 1920 x 1080, Intel UHD 630 iGPU and NVIDIA GeForce RTX 2060 (6GB GDDR6)

Sony FDR-AX53e Video camera, DJI Osmo Action 3 and Sony HDR-AS30V Sports cams.

Christien-Campbell wrote on 7/8/2020, 6:34 PM

Hi,

thank you. the animations are on the index page as a pop up on the red quote in the middle of text and mouse over movements on youtube and fb links.

https://loseweightwithchristien.com.au/index.htm

johnebaker wrote on 7/9/2020, 5:42 AM

@Christien-Campbell

Hi

. . . . animations are on the index page as a pop up on the red quote in the middle of text and mouse over movements . . . .

Red text - there appears to be no mouseover event associated with the red text:-
 

<span class="xr_tc V-38amp-59V_Red text xr_s8" style="left: 50.96px; top: 187.93px; width: 

397px;">“All you need do is master your Food Brain</span>

The Facebook and YT links are using the MouseMove event not Mouse Over as seen in this fragment of HTML

<img class="xr_rn_ xr_ap" src="index_htm_files/1437.jpg" alt="" title="" onmousemove="xr_mo(this,0,event)" style="left:411px;top:988px;width:66px;height:40px;">

 

The text is also over formatted - every word has its own <span> ... </span> setting - see image below, there should be one <Span>...</Span> per line at most.

How did you enter the text, was this copy and pasted from a word document?

HTH

John EB

VPX 16, Movie Studio 2025, and earlier versions 2015 and 2016, Music Maker Premium 2024.

PC - running Windows 11 23H2 Professional on Intel i7-8700K 3.2 GHz, 16GB RAM, RTX 2060 6GB 192-bit GDDR6, 1 x 1Tb Sabrent NVME SSD (OS and programs), 2 x 4TB (Data) internal HDD + 1TB internal SSD (Work disc), + 6 ext backup HDDs.

Laptop - Lenovo Legion 5i Phantom - running Windows 11 23H2 on Intel Core i7-10750H, 16GB DDR4-SDRAM, 512GB SSD, 43.9 cm screen Full HD 1920 x 1080, Intel UHD 630 iGPU and NVIDIA GeForce RTX 2060 (6GB GDDR6)

Sony FDR-AX53e Video camera, DJI Osmo Action 3 and Sony HDR-AS30V Sports cams.

Christien-Campbell wrote on 7/9/2020, 6:34 AM

Hi John,

Thanks for having a look and sending the info. I am just using the normal text box to add text so am not sure why it is being weird like that! Is there a way I can check the code in Web designer? I am not a coder and only have basic knowledge of coding but at least I could check it and see if anything looks crazy.

I am not sure with the fb and youtube things why they are not moving though. Do I have to add a mouse over? Sorry for being so coding illiterate. That's why I purchased Web designer so I could just drag n drop :)

Christien-Campbell wrote on 7/9/2020, 6:38 AM

omg i just checked the other pages and all the text seems to be glitching out like that! I viewed page source. Any tips on how to fix all that in Web designer?

Christien-Campbell wrote on 7/9/2020, 6:41 AM

just to add sorry, the animations show in the preview window fine! maybe something is glitching with publishing?

I don't know if you can see this link, but this is the preview link where I can see the animations. I had a look at page source and it still looks wrong though.

http://localhost:8000/virtfb79fc10/index.htm

johnebaker wrote on 7/9/2020, 10:36 AM

@Christien-Campbell

. . . . http://localhost:8000/virtfb79fc10/index.htm . . . .

Is the URL for your own computer, that is the address the browser uses to view a webpage/site on the computer.

. . . . I am just using the normal text box to add text . . . . just checked the other pages and all the text seems to be glitching out like that . . .

Which template did you start with?

For a large amount of text I would prepare in Notepad then copy and paste into the text box. Some users prepare the text in Word however this can cause issues when copy and pasting into a text box as it takes the word formatting with it. A way round this is to paste from Word into Notepad, it strips the word formatting and then copy the Notepad version into the text box.

I prefer to use Notepad ++ instead of Notepad, it also strips the formatting from Word and also when you open an HTML page it formats it to make it more legible indenting and colour coding.

. . . . I am not sure with the fb and youtube things why they are not moving though. Do I have to add a mouse over? . . . .

If there is an animation or popup that is suppose to play or open when the mouse is pointing to the image then a mouse over event is the one you need.

HTH

John EB

 

VPX 16, Movie Studio 2025, and earlier versions 2015 and 2016, Music Maker Premium 2024.

PC - running Windows 11 23H2 Professional on Intel i7-8700K 3.2 GHz, 16GB RAM, RTX 2060 6GB 192-bit GDDR6, 1 x 1Tb Sabrent NVME SSD (OS and programs), 2 x 4TB (Data) internal HDD + 1TB internal SSD (Work disc), + 6 ext backup HDDs.

Laptop - Lenovo Legion 5i Phantom - running Windows 11 23H2 on Intel Core i7-10750H, 16GB DDR4-SDRAM, 512GB SSD, 43.9 cm screen Full HD 1920 x 1080, Intel UHD 630 iGPU and NVIDIA GeForce RTX 2060 (6GB GDDR6)

Sony FDR-AX53e Video camera, DJI Osmo Action 3 and Sony HDR-AS30V Sports cams.

Christien-Campbell wrote on 7/9/2020, 5:59 PM

Thank you so much for your help. I'll redo all the text and mouse overs and republish. fingers crossed!

Christien-Campbell wrote on 7/10/2020, 12:38 AM

Hi! Wanted to let you know I tracked down the issue (with your help). The text has some weird styling issue so I have had to go back and remove all that. And the animations weren't showing as they were not in the mouseover layer! As soon as I put that right they all showed up. Thanks again

johnebaker wrote on 7/10/2020, 2:24 AM

@Christien-Campbell

Hi

Pleased to hear it is now sorted.

Thanks for letting s know.

John EB

 

VPX 16, Movie Studio 2025, and earlier versions 2015 and 2016, Music Maker Premium 2024.

PC - running Windows 11 23H2 Professional on Intel i7-8700K 3.2 GHz, 16GB RAM, RTX 2060 6GB 192-bit GDDR6, 1 x 1Tb Sabrent NVME SSD (OS and programs), 2 x 4TB (Data) internal HDD + 1TB internal SSD (Work disc), + 6 ext backup HDDs.

Laptop - Lenovo Legion 5i Phantom - running Windows 11 23H2 on Intel Core i7-10750H, 16GB DDR4-SDRAM, 512GB SSD, 43.9 cm screen Full HD 1920 x 1080, Intel UHD 630 iGPU and NVIDIA GeForce RTX 2060 (6GB GDDR6)

Sony FDR-AX53e Video camera, DJI Osmo Action 3 and Sony HDR-AS30V Sports cams.