ThemeForest

Nuance - Powerful Modern WordPress Theme

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

Hi! I am having a few issues…

1. On the main page, the drop down sub categories under the page names disappear before you can click them. They are visible but after you hoover they disappear. 2. i successfully added images and had the slider working (images are the right dimensions) but now even though i show multiple images added to the slider, it only shows one page. If I switch to 3D slider they all show up by not the regular 3. Is there a way to only have the slider on the homepage and nothing beneath? RIght now if I leave the other content blank with only the slider, there is still a white box I want gone. 4. I cannot figure out how to make a main page a blog page. I have to click through to get to the blog posts….

http://www.styleitsimple.com/

please help!

thanks you for your time

WPScientist

Hi there,

1) Please add a description at a menu button. At the menu options go to: Screen Options and check “Description”.

Then you can add a description to each menu button.

2) It seems the javascript is broken. Can you send me a message with the contact form on our profile page and add this question, URL and your Login details.

3) There is no default option for that. Then you need to hide it with CSS . There is a class of a specific ID givin on the BODY . So you can hide it with this for example:

body.page-id-272 #main { display: none; }

It’s a quick fix but it works.

4) Create a page which you have set as Blog Template. And set it as homepage here: Settings -> Reading. And set that page a Static Page.

Regards, Justin

Regards, Justin

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

Hi,

is it possible to change a permalink of a portfolio item? I have 3 portfolio items on my home page because I like the thumbnail images of how it is displayed. So here are the permalinks at the moment: www.test.com/portfolio-view/item1 www.test.com/portfolio-view/item2 www.test.com/portfolio-view/item3

I want to keep the portfolio-view design but want to change those permalinks to: www.test.com/item1 www.test.com/item2 www.test.com/item3

How can I do that (even if it is manually)?

Thanks

WPScientist

Hi there, please comment with the account you bought the theme with.

Regards, Justin

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

Hi again,

can I change the default fonts of Nuance and where can I add new ones that will appear in the Nuance options?

Thanks

WPScientist

Hi there, please comment with the account you bought the theme with.

Regards, Justin

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

Hi,

I’m loving the portfolio filtering feature but would like to extend it a bit. Is it possible to somehow hook into the filter to trigger other actions using the filter criteria? More specifically, we’re using the portfolio post type for studio information and then filtering based on location or studio offerings. A map is displayed with markers for every studio we have listed and I would like to hook into the filter (quicksand) and redraw the map so it only shows markers for the studios (portfolio objects) that are shown.

I’m comfortable with PHP and not afraid of getting into the jQuery stuff, I just need a little guidance in the right direction.

Thanks!!

WPScientist

Hi there,

For this question you need to contact us with the contact form on our profile page so I can assign your question to the developer.

Thank you!

Regards, Justin

Default-user

Cool, I sent a message a few days ago so I look forward to a reply.

Thanks!

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

Hi,

How can I change the link of portfolio items? I have 3 portfolio items on the home page but when clicked they go to the respective portfolio item. I want to change the links so they link to a page (not a portfolio item page). How can I change that?

Thanks!

WPScientist

Hi there,

Default that’s not possible. It needs a modification to have those items linked to another page. You can always contact us with the contact form on our profile page so we can take a look what we can do.

Regards, Justin

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

@deyan – If you want to change the link you will have to modify template-portfolio.php. The template employs the_permalink() to link to the portfolio post itself, so you’ll have to change every one of those calls. However, you’ll also likely have to add a custom field to the portfolio post type (there are many plugins that make this pretty easy) or use one of the built-in portfolio custom fields to store the custom link you want then query that field and replace
the_permalink();
with
$your_link;
where
$your_link = $c_post_custom['custom_link_field'][0];

The developers may have another way you can do it, but that’s what I would do…

WPScientist

Thanks for your help Gregory, we appreciate that!

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

Hello! I am setting up the theme, and trying to get the same fatures as what attracted me ont the live demo. Would it not be possible to include a database dump and the images, to see things work? After that would be much faster/easier to customize. Thanks Agnes

WPScientist

Hi there,

Can you contact us with the contact form on our profile page for this? I will send it to you after that.

Regards, Justin

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

Problem with Menu: - Im am trying ot figure out how tto have the secondary line below the menu title, and have not found. - On top of that, I can’t access my top menu! I have created a top menu in WP appearance / menu. It shows on the site, but when I go back to the admin everything is grey. If I add a menu with the same name, it tells me it already exists. But I cant access it! I am with WP 3 .3.0. Is there some incompatibility?

WPScientist

Hi there,

Can you please contact us with the contact form on our profile page so we can take a look what’s going on here.

Please add your WordPress login so we can help you the best we can.

For the secondary menu line go to:
Appearance -> Menus -> Screen Options, and check the Description Option.

Thank you!

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

@gregoryjamiel – Thanks mate, I’ve tried that but it seems I have to change the link in a different template file. The template-portfolio.php seems to be responsible only for portfolio pages. I want to change the links in a regular page (post), that has a portfolio module in it. Actually this is my home page where I have a portfolio module with 3 items showed under the slider. When I change the links in template-portfolio.php it works only for portfolio pages but not for portfolio content on a regular page. Do you have any other ideas?

Many thanks!

WPScientist

Hi there,

Please contact us with the contact form on our profile page so I can assign your question to the developer.

