Widget for latest themes in forum expands itself.
+3
brandon_g
SLGray
smurfavr
7 posters
Page 2 of 2
Page 2 of 2 • 1, 2
Widget for latest themes in forum expands itself.
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.
Guest in forum sees so.
psp
In the site and other gadgets have changed size.
http://smurfa.bulgarianforum.net/portal
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.
Guest in forum sees so.
psp
In the site and other gadgets have changed size.
http://smurfa.bulgarianforum.net/portal
Re: Widget for latest themes in forum expands itself.
In the portal to all widget default problem. http://smurfa.bulgarianforum.net/portal
Re: Widget for latest themes in forum expands itself.
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.
Guest- Guest
Re: Widget for latest themes in forum expands itself.
Gadgets default have been expanded. Widgets created by me are normal size.
psp
Code is inserted, but no change.
psp
Code is inserted, but no change.
Re: Widget for latest themes in forum expands itself.
Can you post here your CSS code? You can found it @ Admin Panel > Display > Colors > CSS tab.
Guest- Guest
Re: Widget for latest themes in forum expands itself.
- 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 }
Re: Widget for latest themes in forum expands itself.
I'm having the same kind of problem, but, the widgets are also becoming small.
Re: Widget for latest themes in forum expands itself.
Is the issue only in the customized widgets?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Widget for latest themes in forum expands itself.
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.
Re: Widget for latest themes in forum expands itself.
@smurfavr, try this one instead: (Remove all the codes in your CSS stylesheet and replace it with this one)
----------------------
@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:
#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;
}
Guest- Guest
Re: Widget for latest themes in forum expands itself.
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>
Guest- Guest
Re: Widget for latest themes in forum expands itself.
@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.
Re: Widget for latest themes in forum expands itself.
@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)
- 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;
}
Guest- Guest
Re: Widget for latest themes in forum expands itself.
@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.
Re: Widget for latest themes in forum expands itself.
@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.
Re: Widget for latest themes in forum expands itself.
Go to Admin Panel > Forum > Configuration > Description: (put the codes inside the field/box next to it.)
Guest- Guest
Re: Widget for latest themes in forum expands itself.
Did you delete the stylesheet and then add the one posted here?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Widget for latest themes in forum expands itself.
Try going to Admin Panel > Templates > General > overall_header > Click the :
- Find this part: (use ctrl f or search it)
- After finding it, add this one at the top of it:
- 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>
Guest- Guest
Re: Widget for latest themes in forum expands itself.
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
http://cherryblossomsims.forumieren.com/forum
Re: Widget for latest themes in forum expands itself.
This is a global problem, but nobody wants to report to the technicians.
Re: Widget for latest themes in forum expands itself.
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.
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.
Re: Widget for latest themes in forum expands itself.
Before this problem was gone. If technicians can fix if the problem is the length of the title.
Re: Widget for latest themes in forum expands itself.
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
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
Page 2 of 2 • 1, 2
Similar topics
» Latest Post widget as well as the Latest Topic widget
» Latest Topic Widget
» Latest Publications widget
» Latest Topic Widget
» 2 Qs about Latest Topics widget
» Latest Topic Widget
» Latest Publications widget
» Latest Topic Widget
» 2 Qs about Latest Topics widget
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum