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

38358 comments found.

Hello—is it possible to align these backgrounds based on where I would like the emphasis to be?

For example:

http://www.artblend.com/mj/projects/

Some logos are getting cut off, so I’m hoping to be able to either align center, right or left, depending on where the logo would be.

Thank you!

Hey!

You could give the column a class such as “left-aligned” and then add this into the custom css box located in your Salient Options panel:

.wpb_column.left-aligned {
  background-position: left center!important;
}

Thanks!

You’re welcome :)

Is there a way to have the social media links on the top left to be moved to the top right? Also is there a way to make the social network links on the bottom to be centered and then below that to have the copyright info text centered as well? Urgent request. Thank you :)

I posted a ticket a few days. Hope to see from you soon as it’s rather urgent. Thank you

I just saw you responded. Thank you!

You’re welcome :)

AWESOME JOB ON THIS THEME!!!

Thank you for making it easy to customize a child theme.

Cheers dannynamnum :)

Hi, I’m choosing to exclude the sitewide call to action from my homepage but it’s still showing. It’s working to exclude from other pages just not home, any ideas?

Cheers.

Hey e3templates,

Could you please share the URL to the page so I can check on that for you?

Cheers

it’s ok, worked around… need to know if i turn off the Visual Composer do i loose the content i have built?

You will only loose the salient specific VC elements from processing – also it would only be temporarily until you reenabled the option so there’s no harm in turning it off to test

Hi Nectar. As you know I love ur theme.

But… I have now run it on a few different installations. And I am never happy with the responsive version of any of them. The mobile version especially (when on tall-mode) is full of errors (or at least there is no customization to single-rows on how to behave in mobile-mode.

So I was thinking of simply purchasing another mobile-theme, only made for mobiles. BUT – I want, ofcourse, want to use same content from desktop version. I.e. blog, portfolios etc.

Do you have any suggestions on what to do in this case? I guess there must be one or maybe a few hundred out there with same question.

Cheers

Peter

Hey, I’m not sure what you mean by there’s no customization to single rows for mobile – if you wanted to switch themes for mobile you could use a plugin like this to assist :) https://wordpress.org/plugins/any-mobile-theme-switcher/

Hello,

how can I change the backgournd color of forms (f.e. signup and contact form) from grey to white?

thanks!

Is there anyway you could share your URL with me to the page in question so I could take a further look?

sure, have a look at http://crowdcamp.de/kontakt/ where you’ll find the contact form in grey. If you like I post your code, but as I said above, it’s only making the big bottom text-field white, all the others stay gray. Once you activate the other fields to type in name, email-adress or topic, they turn white but not before and not after you leave these fields.

Change it to:

body input[type="text"], body textarea, body input[type="email"], body input[type="password"], body input[type="tel"], body input[type="url"], body input[type="search"], body input[type="date"] {
  background-color: #fff!Important;

}

body input[type="text"]:focus, body textarea, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="date"]:focus {
  background-color: #fff!Important;
}

Hey,

is there an option or a solution to move the logo to right?

Cheers Comar

Hey Comar, it could be handled with css – could you kindly share your URL so I can see what options you’re currently using to assist?

Hi,

If I want to import dummy data for this theme: http://themenectar.com/demo/salient-frostwave/

which data files do I need ?

1. ascend dummy data 2. clean all-purpose dummy data 3. modern creative dummy data

what is the .txt file within these folders ? Do I need them ? & how to install & why not in .xml file ?

thank you

Hi, I installed a new version of WP with your theme and added the modern creative dummy data however I am not getting the bold navigation as in: http://themenectar.com/demo/salient-frostwave/ It is like this: http://wp.glamorta.com/

I would like the bold navigation theme. If I install another dummy data on top of this one will this cause problems ? Will I have to uninstall the theme and start again or can I just uninstall dummy data ?

Also you mentioned:

”... txt is used in the theme options panel: import tab if you would also like the demo options.”