Thank you!

Regards, Justin

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

@deyan – Oh, I see – I haven’t tried it, but it looks like you’ll just need to make those same changes to the function jw_portfolio_posts($atts, $content = null) in shortcodes.php

Good luck!

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

Hi Guys,

I’m having some problems with the Toggle shortcodes functionality.

I’ve followed the instructions in the documentation and added:

[toggles] of the toggle[/toggle] of the toggle[/toggle] of the toggle/toggle

However the toggles seem to appear expanded by default, which is the opposite of what I was expecting. How do I get these to appear non expanded by default i.e. only show the Title until they are clicked, when then they expand?

Any help would be much appreciated!

Thanks

Jon

WPScientist

Hi Jon,

Can you please contact us with the contact form on our profile page so we can take a look what’s going on here.

Please add your WordPress login and FTP details so we can help you the best we can.

Thank you!

Regards, Justin

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

@gregoryjamiel – Thanks a lot mate, I’ve found the code and made a custom change for the 3 items on the home page (to change the link if page id=page id of the portfolio links i wanted to change).

@WPScientist – thank you too, we managed to do it.

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

I would like to change the speed in the testimonial widget, it is to fast for me. Please tell me which file controls this, I have looked but can’t find it?

Thanks Anker

WPScientist

Hi there,

Can you please send us a message with the contact form on our profile page. Add this question and I will assign it to the developer.

Regards, Justin

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

Hi, Trying to figure out how to do the drop down navigation so that the main navigation link is not clickable, just the drop down options under it? Thanks in advance.

WPScientist

Hi there,

You can make a custom menu item with a link as this: ”#”
Without the quotes.

Then add subitems on that item.

Regards, Justin

Default-user
IMSLFMADE Purchased

Okay thanks that worked perfectly, it seems when I am moving my cursor to navigate from the main navigation to the drop down that the drop down box disappears making it difficult to select drop down box links? Is there a fix for this? Thanks again.

WPScientist

Hi there,

Did you tried to add descriptions to your mainmenu items? Go to: Appearance -> Screen Options. And check “Description”. After that you can add a description which fix this issue.

Regards, Justin

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

I need some help here. I’m trying to move my static pages t my rood folder as the index but all I can see is the page that comes with the theme suggesting me to create my new homepage. I have all my website ready to go live. here is the site ready to go:

http://entecreativo.com/wp

but this is the live page when I move just the index to the public_html with a error

Fatal error: Call to undefined function get_header() in /home/entecre0/public_html/index.php on line 11

you can see this when entering http://entecreativo.com

any help will be much appreciate!!!

thank you!!

WPScientist

Hi there,

I think you got it all fixed in the meantime?

Regards, Jusitn

Default-user
abner7g Purchased

Hi Justin, yes, thanks, but I do notice that the Post slider widget in the sidebar is not functioning correctly. Once you insert the widget is displaying all the post vertically, in other words is not sliding in one all the post in one item.

I think is the wordpress version, I’m using 3.3.1 and is says in the widget that only works for 3.1. Check it out!!!

Thank you!!!

WPScientist

Hi there,

Can you point me to the right direction where you have added this widget? Or can you send me a message with the contact form on our profile page and include your WP Login details so I can have a look.

Regards, Justin

  • Has been a member for 1-2 years

Hello,

I am having difficulty with the portfolio feature and adding images to pages. How do I add an image into content on a page using the Content Composer? I know how to do this with the classic mode, but it seems as if there should be a way to do this with the special content composer that comes with this theme.

Thank you for your help.

Harberg

WPScientist

Hi there,

Please ask your question with the account you bought the theme with.

Thank you.

Regards, Justin

Default-user

Well, I’m loading content for a client, so I don’t have their log in info for this site. Really didn’t figure it was needed for support or quick answers to questions.

Thanks for the help.

Harberg

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

Hi WPScientist, This is by far the best theme I have bought from this site. I’m definitely going to buy more from ye guys. I was just wondering would you have a fix to block spam emails coming through, that’s the only problem I have come up against. It seems the email can be easily trawled. Thank you for a wonderful and theme and thanks in advance for your help.

WPScientist

Hi there,

Thank you for your compliments!

There is no SPAM blocking system at the Contact Form Module. Then you might need to consider to use ContactForm7 with Really Easy Captcha.

Let me know if you have any further questions.

Regards, Justin

  • Has been a member for 1-2 years

I am trying to add an image in the header and it doesn’t show up. Other elements that I add in the header are showing up, just not images. Is there something that I am missing? Are images disabled in the header and if so, how can I turn that feature off.

Thank you for you help

Harberg

WPScientist

Hi there,

Can you please give us a message with the contact form which you find on our profile page so we can confirm you bought the theme.

Thank you!

Regards, Justin van Oel

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

My host updated my WP install to 3.3 now the composer is not working!!! Seems to work ok until I add a slider. Help!

WPScientist

Hi there,

Do you have the latest version of Nuance which is v1.2.1

Regards, Justin

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

I love this theme and I want to buy it for my client. My only concern is that you will not make updates as WordPress updates, and the content composer will stop working.

How long will you keep this theme compatible with WP?

WPScientist

Hi there,

Support for this theme will stop when we stop with making WordPress Themes. But we will go forward with making themes and hope to do this a couple of years more.

Regards, Justin

by
by
by
by
by