rabmyself / smint

SMINT is a simple plugin for lovers of one page websites
45 stars 18 forks source link

Links not Working #7

Open Cloudinnovates opened 11 years ago

Cloudinnovates commented 11 years ago

I add smint-disable but the following links Partners and contact us would not scroll. It is ok for home and the rest.

  <div class="subMenu" >
    <a href="#" id="sTop" class="subNavBtn">Home</a> 
    <a href="#" id="s1" class="subNavBtn">About Us</a>
    <a href="#" id="s2" class="subNavBtn">Services</a>
    <a href="product.html" class="subNavBtn smint-disable">Products</a>
    <a href="#" id="s4" class="subNavBtn">Partners</a>
    <a href="#" id="s5" class="subNavBtn">Contact Us</a>
</div>

Nothing happen when I tried the following too

  <div class="subMenu" >
       <a href="product.html" id="s3"  class="subNavBtn smint-disable">Products</a>
       <a href="product.html" id="do-not-scroll"  class="subNavBtn smint-disable">Products</a>
 </div>

Please advice.

ngreis commented 10 years ago

Hello

I am having the same issue with smint v2.0

Can you please check this?

sidaurukfreddy commented 9 years ago

Yes me too, i guess i'm the only one has this issue, so my alternative way is make all you link at the end or try change another plugin cause the author busy :smile:

sidaurukfreddy commented 9 years ago

hi @Cloudinnovates and @ngreis did you find how to solved this issue ! i need some idea to make it work when there is external link between hre scroll, Thanks