Please can you tell me how I would install the .txt dummy data file.

Many thanks. I await your reply.

Hi, Fixed problem by installing txt dummy data.

Hey – glad to hear you sorted it :)

The same applies on this page: http://demo.cornwallitservices.nhs.uk/photo/workspace/ it displays fine normally but in responsive mode it cuts the date off.

What class do I need to add to my media queries please to address this?

Rich

@media only screen and (max-width:1000px) {
.single-post .container-wrap, .single-post .project-title {
   margin-top: 0!important;
} 
}

Hi there, I would like my fullwidth 4 columns portfolio pages to become a 2 columns portfolio on mobile device (not 1 as it displays currently). Thanks

Hey tetsoo!

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

@media only screen and (max-width:690px) {
body .portfolio-items .elastic-portfolio-item {
    width: 49.9% !important;
}
}

Cheers

Hi Bud,

On this page: http://demo.cornwallitservices.nhs.uk/photo/adventures/sports/ I have the date, then title, then lede, then text and so on.

However in responsive mode the top of the title is cut off and also the date doesn’t appear at all, what have I done wrong?

Cheers Rich

Is this the right class?
.single-portfolio .row.project-title .container .title-wrap { margin-top: 50px; }

Hey – please see my response to your previous comment in regards :)

RUN THE nectar_blog SHORTCODE MORE THAN ONCE PER PAGE:

Hello guys, is there any way to run the nectar_blog shortcode more than once? I’m actually not sure if there’s a restriction to use only once per page.

THE REASON IS: I have a couple of radio buttons, each one calls a different nectar_blog (different categories). It doesn’t seem to work for me, it always shows the output of the first nectar_blog ran.

If by design you made it to run only once per page, would you know what shortcut you will take to make it work? Cheers!

Ramiro

Thank you for that, I will check how to make it work if you tell me that it should work. I’m on 4.5.1, is this issue something that has been specifically solved in the releases after 4.5.1 or you want more information? cheers Ramiro

Hello again, I think i messed with shortcode-processing.php, I put back the original version and now I can run the nectar_blog twice

thanks!

cheers Ramiro

Hey,

Glad to hear :)

Cheers

Thanks for the Theme. But i have a problem with mouse based parallax BG and using nectar slider. I cant see parallax background even i use transparent images with nectar slider. it is allright If i use text area with parallax row. What iam doing wrong?

Hey PavekPavek,

Are you trying to place a mouse parallax inside of a slide within the Nectar Slider itself?

Cheers

Hi! Great template. We’re rolling it out across a vast array of sites on our end, using WP multisite. I saw you had a child theme support (by including a sample), but i can’t seem to find anyone asking if they can access the salient theme options inside the child (before commenting here).

We want your main theme to function as is, but have multiple child ‘brand updates’ so all our multi-sites can have different branding. Is there a way to overwrite the options like ‘logo’ using the child theme?

Hey InfotheekGroep,

You should be able to handle that mod in the header.php file within your child themes :)

Cheers!

Hi – I noticed tonight that on Safari from my iPhone 5, the title and buttons did not show up on the nectar slider.

Additionally, some buttons at the bottom of pages did not show up either. The consistency is that these things not showing are part of css code that begins with @media screen.

My site is www.mutual125.com. An example of one where the buttons don’t show at the bottom is mutual125.com/cooper.

Any thoughts? Works fine on Chrome from my mobile.

I’m experiencing the same issues on my other Salient based site, www.commonwaychurch.com.

The nectar slider text doesn’t show, two buttons on the homepage right below it don’t, and multiple buttons throughout the site don’t either – most of which look like shortcodes from the popup press plugin.

The two buttons on the homepage however are not shortcodes from that plugin, they are theme shortcodes.

Any help would be appreciated. Thanks!

Hey tonypantello!

Could you kindly try updating to the latest release of the theme and see if the behavior is the same?

Cheers

Left and Right Margins.

