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.
The forum of the forums
4 posters

    In what template I can add html element..

    avatar
    Guest
    Guest


    Solved In what template I can add html element..

    Post by Guest February 10th 2022, 10:57 pm

    I what template I can add HTML element that can be placed in the contianer (not inde_body or index_box)? When you open page, I want (for example div with image in it) to be positioned bottom right. But can't find wrap div to put it in. Sad


    Last edited by System32 on February 12th 2022, 9:58 am; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: In what template I can add html element..

    Post by SLGray February 10th 2022, 11:11 pm

    I am sorry, but I do not understand what you want.  Are you wanting to add an image at the bottom right of your forum?



    In what template I can add html element.. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Guest
    Guest


    Solved Re: In what template I can add html element..

    Post by Guest February 10th 2022, 11:17 pm

    SLGray wrote:I am sorry, but I do not understand what you want.  Are you wanting to add an image at the bottom right of your forum?
    I hope this image will simplfiy what I want to do:

    In what template I can add html element.. Screen27
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: In what template I can add html element..

    Post by skouliki February 11th 2022, 7:37 am

    for appearance issues it is better that we have your forum URL and version so we can help you faster

    avatar
    Guest
    Guest


    Solved Re: In what template I can add html element..

    Post by Guest February 11th 2022, 10:18 am

    skouliki wrote:for appearance issues it is better that we have your forum URL and version so we can help you faster
    https://srpska-it-ucionica.forumotion.me/
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: In what template I can add html element..

    Post by skouliki February 11th 2022, 10:54 am

    phpBB3?

    is that arrow supposed to page up the forum? caus ewe have a tutorial for this

    avatar
    Guest
    Guest


    Solved Re: In what template I can add html element..

    Post by Guest February 11th 2022, 11:04 am

    skouliki wrote:phpBB3?

    is that arrow supposed to page up the forum? caus ewe have a tutorial for this
    Yes, that's what that arrow is about to do. So I was trying alone to do so, because JS isn't hard but if you have tutorial, great.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: In what template I can add html element..

    Post by skouliki February 11th 2022, 11:09 am

    to do it by yourself and to have this result add this code to your CSS

    In what template I can add html element.. Scre2617

    Code:

    #scroll_to_top {
        margin-left: 951px;
        position: absolute;
        margin-top: 200px;
    }

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

    the tutorial is this https://help.forumotion.com/t133753-add-up-down-buttons

    avatar
    Guest
    Guest


    Solved Re: In what template I can add html element..

    Post by Guest February 11th 2022, 11:37 am

    skouliki wrote:to do it by yourself and to have this result add this code to your CSS

    In what template I can add html element.. Scre2617

    Code:

    #scroll_to_top {
     Â   margin-left: 951px;
     Â   position: absolute;
     Â   margin-top: 200px;
    }

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

    the tutorial is this https://help.forumotion.com/t133753-add-up-down-buttons

    That won't work for the reason I explained in first post. I must know where to add HTML. I put it in the wrong place. Using css is not a big issue. But problem is where to put html.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: In what template I can add html element..

    Post by skouliki February 11th 2022, 11:39 am

    the same place you add the arrow try to add the HTML
    but why make circles since we have a functional tutorial

    avatar
    Guest
    Guest


    Solved Re: In what template I can add html element..

    Post by Guest February 11th 2022, 12:01 pm

    Alright, share with me that tutorial Very Happy
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: In what template I can add html element..

    Post by skouliki February 11th 2022, 2:32 pm

    i did in my above post

    avatar
    Guest
    Guest


    Solved Re: In what template I can add html element..

    Post by Guest February 11th 2022, 4:57 pm

    skouliki wrote:i did in my above post
    I tried that tutorial before but it doesn't work for me. It should be one above other. 

    https://srpska-it-ucionica.forumotion.me/
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: In what template I can add html element..

    Post by skouliki February 11th 2022, 8:13 pm

    can you give us a screenshot of the result you want to succeed please

    It is working for me


    Last edited by skouliki on February 11th 2022, 9:01 pm; edited 1 time in total

    Jucarese
    Jucarese
    Hyperactive


    Male Posts : 2539
    Reputation : 118
    Language : spanish
    Location : SSF Admin

    Solved Re: In what template I can add html element..

    Post by Jucarese February 11th 2022, 8:55 pm

    avatar
    Guest
    Guest


    Solved Re: In what template I can add html element..

    Post by Guest February 11th 2022, 9:17 pm

    Yes, yes. It does work, however there should be only one arrow and that one should point to top. Only to top, no need for bottom scroll. Very Happy
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: In what template I can add html element..

    Post by SarkZKalie February 11th 2022, 9:23 pm

    You can freely add any html to overall_footer or overall_header, as long as they don't affect the whole site



    In what template I can add html element.. Sarkzk10
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: In what template I can add html element..

    Post by SLGray February 11th 2022, 9:28 pm

    So you want to remove the down arrow?



    In what template I can add html element.. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Guest
    Guest


    Solved Re: In what template I can add html element..

    Post by Guest February 12th 2022, 9:58 am

    SLGray wrote:So you want to remove the down arrow?
    Ok, I removed down arrow. It was in JS file. I was just to lazy to search for it.  What a Face
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: In what template I can add html element..

    Post by skouliki February 12th 2022, 12:38 pm

    marked as solved

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



      Current date/time is September 23rd 2024, 11:23 am