installed it. TOC works. But somehow my external links dont seem to work.
Where did I go wrong?
installed it. TOC works. But somehow my external links dont seem to work.
Where did I go wrong?
Let's have a link to see your site live, as that is the only way to start to diagnose this.
Also post the URL you pasted into the ez-page creation form for the external link, and all the settings you made for it.
It is currently not a live site. I am still running it from a virtual drive on my computer.
URL for the external link: http://buzzconsultancy.forummotion.com/
Settings:
Anyway got another question. Is it possible to shift the TOC to another side? Like maybe to the left margin or something?
These selectors are available to style in your stylesheet:
#navEZPagesTOCWrapper {}
#ezPagesTOCHeading {}
#navEZPagesTOC {}
.currentPage {}
.notCurrentPage {}
.currentPage .indicator {}
.notCurrentPage .indicator {}
For your request, find in your stylesheet.cssand change it toCode:#navEZPagesTOCWrapper { font-weight: bold; float: right; height: 1%; border: 1px solid #9a9a9a; }Code:#navEZPagesTOCWrapper { font-weight: bold; float: left; margin-right: 0.5em; height: 1%; border: 1px solid #9a9a9a; }
I just tested an external link from my local (xampp) test installation, and it worked fine. I even tested with the exact link you posted, so there might be something different about your computer's connection to the internet, or firewall, or...?
What exactly doesn't work about the external link for you? At what stage does it fail?
The external link works. But the problem is I cannot make it open in a new window.