LoginCreate an Account

Discussions on FameMag – Minimalist Blogger Template for News & Magazine

We have 217 Discussions on FameMag – Minimalist Blogger Template for News & Magazine

  • Tien Nguyen

    Hi. We need start a conversation here: http://www.sneeit.com/p/contact.html
    I need some private information of your blog.

  • Root IfyX

    My slideshow is gone after i added that floating contact form . please help I need both of them . They look amazing

  • Tien Nguyen

    This may be help: http://www.sneeit.com/2014/05/contact-form-for-blogger-on-static-page.html

    And others: http://www.sneeit.com/search?q=Contact+form

  • Root IfyX

    thanks alot . An amazing template it is <3

    Can i add a contact form only on the contact page ? If so, please tell me the procedure :)

  • Tien Nguyen

    Hi. You can upload an Image as your logo.

  • Root IfyX

    How to Change colour of half of the titlle like FAME(Black) MAG(orange) ? I also want to change the Font of the title ( RootifyX in my case )

    http://rootifyx.blogspot.in/

  • Tien Nguyen

    Hi. Did you modify any thing in template code? I see it's not similar with the original one.

  • Jeremy Poland

    Hello Tien! Love the template.
    I think I somehow messed up the columns. Even when starting over and pasting the original HTML from here on Sneeit, they won't show up anymore. Any ideas? http://blog.4640gj.com/

  • Cẩm Vân

    love your template! Lục lọi cả buổi chiều mới được cái này của cậu là ưng ý ^^ Cám ơn rất nhiều nha

  • Megan Robinson

    You're a magician! Thank you so much

  • Tien Nguyen

    The name of social links must be in lowercase

  • Megan Robinson

    Hi Tien! I've edited the "Social Links" widget but it's still not appearing. Please help. meganrobinsonwrites.blogspot.com

  • endoch

    really like your work!
    many thanks!

  • Tien Nguyen

    Try below code:

    div#demosite-activate-wrap {
    display: none!important;
    }

    html {
    margin-top: 0px!important;
    }

    #container {
    margin-top: -2px!important;
    }

  • Fatoni

    one more sir.can i remove the SUBSCRIBE bar at the top?
    i dont think i wanna subsriber from my reader. :)

  • Fatoni

    ok done.thank you soo much.appreciate it :D

  • Tien Nguyen

    Yes, that's easy. Just add below css into advance css:

    .columnize {
    -moz-column-count: auto!important;
    -moz-column-gap: 0!important;
    -moz-column-rule: none!important;
    -webkit-column-count: auto!important;
    -webkit-column-gap: 0!important;
    -webkit-column-rule: none!important;
    column-count: auto!important;
    column-gap: 0!important;
    column-rule: none!important;
    }

    About advance css: http://bloggercando.blogspot.com/2014/05/add-custom-css-into-blogger-template.html

  • Fatoni

    Sir ,
    can i have just one colum for post?
    i notice it will show 2 colum,its hard to read left and then right.
    can u help me?

    thanks

  • Krzysztof Galos

    Beautiful template. Very thank You!

  • Tien Nguyen

    No. You must insert read more manually. Read this: http://bloggercando.blogspot.com/2000/08/create-post-with-blogger.html

    At the "Finish" section, you will know how to insert read more (break) for your post.

  • Slawomir Starzynski

    Thank you, Tien. This is what I thought (my posts for Ethiopia are larger than for Nepal). I understand there is no possibility to change the css to get the option of more (longer) posts on the page?

    http://zeszytpodrozny.blogspot.co.uk/

  • Tien Nguyen

    Some time max-results will not affect if your posts are too large (weight) without read more. Blogger will never display too many large posts to prevent over bandwidth of their hosting.

    So this problem will happen with any template you use.

  • Slawomir Starzynski

    Hi Tien,

    Still happy with your template, thank you. But one question: I have set my main page to show only 1 post but pages in links in submenu - even 20 posts. It works on my link eg. for Nepal but link for Ethiopia only displays 2 posts - is there any setting which limits the number of posts (or length of the page) and how can I adjust it?

  • 龍二_Alexic

    it works. thank you very much.^^

  • Tien Nguyen

    You can click on image, press right arrow button then press enter button.

  • Neil Ebron

    Oh, thank you, I figured it out. I have a problem though, When I had to write-up something on the "About" page of my blog, I inserted and image but it seems that there is no space between the image and text. The image was aligned at the left. Is there anyway to fix it?

  • Tien Nguyen

    Did you read the tutorial above? Or just simple, press Ctrl+F on this page and type "Sub Menu"

  • Neil Ebron

    How to find the link for your sub-menu? I can't link the sub-menus.

  • Tien Nguyen

    Dear. Don't input readmore in your post and it will show full posts. About social icons, I don't see that widget on your site. Did you click save after add link? Please double check that widget.

  • 龍二_Alexic

    Hello Tien, happy new year...
    May I ask some problems to you?
    Is it possible to change from " half of the post" to "full of the post " on blog article?
    Secondly, the social link icon can't appear on home page when the links has entered.
    thank you very much to reply this.

    ps: my web site: http://alexiclin.blogspot.tw/

  • Tien Nguyen

    Settings / Posts and Comments

  • Viktor Dmytrenko

    How to swithch ON comments in blog?

  • Santri Jagad

    Dear Tien Nguyen, is it possible for me to add some widgets in FameMag template? I want to add some widgets like; Popular Posts, Archive, Photo Slide, Facebook Fanpage, and Social Media Links. I've added those widgets ini the blogger setting, but those templates don't appear. What have I do?

    If the FameMag can't be combined with those widgets, so please show me other templates which are simple as FameMag but have more ability to perform with widgets.

    I'ill wait for your answer :)

  • Tien Nguyen

    Dear. Famemag is a minimal blogging template which not support add many widgets to it. So sorry.

  • Santri Jagad

    Dear Tien Nguyen, is it possible for me to add some widgets in FameMag template? I want to add some widgets like; Popular Posts, Archive, Photo Slide, Facebook Fanpage, and Social Media Links. I've added those widgets ini the blogger setting, but those templates don't appear. Ehat have I do?

  • Lung-Yi Lin, Alexic

    Thanks, it works.

  • Tien Nguyen

    You can add this CSS to advance CSS:
    ul#menu-default-navigation ul,ul#menu-default-navigation ul li {
    margin: 0!important;
    padding: 0!important;
    }

    About advance CSS: http://bloggercando.blogspot.com/2014/05/add-custom-css-into-blogger-template.html

  • Lung-Yi Lin, Alexic

    hello Tien~
    it's very nice template. I have a one question. There is a cap between the two drop-down item. (submenu:PORTFOLIO, item L3 and L2. Please my blog).
    How to let them close together?
    Thank you~

    ps: my blog (http://alexiclin.blogspot.tw/)

  • Tien Nguyen

    Only browsers support HTML5 will show. What's your browser?
    This is screenshot of your site on my Chrome: http://pbrd.co/1y9pB7J

  • Luluk Azizah

    Hallo Tien,

    why my first letter at every post didn't shows bigger than other?

    http://itslulukazizah.blogspot.com/

  • Echa is me

    Hi, Tien

    could you share file XML for this ? and please guide to change the template

    thank you
    http://cempakastore.blogspot.com/

  • Arul Khoja

    Thanks for share this template, Cool template :_
    but I just remove this image colour green and text newest article.

  • tina

    Hi Tien,
    Is it possible to add the advertising widget anywhere on the template? Like between the posts?

    Thanks!

  • Tien Nguyen

    Dear all. Can you tell the problem in detail? You followed the tutorial?

  • JPAC

    I can't edit the social links too..

  • Tien Nguyen

    Did you input your Blog URL in the form of the end of this post when you get template code?

  • Samuel Soliven

    This is all I see.

    You got FameMage Blogger Template for http://bloggercando.blogspot.com but you are using it for airventurer.blogspot.com. PLEASE GET IT AGAIN HERE: FAMEMAGE MAGAZINE TEMPLATE

    And I can't find this recommendation:

    You must input your blog domain name in Blog URL of Template Option when get template code.

  • Tien Nguyen

    I don't see that effect on my demo. Please check your widget or extra HTML that you add into your blog.

  • Antonio de la Mano

    How can I stop the slider? (the animation of it makes the photos of the entire blog dissapear for a second! :S)

  • Tien Nguyen

    Please edit the Page widget in layout and opt in the page you want to show up.


Support ticket please send to Support Forum. We will reject all support requests by comments.