ThemeForest

Cascade - Personal vCard WordPress Theme

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

So I changed the formatting a bit for my resume section but I cannot figure out how to get rid of unwanted spacing. My page is here: http://www.danielehanson.com/#!/904/resume

For example, in between bullet points there are spaces between the paragraphs. There are also 2 spaces between my work experience and education for some reason.

Another formatting issue I’m having is with the main page. When I edit the fields for name, job title, e-mail, etc. the formatting changes completely and some items are off center (name and job title for example). Any suggestions on how to fix this? Thanks for the quick responses.

QuanticaLabs

That’s normal WordPress editor formatting. If you would like to change it, you need to write your own css styles or use some plugin/widget. The space between Experience and Education sections is probably added in your editor, please check this.

Default-user
dingurupa Purchased

I decreased the amount of characters in theme options and my job title is still off center. Is there any way to fix this?

QuanticaLabs

Could you provide some screenshot, how would you like to have it?

Default-user
dingurupa Purchased

All I need is for the job title to be in line with my name. For some reason it is off by a space. http://www.danielehanson.com/screenshot.jpg

QuanticaLabs

Ok, I can see right now. Please find in style.css below code:

div.header h1
{
    font-size:60px;
    margin-top:18px;
    font-weight:300;
    margin-bottom:0px;
    letter-spacing:-2px;
}

and replace it with below:
div.header h1
{
    font-size:60px;
    margin-top:18px;
    font-weight:300;
    margin-bottom:0px;
    letter-spacing:-2px;
    margin-left: -5px;
}
Default-user
dingurupa Purchased

That fixed it! Thank you so much for the quick replies. I think I have my site pretty much exactly how I want it now.

QuanticaLabs

I’m glad to hear that. If you would like to give a feedback on item, please take a moment and rate it in your Downloads section.

Default-user
dingurupa Purchased

I’ll definitely give a 5-star review because of all of the help. Thanks

QuanticaLabs

Thank you!

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

Hi, small Q’s? again. I’m pretty sure this has been asked before but I just cant find it on theses comment pages(trust me been reading it for half an hour now :) ).

On the about page how do I get the text to wrap around the images? I put some image-urls in the squares but somehow the images dont appear. I’m sure I mest up, really need some clear help here.

p.s. my code-reading sucks, so pls help in plain english ;)

Rgds Dave www.davedankers.nl

QuanticaLabs

Hi,
You need to put image into

<div class='layout-50-right'></div>

You have it right now in this div, but now it’s also inside
<div class='layout-50-left'></div>
Should be outside. So not like this:
<div class='layout-50-left'>
    <div class='layout-50-right'>image</div>
</div>
but like this:
<div class='layout-50-left'></div>
<div class='layout-50-right'>image</div>
Hope that helps.
Dave72
Dave72 Purchased

Thnx for the quick reply, hope I can figure it out. I’ll let yah know.

Cheers

Dave72
Dave72 Purchased

Hahahahaha Fixed it, thnx. If you just told me to remove : the div-tag above the line: div class=”layout-50-right” that would’ve made a lot easier ;)

Just kidding, really appreciate the help. I’ve recomended you guys to several friends allready. So I hope some of them will buy your stuff.

Rgds Dave

QuanticaLabs

I’m glad to hear that! And thank you too!

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

I also read the comments asking for help with the contact form. I tried all of the suggestions that you gave the other person and didn’t have any luck either. I tried using smtp.gmail.com for the site admin fields and also the smtp server for my own personal website to no avail.

QuanticaLabs

Do you receive emails from contact form and they go to spam folder, or you don’t receive them at all?

Default-user
dingurupa Purchased

I don’t receive them at all. I have checked the spam folder and I can’t find any evidence that anything has been sent.

QuanticaLabs

What’s your page url? Maybe I’ll be able to debug.

Default-user
dingurupa Purchased

www.danielehanson.com

thanks!

QuanticaLabs

I don’t see any errors for your contact form. So I need your admin area login data, to be able to make more research. You can send it to my email via contact form in my profile.

Default-user
dingurupa Purchased

I just sent you an e-mail via the contact form with all of my info. thanks!

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

Heyy!! Great theme!!

Question—Instead of a title/subtitle is there an easy way that we can opt to put a logo image instead in our heading??

I’m sure I can figure it out myself but would really rather just have a easy guide or quick fix if at all possible!!

Thanks in advance—

and my email just in case is lance.fama@gmail.com and site is lancefama.com

QuanticaLabs

Hi,
Thank you!
Please try in for example subtitle:

<img src='your_image_src' />

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

Hi there,

Loving the theme! I have a question though, how can I disable the blog from displaying on my homepage below the regular content?

check: www.maapodesign.com

Thanks!

QuanticaLabs

Hi,
Please go to Appearance->Widgets and remove widgets from Footer Sidebar

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

Hi ! Thank’s for this amazing template ! How we can change the google-map into contact page ?

Thanks !

QuanticaLabs

Hi,
You want to change the map marker location? Please check this comment.

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

Hi, I’d like to improve the speed of the switching tabs. Which JS files do I need to edit and on which lines can I find the variables? Thanks.

QuanticaLabs

Hi,
cascade.js file. Functions openAnimation and closeAnimation. Lines: 319, 331, 352 and 361.

Mopensource

I have a happy customer, thank you! :)

QuanticaLabs

You’re welcome :)

  • Bought between 100 and 499 items
  • Has been a member for 1-2 years
layercube Purchased

Can I put PNG logo file instead of font text onMain header content?

QuanticaLabs

Yes, please read this comment.

  • Bought between 100 and 499 items
  • Has been a member for 1-2 years
layercube Purchased

Thank you for quick answer.

So, I put

— on Main header content But It dosent work. It works here But It doesn’t work for my cascade.. After I saved changed main header content, It changes to blank.

Any solution…?

Thank you always!

QuanticaLabs

I’ve just checked in my installation and it works. Do you have the newest version (3.3)? You can send me login data to your admin area via contact form in my profile, then I’ll set the logo for you.

  • Bought between 1 and 9 items
  • Cape Verde
  • Has been a member for 1-2 years
walesa Purchased

Hi, there…

This Template is amazing… I do not know why, but it is not working on my website, I follow the instructions to put the custom dummy-content and it works, but the tabs (pages) just don’t want to work, they just loading and loading and loading… nothing works.

I try to make a new clean installation cause i was sure it was some sort of mistake in config i made, but i notice that’s not woking from the beginning…

What can it be?

  • Bought between 1 and 9 items
  • Cape Verde
  • Has been a member for 1-2 years
walesa Purchased

Leave it…

i solve it by searching on the comment, add the semicolon on line 5 and it works now!

QuanticaLabs

Ok, I’m glad that it’s ok now. But that problem shouldn’t appear in the newest version. The newest is 3.3. If you don’t have it, please redownload and reinstall. It has new features.

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

I need the same thing as Marian did. I need 5 pages on the home page. I set the functions.php to 5 in the places you said and mad the css longer to fit. The problem is that the last page goes over the first page then it moves into place after you click on a page the go back to home. The url to the site is http://panolpy.tc/panoply/ I may have to hire you to look into it if there is no easy fix. Thanks.

QuanticaLabs

Hi,
You page doesn’t work at all. Please send me an email via contact form in my profile, if you’re interested to hire me for that job.

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

Hi, I changed the address to access the panel to WS www.mouth.com.br before was www.mouth.com.br/site, now I can`t access the panel. How do i change it again? tks

QuanticaLabs

Hi,
Sorry but this is not the issue related to my theme.

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

It looks like we purchased the wordpress version, but needed the template version, how can we get that instead.

QuanticaLabs

We can’t give you a refund or switch themes. You need to contact Envato support.

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

Thanks for this great theme!

But I’ve got a question as well, is there a way to exclude pages from the ‘tabs menu’?

I’ve linked it myself, so I don’t need that tab anymore (I only want 4 tabs).

Thanks in advance!

QuanticaLabs

Please add below code in query_post function in functions.php file:

'post__not_in' => array(6)

Replace 6 with your page id. query_posts is used twice, so please make this change in two places.
Default-user
robbert01 Purchased

Thanks for the quick reply!

This did the trick, the one I excluded isn’t showing anymore. But I still get the 2 pages (#!/1p/ & #!/2p/). So the arrows are still showing like it thinks there are more pages to be seen.

Once I click on one of them it goes to the ’#!/2p/’ but I can’t go back anymore …

So I only need 4 tabs.

QuanticaLabs

Did you change that in two places? In cascade_get and cascade_get_links_config functions?

Default-user
robbert01 Purchased

Yes I did, in functions.php I changed:

167-181:
//get_links_config
function cascade_get_links_config($params = null)
{
    $result = array();
    //get pages
    query_posts(array( 
        /*'posts_per_page' => 4,
        'paged' => $params['cascade_page'],*/
        'posts_per_page' => -1,
        'post_type' => 'page',
        'post_status' => 'publish',
        'orderby' => 'menu_order',
        'order' => 'ASC',
        'post__not_in' => array(37) 
    ));
and 250-259:
    //get pages
    query_posts(array( 
        'post_type' => 'page',
        'posts_per_page' => 4,
        'post_status' => 'publish',
        'paged' => $params['cascade_page'],
        'orderby' => 'menu_order', 
        'order' => 'ASC',
        'post__not_in' => array(37) 
    ));
QuanticaLabs

You can remove navigation in index.php file. Or put in cascade_get function below code:

$result["count"] = 4;

You can put that code in line 248.
Default-user
robbert01 Purchased

Thanks for the support !!!

I’ve removed the post_not_in, and used the cascade_get function. This way I can still see the page with the ‘tab effect’ when you click the manual link.

I’ll rate this theme for you, thanks again!

QuanticaLabs

Thank you in advance!

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

Hi there.

I’ve got a big favour to ask…

I was all too keen to get your template yesterday. Very impressed! I just got two domains registered, the .info one to use your template, but both are wordpress-based sites. In my hast – and being 1 day old in all this – i erroneously bought your standard theme package. A friend pointed me to themeforest, and i just stupidly assumed it was all dedicated to WP (hast again).

Anyhow, i spotted your theme on the Featured page and just bought it. Tonight however, trying to figure out why i couldn’t add the theme to WP, i returned here for help and then the penny dropped…

Reading your description, i noticed the “See also: non-wordpress version”. Clicking that link I immediately noticed the infobox changed to state “You have already purchased this file” – bugger.

Favour: Is it possible to revoke that purchase and pay the extra for your WP version? I could revert my site to a standard html instance, but i’m really keen on furthering my WP experience.

Pretty please, Ben McInerney

evidence: http://benmcinerney.info

QuanticaLabs

Hi,
You need to contact envato support (http://support.envato.com/) in this case. I can’t help you – I’m sorry.

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

Hi, great template. I bought the wordpress version and have it installed on my site – www.myautismclinic.com/winculum2. You can refer the site to help with the questions below.

1. I would like to create a child page within one of the tabs. If you go to the careers tab for instance, I’d like to be able to click on an individual job posting and go to a page that provides the details of the job posting. The content should appear within the “Careers” tab. Currently the way it happens is if I add a new page in Wordpress, it automatically creates a new tab. I only want 4 tabs that are already there, but want the ability to be able to create child pages within the tabs. Any help would be much appreciated.

2. Currently, as you can see from the careers page, I am trying to use anchor tags to link to a heading within the same page. It does not seem to be working however. I think I’ve added the appropriate tags and information. Is there something specific I need to do in order to be able to use Anchor tags within your template?

Regards,

QuanticaLabs

Hi, thank you.

1. You can use blog template for that. And create post in appropriate category for jobs. There are 2 blog templates, you can try both and choose the best for your needs. Let me know if you’ll need help with that.

2. Yes, as theme use anhors to provide browser history, then custom anhor tags required some js coding. Please contact me via contact form in my profile, I’ll send you some example how to do that.

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

Blog question…

Every post I make whether it’s one line of text or a paragraph… the “Read More” insert default is included. Anyway to have the “Read More” insert not defaulted? I’d rather do it manually.

QuanticaLabs

Hi,
You can remove from functions.php the cascade_excerpt_more function. If you would like to remove “Read More” link, please open blog-full.php or blog-widget.php file (depends on template that you’re using), find a tag with cascade_post_more class and simply remove or comment it.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • United States
design328 Purchased

I have been building my website http://design328.com using a child theme of Cascade to preserve my customizations when the main Cascade theme gets updated. In doing that, I have created a style.css, a functions.php and a shortcodes.php file in my child theme.

I copied the shortcodes and css for the career list to make links, faq, download sections (look at the resources tab). I would like to have the headers be a link but when I put a text link (rather than just text)ie: <a href="URL_OF_SITE_HERE">Displayed Text </a> into the [cascade_link_list_item header='Displayed Text'] (my version of the career shortcode), the formatting goes wrong.

How can I make the [cascade_link_list_item header='Displayed Text'] also be a live link? Does something need to be added/changed in the shortcode, the css, or somewhere else?

I would also like to know how to make child pages and use anchor links like Thandamilk asked above.Thanks for the help!

QuanticaLabs

Hi,
Please send the shortcodes.php file to my email, I’ll check what’s wrong.
About child pages, please check my reply to Thandamilk comment.

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

Hi, in wordpress version, when i put a gallery its not working. i can’t use my wordpress gallery option. what can i do?

QuanticaLabs

Hi,
Please tell me how you implement the gallery. Some sample code will be usefull.

Default-user
matiloglu Purchased

when i add a gallery, i saw this code [gallery] in html page.

QuanticaLabs

It works for me. I’ve added [gallery] shortcode on one of the pages and it shows the images. Please make sure, that you’ve the newest version of the theme (3.3). You can also send me login data to your admin area via contact form in my profile. I’ll check what’s wrong.

Default-user
matiloglu Purchased

i sent e-mail to you about this problem.

QuanticaLabs

Ok, thanks. I’ll take a look at it soon.

by
by
by
by
by