Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,841 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38359 comments found.

Hiya Bud,

If I want to physically change the nectar down arrow (not using CSS) eg edit the actual code what file is it in please (and what line) and can this file be added to the child-theme?

Cheers Rich

Can you provide line start and finish for it please so I can take it out and add to child functions?

1698 – 1912

thanks need to fix the child functions.php file first though

I need a quick help, this is why I try it here and not in the support, where it really takes some time.

I can not get the simple content slider to work. It always adds col span_4 to the list items and that makes more content visible than wanted. Like if I create 3 items, I see them all.

Is this a known issue?

http://fwbero.ch/ is still showing a coming soon page for me unfortunately

please refer to my ticket

If you rollover the header menu (situated to the right of the page): http://demo.cornwallitservices.nhs.uk/photo/adventures/sports/ there is a slight movement (jump) between items – any ideas why please?

Rich

Hey – Because you’ve set css to change the font weight which makes the items get slightly thicker

Hiya,

On this page: http://demo.cornwallitservices.nhs.uk/photo/workspace/ how do I adjust the space between the title and the intro text please?

Likewise on this page page as well: http://demo.cornwallitservices.nhs.uk/photo/adventures/sports/

Thank you Rich

.container-wrap {
  padding-top: 60px!important;
}

Hiya thanks for this, but it doesn’t do anything?

I’m seeing it apply on your site, if you move the padding up any further your header will cut off the content since it’s fairly tall

Hi,

One question about the portfolio section on the homepage:

> Is there any way I can show 3 portfolio thumbnails have the same width of a 4 portfolio thumbnails?

I’m asking this because I have a category on the portfolio that only has 3 projects, and other portfolio categories have 4 and more. So if I place the category of 3 projects on the homepage, an empty “whole” would appear.

Any feedback is appreciated.

Thanks in advance.

Best regards Joao

Hey Joao,

Add a class onto your row holding the last portfolio such as “three-constrained”

and then add this into the custom css box:

body .three-constrained .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item {
width: 33%!important;
}

Cheers

Hey,

It worked, thanks for the attention.

Cheers

You’re welcome :)

At the top of this page: http://demo.cornwallitservices.nhs.uk/photo/photo-diary/

How do I increase the white space between the header items and the gallery that’s displaying please?

Cheers Rich

What do you mean add it to the page? In the custom css globally?

This doesn’t appear to do anything?

Please see my response to your other comment in regards

Hiya,

How do I decrease the whole websites left and right margin in responsive mode please?

At the moment I’m estimating there is about 50px each side I would like about 25px each side please

Rich

@media only screen and (max-width: 1000px) {
body .container, div.slider-nav {
    max-width: 90% !important;
}
}

thank you, only problem is that on the homepage the 2 images blocks (grids of 4) have now been pushed to the left – any ideas why??

Great theme!

I tried to add some custom fonts (not google) to fonts.php and then place it in the childtheme so that i could find them back in de typography options. But it doesn’t overwrite the original font.php. How to accomplish this?

Hey gijsv12,

You’d need to alter this line in the parent theme functions.php as of now

//load font functions include(“nectar/options/fonts.php”);

Cheers

Hey ThemeNectar,

how could I control the font parameters of Main Footer Area? I mean the body text of Main Footer Area (font size atleast, and maybe font family, too)?

Cheers, Teemu

Hey Teemu,

Add this into the custom css box located in your Salient Options panel:

#footer-widgets {
    font-size: 20px;
    line-height: 30px;
}

Cheers

Thank you. :)

Cheers

You’re welcome :)

Hello ThemeNectar, Infinite scroll pagination doesn’t work correct on single portfolio page. (When editing your page and click on preview – everything works fine, on published portfolio pages items just duplicating). Please let me know how to fix this.

Note: In case of using portfolio VC elements on standard page everything works great.

Thanks for your cooperation.

Hey again) At first, I thought I can fix this by changing permalink structure to defaults, but nothing works as it should be! I’m not sure how it can work for you. Can you share me a link please, so I can see that everything fine on your side.

I even installed new wp with original salient theme(v4.8.1). WP 4.0. And use defaults settings and content from salient. Infinite scroll still not working! (Just DUPLICATING portfolio items instead of loading new) Here’s a link: http://dev.expertscreative.com/portfolio/one-more-beer/ As you can see current theme using default permalink structure, but still has problems with infinite scroll for portfolio.

