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
199
Purchases
Buyer Rating:
4.60 stars
4.60 average based on 40 ratings.
(more information)
-
5 Star
3177%
-
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


Sorry it was a mistake..I think now is OK
Ok
Very beautiful theme. Successful sales!
Thank you brother
Question, I am looking at purchasing this theme but I want to know if it comes with a pre built contact page please?
No, this theme without pre built contact page.
That is a shame, do you or is there any plans to do a contact page or shortcode so it fits this theme, instead of relying on a 3rd party plugin that might not look the same?
Ohh, shamed me :)))
Yep, will be added in the next update.
Hello Zerge,
Another question I have has to do with Use Excerpt or Content Function? option in Blog Options. What should I expect to see different in the Blog Widget depending on the choice. It doesn’t seem to make any difference at all on my site.
Hi
Read this the_content, the_excerpt
Is there a way for me to display the full content, not excerpted?
If you don’t use “More” tag, just set option to “Content” in Blog Options.
For some reason that isn’t working for me. I have Read More set at No, Use Content in the Blog Options but it is still showing excerpt.
I need access to your WP admin panel. Send me a message through my profile
Hi, before purchasing the theme -
1. how many levels the main navigation bar supports? If i’m limited to two, Will getting another level of menu be easy for a programmer? Is it simply a matter of applying the same code one level deeper?
2. Is it gettext-ready? (so I could easily translate it)
thanks
Hi yonile,
1. Yes, it can be make easily.
2. Of course, you can easily translate it. Recommend Codestyling Localization plugin.
Hi Zerge,
I’m setting the theme Atlantic in my blog but I can’t show a dinamic homepage (it’s empty). I can just show a statitic page. How I can do to set the dinamic homepage with the latest articles? From the administration panel I can’t
Thanks a lot
Hi,
Thanks for purchasing one of our files, we truly appreciate it!
May be this video helps you – http://www.screenr.com/wOf8
Hello = just got the theme. Looking good, thanks. Although I am having a difficult time setting up the featured homepage slider. Followed the details in the docs. Something is missing. Also having trouble getting images to show up – is there a need to another plugin? thx
Hi,
You need to specify slug tags (not tags) in he Slider settings.
Hello again for the feature slider, is there a way to make the slider normal flex? and can there be a size perimeter? I am getting a full page image?
Will be using this in about 14 sites, but can’t get the featured slider correct. Here is one example. www.brasil-phoenix.com
Also How to disable the text carrosel under the menu.
Also how to slow the speed of the dropdown menu -
Also to note the text widget does not work in the site and gravity forms are a little off set but working. For future updates.
Thank you!
Hi,
1. It’s simple, your images is too small, and can not be cropped to 770×433 px. You need to upload images not less than 770×433 px
2. It can be disabled via Theme Options (Spotlight Settings).
3. It can be changed in the file /js/custom.js for more information read this
4. Do not quite understand what you mean.
Thanks for the reply – 4. was just letting you know things or plugins that were not working with the site.
One last question – what is the exact size for the header image to use. Thanks
sorry one more, I would like the option of separating the header and footer background, where can I find this code or how can I modify this.
Thanks
All themes can not work the same with all the plugins.
1. Which image do you mean: logo or banner?
2. You can change it in the file style.css, but before you need to remove styles for the header and footer in the file \css\styles.php and then Save Settings.
Thanks for the reply – I am looking for the header banner I would like to add an image there – not the banner ad or the logo – but the area behind the logo – thank you!
Do you mean the background image for the header?
Yes the background image for the header area – behind the logo and banners.thx.
As I wrote before:
You can change it in the file style.css (style .top-block), but before you need to remove styles for the header and footer in the file \css\styles.php and then Save Settings.
Thanks fine – I got that. I was asking the dimensions of the header image area. 1000×300…...?
By default it’s small (133×133 px) tiled image. ~136px height and unlimited width.
Thank you.
Hi Zerge! I’d like to say that you are the better and more organized programmer that I ever have seen. Your codes and comments are clear and easy to customize. I am a new programmer and my boss bought your theme, I’ve managed to make several changes and customize small details that we needed for our site to work well. I wonder about Spotlight, how do I change the option for Category for Links? I found the code in Header, but I’m afraid of breaking the code because I don’t know the functions. <?php // Get category $categories = stripslashes( $data[‘atlantic_spotlight_category’] ); // Get number of posts $number_posts = stripslashes( $data[‘atlantic_spotlight_number_posts’] ); I hope you understand what I mean. Thank you
Hi,
Honestly do not quite understand what you want.
Hello,
Sorry I will try to be clearer. I have many websites, so I would like to use the spotlight to link to their individual urls outside of the site – not to posts within the site as it current is. I thought maybe I could utilize the links area within the dashboard, or if you are familiar with how to change the code so I am able to link out of the current site. Many thanks.
1. You need to add a new field for URL in the post metabox (in the file \includes\post_views.php)
For example:array( 'label'=> 'URL', 'desc' => '', 'id' => $prefix.'_mb_post_url', 'show' => 'true', 'type' => 'text', ),2. Then get value of this field and insert instead post permalink (in the header.php)
Get value:Thank you very much!! You’re great! I’m happy for your support!
Hi Zerge,
First of all Congratulations. My customer is extremely happy with your theme!!!
I have a question.
I see that in the widgets titles if I get the first letter capitalized
Example Gobernador Con Proyecto De Eficacia Solidaria
and if I capitalize a word it’ll come up like
¿Cuál Es El ESTADO Más Seguro?
But how can I make it to show the words like I originally wrote them on the post editor
I’ve been looking at styles.css and the widget functions and I can’t find the code to modify.
Thank you so much
Hi,
Thanks
Try to replace in the style.css:
text-transform: capitalize;
to
text-transform: none;
No it didn’t work look
http://semanariocritica.comIt works, if you make needed changes.
Don’t see any changes in your style.css, for example:
ul li a { font-weight: bold; color: #333; text-transform: capitalize; } h3 a { font-weight: bold; font-size: 18px; color: #222; line-height: 24px; text-transform: capitalize; }etc.
PS: Just reply on this comment thread.
Got it. Thanks for the awesome support
I just wanted to take the opportunity to say “Merry Christmas and a Happy New Year!” to all my buyers (thanks for your comments and



) 
Hi, I’ve bought the theme and having some issues configuring the slider in the main page. I’ve created a category and assigned two posts to it, when each post had featured image in it. Than, I’ve dragged the ‘flex slider widget’ to the ‘magazine’ widget ared, and configured it to display the posts from the category I’ve created. However, the slideshow on the main page doesn’t show anything. Would like to get your help on this one. Thanks!
Hi,
Thanks for purchasing one of our files, we truly appreciate it!
I need access to WP admin panel. Send me a message through my profile
Hi Zerge,
do you know why I can’t show the older post and the read more link in my home page? I selected it in the blog options of the administrator autor. Thanks!
Hi,
I need access to WP admin panel. Send me a message through my profile
Sent
Hi zerge i need to insert tabs on post, is that possible?
Hi,
You can use HTML markup, for example – http://tny.cz/10aa0a37
or third-party plugins .
Hi Zerge, I’d like to set: - the meta description of my home page like this: “Guida ai trasporti, musei, monumenti, ristoranti e molto altro.. Redatta con passione da 2 italiani che vivono a Barcellona da 5 anni” - and the meta description of my posts like the summary of the posts Is correct to change the header.php with the following codes?? Thanks a lot again!! Pedro
?></title>
Hi,
Try to add here http://d.pr/i/UbSY
Like this? (I cancelled the changes done in the first part of the code). This changes are valid just for the meta description of the home page or also for the summary of the singles posts?
<head> ?></title>
This changes are valid just for the meta description of the home page.
Ok. I’ll try it. Thanks again!
Hi Zerge, google shows a different meta description for my home page..
You can remove this code for SEO and use third-party plugins, like WordPress SEO by Yoast, etc.