When using VC there are two pencils to edit the rows. One on the right (for rows) and one in the center (for columns, I believe). Why doesn’t either have option for left and right margins? Could this feature be added?

The right pencil has Padding Top and Padding Bottom. The center pencil has column padding that is applied to all sizes. (I know you already know this, I’m just talking it out.)

My current work around is to set the row to 1/6 + 2/3 + 1/6. I have thought to set the center pencil Column Padding to 7% and then set the right pencil to -7%, but that just does seem dirty. :)

Is this the best/only way? Or do you have a better suggestion.

Thank you in advance!

Hey NickZee!

You could give the column a class such as “side-paded” and then add this into the custom css box located in your Salient Options panel:

.side-paded {
  padding-right: 100px!important;
  padding-left: 100px!important;
}

Cheers

Not sure if you guys can help with this or not. I am using woocommerce for the shop section of my site and I think there may be a conflict between that and this theme. When an order is placed the stock qty does not update properly. Can you help out?

Hey HookieDuke!

Have you verified that this only occurs when Salient is active? I haven’t heard reports of similar behavior yet

Hi there How do I remove the “Love This” section from the gallery section? I want to remove the heart shape and number of likes if that is possible. Thanks :)

Hey AdamMcD,

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

.nectar-love-wrap {
  display: none!important;
}

Cheers

That worked, thank you :)

You’re welcome :)

Hey ThemeNectar,

Beautiful theme, but I am having some trouble importing the dummy data for the “modern creative” style. I have tried multiple versions of Wordpress and seem to be having the same issue:

