Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,228 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38439 comments found.

I have installed the Yoast SEO plugin it’s not appearing on google and says ‘Your homepage cannot be indexed by search engines. This is very bad for SEO and should be fixed.’ Can you help?

Hey greggforeman1,

Kindly share your URL in regards so I can take a look – there’s a bunch of articles on that specific notice from Yoast which also may be helpful to you

Cheers

How do you get the search icon in the menu?

Hey jhermez, ensure that you have the option disabled for “Remove Header search” in the Salient options panel > header navigation > layout related tab

Cheers

Internal link jumps to low.

Hello. Whenever I try to make an internal link it always jump to low. Almost as if it does not notice the header and therefore jumps with the header over it. Therefore the jump seems strange as you don’t see the title anymore.

Is there any way to fix this so an internal link will go to the correct title so that it is visible?

Hey dzineee, can you confirm you have the option enabled for “One Page Scroll Support (Animated Anchor Links)” In the Salient options panel > general settings > functionality tab?

Thank you that did the trick. Hopefully that does not add too much code to the whole thing. I feel Salient is quite heavy and trying to limit loading times.

Is there a way to give the scroll a little more spacing at the padding? for example add margin-top:20px?

Hey dzineee, that doesn’t enqueue a new script it only allows a section of the init.js to take effect. There also would be no way to alter the offset without getting into the JS, however an easy workaround is to simply add top padding to the row with the anchor ID

Hello, I’m having a slight issue with the fullscreen menu. Is there any way that I can show a different logo, but only when the fullscreen menu is open? If so, would you mind providing the relevant code?

Thanks

Hey blayney,

That would require some custom development as of now, however if you can share your URL in regards I can steer you in the right direction

Cheers

Is there a way of editing the category archive page to stop showing the posts – I want to override the content on the category page with a purpose made grid for each category?

Hey GraemePBell,

That would require modding to the index.php file with a custom conditional before the loop – you could move the file into your child theme as well. Alternatively, you could create an archive.php in your child theme as well

Cheers

Hello

Is it possible to set a portfolio item to an anchor point on a specific portfolio page without removing it from Next and Previous project list at the footer of every other portfolio page?

I would like to link Archive project to the start of the content as shown here: http://2017.joneley.com/portfolio/archive/#ArchiveTop I've used External Project URL to achieve on the Archive portfolio item but this removes the Archive project from the portfolio of Next & Previous so is hidden from view when you reach the last project which at the moment is Party For The People.

Thanks in advance.

Hey stsw,

To accomplish that you would need to remove this from the functions.php file:

add_filter( 'get_previous_post_where', 'so16495117_mod_adjacent_bis' );
add_filter( 'get_next_post_where', 'so16495117_mod_adjacent_bis' );

Cheers

Thank you :)

You’re welcome stsw :)

nectar-slide-in-cart causes an empty H2, see the code below. When checking my SEO I have noticed this is causing an empty H2 which is not good for SEO reasons.

What is this H2, and can I make sure it is either filled in or not there at all?

Hey dzineee,

That’ll be fixed in the upcoming release, for now simply alter this line in the header.php file:

the_widget( 'WC_Widget_Cart', 'title= ' );
to be:
the_widget( 'WC_Widget_Cart' );

Cheers

Just to be clear. It becomes this (on 2 places?) Or do I only update one line?

                // Check for WooCommerce 2.0 and display the cart widget
                if ( version_compare( WOOCOMMERCE_VERSION, "2.0.0" ) >= 0 ) {
                    the_widget( 'WC_Widget_Cart');
                } else {
                    the_widget( 'WooCommerce_Widget_Cart');
                }
            echo ''; 

Hey, only the one relating to “WC_Widget_Cart” will be used unless you’re on a very old version of WC

Cheers

Hi, Hi, please can I get a link for the latest copy of Salient Beta. I have sent a message directly to author, but hope to get a link asap, last time it took a couple weeks to get a link :-) Thanks

