ThemeForest

Colorbow - A Onepage Creative Portfolio Theme

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United Kingdom
shimsim Purchased

OK, worked it out, needed to define the font for paragraphs

:)

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

Hi !

Where do I change the font style?

virusnac

Hi. For fonts regarding the text content, headings, you need to edit the stylesheets and/or make use of the Custom CSS from theme settings.

Default-user

Dang – Can’t get it?

p {font-family: ‘PT Sans’, sans-serif;}

h1 {font-family: ‘PT Sans’, sans-serif;}

h2 {font-family: ‘PT Sans’, sans-serif;}

h3 {font-family: ‘PT Sans’, sans-serif;}

h4 {font-family: ‘PT Sans’, sans-serif;}

h5 {font-family: ‘PT Sans’, sans-serif;}

And added to head section. What am I missing? Thanks!

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

You have been so amazing w/ our questions. Thank you.

Id like to edit the “more” circles when you hover over portfolio thumbnails. Where can I find that in the code?

I’d also like to change the round “about” image to a square. Where can I locate the code for that?

Thanks!

virusnac

The elements can be found in lib/php/post.class.php functions

list_view()
grid_view()
thumb_view()

the elements item-overlay, featimg-hover and you need to customize the css for
.hover-more .featimg-hover .featimg-hover-more
if you will set border-radius to 0 it will be square.
  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

Hey Guys – trying to get dialed on the Cosmothemes forums for additional questions and I’m getting an error… can someone email me direct? estes@ talklaunch.net

virusnac
Hi. Please try again to register on the forum, there was a small issue.
http://cosmothemes.com/forums/
  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United Kingdom
shimsim Purchased

I have a problem with the when using the front page slideshow, which i have set as the first page (just like on the demo site).

Everything works fine when you first load the site, but once you navigate to another page, then go back to the home page, the sideshow is stuck on whatever slide was last displayed. So even clicking on the arrows or dots does not load another slide. The only way to get the slideshow working again is to reload the site.

Any suggestions on how to troubleshoot this?

Thanks

virusnac

Can you give us a link to it? Are you using the latest version of the theme? Do you have plugins? Are there js errors in the browser console?

Default-user
shimsim Purchased

The site if not live at the moment, I cant show it public yet. I will check for js errors and report those back first. Thank you!

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

Hello sir!

Will you send me an email? 5 minutes and we’re done!

Thanks! estes@ talklaunch.net

virusnac

Hi. Please use the contact form from here http://themeforest.net/user/virusnac/

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

Hi, I want to change the color of the menubar to gray, or somehting like seethrough gray, blackish… How do I change that in the code? And can I change the font of the menu? Thanks!

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

I’ve got the transparency now ( http://tradethefootprint.com/ ) But how can I show the text with no transparancy, so its readable?

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

Hi, Is it possible to add video in the background like image and video in the slider, if not can you add this functionnality on the next update please. Thanks.

Mikaël

virusnac

Hi. Unfortunately, this is not possible, due to some technical details, and this feature at the moment is not planned.

Default-user

Hi, Thanks for your answer. Do you know some plugins able to change that ? Thanks !

virusnac

Unfortunately, not aware of such plugins, sorry.

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

Hi, thanks for the email on my previous questions. I have a new one.. How do I remove the page title showing up when viewing a page? (below the menu bar, in the page itself) And how can I keep the current page in the middle in the menu? Thanks.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
IDseed Purchased

Hi and thanks for this work !

I only want to change the white color of the menu. Where can i change this please ? Regards. Flo.

virusnac

If you mean the background of the menu, then you can use the following in Custom CSS

#nav {
background: red !important;
}
#collapse-branding-btn {
background: blue !important;
}

Default-user
IDseed Purchased

Thanks :)

virusnac

Welcome :)

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

Awesome theme and the best one page website I have seen for a long time.I really wanna buy this for my portfolio.Just have few questions.Can I increase the width of the panel window that comes when you click on the portfolio work.Also can I have the portfolio page look with sortable options.Last one when I click on my work I would like to show all my work when the side panel popup.I don’t want to use shadowbox look or a vertical slider.I just want to show my images vertically one by one. Is it possible.Let me know and you got my money:-)

virusnac

Hi. The width of the panel will need to be edited from css.
You can have the sortable option (filter) for lists of posts (latest posts, Latest portfolios, by post type: image posts, video posts…)
The side panel that shows up is used to show a single posts that was clicked.

pullingpixel

