38435 comments found.
hey there. im having trouble adding/finding the typeform element to my site. it seems to have disappeared. i have programs that are active and one of them does not show the typeform required to apply. really need support on what’s going on. thx in advance
Hey rooster47,
Can you specify further as to what you’re referring to with “the typeform element”? Are you talking about a page builder element which is missing in your setup?
Thanks in advance
thx for the reply. i used to be able to add typeform forms by clicking add element and it would be amongst the elements i could include. not any more. oddly, one page still has a form but the actual element is missing from the edit page. hope im making sense.
Hey rooster47, Please open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into this: https://themenectar.ticksy.com
i cant submit a ticket without extending my support that i do not have money for. is there anything else that can be done?
Hey rooster47, You can also reach out via the contact form on my author page with the same credentials: https://themeforest.net/user/themenectar
thx. i sent a message via the author page and just resent with login credentials. thanks much
Does the new update with the front end editor allow for custom views on a mobile device? Ex. Can I customize the header image on a mobile view to be different than the desktop version?
Hey hoatbui, there’s no additional logic for separate settings to be used on various viewports. There is still however the “Responsive options” tab within every column to determine visibility on each viewport.
Hi guys – No change after importing demo content? https://test.processoutsource.co.za/
Hey richardwells,
I currently can’t seem to access that URL, could you verify it’s active?
Cheers
Please try again, I’ve just tested it.
Hey richardwells, which demo have you imported? It looks like a new home page was never assigned in Settings > Reading so all that’s immediately visible is the blog
Does it not import the imagery?
Hey richardwells, the older demos import which ever images are legally allowed to be included. We used to use premium stock photos that have licenses that prevent redistribution. All demos within the past 2 years include all images since we switched to use unsplash photos
Hello guys, does anybody know another way to hide SALE badge shown on products, i tried using
.woocommerce ul.products .product span.onsale { display: none; }
in Custom CSS are but it doesn’t works 
Hey bogdan_stanciu, could you please share your site URL so I can take a look at why that snippet didn’t work for you?
Cheers
sure, https://undress.world
Hey bogdan_stanciu,
It looks like there’s an unclosed media query above the snippet, which is isolating it to screens only smaller than 690px. You would need to close the previous media query like so to ensure the sale related CSS can apply correctly: https://ibb.co/ysjftQF
Cheers
Ooops, yes you’re right. Thank you very much for noticing that! XOXO
Glad I could help bogdan_stanciu 
How to Move the http://themenectar.com/demo/salient-product theme “fp-nav” slide nav to left side of the page?
Hey mariappsuiteam, that would require custom CSS. You can this into the custom css box located in the Salient options panel > general settings > css/script related tab:
#fp-nav.right {
right: auto;
left: 20px;
}
#fp-nav.tooltip ul li .fp-tooltip.right {
right: auto;
left: 5px;
}
#fp-nav ul li .fp-tooltip .tooltip-inner {
right: auto;
left: 70px;
}
#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner:after {
display: none;
}
how would I change the “Quick View” text here? want to change it to “More Information”
https://www.loom.com/share/16f2aa3cf5d848f9adddc9049f460315I’ve tried changing /themes/salient/nectar/woo/quick-view.php in the parent and child theme but it does nothing… specifically this line:
echo '<a class="nectar_quick_view no-ajaxy '.$button_class.'" data-product-id="'.$post->ID.'"> '.$button_icon.'
<span>' . esc_html__('Quick View', 'salient') . '</span></a>';
tanks!
nm, i found this: https://themenectar.ticksy.com/ticket/1713822/ although would be great to have this available in the Salient WC settings page!
Hey sdksdksdk,
I’ve noted the idea on the wishlist
Cheers
Is there a way to REVERSE the Flip Box element? I want to have an image & a line of text (specifically a URL) on the front, and full text on the back? Thanks in advance!!!
Hey MH717, here’s an example of that which you can paste into your classic editor and then switch to the page builder to examine:
https://pastebin.com/aHb4sy5pCheers
This is not really a solution – b/c the background image scales based on “back side” content – I need a logo and URL on the front, and then a testimonial on the back… possible?
Hey MH717, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.nectar-flip-box .flip-box-front {
background-size: 200px;
background-repeat: no-repeat;
background-position: 50% 25px;
}
.nectar-flip-box .flip-box-front .inner {
padding-top: 120px
}
The values will likely need to be adjusted depending on your specific logos
Hi,
I am using an third party plugin Staff list pro for staff directory. but at the backend on the above plugin the search (to search staff at backend) is not working. It works fine if I change the theme to any other theme. can you please have a quick look on this. Please let me know if you need login details. Its an extranet.
http://webtacticsnz.com/treescapeThanks
Hey yuktidogra,
I would either need access to the plugin for testing testing purposes or to your admin panel to see what the error is specifically. Please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Thanks
I have 3 “simple” questions.
1. Is there a way to use a background image for a row (FW Background) and maintain the actual image size without scaling it up? Ex: https://bit.ly/2XPjmyQ
2. Any idea why my footer’s content area is doing this? Only happens on the single-page blog entries: https://bit.ly/2JOloVM
3. Can blog category displays be turned off? Just going for a cleaner look. Ex – first 3 columns below the slider: https://bit.ly/2LVBVtZ
Thank you sooooo much.
Just an fyi… I just updated the site’s path so you will get a 404 on the links I posted earlier. Simply remove the /mograph and they will work.
Thank you.
Hey arteest,
1. You’d need to give the row a class name such as “contained-bg” and then add this into the custom css box:
.wpb_row.contained-bg .row-bg {
background-size: contain;
background-position: center;
-webkit-background-size: contain;
}
2. It appears you’re missing core styles which are included within the WPBakery page builder by default – it’s possible your CSS minification is ommitting some. In any case, you can add this into the custom css box located in the Salient options panel > general settings > css/script related tab to fix it:
.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .modal-footer:before, .modal-footer:after, .vc_row:before, .vc_row:after {
content: " ";
display: table;
}
.container:after, .container-fluid:after, .row:after, .vc_row:after {
clear: both;
}
3.
.blog-recent[data-style=minimal] .meta {
display: none;
}
Cheers
Nobody else has support as strong as you guys. I don’t know how you do it but I’m very grateful. Thank you.
How can I get in touch with the management team over there? Can someone email me please? Thank you.
Thanks a lot arteest, that means a lot to hear! If you want to reach out to Envato, the best way would be the form here:
https://help.market.envato.com/hc/en-us/requests/newHas anyone managed to figure out how to link individual tabs on a page to text?
Hey growthgurus, You can one one custom link in tabbed section which can link to an arbiturary URL when using the “Minimal” tabbed style. You can see an example of that here via the “buy now” button: http://themenectar.com/demo/salient-corporate/
Hi there,
Can you tell me why the social icons don’t load in the footer?
https://mannysbeautybusiness.nl/Hey ruimdenker,
Your plugin “ct-ultimate-gdpr” is loading a different version of FontAwesome and is not including the backward compatibility shim: https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#shims – that would need to be added in to allow version 4 of FontAwesome to function
Hello,
Is there a way to display the “related posts” to look like the “Auto Masonry: Meta Overlaid Spaced” option found in the “Blog/Styling/Masonry Styles”? Like I want the meta/title to be in front of the image not under it. There are only two “Related Posts” styles and I don’t like both of them.
thanks.
Hey ArabianSherif, there’s no option for that style as of now however I’ve noted the idea on the wishlist 
hi! how can I give some opacity to the off canvas menu? so the background color is like 70% opacity? thanks
Hey dimage,
Could you kindly share your URL in regards so I can take a look at what settings you’re using to provide the needed snippet?
Cheers
Thanks dimage, add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
#slide-out-widget-area.slide-out-from-right-hover {
background-color: rgba(0,0,0,0.7)!important;
}
Best support in themeforest, you are the best friend 
Glad I could help dimage 
.
How I can create a template for footer menu and call to all pages by default ?
Hey mariappsuiteam,
That would require modding the footer.php file through a child theme in regards
See, I want to use this demo as my home page http://themenectar.com/demo/salient-produc and need to use footer section from this demo http://themenectar.com/demo/salient-startup/, how can I do that? Also how I can edit my footer by using visual composer?
Hey mariappsuiteam,
1. Here’s a screenshot of the footer settings from the start up demo: https://ibb.co/JyDhCVD
2. There is no option to edit the footer using the WPBakery page builder plugin, which is what Salient includes. The plugin known as “Visual Composer” is a separate standalone product which is not included with themes from Envato: https://visualcomposer.com/help/faq/visual-composer-website-builder-vs-wpbakery-page-builder/
That mean if we purchase “Visual Composer”, we can do seamless editing in “Salient” theme along with common header and footer for demo? please advice
Hey mariappsuiteam,
we do not recommend using another version of a page builder since all of the Salient specific elements are contained within the Salient WPBakery page builder
Hello,
I have sent you an email via contact form, would you please be able to provide with a response ?
Hey cojocariuovidiu,
I located your email in regards and just responded
Cheers
I use Salient on two of my sites – one has no issues but the other (which uses Sucuri) has become very buggy since a recent update and I can’t edit any text. Are there any compatibility issues with Sucuri and Salient? My developer believes this to be the case and I can’t figure out what else it might be but I need to be able to update my site ASAP. We’ve been troubleshooting for a month now. Another note: my developer can edit no problem, but if I log in as her I can’t. Weird right?! www.lizmars.com
Hey karinculliton,
There are not any known compatibility issues with Salient and Securi. Could you please reach out via the contact form on my author page with a temporary admin login so I can take a closer look? https://themeforest.net/user/themenectarThanks in advance
Hi, The mobile menu is not working on a iPhone. If you try and click the hamburger menu , nothing happens. It works on Android. Its running the latest theme v10.5.3
Any ideas please?
Many thanks
Hey solveweb,
I just tested your URL on an iPhone XS and couldn’t replicate the issue. Could you let me know what iPhone you’re using specifically?
Thanks in advance
Will you please make the Flipboard cover image compatible with Salient for future updates?
Hey toolbox101, I’ve noted the idea on the wishlist. Thanks for the request
,,
Hi. When I am uploading images at the dimensions you specify, they look blurry. I have tried doubling the size of the image and that does nothing. Does the theme support retina? I need a solution so each image is perfectly crisp please,
Hey dancarney,
could you please share your URL in regards so I can take a look? Also, please specify what element you’re referring to e.g. a single image, the blog, portfolio etc.
Thanks