Hey rmgibbons01,

I just added your username to the queue – I’ll be sending out a new round within 24hrs

Cheers

Hello i’ve sent you an e-mail through the form about getting the beta as you suggested but never got a reply!

Hey taspan, sorry about that! I’ll be sending out a new round very shortly ( < 24hrs)

Thanks for your patience

Would love access to beta to gain a better understanding what’s upcoming as I’m looking to use this template on a few more sites.

Hey rproeis, I’ll send over a copy your way tomorrow :)

Hi again, is there a way to inverse the icon hover animation? I’m using icons from the Iconsmind library and the Icon Style is set to “Border w/Hover Animation”. I would prefer the hover state to be the normal state. Any ideas?

One other question if you don’t mind. Can I set my Header Background image to anchor from the left, so when viewed on smaller devices like phone/tablet it gives priority to the left side of that image and crops the right?

Hey devotionrecording :)

1. Change the snippet to:


.inner-wrap {
    max-width: 980px!important;
    margin: 0 auto;
}

2. Change your off canvas navigation area style to any of the other options in the Salient options panel > header navigation > off canvas navigation tab. The next update will add the possibility to use animated anchor links with the default style when using the material theme skin

3. You’d need to set the parent row to use the “equal height” option and then select “bottom” for the Column Content position

Cheers

Thanks – those worked great. One side effect/issue of pushing my right columns content to the bottom (using those instructions in #3) on my “About” row, looking on mobile and tablet view, it only reveals a portion of the bg image just big enough to see the text. I want the entire photo to show, but don’t want the row to be full height (which left a bunch of white space below when I tried it). ie. Can I set the right columns height to be the master control of the lefts height (even though the left column has more ‘content’ in it)? I would like that photo to align with priority from the top as well. Perhaps I shouldn’t be placing it as a background image? Is there a more suitable element for a photo with text over it?

2) There is some rogue white box/border floating behind the about me section peeking out on the right/bottom corner. Any idea what is causing that (only seen on desktop view)?

3) I’m getting about a 60px space between my contact heading and the contact form (on desktop view). I tried using a negative margin value on both the form or the text block it’s set within, but then that causes the form to float over the heading on tablet/mobile views. Any idea whats causing that 60px gap?

4) bonus question: can I set different line height values for each desktop/tablet/mobile? Specifically looking to tighten up the tablet/mobile line heights in my header title. Looks fine on desktop.

http://box5537.temp.domains/~hublocat/hls-home-3/ Thanks again! -Jim

Hey devotionrecording,

1. To achieve that, simply put a divider element in the column above the text with the desired minimum height to leave on a mobile device. Start off with a value of 500 and tweak as needed. However your text won’t stay at the bottom on mobile since equal height columns are currently disabled on mobile views, however the update coming within a few days will change that

2. Try adding this into the custom css box:

@media (min-width: 690px) {
body .full-width-content.vc_row-fluid .vc_col-sm-7 {
    width: 58.5%;
}
}

3. Please open a ticket in regards with your admin credentials so we can take a closer look at the setup https://themenectar.ticksy.com 4. You can use the option “Custom Responsive Headings” in the Salient options panel > typography > responsive settings tab in regards

Cheers

Noticed that with the “recent projects” element that when a portfolio item contains an embedded code, (vimeo/youtube), that if clicked a new tab is opened and user is taken to the src of the video as opposed to the old behavior of just the lightbox opening up on the page. Old link which worked contained this in the url: /wp-content/themes/salient/includes/portfolio-functions/video.php?post-id=38&iframe=true&width=854 but now that just goes away and the url is straight to the embedded videos source element. All plugins deactivated and this issue continues, using salient 8.5.6 and WP 4.9.7. Can you help?

Hey andrewtoohill,

Weirdly enough using the same settings locally I can’t get that to occur – could you kindly reach out via the contact form on my author page with your admin credentials so I can take a closer look at your setup? https://themeforest.net/user/themenectar Cheers

