Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,849 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38360 comments found.

Hi ThemeNectar, 3 questions please:

1- I would like to change the font-size of the page title h1 when on mobile (tablet / iPhone) .. I tried a couple of things but I think I might not have the good selector or something…? Can you point me in the good direction please?

2- I also would like to change font-family and font-size of the dropdown menu when on mobile. There again I tried a couple of things such as

mobile-menu ul li a {

font-family: ‘josefin sans’!important; font-size: 18px!important; color:#fff!important; }

just not working… any idea?

3- When on iPhone, the header down arrow isn’t align in the middle? It’s all the way to the right, how do I change that?

Thanks for your help!

Hey,

1. Add this into the custom css box in the Salient options panel:

@media only screen and (max-width: 690px) {
body #page-header-bg .span_6 h1, body .single.single-post .section-title h1 {
    font-size: 34px!important;
    line-height: 40px!important;
}
body #page-header-bg .span_6 span.subheader {
    font-size: 25px!important;
}
}

2.

@media only screen and (max-width: 1000px) {
#slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-size: 26px!important;
    line-height: 26px!important;
    font-family: 'Open Sans';
}
}

3.

.section-down-arrow, body[data-button-style="rounded"] .scroll-down-wrap {
    width: 50px;
}

Thank you for your support! It works perfectly!

You’re welcome :)

Hello, First of all: Wonderful theme. Totally in love!, but I’m having an issue with modal boxes. I’ve tried several different plugins and have the same problem with them all, so I guess it’s something related to the theme itself: I can’t add a youtube embeded video nor wordpress. In the first case, it’s not being shown. And in the second, appears as full screen and out of the modal box.

Is there anything I can do to solve it?

Thank you very much.

Hey,

Could you kindly share your URL so I can take a look at the issue?

Cheers

Hi Nectar,

Im looking for a WordPress theme that uses a Multi-layer Parallax slider. We want to create a very deep 3D slider effect for a one-page website. Just like how its done on this website. http://rimmellondon.com

Is it possible to create this with Salient?

Im looking forward to start working with this great looking theme!

Cheers! Pim

Hey,

The theme offers a multparallax row BG but it has a max of five layers currently

Cheers

Hey there is it possible to selectively change the color of the item bg when mouse over (hover Meta on hover + entire thumb portfolio) and change the opacity?

Hey,

Changing the opacity would require modding in the init.js file but you can change the color by adding a project accent color in your project configuration box available in every project edit page

Cheers

Ok thanks anyway :) Another quest: I’m using the portfolio to show some items available for download. There is the possibility (with external plugin also) to add some filter to the portfolio as “popular”, “featured”, “most viewed” etc?

Hey,

Unfortunately i’m unaware of any plugin that would be able to tie into the Nectar portfolio – you might be able to find one that creates a new portfolio post type all together though

Cheers

Hi Themenectar,

Gosh, your theme is wonderful. I have a question however. On certain portfolio styles, I want to be able to get rid of the “View Larger” and “More Details” buttons, how exactly do I do this?

Hey!

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

.portfolio-items .col .work-info .vert-center {
   display: none!important;
}
http://manattdigitalmedia.cloudapp.net

The website has anchor links and is composed of two pages and a lot of posts. I have one primary menu. I registered another menu named “blog”. How would I go about writing a php in the function to use “main menu” for home and “blog” menu for everything else on the website? Currently if i go to the BLOG page, my menu’s don’t work.

Any help would be greatly appreciated.

I realized it was the page animation that was messing it up. Is there a fix for this?

Hey – make sure you have the option checked for “Disable Fade Out On Click” in you page transitions tab in the Salient options panel

jpermitanio

Please answer my question about the weird linking! Thank you!

Will do

Cheers

On a few of my sites, I noticed that the YouTube embed is now misaligned with the content in the column next to it (1/3 + 2/3). Please have a look at one of my sites and you’ll see what I’m talking about. No matter what I try, it won’t align. I searched the code for empty space, tried padding, etc., nothing works. http://bit.ly/1McNR3X

Hey – add this into the custom css box in the Salient options panel:

.wpb_video_heading {
  margin-bottom: 0!important;
}

Hi, i have set my menu bar to semi transparent, however the nectar slider doesnt sit flush with the top of the page, any help here? I am developing locally. image here: https://dl.dropboxusercontent.com/u/325593625/Screen%20Shot%202015-10-07%20at%2016.29.20.png

Hey – you’d need to also turn the transparent header option on to remove that space

Hey – that link doesn’t seem to be working for me at the moment, could you verify it’s live?

Hi there. I was using the VC Page Builder in the description field of a WooCommerce product and it was working fine previously. After the most recent update I see it no longer works and just outputs the VC shortcodes to the page. I will change the product to a normal page and embed the WC product inside using the relevant VC Product item but I would like to be able to use the VC in other product pages in future. Is this a bug or is the VC not supported in the WooCommerce product descriptions?

Yes I do. I also updated to the latest version of VC from the plugin folder inside the theme.

Ok, found the problem. I am using a plugin called WooCommerce Events. If you enable the product to be an ‘Event’ the VC no longer works.

Hey, glad you sorted it – i’ve noted to look into it

Cheers

Hi Guy’s,

Is it possible to stop the background images blowing up and just display them at their normal size?

Please have a look: http://www.51waysdemos.co.uk/dac/

The background image of the cat should be far smaller than it is but when I increase the padding, it increases the image size. I don’t want this to happen.

Thanks

I should say that it looks good on ipad and mobile. Just looks crap on computer!

Thanks

Hey – it seems you’ve swapped it out to just be a image element, is it behaving the way you desire now?

Yeah I swapped it out but I’ve lost the parallax effect I wanted.

Hello,

I am having an issue where content does not load properly in the visual composer. It looks like this has only affected a page where we’ve made use of raw HTML blocks.

Two questions: 1) Do you know how we can resolve this issue? 2) I see a comment below with someone mentioning a similar issue and said they fixed it by updating the integrated visual composer. How can we go about fixing this?

Thanks!

I’ve looked in the plugins tab and it does not look at though the visual composer is installed as a plugin.

Hey,

You need to install it by going to your appearance > Install plugins tab of the admin panel – also ensure you’re on a recent release of Salient, in versions prior to 5.5 it was built it and not included as a plugin

Cheers

Hi, I’m still waiting for some help with my full width masonry portfolio.

It works great on 1600px resolution monitor but on 1920px monitor it creates a hollow space on the right side, and it seems like 1600px is maximum.

My Site Url is: http://goo.gl/4h0rNd

I’ve read that you have solved this issue one year ago, but there is no explanation on how it was solved.

Hey – you need to change the portfolio element to use the constrain max columns to 4 option because you’re only using the wide/tall size in your projects

Cheers

Thanks a lot for your help!

You’re welcome :)

Hi there!

I’m having trouble customizing link colors in a particular text block on the home page. I’ve scrolled through the comments/support and found this:

body a {
    color: #e9e9e9!important;
}
body a:hover {
    color: #ed1c24!important;
}

...it works, BUT it’s changing the link colour throughout the site. Is there a way to change the link color and hover color in a particular text block?

Thanks in advance!

Hey,

You’d need to give that row a class name such as “custom-row-class-name” and then change the snippet to

body .custom-row-class-name a {
    color: #e9e9e9!important;
}
body .custom-row-class-name a:hover {
    color: #ed1c24!important;
}

Cheers

This did the trick! Amazing, THANK YOU!

You’re welcome :)

I’m interested in purchasing this theme, I was just curious how robust the typography settings are in the theme? Are they class changes only? Or is there ability to set size/settings on singular instances of type? Thanks for the help!

Hey, see this in regards: http://i.imgur.com/JKPhlzv.jpg

Cheers!

Hi, I’m having a problem that no matter what I try I can’t seem to solve. I have a plugin called “popup maker” & I’m trying to display a Youtube Video popup. It displays fine in Explorer, but in Chrome it does not. I’m guessing it’s an issue with Z-index. What can i do to make sure the Youtube video stays on top. Thanks

Hey – please share the URL where the problem can be seen so I can take a look

Hey there,

I am interested in purchasing the salient theme to build my architecture practice website. Do i need to know code to maneuver around it or is it possible to use and adapt without any coding history or knowledge.

Please advise

Hey! You don’t need to code, I’d recommend you check out this page builder tutorial to get an idea of the workflow https://www.youtube.com/watch?v=N4mt0lOJ888

Cheers

Dear,

How can I change the mobile logo size ??, it’s to small now. my website is: badaldesign.nl

Thanks

Hey,

1. Add this into the custom css box in the Salient options panel:

body .portfolio-filters-inline .container > ul a, .portfolio-filters-inline .container > ul li#sort-label {
  color: #000!important;
}
body .portfolio-filters-inline .container ul li a.active {
  color: #37a446!important; 
}

body .portfolio-filters-inline .container > ul a:hover {
  color: #37a446!important; 
}

2. Could you kindly share a screenshot of this as I currently don’t see it as of now

3. I’ve noted to show that meta on mobile is the next release

Thanks again for helping me out!!, I dont have a screenshot of the bug that I mentioned before but I have another bug for you ( https://www.dropbox.com/s/k4wfz61l5q22x0p/Screenshot_2015-10-13-15-45-19.png?dl=0 ) As you can see on the desktop site this picture doesnt belong there :P

Btw sorry for my late response, was busy with other things

Hey – change your setup in VC to be the text picture in a separate row (possibly two 1/2 cols) and place the recent posts element below it

I’m having problems on pages where I make us of Raw HTML blocks. Sometimes the content in the Dashboard don’t load correctly, so I can’t work on them with the integrated VC. Is this normal?

Update: Problem solved. Just needed to update the integrated Visual Composer. Thanks!

Hey, glad you sorted it :)

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