Failed to import post tag Failed to import post tag Failed to import post tag Failed to import post tag Failed to import post tag Failed to import post tag Failed to import post tag Failed to import post tag Failed to import post tag Failed to import post tag Failed to import post tag Failed to import post tag Failed to import post tag Failed to import post tag Failed to import post tag Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import Failed to import “Auto Draft”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “About”: Invalid post type Failed to import “Features”: Invalid post type Failed to import “Home”: Invalid post type Failed to import “Nectar Sliders”: Invalid post type Failed to import “Gorgeous Design ”: Invalid post type Failed to import “Love At First Sight”: Invalid post type Failed to import “Full Width Slider”: Invalid post type Failed to import “Parallax Slider ”: Invalid post type Failed to import “Video Backgrounds”: Invalid post type Failed to import “Robust Power”: Invalid post type Failed to import “Tell Your Story”: Invalid post type Failed to import “Show Off Your Work”: Invalid post type Failed to import “Multiple Instances”: Invalid post type Failed to import “Portfolio Columns”: Invalid post type Failed to import “Portfolio Fullwidth”: Invalid post type Failed to import “Portfolio”: Invalid post type Failed to import “Blog”: Invalid post type Failed to import “Pages”: Invalid post type Failed to import “Header Layouts”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “Column System”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “Portfolio Style Two”: Invalid post type Failed to import “4 Columns Alt Stlye”: Invalid post type Failed to import “3 Columns Default Style”: Invalid post type Failed to import “Portfolio Default Style”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “Shortcode Overview”: Invalid post type Failed to import “”: Invalid post type Failed to import “Portfolio Style Four”: Invalid post type Failed to import “Portfolio Style Three”: Invalid post type Failed to import “Portfolio Style Two”: Invalid post type Failed to import “Portfolio Style Four”: Invalid post type Failed to import “Portfolio Style Three”: Invalid post type Failed to import “Portfolio Masonry Style Four”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “Home – Basic Structure”: Invalid post type Failed to import “”: Invalid post type Failed to import “”: Invalid post type Failed to import “Blog”: Invalid post type Failed to import “Features”: Invalid post type Failed to import “Contact Alternative”: Invalid post type Failed to import “Sidebar”: Invalid post type Failed to import “Columns”: Invalid post type Failed to import “Elements”: Invalid post type Failed to import “Pricing Tables”: Invalid post type Failed to import “Home – Landing Page”: Invalid post type Failed to import “Headers”: Invalid post type Failed to import “About Us – Extended ”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “About”: Invalid post type Failed to import “About Me Creative”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “About Us – Basic”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “Auto Draft”: Invalid post type Failed to import “Home – Portfolio Eye Candy”: Invalid post type Failed to import “Home – Blog”: Invalid post type Failed to import “Portfolio 3 Columns”: Invalid post type Failed to import “Portfolio 4 Columns”: Invalid post type Failed to import “Portfolio Alternative Style”: Invalid post type Failed to import “Portfolio Fullwidth Style 2”: Invalid post type Failed to import “Portfolio Fullwidth Masonry”: Invalid post type Failed to import “Portfolio Fullwidth Default”: Invalid post type Failed to import “Intuitive Options Panel”: Invalid post type Failed to import “Shortcode Generator”: Invalid post type Failed to import “HD Video Series”: Invalid post type Failed to import “Portfolio Gallery Only Example”: Invalid post type Failed to import “Page Builder ”: Invalid post type Failed to import “Portfolio Fullwidth Style Three + Lightbox Only ”: Invalid post type Failed to import “Portfolio Fullwidth Style 4”: Invalid post type Failed to import “Portfolio 3 Columns Style Three”: Invalid post type Failed to import “Portfolio 3 Columns Style Four”: Invalid post type Failed to import “Blog Masonry Fullwidth”: Invalid post type Failed to import “Blog Masonry No Sidebar”: Invalid post type Failed to import “Blog Masonry Sidebar”: Invalid post type Failed to import “The Moose”: Invalid post type Failed to import “Box – Ext. Content”: Invalid post type Failed to import “Flippin Bird ”: Invalid post type Failed to import “Merchant”: Invalid post type Failed to import “LowPoly Social”: Invalid post type Failed to import “Mobile Weather App”: Invalid post type Failed to import “Carl Sagan”: Invalid post type Failed to import “Facilisis Elementum”: Invalid post type Failed to import “One More Beer”: Invalid post type Failed to import “Mountain Drift ”: Invalid post type Failed to import “Table Rocket”: Invalid post type Failed to import “Ownage”: Invalid post type Failed to import “Be My Guest”: Invalid post type Failed to import “Spacebound”: Invalid post type Failed to import “Blog Standard”: Invalid post type Failed to import “Blog Standard No Sidebar”: Invalid post type Failed to import “Contact Standard”: Invalid post type Failed to import “Home – Basic”: Invalid post type Failed to import “About Me”: Invalid post type Failed to import “Home – Multi Layer Parallax”: Invalid post type Failed to import “Nulla fringilla magna”: Invalid post type Failed to import “Auctor consectetur ligula gravida”: Invalid post type Failed to import “Quisque sit amet sapien et lacus ”: Invalid post type Failed to import “Amazing standard post ”: Invalid post type Failed to import “The Sweetest WordPress Themes Around.”: Invalid post type Failed to import “Suspendisse vulputate diam ”: Invalid post type Failed to import “Aenean laoreet tortor”: Invalid post type Failed to import “Velit feugiat porttito”: Invalid post type Failed to import “Nullam blandit venenatis lectus”: Invalid post type Failed to import “Ambrose Redmoon ”: Invalid post type Failed to import “Magna fringilla quis ”: Invalid post type Failed to import “Pharetra interdum”: Invalid post type

Fixed it by compressing the XML file as a GZIP using 7zip and uploading it using the importer. Awesome theme, thanks!

Hey, glad you sorted it out! :)

Nice theme. But it’s not working with an RTL admin, or even RTL in front. You should modify everything yourself to make the template working with rtl language…

Nevertheless, the theme seems to take RTL, or it says it can work with it, but it’s not true..

It’ a nice theme, but not fitting my expectations..

Hey zeekmobile, could you please share your URL so I can see why the RTL stylesheet is not applying for you?

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