Typesetter CMS comes standard with a few links that are typically positioned at the bottom of the page. These include the "Site Map", "Login" and "Powered by Typesetter" links. There are a number of options for hiding and styling these links to match custom themes and fit in with developed sites.

Styling Links

These links are all wrapped with unique class names which makes it very easy to apply your own style.

An example CSS code that would affect all three links:

.sitemap_link, .login_link, .powered_by_link {
  position: absolute;
  left: -999em;
  top: 0em;
  width: 0em;
}

 

Hiding 'Powered by Typesetter'

The "Powered by Typesetter" link is a very significant factor in the ongoing success of our CMS, but we understand that some users will want to hide this link on their sites.

To hide this link on your installation, click the "Configuration" link in your admin panel. Then find the row labeled 'Show "Powered by" Link', and untick the checkbox, then save.

Alternatively, if you desire to give some "link love" to Typesetter but not have it displayed just style the link as follows:

.powered_by_link {display:none;}

 

The link will not be displayed to the visitor in the browser but is still in the code on the page.

News

elFinder 2.1.50 in Upcoming Release
12/28/2019

A new release for Typesetter is in the works with a lot of improvements including the ... Read More

Typesetter 5.1
8/12/2017

Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More

More News

Log In

  Register