Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,276 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38442 comments found.

Howdy!

I was wondering if you were planning to add Bandcamp to the social icons in the header navigation at any point in the future? If not, how simple is it to add this in myself?

Also, be great to get the logo for bandcamp added into the font awesome icon catalogue in salient composer

Thanks

Hey amitzala,

I’ve noted it for the wishlist :) as of now, it would require custom css to replace an existing icon

Cheers

Hi ThemeNectar,

I have created a blog page like http://themenectar.com/demo/salient/blog/blog-masonry-sidebar/. When i open the individual blog clicking on ‘Read more’ button, the header section with information like author name, date( “By ThemeNectarMarch 23, 2013Food for thought”) is not displayed. Please guide me to achieve this. From view source, i am able to see that header section is commented out. Please let me know how or where i can uncomment it .

Thanks & Regards, djeevankumar

Hey, the function that outs the header when a BG image or bg color is set is called “nectar_page_header” and is located in the functions.php file. If neither of those are set, the header is created in the single.php file

Hi ThemeNectar,

Thanks . Your suggestion worked for me :) Now i have another problem, i need to display the nectar_page_header and sidebar in individual pages only when i am opening from a particular blog page. When i open individual posts from all other pages, i don’t want to display both header and side bar.

Please help me in achieving this.

Thanks & Regards, djeevankumar

Hey please see my response to your other comments in regards

Cheers

Hello, I’m having real problems with Nectar button styling overwriting all other styles for Gravity Forms. I have spent many hours now trying to figure out the CSS behind it. I’ve raised this issue with Gravity Forms, but because the problem does not exist with TwentySeventeen theme, they say it’s a Theme issue.

I’m just trying to style a class of button here: http://ravenswood.media/services/social-media-digital-marketing/

In the header “Let’s Do this >” button.

How can we hit this with some CSS that will actually work (and the hover state).

The button is being styled with the main “Accent Colour” of the theme. But we don’t want to change this at theme level as it impacts everything else.

I feel like I’ve tried everything!

Thank you

Hey ravenswoodmedia,

Use this :)


body[data-form-submit="regular"] button[type=submit].gform_button {
   background-color: #000!important;
}
body[data-form-submit="regular"] .container-wrap .span_12.light button[type=submit].gform_button:hove {
  background-color: #ff0000!important;
}

Cheers

Awesome thank you guys :) :)

You’re welcome! :)

Hello everyone, thank you for your attention and excuse my English. I have two questions that I do not know how to solve: 1.- How to enter the 4 images of the portfolio that is created by default in the home page? (Ascend model) 2. How are font sizes changed in text boxes to use other than predefined ones? Thank you very much!

Hey COLOURSANDMUSIC,

1. The portfolio post type exists in the main wordpress admin menu on the left side. But if you just want an image gallery, you can use the image gallery element inside of the visual composer page builder. Set the image gallery element to the “image grid” style and refer to these docs http://themenectar.com/docs/salient/galleries/

2. You can select different heading tags in the text block to use and control the specifics of each in the Salient options panel > typography > general html elements options tab

Cheers

Pfff sorry….in the Ascend model (home) there is the possibility of uploading 4 photos together that are made with a portfolio (not as a gallery) and I do not know how to introduce them. If I do the option to create a portfolio I do not know how to introduce there those 4 photos.

+1 for visual composer not working on latest wordpress version, would very much appreciate a speedy fix

Hey,

This was sorted in the latest release (8.5.2), once you’ve upgraded make sure to also update your version of the Salient VC to get the fix :)

Cheers

Hello I have a question why my website looks different if I am login and logout?I can’t see new material design or share button on posts :( http://cyklopedia.cc/sven-nys/

My main page is not even loading cyklopedia.cc

Hey Fixedman,

I can see your main page loading in and I can see the share button on posts – have you tried clearing your cache? Also, I would need to log in to your site in order to check out what you’re referring to. Could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com

Cheers

​Visual Composer not working after updating Wordpress version 4.9. Please assist ASAP.​

Hey prabhangshu,

This was sorted in the latest release (8.5.2), once you’ve upgraded make sure to also update your version of the Salient VC to get the fix :)

Cheers

Hi, how can i change the text color (“postula ahora”) from the yellow button

(on normal and hover)

Hey FeriaPixel,

What color are you trying to change it to?

Cheers

Etn

Etn Purchased

Hi there! Like others, VC doesn’t work since last WP update! Hope you’ll find a fix!

Hey Etn!

This was sorted in the latest Salient release (8.5.2), once you’ve upgraded make sure to also update your version of the Salient VC to get the fix :)

Cheers

Hi, the visual composer just outright not work in the latest version of firefox, when you click on save changes it doesn’t register changes but some things seem to be happening. It’s the case for any action attempted in visual composer under the new version of firefox. Have you guys looked into it yet by any chance?

Hey, glad to hear :)

I hope you haven’t opened the champagne on this one yet haha. I’ve been having some issues with the ‘Hotspot image’ module in Firefox. You can’t click save most times unless you update. Then when you add a few points, it stops you from pressing save (nothing happens when you click it) and ultimately doesn’t work. The same module works fine in Chrome so it’s not critical but you should probably be aware :)

Thanks!

