ThemeForest

Powered Business & Portfolio WordPress Theme

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Referred between 1000 and 1999 users
  • Sold between 1 and 100 dollars
  • United States
epdesigns Purchased

How can I delete the automatic shadow on the thumbnails on the blog page? Can I do this via CSS ?

WPExplorer

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; }
  • Bought between 100 and 499 items
  • Has been a member for 3-4 years
  • United States

3rd Theme we have purchased from you. As always you did a great job. Thank you!

WPExplorer

Awesome! Thanks for the purchase, glad you like it ;)

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 3-4 years

hi AJ. any chance to insert carrousel of projects in this theme, instead grid?

WPExplorer

What do you mean?

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 3-4 years

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.

WPExplorer

I didnt receive any email…if you do email me please do it via my profile page:

http://themeforest.net/user/WPExplorer

Unfortunately the theme doesn’t have a built-in carousel. You would have to implement this yourself.

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 3-4 years

hi. i dont have sucess to create the homepage like as in demo. can u help me? by tutorial i have not sucess.

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 3-4 years

i dont see the itens at ‘Homepage Layout Manager’ in panel

WPExplorer

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.

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 3-4 years

ok, thats it!! tks!

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 3-4 years

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?

WPExplorer

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.

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 3-4 years

ok!! tks! suggestion to next update: lists styles in shortcodes. its very useful. and accordion to projects at homepage.

WPExplorer

What do you mean by accordion to projects on homepage?

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 3-4 years

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?

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
joshwolfe Purchased

Hey 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?

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
joshwolfe Purchased

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!

WPExplorer

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.

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 3-4 years

great man! perfect! the next can be ‘carousel’. thanks!

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 3-4 years

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?

WPExplorer

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

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 3-4 years

im using shortcodes ultimate plugin to use lists. the hack doesnt works for me. thanks.

WPExplorer

Sorry you couldn’t get it to work. The code should be fine though, as I copied it directly from a working theme.

  • Bought between 50 and 99 items
  • Has been a member for 4-5 years
bisch23 Purchased

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?

WPExplorer

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.

  • Bought between 50 and 99 items
  • Has been a member for 1-2 years
http://arensrealestategroup.com/wordpress/sitemap/ and this one http://arensrealestategroup.com/wordpress/featured-properties-new/

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

WPExplorer

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.

  • Bought between 50 and 99 items
  • Has been a member for 1-2 years

Thanks WPExplorer that worked great, and thanks for Fast Response

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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/
WPExplorer

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.

  • Bought between 10 and 49 items
  • Brazil
  • Has been a member for 3-4 years

Hi. why in first and last itens of portfolio the related itens does not appearing? any ideia to bug this? in demo its ok.

WPExplorer

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?

by
by
by
by
by