This item is by an Elite Author
yashma
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Bought between 100 and 499 items
- Elite Author
- Exclusive Author
- Has been a member for 3-4 years
- Item was Featured
- Microlancer Beta Tester
- Sold between 50 000 and 100 000 dollars
188
Purchases
Buyer Rating:
3.61 stars
3.61 average based on 23 ratings.
-
5 Star
1043%
-
4 Star
521%
-
3 Star
28%
-
2 Star
14%
-
1 Star
521%
| Created | 19 November 11 |
| Last Update | 12 May 12 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.2, jQuery |
| Documentation | Well Documented |
| Layout | Fixed |
| ThemeForest Files Included | Layered PNG, Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- corporate
- fresh
- google fonts
- grid
- html template
- javascript
- jquery
- minimal
- personal
- portfolio
- settings
- slideshow
- template
- website
© All Rights Reserved yashma -
Contact Envato Support


Is Curio OK for the just released WP 3 .3?
We will inform you about it, when theme will be checked.
Why I can’t see in my Contact Form 7 Admin panel “Footer form” and “Underconstruction” options as in your documentation images?
I downloaded latest version of CF7 but nothing changed.
You need to create these forms. Make sure that you can see “Content” option in you admin panel. This defines that plugin is installed properly. In Contact option use “Add” button to create all 3 forms. Please follow the documentation “How to create forms” it contains detailed information and code snippets. “Footer form” and “Underconstruction” will appear after you create forms with such names.
Apparently things seem OK testing it locally…..
Could you please tell me how to place in the footer a Contact us section identical to the one in your live demo?
Any update about WPML compatibility?
Thanks
To put contact us section in the footer you need to have installed Contact form 7, Create form ‘Footer form’ (code snippet for the form you can find in docs). Plugin will generate shortcode for this form. Copy it. Navigate to admin panel -> appearance. There you can find “Footer Sidebar”. Add text widget to it and paste you form code into it, save. Also documentation contains screenshots for these steps.
WPML – we are working for it, but it will need extra time
How i can edit the button text “Visit Site” (slider) and “Read More” (home)? Thanks.
When can we expect version 1.7?
Hi! It will be ready soon(day or two).
How i can edit the button text “Visit Site” (slider) and “Read More” (home)? Thanks.
Bad support
featured list (with icons) code is here – curio -> functions -> shortcodes -> featured_list.php (line 36)
Latest Works code is here – curio -> functions -> shortcodes -> latest_works.php (line 43)
Galleries code is here – curio -> functions -> galleries Every slider has a separate file.
Thank you very much for your response. I solved the problem.
@hostchille
Read the freaking documentation
Thank you very much for your response. I solved the problem.
Can the developer (or a kind user) tell me what kind of control there is over the home page? Do we have to have 3 columns of teaser entries, or can I easily alter that to add more paragraphs of text, customer testimonials, and other different elements than what you show in the demo? thanks, —Lee
Hi! You can create as many paragraphs as you need. You can use also shortcodes to create customer testimonials and so on. There are many elements available for use to create different layouts.
Thank you Yashma!
1.7 Allmost finished? =D
Waiting approval by review team. Wait please a few hours – otherwise we will send you update by email.
Is it possible to change the color of the black box? Or change the color into an image?
http://i7.photobucket.com/albums/y275/huutje/Schermafbeelding2011-12-22om092631.pngUpdate your theme to 1.7 – there is instructions for for this issue.
team, blogpost, ect images are broken again with the 1.7 update. They work fine if I go back to 1.6
Hi! Can you send us some screenshots and your demo url via email?
Hi! At least send us some screenshots and version of internet browser you use. It work fine on live demo.
I am side loading the site to another server today and will try and get some screenshots and links sent to you this evening. Thanks!
Any word on the update?
I’m using a menu with several submenus and the main items were created as categories while actual pages of submenus were created as pages.
Example: Services (category): Service 1, Service 2, Service 3 (all pages).
Example 2: Services (category): Service type A (category): Service 1 type A, Service 2 Type A, Service 3 type A, etc. (pages)
Now in Curio if I click Services (category) I’m redirected to a blog’s post generic page (it shouldn’t be a clickable link…).
How to make the upper items of a menu with submenus (what I called category, and in my example Services) not clickabe and not linked to any other page?
Thanks
We can try to do this on your demo, contact us via email.
Problem solved using Custom links in the dashboard: I put single hash mark (#) for the URL
Thanks for the update. I will be testing it today!
Can I customise the font in the menu bar?
Admin panel -> Curio -> Fonts and Colors ->Headings – Google Font
Hello i bought this 13 days ago all works perfectly except when i create a gallery on a page and put the images in via the slideshow function they don’t appear in the gallery. I see you’ve updated it since then to fix an ‘image issue’ was this the issue that was fixed?
What files do i need to update to correct this problem?
Thanks
What is your current version?
1.7
Thanks
Try pleaseupdate to current, if did’nt help contact us via email with access data.
Hi Yashma,
i mean the blackbox in the menu bar around ’’Home’’ in my sceenshot. I want to change it into an image, is that possible?
In the documentatie theres only information for changing the menu colour and background colours.
http://i7.photobucket.com/albums/y275/huutje/Schermafbeelding2011-12-22om092631.pngOr maybe i didn’t read it right…
You can change this box in css file. Navigate to /themes/curio/css/style.css line 300. There is css rule: .menu ul .current_page_item a, .menu ul .current-menu-parent.has_menu_p a.top_menu_a It has parameter “background” (there are 7 background params and one “-pie-background”. They create css gradient for different browsers.) Delete or comment all these parameters and create your own background:url( path/to/image )
To change font color of the menu text use color value in the same section as background styles.
Note, that menu items have different width, depending on the content text width, so static image may not be suitable
@yashma,
i changed the css to this,
} .menu ul .current_page_item a, .menu ul .current-menu-parent.has_menu_p a.top_menu_a{ background:url(http://oggu.globehouse.eu/wp-content/uploads/2011/12/wolkje.png) }
.sub-menu .current-menu-item{ background-color: #E8E8E8; }
.menu ul .current_page_item .children a{ filter:none; }
.menu ul .current_page_item, .menu ul .current-menu-parent{ padding: 0 0 0 0px; margin-right: 0px;
Still, it doesnt work for me, am i doing something wrong?
Send us by email your issue, wp access data.
Can’t see the background pattern files in the Curio Font and Colour screen. Colours show fine. Any ideas?
Hi! Can you show some screenshots?
Sure – can I email them to you?
Yes, sure
Thanks for the help, you can download screenshots from
http://www.yousendit.com/download/T2djZHlnUzhYSHdVV01UQwYou are the first with issue like this, need wp access to say exact what is done incorrect.