This item is by an Elite Author
WPExplorer
- Elite Author
- Author was Featured
- Sold between 250 000 and 1 000 000 dollars
- Referred more than 2000 users
- Bought between 100 and 499 items
- Has been a member for 3-4 years
- Exclusive Author
- United States
274
Purchases
Buyer Rating:
4.90 stars
4.90 average based on 20 ratings.
-
5 Star
1995%
-
4 Star
00%
-
3 Star
15%
-
2 Star
00%
-
1 Star
00%
| Created | 23 January 13 |
| Last Update | 8 April 13 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- blog
- clean
- coupons
- deals
- elegant
- flexslider
- magazine
- metro
- modern
- news
- responsive
- royalslider
- widgets
- wordpress
- wpexplorer
© All Rights Reserved WPExplorer -
Contact Envato Support


The “load more” button on the bottom of home page (and other pages)does not work for me using internet explorer 9 (it does work properly using other browsers). It just spins but does not load any more posts.
???
I just tested my demo on my computer on IE9 and IE10 to be sure and had no issue.
Sounds like maybe there might be a javascript issue on your site. Have you tried de-activating plugins?
You can always open a support ticket at wpexplorer.org if you want us to have a look.
Disabled all plugins I added but still have the same issue. I opened a new ticket at wpexplorer.org
Hi,
Love your theme! Thinking of purchasing but just have a few questions: 1. Can we customize the header (font, color, etc) and can we add a header image?
2. Can I have drop down menus with the main menu?
Thanks!
Glad you like it.
1. You can customize the fonts/colors easily via CSS – assuming you know basic CSS or can hire a freelancer to do so
The theme only has built-in color options for the main color scheme (blue). We don’t add color options for every element as it adds too much bloat to your site which is bad for loading speed and seo.
2. The top menu does allow drop-downs.
Hi there, I’m sure this is just my WordPress inexperience talking, but is it possible to add a logo to my header?
edit: Scratch that. Searched through your help site and found the answer.
Thanks for the purchase!
Hello.
What do i need to do to change the test of my site to “dopenakedfoul” font?
Thanks.
CSS…
body { font-family: "dopenakedfoul"; }But this isn’t a default font so you’ll need to load that as well.
Where do i load the font to? wp content or where?
Depends if it is a web font or not. If not a webfont doesn’t matter where you upload it as long as you load it correctly.
Sounds like maybe you’ll want to use a plugin for this…
I’ll be editing the theme panel for blogging in the near future (2-6 weeks) and add font options for headings and body font
Stay tuned as well.
Ok, thanks, will look forward to it.
Hi there, Love the theme! I just need to change the language displayed on my site. Is there a fairly easy way to have my site display in Dutch? Any features in your theme that assist with this? I’ve had no luck with finding a pluggin that works.
Thanks!
Hi there,
The theme comes with .po and .mo files, these are what you use to change the site language – http://www.youtube.com/watch?v=1xqcxncNmT0
Glad you like the theme!
Hello Aj
I would love to stop the post metas: date; author; comment from showing up under title in homepage and Archive pages.
What line of codes do i edit?
Thanks
You can remove from single.php – 21-25. But it would be easier to just hide with css.
I still need it to show up in single post, how do i achieve this with css
Sorry I mis-read your first message. You will have to remove the code then from the content-[format].php files.
Hiding with CSS would be:
.post-entry .post-entry-meta { display: none !important; }Works like a charm. Thanks man.
Sure thing
Hi again,
Can you take a look at avpromagazine.com please. the load more feature doesn’t seem to want to work, and the smaller slider seems to not be resizing images to stay a constant size on the homepage. Please help.
Thank you
Do you have more items for the load button to even show up? Maybe check under Settings->Reading to decrease the number of items shown to test.
The slider issue is because the images are simply not large enough. If you want a smaller slider size then the default you can edit your CSS accordingly.
dammit man you’re a genius. thanks!
sure thing!
hey what caching plugin should i be using?
It really depends on your server. Certain caching plugins work better then others. For example we host all our sites with WPEngine and they have a built-in cache system so you don’t even need a plugin and in fact a plugin can hurt you. On our previous dedicated server at MT they recommend W3TC.
A lot of people really like the W3 Total Cache plugin and from my experience it works pretty decently. Except the minify functions always seem to cause conflicts for me.
Cloudflare is also a great free alternative/addition.
So you think that w3tc will cause a conflict when i activate the minify functions?
It depends on many factors. Hard to know without testing. I’m just saying that I found it to be buggy at times.