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
219
Purchases
Buyer Rating:
4.74 stars
4.74 average based on 23 ratings.
-
5 Star
1773%
-
4 Star
626%
-
3 Star
00%
-
2 Star
00%
-
1 Star
00%
| Created | 1 February 12 |
| Last Update | 13 December 12 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.3 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
© All Rights Reserved WPExplorer -
Contact Envato Support


How can I delete the automatic shadow on the thumbnails on the blog page? Can I do this via CSS ?
Yes. You can delete lines 1813-1822 in style.css:
.loop-entry-thumbnail:after{ content: ""; display: block; position: absolute; left: 0px; bottom: -9px; height: 8px; width: 215px; background: url("images/thumbshadow.png") }or you can add to your css field in the theme panel
.loop-entry-thumbnail:after{ display: none !important; }3rd Theme we have purchased from you. As always you did a great job. Thank you!
Awesome! Thanks for the purchase, glad you like it
hi AJ. any chance to insert carrousel of projects in this theme, instead grid?
What do you mean?
i mean that in this theme, recent projects / portfolio is showed at home like a grid. it can be applied as a carousel, like on ‘office theme’, with arrows to nav between itens. sorry 4 my english. i sen a msg to you by gmail, but u dont answer me… thanks.
I didnt receive any email…if you do email me please do it via my profile page:
http://themeforest.net/user/WPExplorerUnfortunately the theme doesn’t have a built-in carousel. You would have to implement this yourself.
hi. i dont have sucess to create the homepage like as in demo. can u help me? by tutorial i have not sucess.
i dont see the itens at ‘Homepage Layout Manager’ in panel
Click to reset button in the theme panel. It’s likely the modules didn’t get fully activated upon theme activation by Wordpress. This normally fixes the homepage layout issue.
ok, thats it!! tks!
hi. where i can change/translate som etexts like ‘continue reading’, in button, and others. i don tsee this in po lang file. i must edit directly on php file?
I just took a look in loop-entry.php looks like I localized the text but forgot the text domain for the full-post entries ;(
You can either translate on line 32 of loop-entry.php or you can change the line to:
<?php the_content('continue reading...','powered'); ?>And with your .po program update from sources.
ok!! tks! suggestion to next update: lists styles in shortcodes. its very useful. and accordion to projects at homepage.
What do you mean by accordion to projects on homepage?
ok, sorry. i talk wrong. i mean ‘carousel’ to show recent projects. instead ‘grid’ viewer. to add lists in shortcode what is the process? any url / tip?
I actually did create a post about this
http://www.wpexplorer.com/snippet/list-shortcodes-for-wordpressHey AJ…. I have used the “Staff” portion of this theme to build a “Members” directory. As you can see on this linkhttp://www.daytonacademy.net/wordpressdemo/members-2/ only about half of profiles display their information in the view on this page. When you click on one of the profiles that do not display information you can see that the info is their it just isnt displaying on the short view page. Is their a limit set as to how many listing will display this information?
You have to scroll about half way down the page to see what I am talking about. The information does not display in the preview starting with the listing MICHALE D . LAKES, D.O…..Thanks for your help!
This is quite strange. I would really have to take a look at your backend to get a better idea of what might be wrong. Please contact me via my profile page. This will send me an email, so you can provide me with login credentials.
great man! perfect! the next can be ‘carousel’. thanks!
i try to implement the lists but the imagens doesnt appears. in tuto you are using shortcode [list style=”check”], but in video is [list type=”check”] i use style and type but no works. in php code function you are using type. can u help me?
Sorry it should be “type” not style, that is a typo.
Anyway, make sure you’ve added the images in the correct folder…
images/shortcodes
im using shortcodes ultimate plugin to use lists. the hack doesnt works for me. thanks.
Sorry you couldn’t get it to work. The code should be fine though, as I copied it directly from a working theme.
Hi, I have been working with this great theme for a while now. One thing leaves me puzzled tho: a) when you put the theme into ‘blog’ mode every article gets a teaser on the home page. while this is fine the teaser removes all formatting from the article such as bullets or bold text. How can one format the teaser a little bit better?
There is a setting to show “full blog posts” instead of the excerpts. I recommend enabling this, then using the line break in the editor to define your excerpts.
Theme seems to be having trouble reading scripts, can you please help me out, I even brought in the original theme without any edits, and i’m not using any plugins, even when i put a simple contact form that has scripts it shows part of the code and broken up page, and when i set the pages to full width, nothing shows up full width center and others do work, but with same showing the code thanks
Seems like your plugin may be conflicting with a function I have for my shortcodes.
If you open functions/shortcodes.php, try removing lines 5-30 and see if that helps. I think it should.
Thanks WPExplorer that worked great, and thanks for Fast Response
gday, I purchased the theme a few days ago, thanks for providing such an awesome base to work from. its taken quite a bit work customising the css but i think I’m almost there.
one last thing before i make it live though, i found that when i change the page template to fullwidth, i lose the content on the page. see example ‘about’ pages.
I’m sure its just something simple that I’m missing, would be great if you could point me in the right direction.
thanks again.
http://dralicehuang.com.au/wordpress/Hey, that’s looking quite nice, gj
I looked at the files and it seemed ok. If you want to contact me via my profile page with some logins I wouldn’t mind taking a look at your dashboard via the editor and if I see anything funky fixing it up for you, or telling you how to fix it.
Hi. why in first and last itens of portfolio the related itens does not appearing? any ideia to bug this? in demo its ok.
The related items are based on the category the item is in. Have you made sure there are other items in the same category as those 2?