1096 comments found.
hi friend i dunno if its a issue of asense but everytime i clic on links in my webpage and get me to the link it only shows 1 ad (top one), i have to refresh the page so it shows me all the ads in the post. It happen in all the links and they always show after 1 refresh. here my web: www.comovestirmebien.com
Hi. It’s showing all ads for me. You can ask your friend or somebody to double check.
The ads is in Google iframe, we can not modify. If you see it’s a problem, you must contact Google adsense for helps.
thanks for your help.
Hi! I love the template and am working on creating my site. I have a problem: I do not want to use comments. I have managed to hide them everywhere EXCEPT when you do a search or click on a label button. I cannot figure out how to hide the author or comments (and number of comments) when you do a search or click on a label. I really need to fix this. Hope you can help.
Hi.
Access Settings / Posts and Comments / Comment Location and set to hide.
With article widget, you just need to use $comment parameter. Example $comment=0
Same with author, $author=0
This problem only occurs in the search results. Comments are hidden on the blog via the settings and all $cm, $com, $comment are set to hide or 0. Same is true with author. Do you have any other ideas why this is not working?
Did you add parameters for “Archive Page Design” widget?
That did it! Thanks! Great support!
One last question – how do you create an archive page in “mag one” and how do you choose which archive page you use since you said there are 3. THANKS
The “Archive Page Design” widget is similar with article widgets, you just put $type parameter to select design for it.
We can not create archive pages, they are default pages of Blogger.
I want to layout and group articles by labels . But ”$cate=”” “does not confirm japanese labels.
Can I use japanese labels?
$cate parameter will be used to set number of labels will be displayed. If you want to select label will be displayed for the widget, you must edit the widget and select the label you want.
About group articles, you must access Posts tab in your dashboard, select the posts you want to group and add label for them.
Thank you I understand. Now I want hide label names http://goo.gl/uNrpkK
If you choose many labels for a widget, the label list will be shown for user to select the label they want to see.
If you want to hide that, means you only want to show the content of first label, so just edit the widget and select only ONE label.
How many labels can I use in one place without display the label list?
If you don’t display label list, mean you only want to show the content of only ONE label, so just select only ONE. If more than ONE, the list will show.
ok. If I choose many labels which one is displayed as defalt. Can I display all labels at onece those I choose?
If you choose many labels, the first label of list will be displayed as default. If you select all labels, the widget will understand that you want to show any posts of Blog, so it simple turns to a RECENT POST widget.
You CAN NOT select many labels and hope the widget will combine posts from those label and show up.
To do that, you must access Posts tab in your dashboard, select the posts from those labels that you want to combine and assign for ONE new label, then come back the widget and select only one that new label.
Hi Tien,
I have sent you an email with a question. Please reply it. Thanks!
I replied.
Hi! I am the one at Geek Press. Have purchased this theme now based on your advice.
Thank you very much. If you have any question, just submit to: http://themeforest.net/user/tiennguyenvan#contact
The documentation was also included in download package.
Hi Author,
Can you please tell me the difference between following two widgets.
- ADMIN HEADER CUSTOM CODE (HTML / JAVASCRIPT / CSS)
- ADMIN FOOTER CUSTOM CODE (HTML / JAVASCRIPT / CSS)
I assume these two widgets work similar like Blogger Advanced Custom CSS feature? If yes, then why you have placed these two widgets separately (for Header and Footer), instead of only one? And how these two works separately?
But i must say these widgets are quite helpful and it also safe lots of time and efforts of users.
Much useful feature of your template.
Yes, they work like Advance Custom CSS, but you can add any type of code: HTML, JavaScript, CSS. Those widgets are usually use to add admin codes (analytics, tracking, custom, ...), not for displaying.
The ADMIN HEADER will place code on the top, before all elements. The ADMIN FOOTER will place code at the bottom, after all elements.
They are not related. The position is for the purpose of some cases, example, some codes need to be inserted into head of site, others need to be inserted into footer of site to work properly.
This is similar with wp_head and wp_footer on Wordpress which will help a lot of users can hook their custom content to both head and footer of their site.
The advantage of those widget than Advance CSS is all your codes will be kept even you updating your template.
Hey! Thanks for your detailed information. It’s a unique feature you have added. One more thing, if i add any code in Header widget, it will appears before < / head >, similarly if i add any code in Footer widget, it will appears before < / body >. Am i right or wrong? 
Also are you considering my past features suggestions for your next update or you have any other plans? 
At this time, I only focus priority fix bugs, we have too many features now, we need them work smoothly before add ton of others.
But, currently, your template seems to be working great without any major bugs, i guess you can consider more features too to target more buyers attention. 
OK. Thank you. I will consider at a suitable time.
dear author, what else will I get when I purchase this item beside html code ?
This is Blogger template, when you purchasing it, you will get xml code and instruction file.
Support service in 6 months is of course.
I can’t add author box after following your instruction.?
2. My author box not show, and how can I input author bio? You just need to link your Blogger account with Google+ profile in Google+ Menu of your blog dashboad. After that, input your Google+ profile bio, everything will be synced to Blogger automatically.
If your blog has multi-author and author box not show for other authors, just raise those authors to admin then set them back to author.
I use newest version
Please show me your Google+ profile.
thank you , https://plus.google.com/+TeppeiMiyauchi/posts
Hi. I replied your ticket, please help me double check.
thanks. I edited Blog Posts widget and now auther box has appeared.
OK. Good luck with your business.
”$hide=mobile” is not working
What’s version that you are using? Please make sure you enable the template for mobile.
Hi Author,
I have two new questions for you.
Q1) How to remove extra space from Footer section Footer-Wide widget, as i have placed a 728×90 banner, and it’s showing some extra space at top and at bottom of image, i want to reduce those extra white space.
PS: I know Header-Wide widget code i.e. ( #header-wide .widget {margin-top: 30px} ) But want’s to know Footer-Wide widget code 
Q2) How to increase number of posts in Recommended Posts (Related Posts) widget appearing at bottom of all posts? Currently its only shows 2 posts, but i want it to show 4 posts ? Thanks!
Q1) I must know your site URL to take a look. The footer wide id is #footer-wide
Q2) We can not change number related posts at this time. Sorry.
Q1) I tried this code, but it doesn’t work i.e. ( #footer-wide .widget {margin-top: 10px} )
My test blog url is testerdrafter.blogspot.com, i have placed the ad banner at footer wide widget, please check and provide correct code to remove spacing from top and bottom. Thanks 
You can try with !important markup. Example: #footer-wide .widget {margin-top: 10px!important}
Did you checked this code by your self?
No. So that’s why I asked you about your URL so I can provide suitable CSS.
I had already provided you my test blog url in my last comment, i think you ignored it. my blog url is http://testerdrafter.blogspot.com/
I don’t ignored it. You can scroll up to see. I have no permission to delete my customer comment.
#footer-wide .widget {
margin-top: 0!important;
margin-bottom: 0!important;
}
I meant to say that you missed the url while reading, your code works, but it only affects bottom spacing of widget, whereas margin-top doesn’t affects with this code, can you pls see?
The margin top of Footer Wide widgets, it’s zero now, and the current space on top is belong to #footer. You must use this code:
#footer {
margin-top: 0!important;
}
About other sections that you added by yourself, they are out of support scope.
Ohk Thanks bro, your code works.
yes i hv added additional widgets in footer, hope these new widgets won’t create any problem for my blog.
Hello friend have a problem with the label [VTAB]
When I introdusco label and content, the article appears not well
Here you can see an example of what I mean:
http://s21.postimg.org/3rzbrgvyv/tab1.png And this is in the article: http://s14.postimg.org/f8pomfdip/tab2.pngThank you very much for the help you can give me for this problem.
Hi. Can I now the site? Are you sing the latest version?
The page is this: http://correguada.blogspot.com.es And yes, if I have the latest version.
I just fix update. A question please, for next update as I can do to keep the translation? because I lost everything when updating the translation, which, I had to re-translate.
Hi tiennguyenvan. I found that the template is very slow and do not pass the google speed test in mobile devices. https://developers.google.com/speed/pagespeed/insights/?hl=en&url=http%3A%2F%2Fmagonedemo.blogspot.com.es%2F&tab=mobile It’s possible to do it a bit faster. Thanks!
Hi. MagOne and all other magazine Blogger template using Ajax to load content. This will make page speed score is always low. You can compare with other Blogger Magazine template to see.
So, because this reason, we don’t focus on pagespeed insight, but user experience. If users can see the site load fast in real life, we done.
So sorry, but at this time, we must accept that weakness point of Blogger.
Hi, I really love this template. But I face one problem. I can’t change the header layout can you help me? I mean how to make auto logo height and other things. I want to set the “3. Auto Logo Height and Top Bar Header Layout” header layout. 
Dear. I wrote in documentation at Header Layout Section. You must follow that and use SpotSetting to change the layout.
Yes thanks for helping me it solved my problem
and really this is an amazing template.
Highly appreciated work, well done
Thank you.
Hi Author,
Today, you made a new template update v3.1.0 mentioned changes i.e. “Fixed: Default Blogger lighbox not work on mobile devices”
But sill my earlier reported problem remains unsolved, the post images are still appearing half on display screen of mobile devices, which means blogger lightbox image preview function is still not responsive enough to display full image on mobile screens. The image appears half on mobile device in lightbox, like this: http://i.imgur.com/njLIAJe.jpg
So sorry. I forgot update the demo site with latest version, it’s on 3.0.1 when you checking at that time. Now, please check it again.
Wow, now lightbox images are working great with responsiveness. I must say, great customer support from you throughout. Keep it up. I already gave you 5 star for this theme.
Thanks!
PS: Hope you will also consider my other suggestions too, which i sent you via email. 
Have you thought about creating this template with the same shortcodes, etc but for WordPress? I’d like to move to WordPress and I don’t want to lose everything I’ve programmed with your mechanisms.
Hi Author,
Can you please provide an option to decorate Header Menu Navigation bar’s texts and links with Colors, Bold, Italic, Large/Small Size etc. to make it more attractive ? Because, currently, the Menu Navigation is quite simple and unattractive enough for eyes. Thanks 
You can send your demand on those thing about Header menu to: http://themeforest.net/user/tiennguyenvan#contact
I will check your site and provide back the suitable CSS code.
Ok, Thanks, but is it possible to do these things without CSS Codings, and in easy way from Template Designer feature of blogger? just like you provided header menu background color?
Show the name of the Headline the site name and also show a small beginning of the headline.
Adding only a small introduction of the headline.
Could you make options for open graphs especially og:title?
Hi. What option you want for the og:title?
Show site short name and show article title only. Current code has only one option that shows the full name of site
<meta property='og:title' expr:content='data:blog.pageName + " | " + data:blog.title'/>And change it to:
<meta property='og:title' expr:content='data:blog.pageName'/>