Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 12 users online :: 0 Registered, 0 Hidden and 12 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
[SOLVED] Widgets below instead of left/right?
Page 2 of 2 • Share
Page 2 of 2 • 1, 2
Here you can see what I see just through reloading the page:
method 1:
https://i.servimg.com/u/f86/16/43/86/96/hgjlhg10.png
method 2:
https://i.servimg.com/u/f86/16/43/86/96/fghjh10.png
method 1:
https://i.servimg.com/u/f86/16/43/86/96/hgjlhg10.png
method 2:
https://i.servimg.com/u/f86/16/43/86/96/fghjh10.png
@Ange Tuteur I'm using this css
and this template edit
And as I know is this part for the design for who is online list title, which appears in both methods different as you can see:
If you need an account with admin rights again, the account I sent you is still working. Feel free to use.
- Code:
/* Statistik */
#fa_stats {
background: #2E3133 none repeat scroll 0% 0%;
color: #FFF;
font-family: Arial,Verdana,sans-serif;
padding: 15px 0px;
text-align: center;
font-size: 10px;
}
.stat_label {
background: #F2F2F2 none repeat scroll 0% 0%;
border-radius: 3px;
color: #2E3133;
display: inline-block;
font-size: 0px;
margin: 0px 12px 0px 3%;
padding: 6px 12px;
vertical-align: middle;
}
.stat_label strong {
display: inline-block;
font-size: 14px;
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
}
.text_label {
font-size: 14px;
font-weight: 700;
margin-right: 7.5%;
text-transform: uppercase;
}
.qeel_title {
background: #369FCF none repeat scroll 0% 0%;
color: #FFF;
font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
font-size: 16px;
font-weight: 700;
padding: 5px 6px;
text-transform: uppercase;
}
.qeel_title a {
color: #FFF;
}
.qeel_section {
background: #FAFAFA none repeat scroll 0% 0%;
color: #333;
font-size: 11px;
padding: 8px 6px;
}
and this template edit
- Code:
<div id="fa_stats">
<span class="stat_label">{TOTAL_POSTS} {TOTAL_TOPICS}</span><span class="text_label">Beiträge</span>
<span class="stat_label">{TOTAL_USERS}</span><span class="text_label">Mitglieder</span>
<span class="stat_label"><span style="color:##2e3133">{NEWEST_USER}</span></span><span class="text_label">Neuestes Mitglied</span>
</div>
And as I know is this part for the design for who is online list title, which appears in both methods different as you can see:
- Code:
.qeel_title {
background: #369FCF none repeat scroll 0% 0%;
color: #FFF;
font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
font-size: 16px;
font-weight: 700;
padding: 5px 6px;
text-transform: uppercase;
}
If you need an account with admin rights again, the account I sent you is still working. Feel free to use.
I found the problem, the CSS you use to style the who is online relies on a rule like this :
To solve the problem I simply added this class to the right column, along with some CSS modifications so it doesn't take on appearance of this className.
- Code:
.forabg +
To solve the problem I simply added this class to the right column, along with some CSS modifications so it doesn't take on appearance of this className.
- Code:
$(function() {
$('#right').addClass('forabg').css({
background : 'none',
boxShadow : 'none'
}).insertBefore($('.linklist:last', '#main-content'));
});
@Ange Tuteur Thank you, the problem with a different footer statistic design is solved.
But there are still the other problems.
Through reloading the page
- the toolbar disappears
- the tab menu for categories disappears
- and the widgets moved to the bottom of the forum again
I know, it's very strange and maybe difficult for you to find the problem, but please have a look at it, Ange. The account with admin rights will still active.
You're the only one who could find the problem. :/
But there are still the other problems.
Through reloading the page
- the toolbar disappears
- the tab menu for categories disappears
- and the widgets moved to the bottom of the forum again
I know, it's very strange and maybe difficult for you to find the problem, but please have a look at it, Ange. The account with admin rights will still active.
You're the only one who could find the problem. :/
Last edited by schiggysboard on Sat 28 May 2016, 06:22; edited 1 time in total
If I see it right, it's firefox on desktop computer and mobile device. :/
Don't you perceive it? Open my forum and you see one of the two alternatives. If you reload the page, you will see the other alternative.
Don't you perceive it? Open my forum and you see one of the two alternatives. If you reload the page, you will see the other alternative.
Hey,
Sorry for the wait. I gave it a try on Firefox, however, I still cannot seem to replicate the issue you spoke of. I'm not really sure what to do at this point.
Sorry for the wait. I gave it a try on Firefox, however, I still cannot seem to replicate the issue you spoke of. I'm not really sure what to do at this point.
@Ange Tuteur It seems like other users in my forum have the same problem with every browsers.
Damn...
Damn...
I'm not sure what to say.. for whatever reason I can't see the problem you're experiencing. You can try one more thing which might work. When the problem occurs go to File > Save As ( or press ctrl + s ) to save the page. After this, add the files to an archive and upload them to a file sharing site like mediafire so I can download the page.
I'm not sure if it'll work the way I'm thinking, but it's worth a try.
I'm not sure if it'll work the way I'm thinking, but it's worth a try.
@Ange Tuteur
Download:
http://www54.zippyshare.com/v/kvo3pR95/file.html
Explanation for the two folders in .rar file:
Method 1:
Toolbar and tab menu appear, widgets are right placed.
Method 2:
Toolbar and tab menu disappear, widgets aren't right placed.
Download:
http://www54.zippyshare.com/v/kvo3pR95/file.html
Explanation for the two folders in .rar file:
Method 1:
Toolbar and tab menu appear, widgets are right placed.
Method 2:
Toolbar and tab menu disappear, widgets aren't right placed.
Hi sorry for the wait. I gave it a try with those files, but still nothing. These are the only errors I get while viewing your forum, but they don't seem to mess with anything. I'd still recommend cleaning them up if you can.
It appears to be related to some kind of status updater.
Also, something that might allow me some insight is the following :
When the error occurs for you try opening the console ( usually F12 key or "Inspect Element" via context menu ), and go to the console tab. It should show you what went wrong. If you could copy / paste or take a picture of it, that might help me.
It appears to be related to some kind of status updater.
Also, something that might allow me some insight is the following :
When the error occurs for you try opening the console ( usually F12 key or "Inspect Element" via context menu ), and go to the console tab. It should show you what went wrong. If you could copy / paste or take a picture of it, that might help me.
@Ange Tuteur
https://i.servimg.com/u/f35/16/43/86/96/fdghjg10.png
Are you able to fix that with the account I gave you via PM? Unfortunately I can't do anything with the error message. :/Ange Tuteur wrote:Hi sorry for the wait. I gave it a try with those files, but still nothing. These are the only errors I get while viewing your forum, but they don't seem to mess with anything. I'd still recommend cleaning them up if you can.
https://i.servimg.com/u/f35/18/45/41/65/captur11.png
It appears to be related to some kind of status updater.
The result was this error message:Ange Tuteur wrote:Also, something that might allow me some insight is the following :
When the error occurs for you try opening the console ( usually F12 key or "Inspect Element" via context menu ), and go to the console tab. It should show you what went wrong. If you could copy / paste or take a picture of it, that might help me.
https://i.servimg.com/u/f35/16/43/86/96/fdghjg10.png
That error isn't too much to worry about since it doesn't hinder anything. If you can't find it don't worry.
That's a bit helpful, do you have any scripts in JS codes management which modify the editor toolbar ? It looks like it's for the maximize button. Post the script here when you find it.
That's a bit helpful, do you have any scripts in JS codes management which modify the editor toolbar ? It looks like it's for the maximize button. Post the script here when you find it.
@Ange Tuteur
Yes, I have this script for the maximize button:Ange Tuteur wrote:That's a bit helpful, do you have any scripts in JS codes management which modify the editor toolbar ? It looks like it's for the maximize button. Post the script here when you find it.
- Code:
$(function(){
if (!$.sceditor) return;
toolbar = toolbar.replace(/source/,'maximize,source');
$(function() {
var sce = $('#text_editor_textarea').sceditor('instance'), fa = document.getElementById('fa_toolbar');
$('.sceditor-button-maximize')[0].onclick = function() {
if (!fa) return;
sce.maximize() && (fa.style.display = 'none');
!sce.maximize() && (fa.style.display = '');
};
});
});
Perfect
From what I could tell, the toolbar variable wasn't defined even though the sceditor was. The thing is, this variable needs to be defined for Forumotion's editor toolbar options to show up. Weird, nonetheless I'll update that script.
From what I could tell, the toolbar variable wasn't defined even though the sceditor was. The thing is, this variable needs to be defined for Forumotion's editor toolbar options to show up. Weird, nonetheless I'll update that script.
- Sponsored content
Page 2 of 2 • 1, 2
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum