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.

Widget for latest themes in forum expands itself.

+3
brandon_g
SLGray
smurfavr
7 posters

Page 2 of 2 Previous  1, 2

Go down

In progress Widget for latest themes in forum expands itself.

Post by smurfavr Sat Apr 25, 2015 10:16 am

First topic message reminder :

Widget for latest themes in forum expands itself.Registered user sees an expanded widget. Guests forum see it full size. How do widget to see normal for all? I have not made any changes to the forum. http://smurfa.bulgarianforum.net/

Registered user sees so.

Widget for latest themes in forum expands itself. - Page 2 8072429f

Guest in forum sees so.

Widget for latest themes in forum expands itself. - Page 2 8072442M

psp
In the site and other gadgets have changed size.
http://smurfa.bulgarianforum.net/portal
smurfavr
smurfavr
Active Poster

Male Posts : 1881
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down


In progress Re: Widget for latest themes in forum expands itself.

Post by smurfavr Fri May 01, 2015 10:08 am

In the portal to all widget default problem. http://smurfa.bulgarianforum.net/portal
smurfavr
smurfavr
Active Poster

Male Posts : 1881
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Guest Fri May 01, 2015 11:10 am

E-Mark wrote:Try adding this to your CSS:
Code:
#content-container #right {
width: 200px !important;
}

Try applying the code given above to fix the widget positioning in your forum, now about your forum portal, i don't see any problems regarding it.
avatar
Guest
Guest


Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by smurfavr Fri May 01, 2015 11:31 am

Gadgets default have been expanded. Widgets created by me are normal size.

Widget for latest themes in forum expands itself. - Page 2 8085978U

psp
Code is inserted, but no change.
smurfavr
smurfavr
Active Poster

Male Posts : 1881
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Guest Fri May 01, 2015 12:24 pm

Can you post here your CSS code? You can found it @ Admin Panel > Display > Colors > CSS tab.
avatar
Guest
Guest


Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by smurfavr Fri May 01, 2015 2:54 pm

Code:

html {
overflow-x:hidden !important;
}

