Ok,
I await the next reply.
Thanks very much for all this help,i appreciate it.
Printable View
Ok,
I await the next reply.
Thanks very much for all this help,i appreciate it.
Hi there theremotedr,
Check out the attachment. ;)
coothead
Evening,
I will start this now.
Two questions please,
Did you see post #39 & is it included in this update file you just sent me ?
I assume by adding this new coded to all the page in question "items for sale" then the pages without items for sale "like link supplied below" will just show like it was before we started this mobile option ?
http://www.theremotedoctor.co.uk/hon...rollto=content
Hi there theremotedr,
Yes and yes.Quote:
Did you see post #39 & is it included in this update file you just sent me?
Only pages to which you amend the HTML for mobiles will be affected
even if you have added the script link to the bottom of the document.
But to avoid any javascript errors I have amended the file to allow for
this possibility.
Replace the the "mobileOptions.js" file that
I gave you for the one in this attachment.
coothead
Thanks,
I will now continue.
have a good night & cheers for this.
Will report back tomorrow now.
Hi,
Coothead.
I just relised that some pages do not have a scrolling marquee,like this page here.
http://www.theremotedoctor.co.uk/acc...llto=selection
So with the section of code below can you advise the correct code please,
The page we were working on did have hence your code in the txt file,Code:</ul>
<br>
<h2>
<script src="js/neon/neonlights.js"></script>
</h2>
</nav>
</aside><!-- #end left sidebar -->
Make sense ?Code:</ul>
** need to do above **
<div id="cover-top"></div>
<div id="cover-bottom"></div>
</div>
</li>
</ul>
<audio id="click-sound" class="mobile-thing" controls>
<source src="sound-file/click.mp3" type="audio/mpeg">
</audio>
<!-- ****************************************************->
<div id="marquee">
<p>IF UNSURE JUST SEND ME YOUR CHASSIS-VIN NUMBER FOR ME TO ADVISE YOU.</p>
</div>
**DONE BELOW**
<br>
<h2>
<script src="js/neon/neonlights.js"></script>
</h2>
</aside><!-- #end left sidebar -->
Hi there theremotedr,
it does no make any difference if a page has a scrolling marquee or not.
If the page has one, it is displayed on the mobile device, if it does not
then there will be, obviously, nothing to display on the mobile either.
The code for the "acclexus.html" file in question would be this...
Code:
<!-- left sidebar -->
<aside id="selection">
<h2 class="pc-thing">ITEM SELECTION....</h2>
<div id="google_translate_element"></div>
<nav id="secondary-navigation" class="pc-thing">
<ul>
<li><a href="javascript:" onclick="replaceMainImage('m-images/photos/LEXUS003.png', 'Lexus003','<b>£8.00</b><br>Key Will Require Cutting<br>Emergency Key<br><span class=noteColor>Same Groove Each Side Of Key</span><br><b>UK Recorded £2.50</b><br><b>International Signed For £10.00<br></b><b>Posted From The UK</b><br><span class=drColor>The Remote Doctor</span>')">Smart remote type 1 uncut key</a></li>
<li><a href="javascript:" onclick="replaceMainImage('m-images/photos/LEXUS004.png', 'Lexus004','<b>£8.00</b><br>Key Will Require Cuttingh<br>Emergency Key<br><span class=noteColor>Different Groove Each Side Of Key</span><br><b>UK Recorded £2.50</b><br><b>International Signed For £10.00<br></b><b>Posted From The UK</b><br><span class=drColor>The Remote Doctor</span>')">Smart remote type 2 uncut key</a></li>
<li class="licenter"><a href="https://www.facebook.com/www.theremotedoctor.co.uk/posts_to_page/" id="rmfb" target="blank">Read My Facebook Feedback</a></li>
<li class="licenter"><a href="#home" id="rtm" class="scroll">Return To Menu</a></li>
</ul>
</nav>
<!-- **** mobile phone code **** -->
<ul id="special-items" class="mobile-thing">
<li>
<span id="butt">CLICK FOR OPTIONS...</span>
<div id="ul-holder">
<ul>
<li><a href="#home">Return To Menu</a></li>
<li onclick="replaceMainImage('m-images/photos/LEXUS003.png', 'Lexus003','<b>£8.00</b><br>Key Will Require Cutting<br>Emergency Key<br><span class=noteColor>Same Groove Each Side Of Key</span><br><b>UK Recorded £2.50</b><br><b>International Signed For £10.00<br></b><b>Posted From The UK</b><br><span class=drColor>The Remote Doctor</span>')">Smart remote type 1 uncut key</li>
<li onclick="replaceMainImage('m-images/photos/LEXUS004.png', 'Lexus004','<b>£8.00</b><br>Key Will Require Cuttingh<br>Emergency Key<br><span class=noteColor>Different Groove Each Side Of Key</span><br><b>UK Recorded £2.50</b><br><b>International Signed For £10.00<br></b><b>Posted From The UK</b><br><span class=drColor>The Remote Doctor</span>')">Smart remote type 2 uncut key</li>
<li><a href="https://www.facebook.com/www.theremotedoctor.co.uk/posts_to_page/" target="blank">Read My Facebook Feedback</a></li>
<li><a href="#home">Return To Menu</a></li>
<li onclick="replaceMainImage('m-images/photos/LEXUS003.png', 'Lexus003','<b>£8.00</b><br>Key Will Require Cutting<br>Emergency Key<br><span class=noteColor>Same Groove Each Side Of Key</span><br><b>UK Recorded £2.50</b><br><b>International Signed For £10.00<br></b><b>Posted From The UK</b><br><span class=drColor>The Remote Doctor</span>')">Smart remote type 1 uncut key</li>
<li onclick="replaceMainImage('m-images/photos/LEXUS004.png', 'Lexus004','<b>£8.00</b><br>Key Will Require Cuttingh<br>Emergency Key<br><span class=noteColor>Different Groove Each Side Of Key</span><br><b>UK Recorded £2.50</b><br><b>International Signed For £10.00<br></b><b>Posted From The UK</b><br><span class=drColor>The Remote Doctor</span>')">Smart remote type 2 uncut key</li>
</ul>
<div id="cover-top"></div>
<div id="cover-bottom"></div>
</div>
</li>
</ul>
<audio id="click-sound" class="mobile-thing" controls>
<source src="sound-file/click.mp3" type="audio/mpeg">
</audio>
<!-- *************************** -->
<h2>
<script src="js/neon/neonlights.js"></script>
</h2>
</aside><!-- #end left sidebar -->
coothead
Hi,
Im working my way throughj and this is the first completed page.
http://www.theremotedoctor.co.uk/acc...llto=selection
On the mobile when i click on CLICK FOR OPTIONS nothing happens.
In the code i also see this below in yellow at line 196
Look on W3c it looks ok ?Code:<aside id="selection">
http://validator.w3.org/i18n-checker...lidate-by-uri+
Hi there thereremotedr,
this...
...gives a 404, and there is no sign of a mobileoptions folder in the js folder.
That will do for starters.
coothead
Sorry my mistake,
Ive now added that file and when i click it cycles.
There is no click sound.
In#39 i mentioned that i added a long which sits on the same line as the CLICK FOR OPTIONS line,i do not see that either.
I will continue and see if you can spot why.
Thanks very much.