ThemeForest

Circled Portfolio WordPress Theme

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

Great looking theme! Could you add the option to see the other available colors to the demo or add screen shots?

divwrap

Thanks! We will upload screenshots today, but it may take up to a couple of days for them to show up. :)

  • Exclusive Author
  • Has been a member for 3-4 years
  • Philippines
  • Sold between 10 000 and 50 000 dollars

Very nice work! It looks clean :)

divwrap

Thanks!

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 2-3 years
seekjoy Purchased

Videos possible in portfolio circles?? Just purchased..

divwrap

Thanks for purchasing our theme! We are working on video support right now and hope to release an update very soon. Please send us an email through our profile with your email address and we will notify you when the updates are available. http://themeforest.net/user/divwrap

Thanks again!

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

Hi, I like the theme a lot. Couple of questions: I will need to translate the English .po to Portuguese. Does it come with a Sample folder to populate the Theme? Is it compatible with mobile devices? Thanks!

divwrap

Hello emxch!

The theme files are all ready for translating and there is a .po file already included. I’m not sure I’m following when you say “Sample folder”, could you explain what you mean by that?

Although the theme wasn’t developed for mobile devices, it displays very well on mobile devices. Check your phone or mobile device. :)

- Luke for Div Wrap

  • Bought between 100 and 499 items
  • Has been a member for 1-2 years
emxch Purchased

*I just purchased.

Hi Luke,

Thanks for the reply. I am a member of Elegantthemes as well and they include in the their themes install a sample data folder, with a .xml that you can populate the theme when you first start so it looks like their live demo. When I am first testing their themes it helps me see how they added the content to the demo and structured the theme. They have quite a few themes. I then uninstall the theme and reinstall new and start from scratch in a new canvas and add my customizations and content. But this is no big deal as I usually will work things out from scratch. Great about the .po file. If you want I will send you the translated Portuguese file later. I am looking forward to new updates, add-ons and working with you guys. Just a suggestion, it would be great if you had a Tumblr version as well. Thanks. All the best.

divwrap

Ah, yes I see what you mean! We can send you the .xml file today, just send us your email adress through our profile and we will shoot that over to you today. http://themeforest.net/user/divwrap

If you have anymore questions, please use our support forum. http://support.divwrap.com/ :)

We are actually working on a new WordPress theme with a Tumblr style functionality, so follow us around, we’ll be launching it in the near future.

Thanks so much for purchasing! Luke for Div Wrap

  • Bought between 100 and 499 items
  • Has been a member for 1-2 years
emxch Purchased

Hi Luke,

I just sent you an email. Thanks.

divwrap

Thank you, we will take a look. :)

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

I just purchased the item but there is no sample file or data :( i would love to have the sample file that has the same stuff as the demo so i can work off this as im a newbie at wordpress and still learning. Could I get access to the sample data and file perhaps? It would really help me to learn how to do the circles and project setup. Thanks

divwrap

Thanks for purchasing our theme Jason! You can download our demo .xml file here: http://cl.ly/EbPp :)

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

Hi. Sorry how can i change the header where the menu headings are from black to white etc…thanks :)

divwrap

Starting on line 199 through line 209 in your style.css file you can change the style of the header. You will mainly be concerned with the #header selector. ;)

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

Hi. HOw do I set the default home page to a different page i have created? Also how do i get rid of the twitter banner on the bottom of the default page?

Cool Theme by the way. I also got the circle project to work as well :)

Thanks :)

divwrap

You can set your homepage to display any page you want! Just go to Settings > Reading and select a page from the dropdown under Front page.

If I understand correctly, you want to remove the twitter banner completely. To do this, add this bit of css code into your style.css file:

#twitter-feed { display: none; }

I’m glad you got the circle project to work! :)

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

Thanks for your speedy replies much appreciated :) I went in to style.css and removed the #header stuff but the default black header is still present and didnt make a difference :(

divwrap

No problem! It should have worked, can you post a link to the site you are working on?

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

Also how do i insert a backgroud into the home page instead of having white as well? Would like have like a faded out image in the background if possible. Thanks Again. :)

divwrap

This is possible, you can add any image you want to the body element in your css like this:

body { background: url(yourimage.jpg); }

Although once you add an image to the background other than white, your circles will show up as squares because the circles rely on the white background for the circle look. :)

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

Hi. Sorry another question. in the project circles i disabled/removed the workding from the new item feature but the little tab in one of the circles still appears on the bottom of it though no words…can i get rid of this somehow? Thanks.

divwrap

