ThemeForest

Cascade - Personal vCard WordPress Theme

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

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

QuanticaLabs

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?

Default-user

Thanks for your prompt reply to Q1

You would like to set google map as a theme background ? Yes how can this be done ?

QuanticaLabs

You need to add absolute positioned div in the footer with 100% width and height, then initialize google map in it.

Default-user

Perhaps I need some freelance work done ??

QuanticaLabs

I’ve just replied to your email.

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

Hi, Will it be possible to add a dropdown style menu on the bottom menu bar (header) ?

Nice theme by the way. :)

QuanticaLabs

Hi,
No, I’m not planning to add such a feature to this theme. Thank you!

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

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 ?

QuanticaLabs

To do this, you can’t set any page as home. Then at start all tabs will be displayed.

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

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.

QuanticaLabs

Hello,
You can find it in documentation directory (index.html file).

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

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

QuanticaLabs

For others with similar problems – video

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
Pardon me to re-iterate I did not explain myself well. I click on FeatureImage. Then I go to URL tab and I write this example
http://img.youtube.com/vi/Rmr8x5w9Fag/2.jpg

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

QuanticaLabs

For others with similar problems – video

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

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?

QuanticaLabs

For others with similar problems – video

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

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

QuanticaLabs

Ok, no problem.

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

hey whats the short code for the contact form. and where could I go to get more instruction on how to modify this theme

QuanticaLabs

You can find info in documentation directory (index.html file). Shortcode for contact form is [cascade_contact_form]

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

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!

QuanticaLabs

Hello,
You need to use some external plugin for that. Cascade doesn’t provide such a feature.

Default-user
arkom Purchased

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?

QuanticaLabs

You can put portfolio items into different categories and then display only from certains:

[cascade_portfolio category='video']
[cascade_portfolio category='image,video']

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

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,

QuanticaLabs

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>';
}
  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

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?

QuanticaLabs

Hi,
Please set it Header Menu Bottom under Appearance->Menus->Theme Locations. Now you probably have it in Header Menu Top

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

Hello 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

QuanticaLabs

Hello,
Please upload your vCard file into WordPress media library, then insert a link to it in ‘Download icon text’ textfield.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
arkom Purchased
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, 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

QuanticaLabs

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.

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

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!

QuanticaLabs

Hello,
Please try to import dummy content – video

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years
  • United States

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!

QuanticaLabs

Hi,
Thank you!
Please open your page editor in html view mode and remove pre and strong tags around the portfolio shortcode.

Default-user

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. :)

QuanticaLabs

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.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • Referred between 1 and 9 users
Teri7 Purchased

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

QuanticaLabs

You need to use custom permalinks structure in the menu like this:

http://domain.com/#!/%page_id%/%page_title%/

Just open some tab and check url to it in your browser address bar.
  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • Referred between 1 and 9 users
Teri7 Purchased

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,

QuanticaLabs

You need to use custom permalinks structure in the menu like this:

http://domain.com/#!/%page_id%/%page_title%/

Just open some tab and check url to it in your browser address bar.
  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • Referred between 1 and 9 users
Teri7 Purchased

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

QuanticaLabs

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.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • Referred between 1 and 9 users
Teri7 Purchased

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!

QuanticaLabs

No, when you’re using custom menu, then permalink settings doesn’t matter.

by
by
by
by
by