FM Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.

IMPORTANT

FM Design is in read-only mode, please click here for more information.

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

Recent Tutorials
Top posting users this month

Who is online?
In total there are 11 users online :: 0 Registered, 0 Hidden and 11 Guests

None

[ View the whole list ]


Most users ever online was 515 on Tue 14 Sep 2021, 15:24

[SOLVED] Widgets below instead of left/right?

Page 2 of 2 Previous  1, 2

View previous topic View next topic Go down

schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Sat 21 May 2016, 09:28

First topic message reminder :

Hi,

is it possible (maybe through javascript) to put widgets below to the forum instead of left/right?

Thanks in advance.

schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Fri 27 May 2016, 11:02

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
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12043
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Fri 27 May 2016, 11:08

What are you using to change the statistics part of the forum ? As I see it now, it looks like "method 2"
schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Fri 27 May 2016, 11:13

@Ange Tuteur I'm using this css
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.
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12043
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Fri 27 May 2016, 11:37

I found the problem, the CSS you use to style the who is online relies on a rule like this :
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'));
});
schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Fri 27 May 2016, 11:49

@Ange Tuteur Thank you, the problem with a different footer statistic design is solved.

But there are still the other problems. Flustered
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
SLGray
SLGray
Valued Member
Gender : Male
Age : 51
Posts : 2465
Points : 7136
Reputation : 290
Location : United States
Language : English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : ModernBB
http://www.fmthemes.forumotion.com https://www.facebook.com/FM-Themes-655055824604957 https://twitter.com/FMThemes https://pinterest.com/FMThemes

PostSLGray Fri 27 May 2016, 17:14

The most tagged usernames widget should work correctly now.
schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Tue 31 May 2016, 12:25

bump Neutral
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12043
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Tue 31 May 2016, 13:50

I'm sorry, but I can't seem to reproduce the issue. Does this occur on a certain browser or platform ?
schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Tue 31 May 2016, 15:01

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.
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12043
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Tue 31 May 2016, 21:15

I asked, because I reloaded the page numerous times on Chrome and I didn't encounter any problems. I'll take a look on Firefox tomorrow. Salute
schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Wed 01 Jun 2016, 04:02

Thank you. Smile
schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Mon 06 Jun 2016, 09:18

Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12043
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Tue 07 Jun 2016, 06:49

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. Think
schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Wed 08 Jun 2016, 12:37

@Ange Tuteur It seems like other users in my forum have the same problem with every browsers. pale
Damn...
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12043
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Thu 09 Jun 2016, 07:54

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.
schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Thu 09 Jun 2016, 11:47

@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.
schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Mon 13 Jun 2016, 12:59

@Ange Tuteur bump :/
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12043
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Tue 14 Jun 2016, 10:53

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.
[SOLVED] Widgets below instead of left/right? - Page 2 Captur11
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.
schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Tue 14 Jun 2016, 13:45

@Ange Tuteur
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.
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: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.
The result was this error message:
https://i.servimg.com/u/f35/16/43/86/96/fdghjg10.png
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12043
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Thu 16 Jun 2016, 06:32

That error isn't too much to worry about since it doesn't hinder anything. If you can't find it don't worry. Wink

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. Salute
schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Thu 16 Jun 2016, 08:02

@Ange Tuteur
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. Salute
Yes, I have this script for the maximize button:
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 = '');
    };
  });
});
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12043
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Fri 17 Jun 2016, 11:22

Perfect Rose

Try replacing this part :
Code:
if (!$.sceditor) return;

With this :
Code:
if (!$.sceditor || !toolbar) return;
schiggysboard
schiggysboard

Gender : Male
Posts : 79
Points : 3725
Reputation : 20
Language : German, English
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : phpBB3
http://www.schiggysboard.com/

Postschiggysboard Mon 20 Jun 2016, 07:15

Thank you, @Ange Tuteur, I think the problem is solved. Smile
Otherwise I will tell you.
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12043
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Mon 20 Jun 2016, 09:35

Perfect Very good

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. Think
Sponsored content

PostSponsored content

Page 2 of 2 Previous  1, 2

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

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