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.

Hide Widgets (Arrow/icon not showing)

2 posters

Go down

Solved Hide Widgets (Arrow/icon not showing)

Post by Darksphere92 December 5th 2013, 4:34 am

As Title Says for some reason i cant get the Hide Widget Icon To show up,but when i do hide it the the show arrow appears, can someone see if they can help fix it? 


Also i hope i explained the problem good enough.

The Code for the Widget is


Also yes i did remove the background color code from the script.
Code:
<div id="forum-widget" style="height: 16px; width: 16px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; cursor: pointer; position: absolute; background:  url(http://s13.postimg.org/7701ui3pf/arrow_medium_left.png) no-repeat 0 -13px;" ;" onClick="jQuery('#left').animate({width:'toggle',height:'toggle',opacity:'toggle'},1000); if(my_getcookie('forum-widget')=='0') { my_setcookie('forum-widget','1',0,0); jQuery('#forum-widget').css('background-position','0 -13px'); } else { my_setcookie('forum-widget','0',1,0); jQuery('#forum-widget').css('background-position','0 0px'); }"></div>
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by SLGray December 5th 2013, 4:51 am

Did you create the bottom widget that the tutorial said to create?

https://help.forumotion.com/t78898-show-hide-widgets-script


Hide Widgets (Arrow/icon not showing) 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by Darksphere92 December 5th 2013, 4:53 am

SLGray wrote:Did you create the bottom widget that the tutorial said to create?

https://help.forumotion.com/t78898-show-hide-widgets-script
i did. the show icon appears but not the hide icon.
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by SLGray December 5th 2013, 4:57 am

You do have the top widget at the top and the bottom widget at the bottom with no widgets outside of those two widgets?


Hide Widgets (Arrow/icon not showing) 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by Darksphere92 December 5th 2013, 5:00 am

SLGray wrote:You do have the top widget at the top and the bottom widget at the bottom with no widgets outside of those two widgets?
This is how i have it on my forum

Top
Radio
Radio
Recent Topic
Bottom
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by SLGray December 5th 2013, 5:01 am

Please post your forum's link.


Hide Widgets (Arrow/icon not showing) 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by Darksphere92 December 5th 2013, 5:02 am

SLGray wrote:Please post your forum's link.
Link http://fastforum.forum-board.net/
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by SLGray December 5th 2013, 5:06 am

Try this:
Code:
    <div id="forum-widget" style="height: 16px; width: 16px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; cursor: pointer; position: absolute; background:  url(http://s13.postimg.org/7701ui3pf/arrow_medium_left.png) no-repeat 0 -13px;" onClick="jQuery('#left').animate({width:'toggle',height:'toggle',opacity:'toggle'},1000); if(my_getcookie('forum-widget')=='0') { my_setcookie('forum-widget','1',0,0); jQuery('#forum-widget').css('background-position','0 -13px'); } else { my_setcookie('forum-widget','0',1,0); jQuery('#forum-widget').css('background-position','0 0px'); }"></div>
You had an extra ;"


Hide Widgets (Arrow/icon not showing) 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by Darksphere92 December 5th 2013, 5:09 am

SLGray wrote:Try this:
Code:
    <div id="forum-widget" style="height: 16px; width: 16px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; cursor: pointer; position: absolute; background:  url(http://s13.postimg.org/7701ui3pf/arrow_medium_left.png) no-repeat 0 -13px;" onClick="jQuery('#left').animate({width:'toggle',height:'toggle',opacity:'toggle'},1000); if(my_getcookie('forum-widget')=='0') { my_setcookie('forum-widget','1',0,0); jQuery('#forum-widget').css('background-position','0 -13px'); } else { my_setcookie('forum-widget','0',1,0); jQuery('#forum-widget').css('background-position','0 0px'); }"></div>
You had an extra ;"
nope icon still doesnt show up, i even tried the one that came with the script.
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by SLGray December 5th 2013, 5:12 am

Do you have other JavaScripts?  If you do remove them and see if the code works. Save the other widget codes.


Hide Widgets (Arrow/icon not showing) 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by Darksphere92 December 5th 2013, 5:17 am

SLGray wrote:Do you have other JavaScripts?  If you do remove them and see if the code works.  Save the other widget codes.
i disabled the javascripts and still nothing.
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by SLGray December 5th 2013, 5:22 am

Disabling it will not work. You have to remove the other JavaScripts to test it.


Hide Widgets (Arrow/icon not showing) 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by Darksphere92 December 5th 2013, 5:27 am

SLGray wrote:Disabling it will not work.  You have to remove the other JavaScripts to test it.
i removed them and still not working, imo it's odd how the show icon appears but not the hide icon.
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by SLGray December 5th 2013, 5:30 am

Could you send me a test account by private message?


Hide Widgets (Arrow/icon not showing) 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by Darksphere92 December 5th 2013, 5:34 am

SLGray wrote:Could you send me a test account by private message?
i see the tip of the icon is there a way to move it down? also i dont know how to make a test account.
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by Darksphere92 December 5th 2013, 5:43 am

I did it Smile
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by SLGray December 5th 2013, 5:45 am

The issue it where you changed 0px to -13px.


Hide Widgets (Arrow/icon not showing) 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by Darksphere92 December 5th 2013, 5:49 am

SLGray wrote:The issue it where you changed 0px to -13px.
yup and now can be marked as solved, unless i can ask another question here or do i have to make a new topic?
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by SLGray December 5th 2013, 5:50 am

If it is related to this issue, you can, but if not start a new topic.


Hide Widgets (Arrow/icon not showing) 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by Darksphere92 December 5th 2013, 5:52 am

it's kind of related to this, but mark this as solved and i'll make a new topic.
avatar
Darksphere92
Forumember

Posts : 101
Reputation : 1
Language : English

http://fastforum.forum-board.net

Back to top Go down

Solved Re: Hide Widgets (Arrow/icon not showing)

Post by SLGray December 5th 2013, 5:54 am

Ok.

Topic Solved & Locked


Hide Widgets (Arrow/icon not showing) 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 : 51489
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