Yep! Locate this in your css file on line 617:

.new-project a span {
    width: 272px;
    height: 40px;
    line-height: 30px;
    font-style: italic;
    text-align: center;
    position: absolute;
    bottom: 14px;
    z-index: 997;
    display: block;
}

Change the “display: block;” to “display: none;”.

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

Hi. My link to my site is http://www.mobiplus.com.au/wp thanks.

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

Hi. Got the black header removed finally…strange i tried a few times and now just tried again from a different computer than my home one and when i removed the code and refreshed the page it went to white as expected :) thanks.

divwrap

That’s great, I’m glad! If you have anymore questions feel free to email us through our profile until the forum is fixed: http://themeforest.net/user/divwrap

Thanks!

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

One last question for today…now that I have removed the black header when i select the menu headings i cant see it as it is whited out :( where can i change this? Thanks Again for your great support :)

divwrap

You can change that by going to line 266 in your style.css file and locating this:

#menu > ul > li:hover > a,
#menu > ul > li.current_page_item > a,
.menu > ul > li:hover > a,
.menu > ul > li.current_page_item > a {
    color: #fff;
}

Change “color: #fff;” to “color: #444;”.

Glad we could help … remember to give our theme a rating! ;)

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

Hi. When I click on a project circle in the details button how can i redirect it to a existing page that has already been created like for example the About Us in the Menu? or even a new Full Width Page perhaps instead of the Project Page? Thanks.

divwrap

This can be done, but since this is outside the scope of what the theme was designed to do, you will need to fill out the Theme Customization form here: http://support.divwrap.com/customization/

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

Ho w do I change the colour of the circles? Thanks

divwrap

Open up the included “circled.psd” file and locate the layer called “outer orange” by going to “content > home > post 1 > cover”. Click on the orange box and chose your color. Next, tell photoshop to show your slices “View > Show > Slices”. You will see blue and gold lines appear on the canvas. Select the biggest box surrounding the orange circle, right click on it and chose “Bring to Front” (http://screencast.com/t/cQecVMUP). You will notice the big box appear on top.

Next, hold down the alt/option key and click the eye symbol next to the layer folder “cover” (http://screencast.com/t/0kT2KGrtqtQ7). This will hide all other layers except for the color circle. Now go to “File > Save for Web & Devices…”. A new window will popup showing your canvas, make sure to select the box surrounding the color circle and hit “Save”. Save this file into the “images > colors > orange” (whatever color you have chosen in the wordpress admin) in your theme folder.

That’s it! Please email us through our profile if you have any further help questions: http://themeforest.net/user/divwrap

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

In the grey banner under the header how can i add multiple images to it instead of having a plain grey? Sorry for the questions, as Im still new to php and css coding…thanks.

divwrap

No problem! Open up your “template-home.php” file and locate the div with an id of “tagline” and delete all of it’s contents:

<div class="inner">

       <h4><?php echo of_get_option('tagline'); ?></h4>

</div>

Now you can add whatever images you want that are 72px in height.

Again, email us through our profile for further help: http://themeforest.net/user/divwrap Thanks!

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

Hi. I got the grey banner removed from the home page successfully but on the other pages that I have created the grey banner still appears on these. Is there another php file that also contains the same tagline as I could find it in say the fullpage.php or the header.php etc…thanks. Check out www.mobiplus.com.au/wp and you will see i got a colour banner but on other pages the grey banner still is visible. Thanks for the Great Support. By the way where d i go to rate this app? I couldnt’ find where to vote…Cheers

divwrap

Yes the other pages have “Page Titles” instead of a tagline. To edit this, go in the folder “includes” and open the file “page-title.php”.

We are glad we can help! To rate this theme, go to your downloads page in your ThemeForest account (http://screencast.com/t/mkN2EyA5pN) and click on a star to give a rating, 1 being the worst, 5 being the best. :)

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

I tried joining your other forum but it says that I do not have valid purchase codes…

I’m having issues with the video in the project. I’m using vimeo.. It does not give the option to play it like it is a movie. It treats it like it is an image.. And it does not create a thumbnail image for it so it is just a circle around white..

divwrap

Try creating an account again, and make sure to enter the correct purchase code correctly with no white spaces. You can read on how to find your purchase code here: http://support.divwrap.com/find-your-purchase-code/

If you are successful in creating an account on the forum, please post your question again on the forum. If not, please contact us through our profile and we’ll help you out us much as possible (http://themeforest.net/user/divwrap).

Thanks for purchasing!

by
by
by
by
by