Thanks you so much for your reply.Sorry,I meant if I click a single post I want to show all the images in their original size of that particular post vertically one by one instead of a horizontal slider with a shadowbox effect.I also want to add video and images in the same post.I am sure this functionality is already there but just want to confirm.

virusnac

Our uploader allows to upload a featured video, and images that you mentioned (horizontal slider) but WordPress editor also allows to insert images and videos directly in the post content (you can choose what sizes the image will have, like resized or full size) http://i.imgur.com/Dm2BCOo.png , you can embed videos from video services like youtube, vimeo (the full list can be found here http://codex.wordpress.org/Embeds )

pullingpixel

Thank you virusnac.I am already loving your service.

pullingpixel
Hi virusnac.I am using the add media option in wordpress to insert images directly to my portfolio page.The problem is I getting this space when I add them and I would like to show my images 100% than just 70%.Please take a look at the image.I mean I am getting that look if I put my post format to standard mode, but it is just showing my featured image in full width but I would like to add multiple images with full width one by one. http://oi44.tinypic.com/jgpra1.jpg
virusnac

The images inserted in the post content are stretched to full width of the content area, not full width of the entire post, since there is also the bar with meta information, only the featured image (which is shown first) is stretched to full with with of the loaded post.

pullingpixel

So,is there a way I can get the look of full width by using add media option in word press.Do I need to edit some code in CSS.Let me know

pullingpixel

Hi Can you please help me out.I want to increase the size of team picture.Also can I have like a shadow box effect when I click on the picture.As I would like to show more about the team member info.

virusnac

Hi. Unfortunately, there require custom work.

pullingpixel

Hi can I show the sortable button option for grid view.

virusnac

The sortable option is available only thumbnails view.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
ehijos Purchased

Hi, I bought this theme months ago and I have a problem that I am not able to work out. When you open a single post, in portfolio or blog, the page that open on the right is really small. In your theme it fill 3/4 of the screen, in our only 1/2, and it look really small. Also, the navigation buttons up this popup to go to the next post or the before don’t work in a logical way, it works random and makes the navigation really confusing. Here is the link of you want/need to see the site. www.carloschamarro.com Thanks!

virusnac

The images appear bigger because they are Featured images, they appear big. Also, when you insert images in the post content WordPress allows you to choose what will be the size and the resolution (use 100% and full size) http://i.imgur.com/g2oSeKZ.png you can edit also the inserted ones http://i.imgur.com/3Jw5kFO.png http://i.imgur.com/tpMbuF8.png

Default-user
ehijos Purchased

ok, I’ll do it that way! About the order… is it possible to show by date? If not, how can we eliminate de buttons? Thank’s for asking so fast

virusnac

If you mean the order of posts from a specific menu item (Latest posts, blog, category) then make sure in Frontpage buider you select the order of the posts http://i.imgur.com/T5Z2Edg.png

Default-user
ehijos Purchased

Yes, I did it that way. The problem is when the single post appears (in the drop-down way). Up of this post you have buttons to close, to go next and before. When you go next, the post that appears is not the next in date order, it is on a random way or a way I don’t understand. Thank’s for the support, I really need to fix this problem because for my client is important to follow this way. He is an actor and the posts go from TV to cinema or whatever with no logic. Thank’s again

Default-user
ehijos Purchased

Done! Thank’s!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
ehijos Purchased

Yes, I did it that way. The problem is when the single post appears (in the drop-down way). Up of this post you have buttons to close, to go next and before. When you go next, the post that appears is not the next in date order, it is on a random way or a way I don’t understand. Thank’s for the support, I really need to fix this problem because for my client is important to follow this way. He is an actor and the posts go from TV to cinema or whatever with no logic. Thank’s again

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

Hi, this theme don’t have dropdown menu, can you add it like your other theme “Verticality” Thanks.

virusnac

Hi. The theme was meant to be this way, there are no dropdown menus.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
tobik999 Purchased

I am still having problems with the slideshow autoplay, if you click on the bullets in the slideshow or move to another menu point and get back to the slideshow it does not continue to autoplay. I have sent you an email, as you told in the forum, on May 31st and still got no response from you.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
tobik999 Purchased

not only autoplay stops working, also the bullet and arrow navigation within the slideshow stops working

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

Hi Virusnac ! Is it possible to use some plugin to make this theme working in multi language ? qTranslate for example ?

virusnac

Hi. We haven’t tested this type of configuration.

by
by
by
by
by