"Recent topics" widget embedding? - Page 2 Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
5 posters

    "Recent topics" widget embedding?

    avatar
    Fabricator
    New Member


    Posts : 17
    Reputation : 1
    Language : English

    Solved "Recent topics" widget embedding?

    Post by Fabricator August 31st 2014, 10:01 am

    First topic message reminder :

    Hi guys,

    Is it possible to get some kind of embed code for the "Recent topics" widget of my forumotion forum so I can add it to my shopify site?
    I use PunBB template.

    Your good advice is highly appriciated.

    Best regards,
    Amir.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: "Recent topics" widget embedding?

    Post by TheCrow August 31st 2014, 9:55 pm

    Ange Tuteur wrote:This will only change the background of the iframe, not the elements in the window. Once the window is loaded the background color is determined by the color of the body tag on the forum itself.

    I checked your forums sheet and didn't see this color. Try adding this rule to the stylesheet on your forumotion forum :
    Display > Colors > CSS stylesheet

    Code:
    body { background-color:#FFF; }

    Change #FFF to any color you want.
    He has to change it through his forum because the javascript he gets is from his forum?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: "Recent topics" widget embedding?

    Post by Ange Tuteur August 31st 2014, 9:57 pm

    MrMind wrote:He has to change it through his forum because the javascript he gets is from his forum?
    Think of the iframe as another tab which is opened on his forum. Any changes to the widget, stylistically, have to be done on the forum itself.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: "Recent topics" widget embedding?

    Post by TheCrow August 31st 2014, 10:03 pm

    Oh. Now i get it. Thanks a lot!



    "Recent topics" widget embedding? - Page 2 Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    avatar
    Fabricator
    New Member


    Posts : 17
    Reputation : 1
    Language : English

    Solved Re: "Recent topics" widget embedding?

    Post by Fabricator August 31st 2014, 10:04 pm

    Sorry guys,
    did both changes but still get a blue backgournd :-(
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: "Recent topics" widget embedding?

    Post by TheCrow August 31st 2014, 10:09 pm

    Replace the code in your css with this one:
    Code:
    body { background-color:#FFF!important; }



    "Recent topics" widget embedding? - Page 2 Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    avatar
    Fabricator
    New Member


    Posts : 17
    Reputation : 1
    Language : English

    Solved Re: "Recent topics" widget embedding?

    Post by Fabricator August 31st 2014, 10:19 pm

    Great!!! Got my color!!! Thanks.
    Now, for my last question - how can i control the width of the text coulmn? now its too narrow (PIC attached)"Recent topics" widget embedding? - Page 2 Screen13
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: "Recent topics" widget embedding?

    Post by Ange Tuteur August 31st 2014, 10:23 pm

    Add this Rule to your forum's stylesheet :
    Code:
    #comments_scroll_container { width:100% !important; }
    avatar
    Fabricator
    New Member


    Posts : 17
    Reputation : 1
    Language : English

    Solved Re: "Recent topics" widget embedding?

    Post by Fabricator August 31st 2014, 10:26 pm

    NOW ITS PERFECT!!!
    You guys are THE BEST
    THANK YOU!!!
    Amir.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: "Recent topics" widget embedding?

    Post by Ange Tuteur August 31st 2014, 10:38 pm

    You're welcome

    Topic archived

    Have a great day. ^^