This item is by an Elite Author
QuanticaLabs
- Elite Author
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Bought between 10 and 49 items
- Referred between 200 and 499 users
- Exclusive Author
- Has been a member for 2-3 years
- Europe
1,937
Purchases
Buyer Rating:
4.53 stars
4.53 average based on 271 ratings.
-
5 Star
19371%
-
4 Star
4516%
-
3 Star
207%
-
2 Star
93%
-
1 Star
41%
| Created | 7 March 12 |
| Last Update | 16 May 13 |
| Columns | 1 |
| Compatible Browsers | IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- blog
- clean
- contact form
- curriculum vitae
- cv
- dark
- light
- menu
- minimalist
- modern
- personal profile
- portfolio
- resume
- vcard
- widget
© All Rights Reserved QuanticaLabs -
Contact Envato Support


Hi,
Great Theme.
My previous question was
Q1. I am using several contact pages, how can I have a separate maps for each one? ... link to zip-code/city on the page would be ideal. ?
As an alternative:- How can I insert a Google Type map with markers as a background starting from the bottom of Top bar of the theme down to the line at the top of theme Footer. I have the embed code for it but am not sure where I should paste it.. It would would want it look something similar to an earlier post http://eliasvallejoart.com/#!/main except it would be a live map as background.
Could you please help me do so
Thanks
Reynard
Hi,
Thank you!
You can use
[cascade_map]shortcode as many times as you would like to. If you need to use it several times on one page please set another id for each shortcode:[cascade_map id='map2']You can also use another shortcode parameters – please check documentation.You would like to set google map as a theme background?
Thanks for your prompt reply to Q1
You would like to set google map as a theme background ? Yes how can this be done ?
You need to add absolute positioned div in the footer with 100% width and height, then initialize google map in it.
Perhaps I need some freelance work done ??
I’ve just replied to your email.
Hi, Will it be possible to add a dropdown style menu on the bottom menu bar (header) ?
Nice theme by the way.
Hi,
No, I’m not planning to add such a feature to this theme. Thank you!
Thank you for your quick answer ! Sorry I misspoke, I wanted to know how to have this menu tabs by default, ie when someone comes to my website it goes straight on all tabs. I just can’t find where to do it, maybe it is not possible ?
To do this, you can’t set any page as home. Then at start all tabs will be displayed.
Hello, I search the documentation for this theme. I am looking for the “shortcode” and how to use jQuery. Thank you in advance for your answers.
Hello,
You can find it in documentation directory (index.html file).
Hello QuanticLabs,
Thanks a bunch for the well described document that came with this fantastic template for Wordpress.
1)How do I replace a portfolio quanticlabs thumbnail with a thumbnail from youtube please? Thanks in advance, Seb
For others with similar problems – video
This link is accepted because I have a green checkmark.
The only option I can find is to insert this thumbnail within the post and not as a feature image. What can I do? Thanks, Seb
For others with similar problems – video
It looks like the only way to use a feature image is to use a gallery image. Is gallery image the same thing as media library?
For others with similar problems – video
Thanks a bunch and sorry for all the posts. I just figured a way that works, thanks to your video on your doc for leading the way! I was stuck with those thumbnails for days now. Thanks a bunch, Seb
Ok, no problem.
hey whats the short code for the contact form. and where could I go to get more instruction on how to modify this theme
You can find info in documentation directory (index.html file). Shortcode for contact form is
[cascade_contact_form]Hello i have a question please;
ive made a portfolio category, inside of it i have some icons of every project i want to show, then i would like every icon there would have its own gallery, so if i click on any icon (which mean any project) i can view the pictures from it, like a pop up gallery…
thx!
Hello,
You need to use some external plugin for that. Cascade doesn’t provide such a feature.
ok
other question;
I want to make two diferent portfolios, like the one you have on your template, how can i generate two different “sections” of projects, so the two portfolios wouldn’t link to the same projects?
You can put portfolio items into different categories and then display only from certains:
Hi,
I had a quick question:
[cascade_skill_list_item header=’Photography’ stars=’4’]
If I don’t want to display the stars on a particular skill, is there a value which disables it?
Thanks,
Hi,
No, but you can simply add it. For example -1. Open shortcodes.php file and replace that code:
$output .= '<div class="skill-list-item-level">'; for($i=0; $i<5; $i++) $output .= '<span' . ($i>=(int)$stars ? ' class="skill-list-item-level-off"' : '') . '></span>'; $output .= '</div>';with:if((int)$stars>-1) { $output .= '<div class="skill-list-item-level">'; for($i=0; $i<5; $i++) $output .= '<span' . ($i>=(int)$stars ? ' class="skill-list-item-level-off"' : '') . '></span>'; $output .= '</div>'; }Hi—my top nav menu keeps appearing at the top of my page, above logo and phone/email info. I would like it to go below as in the demo. any help?
Hi,
Please set it
Header Menu BottomunderAppearance->Menus->Theme Locations. Now you probably have it inHeader Menu TopHello QuanticLabs, This time I come back with a real question I could not find the answer. I notice on the template there is a link for a Vcard. Also Appearance>Theme Options>Header has a “download icon text: Download my vCard”.
I created a Vcard on a third party Website. I am looking to place my Vcard on the website so clicking on the existing link actually download a copy of the Vcard. Any help please? Thanks in advance, Seb
Hello,
Please upload your vCard file into WordPress media library, then insert a link to it in ‘Download icon text’ textfield.
hello, i really need to solve this out, cause i have lots of projects to display, and don’t want to create a category for each one of them.. the only thing I would need is a pop up gallery from every picture that represent a project into the “projects category”
something like this http://hongyi.carbonmade.com/ imagine every little picture is inside the “proyect” category, and every one of them represents a project, so when you click it the pop gallery (or some kind of gallery) displays to see the rest of the pictures from that project….
you said that cascade doesnt have that features, in that case what would you recommend?
thanks
You can use blog template. For each item create a post and then inside the post content you can put the gallery with images. Use your icon as post featured image, so it’ll be displayed as post thumbnail.
Hello,
I can’t seem to find a way to get multi-column formatting as you have in the demo on the Clients page. Can you provide me with some guidance please? Thanks!
Hello,
Please try to import dummy content – video
Hi,
Great theme!
My portfolio seems to be doing something strange. Everything is offset, meaning the 1st row of pictures is “cascading” like a waterfall. Also, the titles aren’t showing up. Any suggestions? I followed the video as well. Thanks!
Hi,
Thank you!
Please open your page editor in html view mode and remove pre and strong tags around the portfolio shortcode.
Hi,
sorry for the late reply, worked perfectly. Sometimes people give you all their problems and no thank yous. So, I just wanted to say thank you.
You’re welcome
Btw. If you would like to give a feedback on item, please take a moment and rate it in your Downloads section.
Hi, I notice that the page links at the top do not go directly to the pages but to the home page where there are the 4 tabs. You then have to click the page down below. How can I make the pages in the navigation go to the pages directly? Is this possible? thanks so much! CASCADE theme
You need to use custom permalinks structure in the menu like this:
Just open some tab and check url to it in your browser address bar.When you click on the page in the navigation it does not open up the page like the demo does, it just stays on the home page with no movement. How can I fix this? http://popmusicconsultants.com Thanks,
You need to use custom permalinks structure in the menu like this:
Just open some tab and check url to it in your browser address bar.Hi, sorry not working. I did make the menu with custom links to the pages as you suggested above, but it is still not opening that block below. For example: http://popmusicconsultants.com/#!/5/what-we-do Will open the right page if I just put it in the browser, but not when I click the menu eventhough that is in there as a custom link. ?? http://popmusicconsultants.com
Hi,
You’ve set right links. The problem is somewhere else. Please open header.php file and remove lines 32, 33 and 34 or open style.css file and decrease height value in line 648. That link overlapping menu, that’s why links doesn’t work.
My permalink settings in SETTINGS are set to Post Name, could this be the problem? I tried setting it to custom to match what you had said to use for the menu above, but that didn’t work. Thanks for your help!
No, when you’re using custom menu, then permalink settings doesn’t matter.