Hey, thanks for letting me know – it’ll be sorted in the next release :)

Dear Friends: I wanted to tell you a little thing that I have seen if they can correct it in a future update. In the Morphing Outline element, when you load the page you see a color that is in your style sheet style.css. You have to be very aware of the square/circle when loading the page. Depending on the colors you have it looks more or less. In the salient options I can not find any place where to change the color # 27CFC3 and even if the element is put a color when loading this color # 27CFC3 is seen. (this data is from his demo: elements > interactive > morphing outline):

.morphing-outline .inner: after {
    ......
    border-color: # 27CFC3;
  ......
}

The colors that are put when this element is created are added to:
body .morphing-outline.instance-0 .inner: after {
    border-width: 11px;
    border-color: # fd0025;
}

When they are bright colors or similar hardly appreciates. But I have put a 1 px gray file and the default one is thicker and green. Then you see a lot when loading the page. I have tried to fix it with css:
.morphing-outline .inner: after {
    ......
    border-color: none! important;
 ......
}

even in the CSS of the same page. But it is not solved. I just wanted to warn you.
Thank you very much.

Hey digrafo, thanks for letting me know :) It’l be looked into further for upcoming updates

Cheers

Hi! There is a lot of animated icons in your theme. Can I see their whole list before purchase?

Also, can I add my icons? If yes, what format (I saw you do not support PSD)

Thanks!

Hey lubov_azarova!

1. The font libraries that can be animated (with the drawing effect) are: https://iconsmind.com/ and http://linea.io/

2. Unfortunately we don’t have an easy way for users to add custom animated icons yet

Cheers

Hi, I just updated to the latest version of wordpress. Now when working in VC in with every change the screen scrolls to the bottom of the screen. Any fix for this? Thanks!

Hey TaxModel,

This was sorted in the latest release (8.5.2), once you’ve upgraded make sure to also update your version of the Salient VC to get the fix :)

Cheers

Hi support, I have submitted a ticket numbered #1369726 this is an urgent issue at the moment. If you could please respond asap I would greatly appreciate it. Excellent theme and thanks for your support!

Hey SuccinctDesign!

I got back to you earlier today in regards :)

Cheers

when using the templates by Salient Studio, i have option too modify Custom Heading, Icons and a few more :) i just cant click to open them

Hey Marketive, could you try describing the issue you’re having in more detail? Are you saying that the Custom heading element options are not working for you?

Cheers

Hey there!! Was wondering if you could help me out with some css .. I tried writing my own but kept failing hah.. I want to change the underline for each unique menu item on my header a different color! ...

Hey epik! Just change the nth-child number as needed :)

body #header-outer[data-lhe="animated_underline"] header#top nav > ul > li:nth-child(2) > a:after { border-color: #999!important; }

Cheers

You’re awesome!! ... worked like a charm.

You’re very welcome :)

Hi There, The “page menu” shortcode seems to be interfering with the “off canvas navigation” on mobile… https://microbladers.com/microblading-training/microblading-training-course-2-day/

Hey tmanschap, it looks like there’s some unclosed HTML markup on that page which is causing the off canvas menu to get moved inside the main content container, that it should normally be outside of. If you can’t find any such markup in your page, could you please open a ticket in regards with your admin credentials so we can take a further look into this? https://themenectar.ticksy.com

Cheers

Working with the new Material setting, have come across an issue. URL is password protected, info sent through envato email.

On the Centered Logo Between Menu option, the #logo seems to be covering the menu item directly to the right of the logo (About Us); thus making the menu item not usable (supposed to be a dropdown).

Hey harrisdesigned, I just responded to your email, please check in regards :)

Cheers

Just renewed our support but still cannot make a support ticket (purchase code wasn’t reissued) so am posting here and hoping to get a response.

​I am customizing the Landing Page version of the home page, and am unable to change the color of the current page in the header menu links due to an overrriding !important style which is not located in the style.css file.

The #header-outer:not([data-lhe=”animated_underline”]) header#top nav .sf-menu li.current-menu-ancestor > a​ is currently set to color: #27CCC0!important; instead of color: #BA0C2F !important;​​

Where is this being set so I can remove it?

There is a link and attachment available for reference but cannot be included here.

Hey krco, can you please reach out in regards via the contact form on my author page with the relevant URL? https://themeforest.net/user/themenectar

Okay, emailed. Thank you.

Thanks, just found your email and have responded :)

Hi ThemeNectar,

i have designed a blog page using the ‘blog’ element and selected the layout ’Masonry Blog with no Sidebar’. Now when i click on ‘Read More’ button and open an individual blog, it is not opening the same way as in link http://themenectar.com/demo/salient/blog/ . but is opening same way like when i preview a page from page editor. I am not able to see the side bar or meta info like “By ThemeNectar | Food for thought | 21 Comments” in the individual post.

Its very urgent for nme to implement. Please guide me to get the same layout as http://themenectar.com/demo/salient/blog/ page.

Note : i am not able to share the site URL since it is not made public yet.

Thanks in Advance, Jeevankumar

Hey Jeevankumar,

you can choose to enable your sidebar on the single post layout in the Salient options panel > blog tab > with the “Hide Sidebar on Single Post” field. Make sure that’s unchecked for what you’re trying to do

Cheers

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey