Web Button Application Code Placement (Need Navigational Button)

HomeForumsTechozoicWeb Button Application Code Placement (Need Navigational Button)

This topic has 2 voices, contains 3 replies, and was last updated by  Jeremy Clark 111 days ago.

Viewing 4 posts - 1 through 4 (of 4 total)
Author Posts
Author Posts
January 25, 2012 at 11:40 pm #1843

mpromp2

I am using the free web button software and I would like to place a button inside the Post preview box. It will be a button that opens up the post instead of clicking on the title. I had a couple people say they didn’t know where to click to read the rest of the post. I created a really nice button, but I don’t know where to put it in the editor. Here is the code that was generated, it doesn’t show up any where when placed.


#web-buttons-idhh4mc a{display:block;color:transparent;} #web-buttons-idhh4mc a:hover{background-position:left bottom;}a#web-buttons-idhh4mca {display:none}


Make Your Own Website Buttons by Free-Web-Buttons.com v2.0

Thanks!!

January 26, 2012 at 1:08 pm #1844

Jeremy Clark

Probablby the best way to do this would be to use the more tag in your post

<!–more–>

Then in the custom css box of techozoic settings page add this code.

.more-link {
background-color: #ccc;
border-radius: 3px 3px 3px 3px;
float: right;
height: 12px;
margin: 5px 10px 5px 0;

You can play with all the values and color to get the look you want.

January 26, 2012 at 6:16 pm #1845

mpromp2

Hi,

I could not find the custom CSS box in settings. However, I did find a custom footer box. Did you mean that I have to paste the tag in every time I make a post?

January 27, 2012 at 2:49 am #1846

Jeremy Clark

You will need to

<!–more–>

tag everywhere you want the button to show.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.