td.row1.over img{margin-right:10%;}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
}
div.postbody + span.gensmall {
color:#909090;
font-size:10px;
font-weight:bold;
}
a.mainmenu[href="/portal"] { font-size:0; }
a.mainmenu[href="/portal"]:after {
font-size:11px !important;
content:"Сайт" !important;
}
a.mainmenu[href="/"] { font-size:0; }
a.mainmenu[href="/"]:after {
font-size:11px !important;
content:"Форум" !important;
}
a.mainmenu[href="/groups"]{
    display: none;
}
a.mainmenu:hover {
text-shadow:0px 3px 3px #f00000;
}
.sceditor-button-dailymotion, .sceditor-button-source { display:none !important; }
#login_popup .row1 {
    background-image:url(http://i58.servimg.com/u/f58/16/34/78/03/pop_up11.png);
    background-repeat:no-repeat;
    background-position:center;
}
.post .postbody div span[style="color:#f00"] { color:#6EE668 !important; }
.row3 a[href^="/u"] { background:url(http://i39.servimg.com/u/f39/16/34/78/03/glitte10.gif); }
.vote {
    width: 24px; / *-- Width of the image chosen --* /
}
a.gensmall[style="color: #2CBD1E"] {
  background:url('  http://i39.servimg.com/u/f39/16/34/78/03/admin11.png') no-repeat;
  padding-left:15px;
}
a.gensmall[style="color: #0837F5"] {
  background:url('http://i39.servimg.com/u/f39/16/34/78/03/modera12.png') no-repeat;
  padding-left:15px;
}
a.gensmall[style="color: #EB1733"] {
  background:url('http://i39.servimg.com/u/f39/16/34/78/03/vip210.png') no-repeat;
  padding-left:15px;
}
a.gensmall[style="color: #A830BA"] {
  background:url('http://i39.servimg.com/u/f39/16/34/78/03/server14.png') no-repeat;
  padding-left:15px;
}
a.gensmall[style="color: #F0721D"] {
  background:url('http://i39.servimg.com/u/f39/16/34/78/03/hl-fen10.png') no-repeat;
  padding-left:16px;
}
a.gensmall[style="color: #8A8787"] {
  background:url('http://i39.servimg.com/u/f39/16/34/78/03/rang_n10.png') no-repeat;
  padding-left:15px;
}
.selectCode { float:right; text-transform: uppercase; cursor:pointer; }
div.cont_code { clear: right; }
.codebox { max-width:500px; }
.code {
    max-width: 500px;
}
input, select, textarea {
    color: #D5D2D2;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    border-color: #D5D2D2;
    font-variant: normal;
    font-weight: bold;
}
td.row1.over img { margin:0 }
smurfavr
smurfavr
Active Poster

Male Posts : 1881
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Ellianna17 Sat May 02, 2015 2:07 am

I'm having the same kind of problem, but, the widgets are also becoming small. Sad
Ellianna17
Ellianna17
Forumember

Female Posts : 539
Reputation : 126
Language : English, Filipino, and Basic Spanish

http://winxclub.site-forums.com

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by SLGray Sat May 02, 2015 6:14 am

Is the issue only in the customized widgets?


Widget for latest themes in forum expands itself. - Page 2 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 : 51555
Reputation : 3524
Language : English
Location : United States

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

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Ellianna17 Sat May 02, 2015 8:28 am

SLGray wrote:Is the issue only in the customized widgets?

Only one widget expanded in my forum i.e. RP Announcement, which is a customized widget; the rest, except "Log In", became smaller even if it's not a customized widget.
Ellianna17
Ellianna17
Forumember

Female Posts : 539
Reputation : 126
Language : English, Filipino, and Basic Spanish

http://winxclub.site-forums.com

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Guest Sat May 02, 2015 9:10 am

@smurfavr, try this one instead: (Remove all the codes in your CSS stylesheet and replace it with this one)
Code:
#content-container #right {
width: 200px !important;
}

html {
overflow-x:hidden !important;
}

td.row1.over img{margin-right:10%;}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
}
div.postbody + span.gensmall {
color:#909090;
font-size:10px;
font-weight:bold;
}
a.mainmenu[href="/portal"] { font-size:0; }
a.mainmenu[href="/portal"]:after {
font-size:11px !important;
content:"Сайт" !important;
}
a.mainmenu[href="/"] { font-size:0; }
a.mainmenu[href="/"]:after {
font-size:11px !important;
content:"Форум" !important;
}
a.mainmenu[href="/groups"]{
    display: none;
}
a.mainmenu:hover {
text-shadow:0px 3px 3px #f00000;
}
.sceditor-button-dailymotion, .sceditor-button-source { display:none !important; }
#login_popup .row1 {
    background-image:url(http://i58.servimg.com/u/f58/16/34/78/03/pop_up11.png);
    background-repeat:no-repeat;
    background-position:center;
}
.post .postbody div span[style="color:#f00"] { color:#6EE668 !important; }
.row3 a[href^="/u"] { background:url(http://i39.servimg.com/u/f39/16/34/78/03/glitte10.gif); }
.vote {
    width: 24px; / *-- Width of the image chosen --* /
}
a.gensmall[style="color: #2CBD1E"] {
  background:url('  http://i39.servimg.com/u/f39/16/34/78/03/admin11.png') no-repeat;
  padding-left:15px;
}
a.gensmall[style="color: #0837F5"] {
  background:url('http://i39.servimg.com/u/f39/16/34/78/03/modera12.png') no-repeat;
  padding-left:15px;
}
a.gensmall[style="color: #EB1733"] {
  background:url('http://i39.servimg.com/u/f39/16/34/78/03/vip210.png') no-repeat;
  padding-left:15px;
}
a.gensmall[style="color: #A830BA"] {
  background:url('http://i39.servimg.com/u/f39/16/34/78/03/server14.png') no-repeat;
  padding-left:15px;
}
a.gensmall[style="color: #F0721D"] {
  background:url('http://i39.servimg.com/u/f39/16/34/78/03/hl-fen10.png') no-repeat;
  padding-left:16px;
}
a.gensmall[style="color: #8A8787"] {
  background:url('http://i39.servimg.com/u/f39/16/34/78/03/rang_n10.png') no-repeat;
  padding-left:15px;
}
.selectCode { float:right; text-transform: uppercase; cursor:pointer; }
div.cont_code { clear: right; }
.codebox { max-width:500px; }
.code {
    max-width: 500px;
}
input, select, textarea {
    color: #D5D2D2;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    border-color: #D5D2D2;
    font-variant: normal;
    font-weight: bold;
}
td.row1.over img { margin:0 }

----------------------

Divine_Beauty wrote:
SLGray wrote:Is the issue only in the customized widgets?

Only one widget expanded in my forum i.e. RP Announcement, which is a customized widget; the rest, except "Log In", became smaller even if it's not a customized widget.

@Divine_Beauty, regarding your case, after checking your website, the image on the widget cause the problem, try adding this to your CSS to fix the problem:

Code:
img[src="http://upload.wikimedia.org/wikipedia/fr/0/0f/Logo_winx_club_offical_website.png"] {
width: 160px !important;
}
avatar
Guest
Guest


Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by smurfavr Sat May 02, 2015 10:37 am

@Mark
I tried, but the problem still has it.
smurfavr
smurfavr
Active Poster

Male Posts : 1881
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Guest Sat May 02, 2015 11:39 am

I don't know why the stylesheet is not reading the code, anyway i got an idea, try going to Admin Panel > Forum > Configuration: (Add this on the site description field then save)
Code:
<style>#content-container #right { width: 200px !important; }</style>
avatar
Guest
Guest


Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Ellianna17 Sat May 02, 2015 11:55 am

@Mark wrote:I don't know why the stylesheet is not reading the code, anyway i got an idea, try going to Admin Panel > Forum > Configuration: (Add this on the site description field then save)
Code:
<style>#content-container #right { width: 200px !important; }</style>

I tried it, but it didn't work for me. :/
Ellianna17
Ellianna17
Forumember

Female Posts : 539
Reputation : 126
Language : English, Filipino, and Basic Spanish

http://winxclub.site-forums.com

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Guest Sat May 02, 2015 1:08 pm

@Divine_Beauty:
- Hello! You should be creating another topic about your problem for us to avoid any confusion here, anyway, the code i gave to him differs from your problem, in your case, please try the code i do provide in my previous post.

Here: (Put it in your CSS)
Code:
img[src="http://upload.wikimedia.org/wikipedia/fr/0/0f/Logo_winx_club_offical_website.png"] {
width: 160px !important;
}
avatar
Guest
Guest


Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Ellianna17 Sat May 02, 2015 2:17 pm

@Mark wrote:@Divine_Beauty:
- Hello! You should be creating another topic about your problem for us to avoid any confusion here, anyway, the code i gave to him differs from your problem, in your case, please try the code i do provide in my previous post.

Here: (Put it in your CSS)
Code:
img[src="http://upload.wikimedia.org/wikipedia/fr/0/0f/Logo_winx_club_offical_website.png"] {
width: 160px !important;
}

Thanks! And yes, I will open another thread. Mr. Green
Ellianna17
Ellianna17
Forumember

Female Posts : 539
Reputation : 126
Language : English, Filipino, and Basic Spanish

http://winxclub.site-forums.com

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by smurfavr Sat May 02, 2015 3:54 pm

@Mark wrote:I don't know why the stylesheet is not reading the code, anyway i got an idea, try going to Admin Panel > Forum > Configuration: (Add this on the site description field then save)
Code:
<style>#content-container #right { width: 200px !important; }</style>

I did not understand where to put the code.
smurfavr
smurfavr
Active Poster

Male Posts : 1881
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Guest Sat May 02, 2015 4:49 pm

Go to Admin Panel > Forum > Configuration > Description: (put the codes inside the field/box next to it.)
avatar
Guest
Guest


Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by smurfavr Sat May 02, 2015 6:51 pm

I tried, but the problem still has it.
smurfavr
smurfavr
Active Poster

Male Posts : 1881
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by SLGray Sat May 02, 2015 7:46 pm

Did you delete the stylesheet and then add the one posted here?


Widget for latest themes in forum expands itself. - Page 2 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 : 51555
Reputation : 3524
Language : English
Location : United States

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

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Guest Sun May 03, 2015 8:37 am

Try going to Admin Panel > Templates > General > overall_header > Click the Widget for latest themes in forum expands itself. - Page 2 Editer:
- Find this part: (use ctrl f or search it)
Code:
</head>

- After finding it, add this one at the top of it:
Code:
<style>#content-container #right { width: 200px !important; }</style>
avatar
Guest
Guest


Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by smurfavr Sun May 03, 2015 11:44 am

@Mark
It did not work.


@SLGray
I did not understand what I should do.
smurfavr
smurfavr
Active Poster

Male Posts : 1881
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by tillytiger99 Sun May 17, 2015 12:58 pm

Im having the same problem. I have not edited the site for a while, but when i visited this morning, one widget box is stretched, the others are still the same? Is there a fix for this?
http://cherryblossomsims.forumieren.com/forum
avatar
tillytiger99
Forumember

Posts : 88
Reputation : 9
Language : english

http://cherryblossomsims.forumieren.com/forum

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by smurfavr Sun May 17, 2015 7:08 pm

This is a global problem, but nobody wants to report to the technicians. :/
smurfavr
smurfavr
Active Poster

Male Posts : 1881
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Sir. Mayo Sun May 17, 2015 7:26 pm

smurfavr wrote:@Mark
It did not work.


@SLGray
I did not understand what I should do.
I think SLGary wants you to remove your stylesheet.
To do so:

1. Log into your forum and access the “Administrator Panel”
2. Select “Display”
3. Select “Colors”
4. You should now be able to select the “CSS Style Sheet” tab'
Copy and paste whats in there to a text document, and save it.

Then back in your acp select the css on on the page and remove it press save.

smurfavr wrote:This is a global problem, but nobody wants to report to the technicians. Widget for latest themes in forum expands itself. - Page 2 Ohwell

You may be correct i have seen this on at least 4-5 other forums.



EDIT: A user who had the same problem reported that their topic titles caused the issue. See if you have topic titles that are longer then the other ones.
Sir. Mayo
Sir. Mayo
Forumember

Male Posts : 978
Reputation : 90
Language : English, Some french.
Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

http://sir-mayo.forumotion.com/

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by smurfavr Sun May 17, 2015 7:37 pm

Before this problem was gone. If technicians can fix if the problem is the length of the title.
smurfavr
smurfavr
Active Poster

Male Posts : 1881
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: Widget for latest themes in forum expands itself.

Post by Sir. Mayo Sun May 17, 2015 11:10 pm

Hello,


I do not think the technicians need to edit the topic lengths, because you are able to change them in your ACP.

Go to your ACP  General   Messages and e-mails Configuration Topics title length :

from there you can change the maximum and minimum

Then you want to press  Save 
Sir. Mayo
Sir. Mayo
Forumember

Male Posts : 978
Reputation : 90
Language : English, Some french.
Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

http://sir-mayo.forumotion.com/

Back to top Go down

Page 2 of 2 Previous  1, 2

Back to top

- Similar topics

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