I’ve reached out via your contact form.

Thanks andrewtoohill, I got back to you earlier today :)

Hey there, I sent a request for a demo a week ago. Any chance I could get my sticky fingers on the demo ^^

Hey fluidcreativestl, I just sent over a copy :)

Cheers

URGENT: Latest version of theme when uploading to ISP says

The file you uploaded, salient-responsive-multipurpose-theme-wordpress-theme.zip, contains a virus so the upload was canceled: YARA.grscripts_Spam_041.UNOFFICIAL FOUND

Fix this ASAP

Hey TruBrotha,

that sounds like a false positive – Salient is checked by Envato to ensure no viruses and it’s also been checked by virustotal: https://www.virustotal.com/#/file/d55d92f0d637a2a6e7bde7f694027ab0ec5e74f457372e1d2e24c3eaf4e2f9dc/detection - what hosting company are you using and is that the only information given to you?

Hello,

I would like to know how I change the source of the Blog template data. I would like to display the same template structure, however, by taking the data from a CPT.

Hey thiagosaccol,

You can see the logic on how each post format gets chosen in the index.php file and find the relevant template files in includes/post-templates

Cheers

Hey, I would love to buy this plugin. But I have some questions: 1. Can I add a different logo for the sticky header? And could you show me an example of your sticky header? 2. Does your theme work with polylang? And could you show me an example of the language switcher?

Thanks!

Hey ggore,

1. As of now there’s no option to replace after scrolling down – your desktop logo will be the same regardless of the header effect your choose

2. We’ve tested to ensure compatibility with Locotranslate, WPML and Poedit – I would assume polylang should also work without issues in translating

Cheers

Hi guys, I want to know how I can decrease the paddind (of the sides) of the containr of my whole page cubeunknown.xyz I want that the content have more horizontal space. Thank you.

Hey LuisVoronov,

You can adjust the container max width in the Salient options panel > general settings tab > functionality tab at the “Max Website Container Width” field.

Cheers

Hi,

What I must do to have in portfolio item page: http://editablearch.com/portfolio/autumn-crossing/ ...sidebar on right side like in normal page: http://editablearch.com/autumn-crossing/

???

Thank you, Janusz

Hey Janusz,

If you don’t want to have the sticky sidebar effect, ensure it’s disabled in the Salient options panel > portfolio > functionality tab at the “Portfolio Sidebar Follow on Scroll” option. If you’re referring to something different, please explain in more detail what you’re trying to achieve on the project page

Thanks in advance

No, I want make sidebar on right side on portfolio item page. But ok, I solve that problem :-)

If you can let me know about these two things:

1. Is it possible to show in portfolio items no by category, buy sort them by atributes?

2. Is it possible to change in URL word “portfolio” on something different? On my page, for example. Currently we see that: - http://editablearch.com/portfolio/early-evening-and-warm-sky/ ...and I want make it like that: - http://editablearch.com/stuff/early-evening-and-warm-sky/

Hey eulera,

1. Unfortunately there’s only the option to sort by category as of now, but i’ve noted your +1 for the idea on the wishlist :)

2. Yes, there’s an option for this in the Salient options panel > portfolio > functionality tab called “Custom Slug”

Cheers

Hi! Is there a way to use quotation marks in the Lightbox description/caption? It cuts off my caption right at a quotation mark. Thank you!

Hey erikagsimon,

Can you share the page URL where that occurs so I can take a look what settings you’re using?

Thanks :)

Hi, I’ve 2 presale questions:

1. Can I mix every kind of component in my demo? 2. In the agency demo http://themenectar.com/demo/salient-agency/ Can I disable the 3d scrool down effect from the video section to the next row?

Best Regards

Hey webDes13,

1. Salient studio allows you easily mix sections from all of the demos http://themenectar.com/docs/salient/salient-studio/ 2. That 3D page header effect is optional

Cheers

great!

Cheers webDes13 :)

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