Search This Blog

Saturday, February 18, 2012

how to solve Apycom No Back Link Issues?

As I know my friends,you are frustrated .. Thinking That how to remove back link button from jquey menu provided by apycom ....


The solution for the problem is you have to just paste the code below in your .html file at the end.

<div style="visibility: hidden">
 <br />
 <a href="http://apycom.com/">Apycom jQuery Menus</a><br />
</div>

Why they put this Back link button???

  • For their  publicity
  • Free version
  • To make you buy the full version of that menu as to stop its illegal usage.
The Logic How the above CODE works?


I think as a devloper you must have knowledge of devloper tools. using chrome's Devloper tools put the pick button at "no back link".
what you have found is that there is <a href="" > </a> tag.. In which link is specified.
notice that the whole stuff is in <div><div> tag.
And This tag is last tag...as there is no <div> tag after that.
so using jquery function we found the last <div> tag and make it invisible.
there is  no change in Effects....
Enjoy..



6 comments:

  1. Hi,CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation with Web Design Cochin, including elements such as the colors, fonts, and layout.Thanks.....

    ReplyDelete
  2. http://stylishwebsites.blogspot.in/2012/02/how-to-remove-no-backlink-text-in.html

    point no 2

    ReplyDelete
  3. Go to this link and copy code from there and replace menu.js that code by this one.
    Its works 100% and removed permanantly, and enjoy your web menus :) I am sharing a link https://www.facebook.com/groups/softvalley/permalink/610472639044017/

    ReplyDelete
  4. thanksss, i solved this problem nowwwww

    ReplyDelete