This item is by an Elite Author
virusnac
- Author was Featured
- Bought between 1 and 9 items
- Elite Author
- Exclusive Author
- Has been a member for 2-3 years
- Most Wanted Bounty Winner
- Referred between 200 and 499 users
- Sold between 250 000 and 1 000 000 dollars
- United States
210
Purchases
Buyer Rating:
4.43 stars
4.43 average based on 21 ratings.
(more information)
-
5 Star
1466%
-
4 Star
314%
-
3 Star
314%
-
2 Star
14%
-
1 Star
00%
| Created | 5 December 12 |
| Last Update | 2 April 13 |
| Columns | 2 |
| Compatible Browsers | IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4 |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
© All Rights Reserved virusnac -
Contact Envato Support


Hi Autor,
Can you tell me how I can activate de widgets an the Colorbow theme. I would like to have a social media widgets on the same page of mine introduction page.
Hope to here from you soon.
You can add widgets to sidebars from Appearance -> Menus. And the sidebars can be assigned from post/page settings, just know that they will not be shown on front page, only only when viewing a single article.
I have purchased the theme, its a great theme but I do have a some questions. 1. I have two teams and would like to center them on the screen, by default they are justified to the left, is this possible? 2. Can I remove the UP and DOWN arrow from the Navigation Bar? 3. I’m having problems displaying sidebars, when editing pages I select left sidebar layout, i then get to select sidebar and save, the select sidebar then disappears and no sidebar appears on the page! 4. Is it possible to change the default font? Thanks
Can you build RTL direction (For Arabic, Farsi, Urdu, and other languages) feature on your themes?
Most of the times you need to change from the html code the text direction, but some elements have not been tested how they work with RTL languages. Things like slideshows, for example can break if RTL is specified, a quick fix is to specify a LTR attribute for that element.
Pre-sales question:
1. Can you have another page link to something that isn’t published, as an example, for someone to view something privately? Recognize it is a one page website, but wanted to understand more fully.
Anyone want to share a site with this loaded on it and have a separate page that is not part of the main site published?
Thanks! Keith
Purchased- questions: 1. Fav icon- how do we leave it blank for now? Don’t have one and it defaults to yours. 2. Blog- Posts. What is the best way to import them in the home page builder, as I have many and am unclear about how to do this. Seems like I need to do this, one at a time?
Thanks!
hello
1) You can delete the favicon.ico file located in the root of the theme using an FTP client or adding a file browse plugin2) You don’t need to import your posts to the theme builder one by one – all you need is to add an archive element that will extract your posts. Follow the screenshot below or follow the documentation instructions:
http://i47.tinypic.com/2lcxu8k.jpg
Thank you!
How about this:
Is there a tutorial on setting up a portfolio to make it look like the demo site?
Yes, follow the instructions from “XML – import” folder – you should be able to achieve an exact copy of the demo site.
Instead of an exact copy, is there a tutorial?
I created a portfolio, but am unclear how to load the pics? The front page builder interface is different from the blog interface, when you click on edit. Can you do a screen capture or video please?
Thank you~
Hi 10-4 on the pics. Featured image is the key!
Watched the tutorial- at 3:36 seconds, you show a way to have posts come from other directions, other than the right. Looked at the admin panel and don’t see this available? Is this coming in the next release?
As we told you earlier this video is from another theme that has a different design. At the moment I can’t promise you that Colorbow will have this option.
Reason being, is I also don’t want to overwrite all I’ve done to date.
Ok…how do you get to have an image show up, like in the demo, with the “More” circle?
Realize you need to check off all the categories, inside WP for the images. Still can’t get it to look like the demo…..
Hi, you need to add a “Featured image” for the blog or portfolio posts you’re adding. Please, check the documentation file for “featured image” article.
To display your posts in the way the demo depicts, you need to use the front-page builder and add a “Post format” element and choose either “latest posts” or “latest portfolios” then choose the layout – grid, list or thumb view.
Hello,
I’d like to buy this one, it is really great.
I have a question: I like the sortable site in the demo. When someone clicks on a picture, there opens a new site with descritiption etc. Is it possible to open just a lightbox picture when clicking on a picture on the sortable site?
Thanks for your help.
Greets
Hi, unfortunately there is no such option.
Thank you.
Nice but like the others it loads too slow. People don’t wait even 5 seconds for a page to load.
3c5788d5-2d33-4300-a42d-28e1275e80ef
Hi, Just bought Colorbow.
In the manual and the theme settings, I do not find nor understand where or how to upload my own PNG logo. Can you please point me in the right direction?
Love the theme.
Can not wait to have it live…
Chris
HI, check this screens please: http://i.imgur.com/0zeYK.png
Thank you
Yay. Thanks. Don’t know how I missed that. Must have been to tired. Cheers! Great work!
If you need url’s web site or backend to answer, you can ask it by email.
Thank you for all your answers. Have a good day and a Happy New Year !!
<div class="article-title"> <h2> <?php the_title(); ?> </h2> </div>Hello and thank you for your answers. About javascript, i have many errors. I had some problems trying to have a copy of demo site, when using “XML + Import” : would it be this that made my web site wrong ? Thank you.
There might be errors when downloading some images while importing the XML (it does this automatically). The error in js apepars ebacuse of the https in the maps embed code.
OK I think I’ll reinstall all to have it very clean. When you talk about images 1680×1050, the problem is for screen of 1050×768 for example, you just see the center of the image : how can you make the image take the wide of the screen ? Thank you in advance.
OK I watched lib/php/image.class.php but the problem with background images seems to be here : /wp-content/themes/colorbow/css/autoinclude/style.css : the background image is defined like this :
.bg-img { padding: 200px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; position: absolute; top: -200px; left: -200px; width: 100%; height: 100%; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-position: center center; background-size: 99.9% !important; } @media only screen and (min-width : 320px) and (max-width : 1024px) { /* Styles */ .bg-img { background-size: auto 100% !important; } }If we follow this : https://developer.mozilla.org/fr/docs/CSS/background-size We should have “contain” instead of “cover” : I put contain but it doesn’t worK. Do you know which change I could do with your theme so that the image simply takes the width of the screen, and not the width of the image ? Thank you for your help and answer,What is the recommended slide size, in MB for the slideshow on the home page?
I have 4 slides and it is pretty slow to load on a computer and slower on an iPad.
Thanks
Try using a caching plugin as they will reduce the amount for the JS files. The images are recommended to be HD/full HD to look good.
Hello, thank you for your answer before: i’ll come back on these themes on tuesday. Can you tell me how to prevent the menu to move from up ton down with social networks ? My customer doesn’t want this menu to move and hide some parts of images ? Thank you
Open js/functions.js and comment out/remove lines 313-327, clear the browser cache after.
Thank you, I’ll try quickly. Can we have a submenu with the main menu ? I can’t position the sub-pages in the front page builder. When I want to put a submenu with “sort” on the right, to put it on 2nd level, it comes back to 1st level : how do you create submenu then ?
Thank you very much for your answers.
Hi again, can you tell me where to find this “XThis website requires capabilities not supported by your browser. Please install Google Chrome Frame Plugin.” and translate it ? + With IE9, my arrows are in another side, as a right angle : how can I correct this ?
Hi. The text generated from js\jquery.chrome_frame.js. Can not understand the issue with the arrows
OK Thank you. Once more for information, the google chrome frame plugin link doesn’t work at all. Have you noticed it ? Thank you for your answer
Hi,
how is it to have a drop down menu with your theme ? thanks you
Hi. This theme doesn’t support dropdown menus.
Will it support dropdown menus?
Hi, just for information, you should change the page 20 of documentation.pdf which talks about “menu just below the default one ” + ” Colorbow – menu” which doesn’t exist in this theme. Thank you
Thank you.