This item is by an Elite Author
ZERGE
- Elite Author
- Microlancer Beta Tester
- Exclusive Author
- Ukraine
- Sold between 100 000 and 250 000 dollars
- Bought between 10 and 49 items
- Referred between 200 and 499 users
- Has been a member for 2-3 years
- Author had a Free File of the Month
190
Purchases
Buyer Rating:
4.58 stars
4.58 average based on 38 ratings.
-
5 Star
2976%
-
4 Star
410%
-
3 Star
410%
-
2 Star
00%
-
1 Star
12%
| Created | 29 August 12 |
| Last Update | 24 February 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4 |
| Compatible With | Bootstrap 2.1.1, Bootstrap 2.1.0 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- blog
- boilerplate
- bootstrap
- css3
- design
- editorial
- html5
- jquery
- light
- magazine
- modern
- news
- newspaper
- responsive
- wordpress
© All Rights Reserved ZERGE -
Contact Envato Support


Hello, great theme – curious how to not show the tags on the pages, posts and categories, Thanks.
Hi,
Just remove block with tags:From the single.php, category.php, etc.
PS: If you have a lot of questions – just mail me.
Thanks! What’s your email. Thanks.
Send me a message through my profile
Sorry two more questions: How do I delete the Posts by Category: title. ?
Also I feed different blogs into my site, because they are fed in, they do not have an indicated feature image, how can I get the theme to grab the image from the published post and make it the featured, I tried “get image” did not work – I know it is possible because It was working for me on the last theme I used. Thank you !
Do not quite understand what you mean.
PS: If you have a lot of questions – just mail me.
Hi Zerge, I was very much impressed with your beautiful themes and after comparing it to others, I finally bought it yesterday and since then till now have been customizing it to my needs. Anyways, there are certain things I would like to ask you. Please solve the issues I am facing.
Here is my blog: http://droidviews.com/
1. Social counter, especially Twitter does not load often, and I am unable to show RSS counter too. 2. List bulletin not working. 3. My Adsense Wide Leaderboard banner does not shows Responsiveness on low resolution PCs and mobile browser. It runs over the side bar widgets. 4. How do I change the font by adding Google fonts. 5. How can I add page number (pagination) at the end of Blog Widget in Magazine style. 6. My Disqus Comments are not loading despite the fact I have configured it with my Discus forum name and selecting Disqus as my comment system. 7. Facebook Like buttons are not showing below the post (mysterious).
Rest is okay and thanks again for giving us this awesome theme. I look forward to a lafe-saver and prompt response. Regards!
Hi,
Thanks for purchasing one of our files, we truly appreciate it!
1. I need access to WP admin panel to see what the problem is. RSS counter is not available, because the Google Feedburner APIs are no longer available.
2. Add to the style.css:
.post ul { padding: 0; margin: 0 0 9px 25px; list-style: disc; list-style-position: inherit; }3. It’s not theme issue. Adsense doesn’t support responsiveness. To resolve this, you can use the code like this:
<script type="text/javascript"> google_ad_client = "ca-pub-5790248677081532"; if ( window.innerWidth>1230 ) { google_ad_slot = "9133240219"; google_ad_width = 468; google_ad_height = 60; } else { google_ad_slot = "2114455734"; google_ad_width = 234; google_ad_height = 60; } </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>4. Try this. Also you can use third-party plugins.
5. This feature will be added in the next update.
6. Should work
I need to see it deeper.
7. Show me this page with Facebook Like buttons.
Also, I will recommend to install the plugin AJAX Thumbnail Rebuild and rebuild your ‘small-thumb’ thumbnails, because right now it too big and with the wrong size.
Thanks again for the prompt reply. I have sent you the login details via email, please resolve the issue/s as much as possible.
What’s the word on Fonts with your theme? Use any? Fixed? Also, does it utilize existing posts and post categories to populate pages etc…??
Hi,
Do not quite understand your questions.
1. Can I use any font or am I limited to your choices? 2. Does the theme use my existing posts and categories to fill in content areas or do I need to recalibrate them somehow to fit your shortcodes, etc…??
1. Of course, you can use any font.
2. Yes, theme use your existing posts and categories. For example, for Home page, you only need to place the necessary widgets. Watch this short screencast http://www.screenr.com/wOf8
Super, thank you. How easy would it be to remove all the dates from posts and pages?
Needed just removed a few lines of code in the theme files.
Ok…ill try it. Where is support forum? Link?
Can I switch out the social icon set? or individually?
Thanks for purchasing one of our files, we truly appreciate it!
If you have any questions, just mail me through my profile
Do you mean the icons in the Social Icons widget?
Yes, also, how do I use/upload a non-Google font?
1. Do not quite understand what you mean by “switch out the social icon set”. Replace icon set?
2. Try to use third-party plugins.
1. Yes 2. Recommend one?
1. Replace the file /img/social-icons.png
2. Something like that http://wordpress.org/extend/plugins/use-any-font/
Ok..dumb question but, how do I create a home page? like the demo?
Sent emails via profile.
Bingo! Thanks.
Could you provide xml data of your demo website?Including page demo and picture?
Hi,
Of course, we provide demo xml data. XML file located in the zip file downloaded from TF.
Does the featured image always have to show in the post? Can it be hidden from the post yet show up elsewhere? (thumbnails, etc…)
Featured image can be disabled via Theme Options (Accord Options -> Blog Options)
Nothing under Blog Options for Featured Image…??
Sorry, a little mistake, it’s a different theme. Try to remove from th e single.php this code http://tny.cz/37cad75c
Worked! You rock.
Trying to get my main nav menu to fill out. What tweak do I need to make?
May be this helps you http://codex.wordpress.org/WordPress_Menu_User_Guide
You need a contact widget/form/shortcode. I’d also like a shortcode to include a “Related Posts” widget at the bottom of posts/pages.
For this you would need to modify the theme files, a task for a developer.
PS: Please, do not start a new comment thread, just write a reply to exists comments thread.
For Future Updates Maybe…??
Will do.
I don’t want the footer and header to use the same image. How do I separate this function?
You can set bg or color in the file style.css:
.top-block { .. }
.footer_bg { ... }
I wrote you about it on email.
Thanks. Wasn’t sure which question this correlated to.
I want the image in the header but the footer can be a solid color…??
Yes.
OK, so what code changes do I need to make? Example?
For footer:
.footer_bg { background: #000!important; }Awesome! Thanks. What code for using one of the images, tiled?
So nothing needs to be done to the header, just footer. Fantastic. I’d recommend you might want to separate this function in future updates.
Image bg instead color bg?
No, changing the footer leaves the existing image upload to the header as is. I can put the image in the header but the footer will just have my color input. I’ll work thru the rest with my guys. I appreciate your help tremendously.
What are these “lines” (3 small, stacked dashes) at the top of each Post Title and how do I get rid of them? http://shgww.com/if-a-fight-broke-out-in-your-business-are-you-liable/
Remove from the single.php http://d.pr/i/Fyqu
Can I increase the size of thumbnails?
Can I delete category boxes that appear next to each thumbnail?
1. Thumbnail size you can change in the file functions.php:
add_image_size('small-thumb', 50, 50, true);All changes apply only for new uploaded images.
2. Remove
Where is #2? All widget files or style?
All widget files. Or try to hide category box, add to the style.css:
.widget .box-category { display: none; }Where can I edit the scroller feature? (eliminate dates)
I got it.
hi zerge i bought your great theme and install it on RTL language i fixed all problems with the RTL modification it work perfect with Firefox and chrome and internet explorer but i still have two things that i don’t know where to begin to deal with them 1- on mobile view the theme begin with sidebar not with the content i have left sidebar . 2- i have tested the site on safari and every thing go great except the slider and Facebook widgets , i know this is assuis related to RTL lang but i need advice how can i fix it. my site is here: http://www.smart-design.org/blogs/ thank you
Hi,
1. It can’t be changed. The left sidebar always be first.
2. May be this trick helps you
LOL zerge this answer posted by me i did this trick it works great on firefox ,chrome and internet explorer but on safari the layout is broken the slides shifted from its place to the left i hope there are a solution. anyway thank you.
Hi…Recently I noticed that no matter what I do I cannot change the Sidebar Widget order or add or delete widgets. Nothing in the widget area gets saved, reordered or deleted. Can you help?
Hi,
Well, I think I need access to WP admin panel to see what the problem is.
Send me a message through my profile
1.WordPress 3.0+ Ready (Compatible up to WP 3 .4.1) is this 3.5.1 compatible ?
2. Uploading an image on post will show on main page in widgets too, right ?Without the need of setting a featured image per post, manually (in sidebar admin) ?
Hi,
1. Yes, of course.
2. You only need to set Featured image for post and thumbnails will be generated automatically.
I can’t use Featured Image… i need that images uploaded to post to show… this means that it need timtumb ? Can I integrate somehow this in theme ? or there is option in settings for images to crop (featured) or to use timthumb … ?
Yes, may be timtumb helps you, but wouldn’t be able to give you a guarante. In any case, for this you would need to modify the theme files, a task for a developer.
Gravity Forms and set as featured images work , will do this the trick ? see this please http://gravitywiz.com/2012/04/21/use-gravity-forms-to-create-user-submitted-posts/#featured_image
I think yes.
Can I make Theme Blog and Categories to show “Full Posts” like “Single Post” ? and no more thumbs and excepts ? And pagination as it is to work. Can be done by single option, change code, you will provide, or is a heavy work… ? I hope you understand me.
I see there “Use Except or Content Function?” in screenshots. Is the the option I am talking about ? Works with Categories too ?
Yes, it’s possible but you will need to change some theme files.
Yes.
I made a screen, I hope this way http://i48.tinypic.com/2ylsnd3.jpg
Yep.
Hi Zerge, I have a noticed that the recent comments widget would have broken images sometimes, and I don’t know how to deal with it. Would you mind please taking a look? Here’s the example:http://www.asamnews.com/category/top-story/ I would really appreciate any advise you can give me on how I might fix that. Thank you, Irene
Hi Irene,
Just replace the file \functions\atlantic-recent-comments-widget.php with new from the latest version (latest version you can download from TF)
Thanks, Zerge. You give awesome support!
I just did that… not seeing a difference. How recent is the latest?
nevermind, i did something wrong… trying again to upload.
Thanks for the awesome support, Zerge! How do I know about the latest update? Is it possible to get notification somehow?
In any case sent to your email a new file. In next version will be added notification feature.
Hmmm… avatars still broken.
Really? I don’t think so
Oh ok it just updated… Sorry about that. I am looking forward to the notification feature!
In homepage I see 728×90 ads. Can you add unlimited ads between widgets ? Can you add 320×250 ads one near another in line, instead of 728×90 ? ads with javascript codes like google, not banners uploaded in site… also all mainpage widgets may be duplicated with different categories ? ... add same widget but with different categories ? works for sidebar too ?
Hi,
Yes, you can place any ads banners. Yes, you can specify different categories for each widget.
My last question please.. POST AND REVIEWS THUMBS can be added in sidebar ? Something like this, with 6 per row for example ? http://i48.tinypic.com/2ylsnd3.jpg
Yes, you can add any widget to any widgets area (sidebar, etc.)
hi, just a question.
I have a problem with this theme. i try to install this theme on a second website and this error appears, is it not possible to install them in two or three website?
the error message : Fatal error: Call to undefined function wp_get_theme() in /homez.541/pronotur/www/wp-content/themes/wp-atlantic/admin/index.php on line 22
IS it normal or something doesn’t work on my website (database, admin panel…or when someone try to install this theme on multiple website this message appears?
Hi,
Just update your WordPress installation to the latest version.
no other ways to solve this problem? Because i dont want to update my 3.2.1 to the last version 3.5.1
But I strongly recommend update your WordPress, in order to avoid future problems.
ok thanks. The file its www/wp-content/themes/wp-atlantic/admin/index.php exact?
Yep.
really thanks. i will try this. This change can cause some problemes with the no update of wordpress or whis the theme?
No, your oldest WP version.
Hi, I’d like to know if your theme is compatible with the WPML Multilingual CMS plugin? Thank you. You did a great job, it looks amazing!
Hi Doe7,
Thank you for your interest in our theme.
We do not test the theme with this plugin so wouldn’t be able to give you a guarantee. But I can’t see a reason why they wouldn’t be compatible.
Let me know if you have any other questions or need further clarification.
Thanks for your reply. Here’s a link to WPML’s theme compatibility tool. Maybe you want to consider using it.
http://wpml.org/documentation/support/multilingual-compatibility-testing-tool/
I’m running a multilingual blog and WPML compatibility is essential for me. I just tested another theme and it doesn’t function well as a multilingual blog.
I”m hesitating between two of your themes, this one (Altantic) and TrustMe. I have one more question. I saw that you can turn off the thumbnails for the featured slider in both of these themes, but is it possible to decrease its heigth? I saw it’s not in the options, but by changing CSS? Thanks.
Of course, I now about this tool. But right now I can’t purchase WPML (required for WPML Tester tool).
Yes, height can be reduced, for this you would need to change size for thumbnail in the file functions.php.
Thanks for the quick reply. I think you can get the tool for free. I could download it without loggin in. It’s in their interest to make it availble for developers. Of course I understand that it’s a lot of extra work.
The heigth I meant for the main window of the slider, not the thumbnails, as I would have the thumbnails turned off, but I guess the same would apply for that…
Yes, testing tool for free and I got it, but it not works without WPML plugin.
Yes, I understand you, this is what I meant.
The choice is yours
I guess I’ll just have to decide which one of the two themes to pick and I’ll test it myself. I have a test site on a subdomain. Will sleep on it and decide.
I love the related posts slider of this theme (important as I have a lot of posts), but TrustMe is a bit “warmer” to look at with the patterns and stuff. Hard choice…
but TrustMe is a bit “warmer” to look at with the patterns and stuff.
Agree with you
I have one last question before deciding. Is it possible to use one of the column widgets in Trustme or Atlantic to show the latest posts and not just posts in a specific category? Like the One Column Horizontal widget. Or in Atlantic to use the Recent Reviews for recent posts? Are TrustMe and Atlantic the same in the way of widget areas (as I only saw the setting for this in TrustMe)? Thanks for your patience!
Yes, you can specify category for each widget – http://wp.color-theme.com/trustme/1-column-horizontal-widget/
No, Recent Reviews only for review, but you can use Recent Posts widget to diplay recent posts – http://wp.color-theme.com/atlantic/recent-posts-widget/
TrustMe has slightly more widget areas (for Category page, Blog page, Single post page). Also, TrustMe theme has custom sidebars for each post/page.
But could I use this: http://wp.color-theme.com/trustme/1-column-horizontal-widget/ to show recent posts from all categories not just one?
Yes.
Thanks a lot. I think this decides it.
I’m purposely waiting with the actual purchase as I have to finish a timely job today and if I had the theme already it’d be hard to concentrate. 
Thank you ZERGE for solving my problem. Higly recommended coder. and… Fast.
And thank you too for your patience
Is is possible to create custom sidebars for specific pages with this theme? I’m using it for my website and would really like to be able to display ads appropriate to the region discussed on each page. Thanks in advance!!
Hi,
Try to use third-party plugins, for example http://wordpress.org/extend/plugins/custom-sidebars/
This was a great solution, thank you!!
Is it possible to put the search box in the main navigation menu? Thanks in advance!!
For this you would need to modify the theme files.
Okay. Thanks
I change the FOOTER want to put my phone number and address of the online newspaper, the marquees (letters that are not working) in the template atlantic news. tHANK YOU
Hi,
I’m not sure I understand your question, could you please clarify?
When I use bullet points in my post, they don’t show up on the actual webpage. Do you have any suggestions? Thanks!!
Which version of the theme you are using?
Version 1.03
Can you show me a page with issue?
Here’s a page in the works. I’ll publish it just so you can see: http://birthplaylove.com/review/app-review-a-few-pregnancy-apps/
Oh and each of the points in the pros and cons columns is supposed to have a bullet point. I can see them when I’m editing the review page.
ul { list-style-type: none; list-style-position: inside; margin-bottom: 15px; }2. Add to the style.css:.span4.margin-30b ul {list-style: none;}Olá Zerge, tudo bem?!
Preciso muito saber como faço para criar um botão no meu menu superior para colocar o widget blog, isto é, quando clicar no botão blog no menu superior eu ser direcionado para os meus posts… Fazendo com que a minha revista, isto é a fachada do site possa ser aproveitada de outra forma! Outra pergunta: posso usar o meu tema atlantic news em mais de um domínio de minha propriedade? Para que serve o bottom blog e o top blog? Tentei usar mas não consegui sucesso… Espero ansioso a resposta!
Hi Telexrique,
In English please
Hello Zerge, okay?! I really need to know how do I create a button on my top menu to put the blog widget, ie when clicking the button in the top menu blog I be directed to my posts … Making my magazine, this is a facade site can be used otherwise! Another question: can I use my theme atlantic news in more than one area of my property? What is the bottom and the top blog blog? I tried to use but could not success … I look forward to the answer!
Hi,
1. Create a new Page and select on the Page Attributes template “Blog” and then add this page to the menu.
2. I’m not sure I understand your question, could you please clarify?
3. For example – http://wp.color-theme.com/atlantic/blog/
Latest Posts widget and banner – located in the Top blog area.
Ok Zerge I will do this procedure to create the top button, but also wonder how is the top blog that is part of the widgets? Similarly to serving the bottom blog? How can I use the blog? What is the purpose? Finally, I can use the theme that I bought more than one blog, or in more than one area of my property?
1. Just create a Blog page and use it as you want.
2. One license – one site (end product). More information here – http://themeforest.net/licenses/faq
Hello Zerge really worked, making the procedure that gave me only one drawback that is happening, when I put the attribute style blog appears unwanted content and I do not even know how to remove! I tried other attributes but it is impractical to put blog widget, because nothing appears … Does the problem can be solved by the editor of Wordpress? I have no programming knowledge, can you help me?
?ould you please clarify? (screenshots, links, etc.). Because I’m not a psychic.
Hello Zerge, as you requested the following link: http://clubeganhandonarede.blogspot.com.br/ There you will see a page I created for you to access and check the problem! It will have pictures and a video showing what is happening!! I ask you to forgive me for the low resolution of the video!
I await your solution!
You can change it via menu Atlantic News -> Blog Options ->Use Excerpt or Content Function? -> Excerpt
Zerge Ok, I managed to do as instructed me! Only have one more question: How can I control the number of posts you want to appear on this page? Ordei 6 posts to appear, but no way, always appears all posts! Where can I move to adjust it? For’ve seen on some blogs News Atlantic, the same page appears set to 7 posts, and at the end of the page the button to see more posts or older posts! Well, for all intents and purposes, I’ll post another picture on the same link I sent you the last message! http://clubeganhandonarede.blogspot.com.br
Menu Settings -> Reading -> Blog pages show at most
Perfect already adjusted! Thanks so much! But I would further help!
Could you explain how do I put advertising inside the posts?
Again I will post a link on the pictures: http://clubeganhandonarede.blogspot.com.br for you to view!
Just place image with right align. http://en.support.wordpress.com/images/image-alignment/
Follow this blog page image!
http://www.escolawp.com/2013/01/como-configurar-o-amazon-s3-no-wordpress/I would really like leave my blog’s face closely as possible this blog!
If you also have a layout similar to this blog?
The layout of the license lasts only 1 year?
This your last answer made ??me laugh at myself … kkkkkk
Sometimes we are trying to complicate what is simple is not it!
We can not see what’s under our noses …
Atlantic theme also has a such layout.
I understand, has some good features that would then make equally!
I’ll post some more pictures http://clubeganhandonarede.blogspot.com.br the link for you to view! If possible tell me how I can do this on my blog!
I’ve done that I will have more questions per hour, and give me a happy!
The layout of the license is 1 year?
1. As I said before, just place image with right align.
2. Lifetime license for one end product (website).
Zerge, see the link now because I just post the new images! Kindly course!
1. Use third-party plugins for this.
2. It’s Google + badge https://developers.google.com/+/web/badge/
3. Use social counter widget for this.
In these last things that you requested is only with the issue of google + you can help me?
Just copy the code and place it to the Text widget.
Hello Zerge, okay?
Zerge has some plugins that you recommend the blog to be highly interactive and with good rates of prospecting contact?
Nothing concrete so far.
Hello Zerge, okay?
You showed me how I put ads in my paper, but I only get that way if an image with a link below the picture.
How can I put google ads in the article?
Another question I have is how I can apply these fonts google on my blog?
I wonder if google sources, only modify the titles and subtitles
or they modify the sources of the entire blog?
Hi,
1. Just place Adsense code into your post.
2. For this you can use third-party plugins, for example – http://wordpress.org/extend/plugins/search.php?q=google+font
Hello Zerge, okay?
Zerge wonder if it is possible to create a tab on the top menu or button, where I store posts of a particular subject?
That is, I have a button called – TelexFREE, I want that button to redirect the visitor to a page where only the posts only has TelexFREE!
How do I do this?
It would be like the blog button, only instead of having all the blog posts only has about a subject I choose!
What is the setup ?
Hi,
Do you mean category page? (for TelexFREE category)
Yes
Another question, how do I change full article, which is in English on my layout for the Portuguese?
I’ll post a link on the pictures: http://www.clubeganhandonarede.blogspot.com.br For you visualize!
template-blog.php, and widget file in the directory \functions\*
I can not Zerge!
Picture needs to know the places where I Should change!
Is the editor That I Should Go to make the right changes?
Yes, you can change this via WordPress Editor.
Changes made ??in – Atlantic-Blog-Widget.php
In (template-blog.php)
And (Arquivos.php)
And nothing has changed in the layout!
I replaced – Leave a Comment for – Deixe um Comentário
And Full Article for Leia Mais
Seems you doing something wrong, show me your site.
Cleare cache for WP Super Cache plugin.
Sorry, did not understand
The process has already been done successfully?
Now I have to delete the cache is that?
To see your changes, you need to clear cache for WP Super Cache plugin.
I’ve done it and nothing happened!
Seems you doing something wrong. I need access to WP admin panel, to see what the problem is. Send me a message through my profile
Zerge already sent the message!
Done.
Zerge, thanks for helping me with the (full article) and (leave a comment)!
However, still do not understand how to create a button, like the blog top menu button blog from my site!
I want to create a button like button blog that I created with his help, only to armagenar posts from a specific category!
Please, read my previous answer http://themeforest.net/author_dashboard#comment_3464923