I will also create new ticket and give you admin user rights, so you can make this page work as you say before.

Can you mention what files in your theme are responsible for infinite scrolling and what I should change to make it work for even default settings. I really appreciate your help.

Cheers.

Ticket: #303122

Thanks for opening a ticket – I’ll be with you there in regards

Hiya,

Regarding my child functions.php post above, I missed your reply whilst I was working on the file, please can you look now as it’s broken as in the post above :-)

Rich

added it as a new support ticket as well :-)

Thanks – will be with you as soon as I can

Portfolio cell background colors. I tried this from a former forum reply, but it doesn’t seem to work:

portfolio { background-color: #000!important; }

And yes I used a # symbol in front of portfolio.

Any thoughts?

Hey,

.portfolio-items .col {
  background-color: #000!important; 
}

Cheers

Hmm… didn’t work, but its ok. Its looking better without actually. :) Love this theme.

Good to hear :)

Hey man, Love your theme, bought it twice. Any chance for any PSD’s of the images included? :)

Hey brettmct! Unfortunately there are no PSDs available as of now – the sources for the images are listed in the bottom of the main theme description page :)

Noticing a small bug in Safari 7.1. and Salient 4.8.1 – when using the classic menu option, so that I get the little down arrows under any menu item that contains children, the baseline is shifting down slightly. So, any menu items that do not have children are oddly sitting just above.

Doesn’t appear to do this in Chrome or Firefox.

Known issue?

Hey sbarrante! Could you kindly share your URL so I can verify this?

Cheers

I’ll submit through a ticket, thanks.

Recent Post excerpt lengths on home page displays different amounts of text.

Any way I can adjust this so the come out even on each one displaying on front page? I looked at the blog options, and I’ve tried putting in a read more tag, but neither helps. i even tried using slider only and a recent posts short code but then my vertical images crop horizontally.

Thanks

Nevermind. I found out why it was doing it. If you post anything other than a standard paragraph text, (like a by-line in a different font call out) it changes it.

Hey – glad you found it :)

Cheers

Hi Themenectar,

I activated the ‘Browse to the top’ button but I don’t see it. Can you see what I do wrong?

Please check www.kidsmerchandise.nl

In the merchandise portfolio I need a button at the bottom so that I can quickly jump to the top from the bottom.

Thanks, Marc

HI TN,

I need it also on all pages of the portfolio, like e.g. http://www.kidsmerchandise.nl/portfolio/muziek/ and don’t see it there.

Cheers, Marc

Sorry, it’s there but I didn’t see it …

No worries – are you trying to adjust the style now to make it bigger?

Hi Nectar Team, Image alignment problem. I have an image and some text inside a text box. Is it possible to have the image left-aligned on the desktop but center-aligned on the mobile devices without using columns.

Your help would be greatly appreciated.

Thanks.

Hey eviscomm,

Could you kindly share the URL to the page in regards so I can assist? :)

Cheers

Thanks for getting back to me. Here’s the URL: http://eviscomm.ca/events/bluemind/about/blue-mind-your-brain-on-water/

The image is left aligned for ipad and desktop but when it comes to the iphone I’d like the image centered so text doesn’t appear to the right of it. Any thoughts or suggestions on how to fix this?

Cheers.

Add this into the custom css box located in your Salient Options panel:

@media only screen and (max-width: 690px) {
 .alignleft {
    display: block!important;
    float: none!important;
    margin: 0 auto !important;
}
}

Cheers!

Hi guys,

“Quick” answer: can your theme create a portfolio page displaying B&W images masonry-like corresponding each to a gallery and, when you pass over one of those, pictures from that gallery would start sliding (with colour)...? Then, if you press that gallery it would display in a new page an image full screen and one line with the remaining photos of that gallery on the bottom..? Sorry for the unprofessional explanation, I’m no expert on these matters.. Thank you!

Unfortunately it would indeed require some customization past what I can currently provide

I understand. Thank you for your consideration.

You’re welcome :)

Have an issue regarding the portfolio page. Just noticed it is doubling up on items – it lists them all and then lists everything again. I double checked the portfolio item categories and the portfolio element and everything looks fine. Any ideas what it could be?

http://www.hrtmda.com/portfolio/

Hey,

could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

How can I make the single page scrolling work on my site? I’d like to create a one-page website with scrolling from the navigation

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