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.

2014 widget naming

4 posters

Page 1 of 2 1, 2  Next

Go down

Solved 2014 widget naming

Post by TheCrow November 25th 2013, 8:56 am

Hello..

I want to use this code for the countdown 2014
Code:
$(function() {
    $.getScript("http://perso.numericable.fr/antonywar/NOEL/2013.js");
});
But i want to make some changes to the position it is. How can i name this in widget so i can modify it in the css?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by erchima November 25th 2013, 12:26 pm

Marios94 wrote:Hello..

I want to use this code for the countdown 2014
Code:
$(function() {
    $.getScript("http://perso.numericable.fr/antonywar/NOEL/2013.js");
});
But i want to make some changes to the position it is. How can i name this in widget so i can modify it in the css?
maybe you could put into html

admin panel >modul > html page management
or put to css then add code

Code:

margin-right: px;
margin-left: px;
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Solved Re: 2014 widget naming

Post by TheCrow November 25th 2013, 12:56 pm

This doesn't work. Html doesn't work the same as Javascript.. The only thing i wanted is to name it so i can modify it in the CSS.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by SLGray November 25th 2013, 7:45 pm

What exactly do you want to do?


2014 widget naming 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 : 51452
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: 2014 widget naming

Post by TheCrow November 25th 2013, 7:46 pm

i want to change its position so it will get lower because the bars i have on top covers the 2014 image..
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by erchima November 25th 2013, 7:48 pm

Marios94 wrote:i want to change its position so it will get lower because the bars i have on top covers the 2014 image..
work for me
edit:
my forum phpbb2 and punbb


Last edited by erchima on November 25th 2013, 7:50 pm; edited 2 times in total
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Solved Re: 2014 widget naming

Post by SLGray November 25th 2013, 7:49 pm

Please post your forum's address.


2014 widget naming 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 : 51452
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: 2014 widget naming

Post by erchima November 25th 2013, 7:52 pm

try this code

put to your widget, or generalities

Code:

<div style="position: fixed; bottom: 0px; right: 2px;"><br /><embed pluginspage="http://www.macromedia.com/go/getflashplayer" width="160" height="600" title="grab this widget @ widgetindex.blogspot" src="http://5433001315082274311-a-1802744773732722657-s-sites.googlegroups.com/site/widgetindex/fireworks.swf" wmode="transparent" type="application/x-shockwave-flash" quality="high"></embed></div>
to view the SWF CLICK HERE


Last edited by erchima on November 25th 2013, 7:55 pm; edited 1 time in total
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Solved Re: 2014 widget naming

Post by TheCrow November 25th 2013, 7:54 pm

doesn't work..Sad 
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by erchima November 25th 2013, 8:00 pm

Marios94 wrote:doesn't work..Sad 
Try again

HTML:
Code:

<script language="javascript" src="https://sites.google.com/site/vikrymadzblogspotcom/vikrymadz/kembangapi.js"></script>
then put to Widget or generaties
Code:

<div style="position: fixed; bottom: 0px; right: 2px;"><br /><embed pluginspage="http://www.macromedia.com/go/getflashplayer" width="160" height="600" title="grab this widget @ widgetindex.blogspot" src="http://5433001315082274311-a-1802744773732722657-s-sites.googlegroups.com/site/widgetindex/fireworks.swf" wmode="transparent" type="application/x-shockwave-flash" quality="high"></embed></div>
to view the SWF CLICK HERE
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Solved Re: 2014 widget naming

Post by SLGray November 25th 2013, 8:00 pm

SLGray wrote:Please post your forum's address.


2014 widget naming 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 : 51452
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: 2014 widget naming

Post by TheCrow November 25th 2013, 8:03 pm

Forum address:

@ erchima: the code i want is for the javascript. How am i supposed to put it in the widget?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by SLGray November 25th 2013, 8:04 pm

Please post the code you wan to use. So you want to move the countdown down?


2014 widget naming 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 : 51452
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: 2014 widget naming

Post by erchima November 25th 2013, 8:06 pm

Marios94 wrote:
Forum address:

@ erchima: the code i want is for the javascript. How am i supposed to put it in the widget?
admin panel > modul > widget management > create new widget > put code to widget > save > drag and drop to position widget > save > then opn your page

your background is white xD may not be visible fireworks if your background is very bright
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Solved Re: 2014 widget naming

Post by TheCrow November 25th 2013, 8:08 pm

The code from the decoration topic, gave us this code:
Code:
$(function() {
    $.getScript("http://perso.numericable.fr/antonywar/NOEL/2013.js");
});
This is the 2014 countdown.. But this icon appears under the bars i have on the top.. i want it to go do to the right side and move down, about 5px..


@erchima: i dont want it in the widget column.. i want it on the logo up the top!Smile 
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by erchima November 25th 2013, 8:12 pm

Marios94 wrote:The code from the decoration topic, gave us this code:
Code:
$(function() {
    $.getScript("http://perso.numericable.fr/antonywar/NOEL/2013.js");
});
This is the 2014 countdown.. But this icon appears under the bars i have on the top.. i want it to go do to the right side and move down, about 5px..


@erchima: i dont want it in the widget column.. i want it on the logo up the top!Smile 
follow the mouse scroll?
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Solved Re: 2014 widget naming

Post by TheCrow November 25th 2013, 8:13 pm

No i want it to be still but where the logo is.. not where is the column of the widgets..
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by SLGray November 25th 2013, 8:14 pm

You could add it in an announcement or the homepage message.


2014 widget naming 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 : 51452
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: 2014 widget naming

Post by TheCrow November 25th 2013, 8:18 pm

So it can't be done? Sad 
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by SLGray November 25th 2013, 8:25 pm

I am having trouble checking the properties of the widget. Try adding the widget further down the side.


2014 widget naming 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 : 51452
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: 2014 widget naming

Post by TheCrow November 25th 2013, 8:26 pm

Τhat is the code. Its the same u have here.. but i want it to go somewhere else in the forum...
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by SLGray November 25th 2013, 8:29 pm

Wait a minute.  How do you have it set up right now?


2014 widget naming 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 : 51452
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: 2014 widget naming

Post by TheCrow November 25th 2013, 8:30 pm

2014 widget naming 2t9MepH
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by erchima November 25th 2013, 8:38 pm

try this code

put to js or generalities ( i forgot )

Code:

<script type='text/javascript'>
    $(document).ready(function() {
    $('img#closed').click(function(){
    $('#btm_banner').hide(90);
    });
    });
    </script>

    <script type="text/javascript">var a=navigator,b="userAgent",c="indexOf",f="&m=1",g="(^|&)m=",h="?",i="?m=1";function j(){var d=window.location.href,e=d.split(h);switch(e.length){case 1:return d+i;case 2:return 0<=e[1].search(g)?null:d+f;default:return null}}if(-1!=a[b][c]("Mobile")&&-1!=a[b][c]("WebKit")&&-1==a[b][c]("iPad")||-1!=a[b][c]("Opera Mini")||-1!=a[b][c]("IEMobile")){var k=j();k&&window.location.replace(k)};
    </script><script type="text/javascript">
    if (window.jstiming) window.jstiming.load.tick('headEnd');
    </script>

    <!--start: floating ads-->
    <div id="teaser2" style="width:autopx; height:0; text-align:left; display:scroll;position:fixed; top:0px;left:0px;">

    <div><a href="#" id="close-teaser" onclick="document.getElementById('teaser2').style.display = 'none';" style="cursor:pointer;"><center><img src='http://3.bp.blogspot.com/-gwsFvgzCBDE/UC5jBenZUoI/AAAAAAAACLU/xlY3lJEl2IY/s1600/PhoXo2.png'/></center></a></div>

    $(function() {
        $.getScript("http://perso.numericable.fr/antonywar/NOEL/2013.js");
    });

</div>
    <!--end: floating ads-->
    <!--start: floating ads-->
    <div id="teaser3" style="width:autopx; height:600; text-align:right; display:scroll;position:fixed; top:0px;right:0px;">

    <div><a href="#" id="close-teaser" onclick="document.getElementById('teaser3').style.display = 'none';" style="cursor:pointer;"><center><img src='http://3.bp.blogspot.com/-gwsFvgzCBDE/UC5jBenZUoI/AAAAAAAACLU/xlY3lJEl2IY/s1600/PhoXo2.png'/></center></a></div>

    $(function() {
        $.getScript("http://perso.numericable.fr/antonywar/NOEL/2013.js");
    });

</div>
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Solved Re: 2014 widget naming

Post by TheCrow November 25th 2013, 8:44 pm

nothing, sorry!
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by SLGray November 25th 2013, 8:45 pm

Is this where you got the code:  https://help.forumotion.com/t128443-christmas-new-year-decorations ?


Last edited by SLGray on November 25th 2013, 8:47 pm; edited 1 time in total


2014 widget naming 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 : 51452
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: 2014 widget naming

Post by TheCrow November 25th 2013, 8:46 pm

yes for there i got it..
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by SLGray November 25th 2013, 8:48 pm

I tried it in a widget and my homepage message. It changed the code if you do not added it to your JavaScript Management. It adds #35 to the beginning of the code.


2014 widget naming 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 : 51452
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: 2014 widget naming

Post by TheCrow November 25th 2013, 8:50 pm

which means?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: 2014 widget naming

Post by SLGray November 25th 2013, 8:54 pm

It has to be added to the JavaScript Management. We need to figure out now how to change its position.


2014 widget naming 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 : 51452
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

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