Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,740 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38352 comments found.

Hey, First amazing job =D
  • I’ve a problem with video integration in FF and also now with Chrome after look your advice with the .htaccess file I’ve use some of my personal video first, and just to be sure, I decided to use some of yours present in your theme. http://leloftnantes.com It work in safari, but impossible to load the video in FF and chrome I already change my .htaccess :
  • # BEGIN WordPress AddType video/mp4 mp4 AddType video/mp4 m4v AddType video/ogg ogv AddType video/webm webm AddType video/webm webmv # END WordPress"

    If you can help me with that, it will be great Thanks =D

  • I just move the video into an other server, and change the right for the access for the file and it works =)
  • sorry to disturb ^^

    Hey sckuze, glad to hear you sorted it! :)

    I just want to say what an AMAZING theme this is!!! I love it, no problems and my site gets a lot of compliments and seen an increase in business! Thank you guys!!

    Thanks so much artiium21! I’m glad to hear about the positive feedback you’ve gotten :)

    Cheers

    How would you suggest creating a frontend login?

    Hey danielaronson, the easiest way would be through the use of a plugin – otherwise you’d need to edit it directly into the header.php file

    Can you provide me with the proper CSS to overwrite the browser width that causes the text to shrink. My client has a smaller laptop, and once we break that threshold (1280px) it shrinks it all down.

    I researched this questions first, and there seem to be a lot of varying solutions that suggest you do something like:

    @media only screen and (min-width: 1300px) { .container { max-width: 1200px; } }

    But that hasn’t seemed to make any difference. Using a screen ruler I can still see at the moment my browser gets smaller than 1300 across, all the text (in particular H2’s) get tiny.

    FYI, there is some other code that your team provided to modify a portfolio feature, and that code is currently wrapped in the tag @media only screen and (min-width: 1000px) { ... }

    But this is related specifically to the body .portfolio-items classes.

    Thanks!!

    Hey sbarrante! Add this into the custom css box in the Salient options panel:

    @media only screen and (max-width: 1300px)  {
      .col h3, body h3 {
       font-size: 20px!important;
      }
     .col h2, body h2 {
       font-size: 26px!important;
      }
    }
    

    Thanks, I appreciate the response. This, unfortunately is causing the text to stay that fixed size regardless of screen size, so on Mobile the headers are quite large.

    I’d love to just adjust the limit so it’s not 1300px, it’s reduced to 1200. Same behavior, just a bit more tolerance. As my client’s laptop is at 1280, and all the headers jump down to the next smallest size.

    Thanks!!

    Sorry, I assumed that’s what you wanted – just change the snippet to this :)

    @media only screen and (max-width: 1300px) and (min-width: 1000px) {
      .col h3, body h3 {
       font-size: 20px!important;
      }
     .col h2, body h2 {
       font-size: 26px!important;
      }
    }
    

    Hi there, I made a logo carousel on my homepage, but it only loads about 50% of the time. Thoughts? www.soapbrand.com

    Hey danielaronson, are you on v4.5.2+? This was an issue that was sorted in that version.

    My Google map icon is not working either.

    Hey trajan90, this was sorted in todays update :)

    I just do a fresh install of Salient 4.5.2 on WordPress 3.9.2 (The latest version) all the theme options are not working. When I hover over each menu options I can see a javascript:void(0):

    Hey bizhoop, if you’ve ensured it’s not a plugin conflict please open a ticket with your admin credentials so I can see what the issue is :) http://themenectar.ticksy.com/

    Just a head’s up, there is an issue on the google maps feature, not allowing the icons to show.

    Thank you, Where is this fix available?

    nvm. got it :D

    Glad to hear :)

    Just finished building a beautiful website with your amazing theme, so many thanks!! one question though: is there a simple way of removing the sidebar from the single post page type without messing around with the template php files? Best Regards, Ofer

    Hey fafchook!

    Yes – Salient v4.5+ offers an option in the blog options tab of the Salient options panel to do this :)

    Cheers

    Thanks.

    You’re welcome :)

    I want to customize the search field in the menu to instead be an email form field, how would I do that?

    Hey freshlesh3,

    You’d need to modify the header-search.php file located inside of the includes directory to get at the markup for that :)

    Cheers

    Just a heads up, it looks like the map icons are not working… They stopped on my site and checking your demo it looks like they are broken there too…

    Just to clarify I am talking about Google Maps and the icons that display at the lat, long that you set.

    Hey Knux0r!

    There was a change in the Google Map api which caused this to stop working approximately sometime yesterday – I just pushed an update to sort it which is available for download on ThemeForest now though :)

    Cheers

    I purchased this theme in June. I activated infinite scroll on the blog page in that version but it does not work. Does it only work for certain blog layouts?

    Those settings are for the “posts page” that you would define in settings > reading in your admin panel – if you’re using the blog visual composer element you’d need to configured the pagination settings in the element itself: http://i.imgur.com/sKd2uqd.jpg

    Thank you, it worked. I was not using the visual composer for the main blog page but once I switched and updated the visual composer to version 3.5(?), I saw the settings you shared above and made the appropriate change.

    Hey Radishwrangler,

    Good to hear :)

    Cheers

    I would also like to know how I can go about setting up my “about me” page to look just like the “creative” about me page shown here.

    http://themenectar.com/demo/salient-frostwave/about/about-me-example/

    Hey again!

    If you don’t want to import the dummy data, here’s the code you can paste directly into your editor on that page and then switch into Visual Composer to see all the elements :) http://pastebin.com/EcknUx28

    Cheers

    Hi there,

    I was wonder if you can tell me the name of the font being use for the navigation on the top of the website.

    Thank you!

    Daniel

    Hey Daniel! It’s called “Lovelo”

    Hi, I have question about alt tag for images in Salient. How add alt description to “Nectar Shortcode Image With Animation”? I need it to make some improvement on my seo.

    [image_with_animation image_url=”930” animation=”Fade In From Left” img_link_target=”_self” delay=”500” alignment=”center”]

    vs

    <Qimg src=”http://www.hemorex.pl/wp-content/uploads/2014/02/women-Hemorex_shape_haemorrhoids.png” alt=”salient image on my site” />

    The Visual Composer alt tag fix was added in the last release, are you on 4.5.2+?

    Cheers :)

    Can you send me a screenshot showing where exactly alt tag option is? I have the newest version of Salient on my site. I’m sure that I became blind after hours working with websites :)

    Hello! I wanted to confirm one thing, I have bought the theme some months ago, and wanted update it to some of the new visuals we have on this link (Recent Work, for example, I dont have that boxed three column and no margin layout): http://themenectar.com/demo/salient-frostwave/home-basic/

    If I download here on Theme Forest the same licence I have bought, will it be updated to newest theme version, or I will be downloading the same version I have bought then?

    In case I am downloading same version, how can I update to newest one? Only buying a new one?

    Thanks

    Hey educkf!

    You can update by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new. I recommend using FTP, but you can use the WP dashboard if you prefer. You won’t lose any of your content or theme settings so don’t worry about that if you were – the version downloaded will indeed be the latest release :)

    Cheers

    Ah, it is strange then, because I dont have style similar to that link! Is it the same version?

    That project style still exists – here’s what it’s called: http://i.imgur.com/flkQspn.png :)

    Hello,

    I’m thinking on buying your theme. I need 2 pages showing different portfolio categories each. As for architecture and construction. One page will show the architecture portfolio and the other one will show the construction one.

    Is that possible to do it with your theme?

    This question might sound “not-smart” but i’ve seen some portfolio themes around that can only showcase all the portfolio elements in one page.

    Thanks in advance,

    Hey seisefes!

    Yes, you can separate what categories will display on specific pages but if you’re having sets of categories displaying on the same page once you’re on the single project page (if you’re not using a lightbox only setup) the next and prev buttons will still lead through all projects

    Cheers

    Hi Team – Can you please advise how to center the navigation menu? And reduce the padding above and below the navigation menu? :) Thx!

    Hey :) make sure you remove all the pre tags in your custom css box

    <pre>  </pre> 
    

    YOU GUYS ARE THE BEST – All Fixed!!! Thanks Team :)

    Hi Team – Can you please advise how to center the navigation menu? And reduce the padding above and below the navigation menu? :) Thx!

    Hey otherwoman!

    Are you trying to center it under the logo on its own row or just center it within the current space in the header?

    Hello,

    I’m looking for a woocommerce fields calculator. Instead of what I have in this page: http://moramart.ro/product/woocomerce-monument-1/ (Dimensiuni Stilovat, Dimensiuni Baza) I want that computer. I want to be like that in the ESTIMAE PRET – CALCULATOR (it’s under the INFORMATII ADITIONALE). And after the client puts his own values e.g. 100, 20, 30 = 150 … I want Add to cart button. What should I use ?

    Thank you very much !

    Hey sabinnitu!

    Unfortunately since this isn’t a Salient or theme specific specific question it would be better suited for the WooCommerce forums

    Cheers

    Ok, thanks.

    You’re welcome :)

    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