The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Issue with "Share/Action" button on Invision theme.

3 posters

Go down

In progress Issue with "Share/Action" button on Invision theme.

Post by kuronogami January 3rd 2016, 23:50

The issue can be seen here. Personally I don't mind not having the share button (no need for it on our forum) however the action button is important as it allows access to forum features we may need. I believe it's through CSS that this is done however I am not totally sure but it's definitely not under the general buttons (I've looked to see if I could just delete/disable it)

Issue with "Share/Action" button on Invision theme. F0f38c6652

Any advice on solving this issue is much appreciated ^^
kuronogami
kuronogami
New Member

Posts : 1
Reputation : 1
Language : English

http://athanasy.forumotion.be/

Back to top Go down

In progress Re: Issue with "Share/Action" button on Invision theme.

Post by 10spetter10 January 4th 2016, 01:14

That is just a little bug, try this css:

Code:
#topicmenu-options a {
  display: inline;
}
10spetter10
10spetter10
Forumember

Posts : 195
Reputation : 82
Language : Dutch

Back to top Go down

In progress Re: Issue with "Share/Action" button on Invision theme.

Post by SLGray January 4th 2016, 02:09

Look for this in your CSS stylesheet:
Code:
.popmenubutton a {
    background-color: #C8C8C8;
    background-image: url("http://2img.net/i/fa/invision/menu_action_down.gif");
    background-position: 97% 50%;
    background-repeat: no-repeat;
    border: 1px solid #DEDEDE;
    color: #3B3B3B;
    display: block;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 16px 2px 8px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
Change display from block to inline.


Issue with "Share/Action" button on Invision theme. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum