38358 comments found.
Hi, as usual, excellent item. For the first time I am using the Toggle Panel and my client asks for different panels in the same page with different colors for each one of them. Is there a way I can assign individual classes or IDs to each Panel?
Here is my development page:
http://www.collectivemexico.com/2017/And here is what client needs:
http://www.collectivemexico.com/01.jpgFinally, is there a way I can set a flying out menu triggered from a hamburger menu at the top left of the page?
http://www.collectivemexico.com/02.jpgI really really will appreciate you help. Thanks in advance.
Thanks guitresan!
1. You’d need to set a class on the row and target each toggle individually using :nth-child like so:
.custom-row-class .toggles > .div:nth-child(1) {
} .custom-row-class .toggles .div:nth-child(2) {
}
etc.
2. This would require custom modding – the left fixed menu would be the closest thing out of the box
Cheers
Hi, thank you very much for your answer. Now everything works fine.
Just one more question please. I read old comments and your answers and found the following:
Hey digitalmedium, if you edit the toggle panel element in visual composer and turn on the option for “Allow collapsible all” this will occur by default
Is there a way I can use the same functionality but, at first glance, all the toggle panel are closed? I hope I explained myself correctly.
Thanks again.
Hey! You’d need to find the accordionInit function in the init.js file located in the js folder and remove this section:
$('.accordion').each(function(){
$(this).find('> .toggle').first().addClass('open').find('> div').show();
$(this).find('> .toggle').first().find('a i').attr('class','icon-minus-sign');
});
Hi !!! Everything worked as expected.
I read another old comment from you where you explain how to make anchor to link and open toggle panels. Your answer was:
IHey! You can link directly to toggles to open them by adding this onto your URL ?toggle=your-toggle-name
I already set de URL for each ling at the menu, but I don’t know, where in the content, to set the name for the corresponding section. My question is, can you please tell me where do I defined the toggle name? Or more specifically, the panel or section name to accomplish this?
Thanks again.
Hi, here again… Just to let you know I tried this but did not worked:
http://www.collectivemexico.com/2017/?toggle=#metodologiaand
http://www.collectivemexico.com/2017/?toggle=metodologiaWhat am I doing wrong? Can you please help me? Thanks
Hey, I believe the ext latin char in that toggle is preventing it as this one works http://www.collectivemexico.com/2017/?toggle=servicios I’ve noted to investigate this further
Cheers
Hello @ThemeNectar!
Why not running a big sale for a few days after the huge update?
It could be a very nice and profitable strategy 
Thanks for replying me.
Hey nmig, Salient was on sale for 2 months leading up the release 
HI,
Hope you are doing well. I need custom css with 2 things if you could please!
1. First of all I love the new update and its new share option. But I need help with the old share button, can you please provide a quote to hide this title “love” on all screen sizes? Here is a screenshot: http://imgur.com/a/ms7B3
2. The Next Post option has this black boarder on top and at the bottom on mobile screens, is there a way to remove that and show the full image just like on desktop? Here is a screenshot http://imgur.com/a/upC6t
Much appreciated!
Hey toolbox101!
Could you kindly share your URL so I can see your current settings to assist with these items?
Cheers 
Here you go b18.0c8.myftpupload .com
I have one more question, is there a way to disable the portfolio pages/posts from the site’s internal search engine. Like if they search I do not want the site to display the portfolio posts.
Can i exclude posts from wordpress search? I found a plugin that does it, but is there a way of doing this without the plugin? does salient have that setting? thanks
Hey,
1. As of now you’d need to remove the love all together or mod the shortcode file as there’s no way to target just the text without the icon as well via css
2. Add this into the custom css box located in your Salient Options panel:
@media only screen and (max-width: 1000px) {
body .blog_next_prev_buttons[data-post-header-style="default_minimal"] .col {
height: 165px;
}
}
3. You’d need to delete the relevant sections for those post types in the search.php template file – this could be kept in a child theme
Cheers
Thanks for the code, i’ll try that and if any issues i’ll let you know. And regarding the love option, will this be fixed in the future? The option is really great but having the title there makes everything ugly 
Hope to see a fix for this in future updates.
Thanks
Hey Nectar,
This code was good. However, I want to give the text “Next Blog” top padding and the link under it (blog post title), bottom padding.
I have tried this code but it did not work. http://imgur.com/a/piMrR
I want to keep the hight the same as you gave me in above code 165px but give the links only top and bottom padding.
Can you help with that? Thanks
Hey, add this in as well:
@media only screen and (max-width: 1000px) {
.blog_next_prev_buttons {
margin: 15px 0;
}
}
Thanks for the code, not getting the result I want… How do i hide those next post background images on mobile only? Can u give a css only for mobile? thanks
Any update on how to hide the bg image for the Next button for mobile?
Also, I have another question. Is there a way to make the blog’s sidebar sticky? If not, will you please add that to the wishlist for future updates? Its a great feature to have and I think a lot of us will appreciate it.
Thanks
Hey,
1. You can hide the images with this:
@media only screen and (max-width: 690px) {
.blog_next_prev_buttons img {
display: none;
} }
2. This wouldn’t be possible without custom dev, but i’ve noted the +1 for this 
Cheers
@ThemeNectar
You are the most badazz developer on Themeforest. Here’s why: 1. You’ve only released ONE theme and put your heart and soul into it 2. You’re support is through the roof 3. You keep making your one theme better and better which makes your customers happier
Your strategy is better than other developers who push out a bunch of themes that start lacking support and eventually become unusable.
SO… THANK YOU a thousand times for the gift of Salient and YOU… a major blessing to our businesses and clients.
Thank you!
Hey CrucialCounty!
Thank you so much for the kind words! It’s really awesome to hear – I know you’ve been here since the very beginning 
Cheers
I really mean it…. thank you!
You’re very welcome! 
I am having an issue trying to update the theme with The Envato Market plugin. Do you know if there are any issues?
I just saw Envato’s post about Amazon S3- hope they can get it remedied soon
Hey, it should be online now https://status.aws.amazon.com/ 
Major issue 1: Running Salient Child of Salient 7.6 and Visual Composer 4.12.1… When I save templates within Visual Compaser, then apply them to another new post, the layout elements are not in the same order, then if I close that post and reopen VC layout is completely gone / blank. What’s up?
Major Issue 2: http://themenectar.ticksy.com/ is down?Also, can;t download Version 8 at all. Download times out.
Hey odellgraphicsolutions,
1a. Please open a ticket in regards with your admin credentials so we can take a look to assist
1b. Ticksy is currently online – are you still having issues reaching it?
2. Amazon AWS was down earlier today for certain areas, which Envato uses to serve their downloads. It should be back online now: https://forums.envato.com/t/cant-download-my-items-as-s3-amazonaws-com-took-too-long-to-respond/94006
I am trying to download a fresh copy of the theme, but your download link dosent work.
Hey EastLionEnterprises, Amazon AWS was down in certain areas earlier – it should be back up and functional now
Cheers
Hey there again! Short question how to add if possible footer reveal effect in mobile? It works on desktop but not on mobile link to page: http://l-works.lt
Hey lukasauno,
Unfortunately as of now this would require custom development – it’s intentionally disabled in mobile because of display issues it could cause on certain smartphones
Cheers
Hi, I am having an issue with one of my image galleries. For some reason, one of the images is showing up on my desktop but not on my phone (I cleared the history and cache).
The page is http://kierankesner.com/
The portfolio in question is Night of Dance, 12th from the top.
Also, wondering if you created a way to make the submenus visible in this new update (which looks awesome by the way). Thank you!
Hey AkeatsKes!
I can’t seem to locate that project on the shared URL. Is it still active.. possibly renamed or moved?
Cheers
It seems to only show up when I am signed into my Wordpress site… But it is not private and its status is published.
That’s quite odd – could you please reach out via the contact form on my author page in regards with your admin credentials? https://themeforest.net/user/themenectar
Love the new improvements FYI – Also I have an issue which is also a suggestion because i cant seem to find the css for it…at anyrate
1. H1-H6 should have color choices along with body font colors.
I am asking this because my Titles on blog post thumbnails are all white then fade to black,,,,Im trying to control those colors
2. Social Sharing icons in preview post thumbnail as well would be cool. Also round social sharing icons for posts.
Hey agent8,
1. Could you please share your blog URL so I can take a look at your settings to assist?
2. Thanks for the request
Cheers
hey i just switched from classic to minimal…so I guess that fixed it.
Glad to hear 
Hey ThemeNectar 
First of all, thank you VERY MUCH for the amazing update! I’m sure this will change my workflow completely, and make my life a lot easier 
I would like to make a suggestion / wish / request:
I really like the UI and navigation in the ‘Project Slider’ demo, with the indicator dashes and the prev / next buttons. Would it be possible to use this UI on Full Screen Row pages, instead of the round bullets?
Thanks again,
0L4F
Hey 0L4F!
As of now that would require modding, but i’ve noted to add the style into it. I’m also very glad to hear you’re enjoying the update!
Cheers
Hey, after uodating to version 8 all permalinks changed of the images to localhost. https://www.thorit.net – any ideas?
Hey Thorit, there’s no known issue like that – can you explain the update process you did?
Normal procedure, FTP upload (theme+Plugin) after updating all the images are missing…
Hey, could you please open a ticket in regards with your admin credentials so I can take a further look? https://themenectar.ticksy.com
Visual composer element “aditional widget bar” has dissapears???
Hey trisquelmedia, the fix for this will be in the upcoming minor release. If you’d like it now please reach out via the contact form on my author page and I’ll send it to you
https://themeforest.net/user/themenectar
Hi, your theme is AWESOME. I have some pre-sale questions: 1. Does your theme support the mega menu (picture column changes with menu items) and product hover effect (a transparent product picture on top of a dark blue background and modified by oval CSS effect) like the one on www.harrywinston.com? 2. Does the shop of your theme support the product list style and hover effect like http://www.vancleefarpels.com/us/en/search/search.html?srchSecondary=CREATION or simpler version on tiffany.com or even gucci.com? 3. Our site will be developed iteratively. That means I need to deploy a simple version first and develop further versions on my PC/laptop in parallel. Can a single license work out at this case?
Thanks!
Thanks chenli_cn!
1. Megamenus are supported but you’d need to use CSS to add a background image
2. Not at this time
3. Yes, you can use a single license for this
Cheers
Hello, I would like to install wpml plugin, but I am not sure which functions are necessary to properly work with salient.
There is a core module and many add-on plugins. (https://wpml.org/documentation/wpml-core-and-add-on-plugins/)
Is it enough to install just the core plugin? What else do I need for smooth function with Salient? (It is a simple portfolio page, without woocomerce, etc.)
Thank you!
I forgot to mention, that I don´t mind having english environment of the Wordpress administration. All I need to do is to setup 2 languages on the portfolio page and make it work smoothly with Salient.
Hey sergejkuckir!
You shouldn’t need to install anything other than the core plugin 
Cheers
Hey TN, i updated everything and imported the BAND demo. But when i preview it on my mobile phone (exact same settings as the demo), the
font does not fit in the mobile screen, it´s way to big. When i preview your demo, everything is perfect (exact same settings). Is there something i´ve done wrong? URL: blindedhearts.com Regards, Andi
h1 tag is way to big. When i preview your demo, everything is perfect sized. I made no changes on the Import. Is there something i do wrong? URL: blindedhearts.com Regards, Andi
Hey rockzi, the demo import for that demo needs a very slight change to that section – edit the custom heading element and just remove the font size set in the element, the theme settings will still set it large but allow it to be responsive
Cheers
Thank you, done that. It´s a bit better, but on my mobile phone it´s still on the right side and thinkgs like “Favorite” is still too big. I deleted the size in h1 (and the other two settings). Thanks, Andi
Hey,
I’m still seeing that the size is set via the custom heading element, can you please open a ticket in regards with your admin credentials so I can take a look? https://themenectar.ticksy.com
Cheers
Hey man, sorry now i understand what you mean! Done that and now it works (99%), it´s still a bit too much on the right side, but it´s the same on your Band demo. Thanks for helping
Andi
Hey Andi, thanks for the additional feedback 
Hey ThemeNectar,
Is it possible to make the header non-sticky (fixed) on a single page?
I would like to make the header fixed on all single portfolio items.
Cheers!
Hey radisafi,
As of now this is a global setting, but i’ve noted the idea to active such a setting on a per page basis
Cheers!
OK thanks!
You’re welcome 
Since the update your widget “Clients Display” is totally broken – It takes up a large space on the page but everything is invisible.
Hey jstamb, Since I can’t replicate that on my end and the demos which have been updated don’t show this could you kindly share a URL where this is visible?
Hello! Do you guys have an aritcle on how to add more FontAwesome icons? Im using the fancy unordered list and my client has requested the Snowflake icon which isnt included 
Hey ladydekade!
The font awesome file was updated so in 8.0 just edit the shortcode to have the icon param set to “fa-snowflake-o”
Cheers
Loving the new update. However, am I missing something – is there a way to have the “full screen” menu navigation – but not have all rows full screen? I like the minimalism of that menu, but I don’t want all my rows to be full screen. I know there is a VC element for submenu – but it’s not as nice & polished as the “full screen” feature nav menu.
Hey nickpucci,
unfortunately there’s no way to take one of the features from the fullscreen row and have it function outside of it without custom modding, however i’ve noted the idea for the wishlist as a new style for the page submenu 
Cheers