38434 comments found.
Hi
I would like to change that salient always uses the latest font awesome icons:
1. Is it enough if i place this (<script src=”https://kit.fontawesome.com/yourcode.js”></script>) into the themes header so that it will exclusively use the new icons or do I need to change anything else?
2. Alternatively, if want to host font awesome myself, can I just replace the existing font awesome files?
Thank you for your help!
Hey whuupwhuup!
Font awesome was completely rewritten for version 5, which is why WPBakery and many others have not adopted it yet. You would also need to remove the font awesome which Salient is loading via a child theme by adding the following into the “salient_child_enqueue_styles” function:
wp_dequeue_style( 'font-awesome' );
Cheers
Hi, is it normal that in mobile the fancybox just goes to the link instead of showing it’s contents first?
Hey siete25, the fancybox lightbox should still open your photo/video in a lightbox on mobile devices. Can you please share your URL where it’s not so I can take a look?
Thanks in advance
It does open, but that kinda the problem, on desktop when you hover you can see the text but on mobile it just goes straight to the link, I need it to show the text before clicking it again to go to the link
Thanks for clarifying siete25,
You can add this into the custom css box located in the Salient options panel > general settings > css/script related tab to alter that:
@media only screen and (max-width: 1000px) {
.nectar-fancy-box[data-style="hover_desc"]>.inner>.heading-wrap {
transform: none!important;
}
.nectar-fancy-box[data-style="hover_desc"] .hover-content {
relative;
opacity: 1;
transform: none;
}
}
Thank you I will try it in a few hours
You’re welcome siete25
Are there any issues with Google Fonts/Salient at the moment?
Body font is Nunito and that’s selected in the typography section under ‘Body Font’ but the body font isn’t changing to Nunito.
Windows 10 Latest version of Stable Chrome (78.0.3904.108). Latest Version of Salient (11.0.1)
Applying the ‘Nunito’ font via ‘useanyfont’ plugin and assigning it to ‘Body’ applies the font fine?
Must have been a Google Issue. Seems to be working correctly now!?
Hey jbennett360,
There are no known issues with Google font loading within the theme – I’m glad to hear it’s working for you correctly now 
I know you hate this question – but what’s the ETA for 11.1 or 11.0.2 to fix WooCommerce 3.8 page template warnings and some of the other minor issues?
Hey constellate,
It’s due out within a few days. Could you please clarify which other minor issues you’re referring to? If you’d like access to the beta, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
Hi, I want to hide the Portfolio/Post Grid Filters, is this possible?
Hey brightqontent, there’s a setting titled “Enable Sortable” within the Post Grid element to toggle those
Great! Thanks!
You’re welcome 
Hi, great theme. I would need to add “size chart” with modal window with HTML content.
I use now:
image doesnt scale very well so html tables would be preferrd. Also i would need to adjust the bg opacity to 70%. Now it’s solid black.
Thanks
Hi, sorry. i need to add the class “a class=”pp”
Hey brorerik,
Can you please share your actual page URL so I can take a look to assist?
Thanks in advance
Hi, can i send private link. It’s staging site.
Hey brorerik,
Please reach out via the contact form on my author page in regards https://themeforest.net/user/themenectar
Please can you help me to understand what happen with all portfolio grid on my site? Portfolio grid elements appear colored instead colored when hover, both on main portfolio page and projects page https://www.palazzomarini.com/en/rooms/#stile This properties change without my control. Maybe some custom css or wordpress upgrade is affecting.
Thanks in advance
Hey supportomict,
When editing the post grid, can you let me know what you have set in the “Color Overlay Opacity” field?
Cheers
“Color Overlay Opacity” field is set to 0
Hey supportomict,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.nectar-post-grid .bg-overlay {
opacity: 0;
}
Cheers
Great. Best
Cheers supportomict
Please help I am loosing my mind!

:: Custom bog post background color::
I need to have a custom background color on all blog posts…. How do I achieve this…
https://dominante.co/blog/pogledajte-intervju-na-tv-prvoj-o-nasem-projektu-solarne-biblioteke//// blogposts to be dark colored background, but all other posts pages etc to remain what they are now
Hey mrlucas87,
add this into the custom css box located in the Salient options panel > general settings > css/script related tab:
.single-post .container-wrap {
background-color: #000!important;
}
ok great thanks! <3 But now I need to force header to be transparent on all blogposts, and also to make the default text color light, as oposed to dark! 
how do I do that?
You’re welcome mrlucas87 
There’s an option as of Salient v10.5 labeled “Single Post Header Inherits Featured Image”, which will automatically trigger the transparent effect as long as there’s a featured image associated with the post. The option is located in the Salient options panel > blog > styling tab.
Hello,
after extensively modifying the theme, we are having major issues with our buttons, slider buttons, cookie disclaimer, and a landing page particle effect all appearing very small on only Safari and Chrome (which, as you know, are related through WebKit).
These appear correctly as the size we want when rendered by FIrefox and Edge (and everything else appears correctly on all browsers).
Any ideas where we should start looking to fix these specific Safari and Chrome (desktop) issues?
Hey francisberrigan, since there are currently no known issues with webkit browsers rending as you’ve described, could you please share your actual site URL so I can take a look to assist?
Thanks in advance
Hey francisberrigan, I’m not seeing any difference in sizes when viewing on Chrome vs Firefox: https://ibb.co/fpwMsJz – are you certain that the browser sizes are sized the same in your tests? I’m seeing that you have a font size that applies globally that is based on the viewport height and this shrinking/expanding the browser height would greatly alter the sizing of all text. The css i’m referring to is font-size: 1.58vh which is set on the HTML in assets/less/_main.less
Hi ThemeNectar, it’s actually Mac Safari and Chrome and Chrome (PC desktop that we’re seeing the issues with, not Edge, Firefox, etc.
Hey francisberrigan, the previously attached screenshot was comparing PC Chrome/firefox, but when testing on Mac Chrome/Safari I also am not seeing these issues as you’ve described https://ibb.co/nfhJTWw Could you kindly attach a screenshot for further clarification? Cheers
How can I edit global theme options for to style buttons and other elements? There doesn’t seem to be a panel where we can set the options for shortcodes. I want all of my buttons to look alike. There should be a panel where I can set the font family, size, color, border color, etc for buttons across the website. Every major theme, like Bridge and Avada (despite their major flaws), includes an options panel for HTML elements and shortcodes. Your global options panel is extremely limited. For potential buyers, I recommend using a different theme if you want to have control over the styling of the site without having to use massive amounts of custom CSS.
The CSS for this theme in general is incredibly amateur. You use sitewide !important tags to force dozens of various elements to use text-transform:uppercase (just an example) or to force colors onto things. I should not have to be using !important tags in almost every line of custom CSS I write to override the theme defaults. Which again are already insufficient for basic customization.
Hey hideseekmedia,
1. The family for buttons is defined in the Salient options panel > typography > nectar specific elements tab. The default color is picked up from the theme options accent color. The font size of buttons is determined by your button element settings within the page builder, and the coloring can be altered for each instance as well. There is currently no option to globally define button coloring to be a separate color than the theme accent, though I’ve noted your suggestion.
2. What version of Salient are you using? It sounds like you’re using an outdated version of the theme, as there are no forced !important values for uppercase text transforms within the Salient stylesheet: http://themenectar.com/demo/salient/wp-content/themes/salient/css/style.cssThank you for responding. Please pass along the feedback for adding global options to control all buttons – that would be really helpful so we don’t have to manually select the same options on every button instance.
2. I am on version 11.0.1. Here are two examples of the theme using !important for a significant number of elements, which is definitely overkill and makes it harder to add custom styling:
.orbit-wrapper .slider-nav .right, .orbit-wrapper .slider-nav .left, .progress li span, .nectar-progress-bar span, #footer-outer #footer-widgets .col .tagcloud a:hover, #sidebar .widget .tagcloud a:hover, #fp-nav.tooltip ul li .fp-tooltip .tooltip-inner, #pagination .next a:hover, #pagination .prev a:hover, .comment-list .reply a:hover, .comment-list .reply a:focus, .icon-normal, .bar_graph li span, .nectar-button[data-color-override=”false”].regular-button, .nectar-button.tilt.accent-color, body .swiper-slide .button.transparent_2 .primary-color:hover, #footer-outer #footer-widgets .col input[type=”submit”], body .products-carousel .carousel-next:hover, body .products-carousel .carousel-prev:hover, .blog-recent .more-link span:hover, .post-tags a:hover, #to-top:hover, #to-top.dark:hover, body[data-button-style=”rounded”] #to-top::after, #pagination a.page-numbers:hover, #pagination span.page-numbers.current, .portfolio-items .col[data-default-color=”true”] .work-item:not(.style-3) .work-info-bg, .portfolio-items .col[data-default-color=”true”] .bottom-meta, .portfolio-items .col.nectar-new-item .inner-wrap::before, .portfolio-filters-inline[data-color-scheme=”accent-color-underline”] a::after, .portfolio-filters a, .portfolio-filters #sort-portfolio, .project-attrs li span, .portfolio-filters, .portfolio-filters-inline[data-color-scheme=”accent-color”], .bottom_controls #portfolio-nav .controls li a i::after, .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i, .single-portfolio .facebook-share a:hover, .single-portfolio .twitter-share a:hover, .single-portfolio .pinterest-share a:hover, .single-post .facebook-share a:hover, .single-post .twitter-share a:hover, .single-post .pinterest-share a:hover, .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, #sidebar .widget:hover [class=”icon-”].icon-3x, .post.quote .content-inner .quote-inner .whole-link, .masonry.classic_enhanced .post.quote.wide_tall .post-content a:hover .quote-inner, .masonry.classic_enhanced .post.link.wide_tall .post-content a:hover .link-inner, .iosSlider .prev_slide:hover, .iosSlider .next_slide:hover, #header-outer .widget_shopping_cart a.button, #header-outer a.cart-contents .cart-wrap span, #header-outer #mobile-cart-link .cart-wrap span, #top nav ul .slide-out-widget-area-toggle a:hover .lines, #top nav ul .slide-out-widget-area-toggle a:hover .lines::after, #top nav ul .slide-out-widget-area-toggle a:hover .lines::before, #top nav ul .slide-out-widget-area-toggle a:hover .lines-button::after, #header-outer #top nav > ul > li:not(.megamenu) ul a:hover, #header-outer #top nav > ul > li:not(.megamenu) .sfHover > a, #header-outer:not([data-format=”left-header”]) #top nav > ul > li:not(.megamenu) .sfHover > a, #header-outer .widget_shopping_cart a.button, body[data-header-format=”left-header”] #header-outer[data-lhe=”animated_underline”] #top nav ul li:not([class=”button_”]) > a span::after, #header-outer:not([data-format=”left-header”]) #top nav > ul > li:not(.megamenu) ul a:hover, #header-outer:not([data-format=”left-header”]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a, #header-outer:not([data-format=”left-header”]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a, #top nav > ul > .megamenu > ul ul li a:hover, #top nav > ul > .megamenu > ul ul li a:focus, #top nav > ul > .megamenu > ul ul .sfHover > a, body:not([data-header-format=”left-header”]) #top nav > ul > .megamenu > ul ul .current-menu-item > a, #buddypress a.button:focus, .text_on_hover.product a.added_to_cart, .swiper-slide .button.solid_color a, .swiper-slide .button.solid_color_2 a, .select2-container .select2-choice:hover, .select2-dropdown-open .select2-choice, #top nav > ul > .button_solid_color > a::before, #header-outer.transparent #top nav > ul > .button_solid_color > a::before, .twentytwenty-handle, .twentytwenty-horizontal .twentytwenty-handle::before, .twentytwenty-horizontal .twentytwenty-handle::after, .twentytwenty-vertical .twentytwenty-handle::before, .twentytwenty-vertical .twentytwenty-handle::after, .masonry.classic_enhanced .posts-container article .meta-category a:hover, .blog-recent[data-style=”classic_enhanced”] .meta-category a:hover, .masonry.classic_enhanced .posts-container article .video-play-button, .masonry.material .masonry-blog-item .meta-category a::before, .material.masonry .masonry-blog-item .video-play-button, .masonry.material .quote-inner::before, .masonry.material .link-inner::before, .nectar-recent-posts-slider .container .strong span::before, #page-header-bg[data-post-hs=”default_minimal”] .inner-wrap > a:hover, #page-header-bg[data-post-hs=”default_minimal”] .inner-wrap > a:focus, .single .heading-title[data-header-style=”default_minimal”] .meta-category a:hover, .single .heading-title[data-header-style=”default_minimal”] .meta-category a:focus, .nectar-fancy-box::after, .divider-small-border[data-color=”accent-color”], .divider-border[data-color=”accent-color”], .nectar-animated-title[data-color=”accent-color”] .nectar-animated-title-inner::after, #fp-nav:not(.light-controls).tooltip_alt ul li a span::after, #fp-nav.tooltip_alt ul li a span::after, .nectar-video-box[data-color=”default-accent-color”] .nectar_video_lightbox, body .nectar-video-boxdata-color=”default-accent-color” .nectar_video_lightbox::after, .span_12.dark .owl-theme .owl-dots .owl-dot.active span, .span_12.dark .owl-theme .owl-dots .owl-dot:hover span, .nectar_image_with_hotspotsdata-stlye=”color_pulse” .nectar_hotspot, .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span::before, .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span::after, #header-secondary-outer ul > li:not(.megamenu) .sfHover > a, #header-secondary-outer ul > li:not(.megamenu) ul a:hover, #header-secondary-outer ul > li:not(.megamenu) ul a:focus, .nectar-recent-posts-single_featured .strong a, .post-area.standard-minimal .post .more-link span::before, .nectar-slide-in-cart .widget_shopping_cart a.button, .related-posts[data-style=”material”] .meta-category a::before, .post-area.featured_img_left .meta-category a::before, .nectar_icon_wrapdata-style=”border-animation”:not([data-draw=”true”]) .nectar_icon:hover, body.material #page-header-bg.fullscreen-header .inner-wrap > a, .nectar-google-map[data-nectar-marker-color=”accent-color”] .animated-dot .middle-dot, .nectar-leaflet-map[data-nectar-marker-color=”accent-color”] .animated-dot .middle-dot, .nectar-google-map[data-nectar-marker-color=”accent-color”] .animated-dot div[class=”signal”], .nectar-leaflet-map[data-nectar-marker-color=”accent-color”] .animated-dot div[class=”signal”], .nectar_video_lightbox.play_button_with_text[data-color=”default-accent-color”]:not([data-style=”small”]) .play > .inner-wrap::before, .nectar-hor-list-item[data-color=”accent-color”]::before, .material #sidebar .widget .tagcloud a::before, .single .post-area .content-inner > .post-tags a::before, .auto_meta_overlaid_spaced .post.quote .n-post-bg::after, .auto_meta_overlaid_spaced .post.link .n-post-bg::after, .post-area.featured_img_left .posts-container .article-content-wrap .video-play-button, .post-area.featured_img_left .post .quote-inner::before, .post-area.featured_img_left .link-inner::before, .nectar-recent-posts-single_featured.multiple_featured .controls li::after, .nectar-recent-posts-single_featured.multiple_featured .controls .active::before, .nectar-fancy-box[data-color=”accent-color”]:not([data-style=”default”]) .box-bg::after, body.material[data-button-style=”rounded”] .nectar-button.see-through.accent-color[data-color-override=”false”] i, body.material .nectar-video-box[data-color=”default-accent-color”] .nectar_video_lightbox::before, .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close::before, .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close::after, .fancybox-navigation button:hover::before, ul.products li.minimal.product span.onsale, .span_12.dark .nectar-woo-flickity[data-controls=”arrows-and-text”] .nectar-woo-carousel-top a::after, .woocommerce-page button.single_add_to_cart_button, .woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a::after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #order_review #payment #place_order, .woocommerce .span_4 input[type=”submit”].checkout-button, .woocommerce .material.product .add_to_cart_button, body nav.woocommerce-pagination span.page-numbers.current, .woocommerce span.onsale .nectar-quick-view-box .onsale, .nectar-quick-view-box .onsale, .woocommerce-page .nectar-quick-view-box .onsale, .nectar-quick-view-box .cart .quantity input.plus:hover, .nectar-quick-view-box .cart .quantity input.minus:hover, .woocommerce .cart .quantity input.plus:hover, .woocommerce .cart .quantity input.minus:hover, body .nectar-quick-view-box .single_add_to_cart_button, .woocommerce .classic .add_to_cart_button, .woocommerce .classic .product-add-to-cart a.button, button[type=”submit”]:hover, button[type=”submit”]:focus, body[data-form-submit=”see-through”] input[type=”submit”]:hover, body[data-form-submit=”see-through”] button[type=”submit”]:hover, body[data-form-submit=”see-through”] .container-wrap .span_12.light input[type=”submit”]:hover, body[data-form-submit=”see-through”] .container-wrap .span_12.light button[type=”submit”]:hover, body[data-form-submit=”see-through”] .woocommerce #order_review #payment #place_order:hover, .text_on_hover.product .nectar_quick_view, body.original .bypostauthor .comment-body::before, .widget_layered_nav ul.yith-wcan-label li a:hover, .widget_layered_nav ul.yith-wcan-label .chosen a, .nectar-next-section-wrap.bounce a::before, body .nectar-button.see-through-2[data-hover-color-override=”false”]:hover {
background-color: #36e5d5 !important;
} body[data-button-style=”slightly_rounded”] .nectar-cta:not([data-style=”material”]) .link_wrap, body[data-button-style=”slightly_rounded”] .nectar-button.see-through, body[data-button-style=”slightly_rounded”].ascend .nectar-button.see-through, body[data-button-style=”slightly_rounded”] .nectar-button.see-through-2, body[data-button-style=”slightly_rounded”].ascend .nectar-button.see-through-2, body[data-button-style=”slightly_rounded”] .nectar-button.see-through-3, body[data-button-style=”slightly_rounded”].ascend .nectar-button.see-through-3, body[data-button-style=”slightly_rounded”] .portfolio-filters-inline .container ul li a, body[data-button-style=”slightly_rounded”] #infscr-loading, body[data-button-style=”slightly_rounded”] .flex-direction-nav a, body[data-button-style=”slightly_rounded”] #pagination span, body[data-button-style=”slightly_rounded”] #pagination a, body[data-button-style=”slightly_rounded”] #pagination .next.inactive, body[data-button-style=”slightly_rounded”] #pagination .prev.inactive, body[data-button-style=”slightly_rounded”].woocommerce nav.woocommerce-pagination ul li a, body[data-button-style=”slightly_rounded”].woocommerce .container-wrap nav.woocommerce-pagination ul li span, body[data-button-style=”slightly_rounded”] .container-wrap nav.woocommerce-pagination ul li span, body[data-button-style=”slightly_rounded”].woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body[data-button-style=”slightly_rounded”] input[type=”submit”], body[data-button-style=”slightly_rounded”] button[type=”submit”], body[data-button-style=”slightly_rounded”] input[type=”button”], body[data-button-style=”slightly_rounded”] button, body[data-button-style=”slightly_rounded”].ascend .container-wrap input[type=”submit”], body[data-button-style=”slightly_rounded”].ascend .container-wrap button[type=”submit”], body[data-button-style=”slightly_rounded”] .nectar-button, body[data-button-style=”slightly_rounded”] .swiper-slide .button a, body[data-button-style=”slightly_rounded”] #top nav > ul > li[class=”button_solid_color”] > a::before, body[data-button-style=”slightly_rounded”] #top nav > ul > li[class=”button_bordered”] > a::before, body[data-button-style=”slightly_rounded”] #header-outer .widget_shopping_cart a.button, body[data-button-style=”slightly_rounded”] .comment-list .reply a, body[data-button-style=”slightly_rounded”].material #page-header-bg.fullscreen-header .inner-wrap > a, body[data-button-style=”slightly_rounded”] .sharing-default-minimal .nectar-social-inner > a, body[data-button-style=”slightly_rounded”] .sharing-default-minimal .nectar-love, body[data-button-style=”slightly_rounded”].single .heading-title[data-header-style=”default_minimal”] .meta-category a, body[data-button-style=”slightly_rounded”] #page-header-bg[data-post-hs=”default_minimal”] .inner-wrap > a, body[data-button-style=”slightly_rounded”] .masonry.classic_enhanced .posts-container article .meta-category a, body[data-button-style=”slightly_rounded”] .blog-recent[data-style=”classic_enhanced”] .meta-category a, .ascend[data-button-style=”slightly_rounded”] .container-wrap input[type=”submit”], .ascend[data-button-style=”slightly_rounded”] .container-wrap button[type=”submit”], body[data-button-style*=”slightly_rounded”] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
border-radius: 4px !important;
-webkit-border-radius: 4px !important;}
Hey hideseekmedia, Thanks for following up.
In regards to the color CSS, you can actually copy the css/colors.php file into a child theme and remove the use of !important if desired – The template file is child theme ready.
For the second example, if you change your “Button Styling” to “default” In the Salient options panel > general settings > styling tab, the CSS will not apply to any element as it’s only used for the rounded options.
Could you also kindly let me know where you’re seeing the dozens of !important uppercase text-transforms?
Cheers
First of all, I must admit, Salient is hands down the best theme in the world. That said, what’s up with loading icons from libraries? It takes so long to load. usually when dealing with multiple icons, the computer freezes and gets stuck. Anyone else deal with this? It’s so annoying, I literally avoid using icons.
Thanks nateadmin 
If you’re referring to icon libraries loading in the page builder, that is occurring due to the large number of icons certain libraries contain which are all rendering together for your selection. I’ve noted to enable a pagination for this in the next release to correct the loading time.
Cheers
seems like its not working on latest version of wordpress.. I just updated both website and the theme to latest version but now frontend editor does not load at all. in my console im getting one error:
Uncaught TypeError: $ is not a function at HTMLDivElement.<anonymous> (frontend-editor.min.js?ver=6.0.5:6523) at Function.each (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload,farbtastic&ver=5.3:2) at a.fn.init.each (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload,farbtastic&ver=5.3:2) at i.render (frontend-editor.min.js?ver=6.0.5:6522) at window.vc.ShortcodesBuilder.renderShortcode (frontend-editor.min.js?ver=6.0.5:2117) at window.vc.ShortcodesBuilder._renderBlockCallback (frontend-editor.min.js?ver=6.0.5:2101) at window.vc.ShortcodesBuilder.<anonymous> (frontend-editor.min.js?ver=6.0.5:2075) at load-scripts.php?c=0&load[chunk_0]=hoverIntent,common,admin-bar,underscore,backbone,wp-util,wp-backbone,media-models,wp-plupload,jquery-ui-core,jquery-ui-widget,jq&load[chunk_1]=uery-ui-mouse,jquery-ui-sortable&ver=5.3:4 at Function.v.each.v.forEach (load-scripts.php?c=0&load[chunk_0]=hoverIntent,common,admin-bar,underscore,backbone,wp-util,wp-backbone,media-models,wp-plupload,jquery-ui-core,jquery-ui-widget,jq&load[chunk_1]=uery-ui-mouse,jquery-ui-sortable&ver=5.3:4) at window.vc.ShortcodesBuilder.buildFromContent (frontend-editor.min.js?ver=6.0.5:2063)
Hey awaix,
I have not been able to replicate such an issue locally, can you verify that this is not related to other third-party plugins which may be active by temporarily deactivating them?
Thanks in advance
there are no other plugins.. its just a basic wordpress install with salient installed. frontend editor is just stuck on loading.
Please reach out via the contact form on my author page with a temporary admin account so I can take a closer look: https://themeforest.net/user/themenectar
Hi, I’m unable to edit anything both in backend and WPBakery editors after updating to the most recent version of wordpress.
What to do?
Hey adiojack, have you verified that it’s not related to any third-party plugins you may have active? If so, 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
Thanks in advance
Hi, is it possible to open the top nav menu dropdown from mouseover to click? Thanks
/*slider heading shadow*/
.swiper-slide .content h2 {
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.swiper-wrapper .content h1 {
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
Best
Hey supportomict,
body.single-portfolio .vc_row-o-full-height h1, body.single-portfolio .vc_row-o-full-height h3 {
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
Thanks
body .vc_row-o-full-height h1, body .vc_row-o-full-height h3 {
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
Great. Best
Glad I could help supportomict 
Hey supportomict,
In the Salient options panel > typography > responsive settings tab, adjust the H1 Phone to be a lesser value than is currently set
Cheers
Thanks
You’re welcome supportomict
Hi,
I’ve recognised an issue salient has with the popular yith woocoomerce badge plugin.
The badges appear over the top of the salient header, even though the z index of the badges seem to be 10 and the salient header seems to be 9998?
https://viscum.co.uk/shop/?orderby=date Can you advise?Hey Utopia_Creative,
The positioning of those badges are strangely using absolute and exist at the bottom of the page markup rather than inside of each product itself. Because of this, the z-index is still greater than the containing div which holds the salient page content. If you altered that, the badges would become hidden e.g.
.ocm-effect-wrap {
z-index: 11!important;
}
To correct this problem, you’d need to switch from the material skin to either of the other two (ascend, original) in the Salient options panel > general settings tab. In those skins, the header is not contained within a wrapping div and the z-index should not conflict.
Cheers
Hi, I upgraded sailent to 11.0.1 version and i dont see new templates.. Can you tell me where i can find it?
Hey Polelum,
Please ensure you’ve also updated your version of the “Salient Demo Importer” plugin to the latest release in order to get access to the current set of demos.
Cheers
Now I have version 1.0 is this a current version? if yes I still didint see a new content
The current version is 1.1, you should see the update available for the plugin in the wp admin . If you do not, pease open a ticket on our support forum in regards with temporary admin credentials so we can take a look: https://themenectar.ticksy.com
Thanks in advance
Hey another question! How i can add custom font to my website? 
Hey Polelum, you can use the plugin “Use any font” for that: https://wordpress.org/plugins/use-any-font/
Cheers
I have just fully updated and am now no longer able to see the backend editor for portfolio items – it works fine for pages and posts but not for portfolio. All I see is a box with “extra content” which is all in code but is what used to appear in the backend editor which was there before the upgrade. I have deactivated all non-essential plugins but it has made no difference. Also made sure they were all the latest version and the latest version of wordpress and wp bakery but still no luck. Any ideas? It is like there is a setting somewhere to tell it to use WP Bakery or the backend editor for specific post types that has not been checked but I can’t find a setting like that anywhere.
Hey macnikk, in the WPBakery Page Builder settings > Role Manager tab, can you ensure that “portfolio” is selected for the post type options? If so, please reach out via the contact form on my author page https://themeforest.net/user/themenectar
I thought of your sample single product page and made a purchase before.
http://themenectar.com/demo/salient-ecommerce-ultimate/product/grand-rapids-sunglasses/Something does not fit the default single product page layout. This is my product page right now.
https://momentskorea.com/product/amazing-night-portrait-in-seoul/I pressed woocommerce in the Silent option pannel and currently selected Left Aligned Thumbnails + Sticky Product Info and Fullwidth Under Images.
How can I make it look like your sample single product page?
Hey eminem0814,
Can you please disable your CSS minfication plugin so I can take a closer look at the issue?
Cheers
Thank you. Just disabled CSS minification plugin. Please take a look at my single product page once again.
I Think it works fine after disabled CSS minification. but I need to minify CSS for speed. I use W3 Total Cache. Is there a way to minify CSS using W3 Total Cache?
Hey eminem0814 , Could you kindly open a ticket on our support forum in regards with temporary admin credentials so we can take a closer look into your settings?: https://themenectar.ticksy.com
Alternatively, if you enable it again I’d be glad to take a second look to provide a CSS snippet to correct it.
Cheers