38358 comments found.
Hey…
I’m testing some custom fonts on the website using a free trial from myFont.com In order to test those fonts, myfonts provided me a code to use in the <head> tag of my HTML…
Here’s the code they provided me: <script type="text/javascript">
(function() {
var path = '//easy.myfonts.net/v2/js?sid=212819(font-family=Soho+Gothic+Std+Light)&sid=212823(font-family=Soho+Gothic+Std+Medium)&sid=212825(font-family=Soho+Gothic+Std+Bold)&sid=214560(font-family=Soho+Gothic+Std+Regular)&key=lgZQqAyxwN',
protocol = ('https:' == document.location.protocol ? 'https:' : 'http:'),
trial = document.createElement('script');
trial.type = 'text/javascript';
trial.async = true;
trial.src = protocol + path;
var head = document.getElementsByTagName("head")[0];
head.appendChild(trial);
})();
</script>
When I try to place the code on the header.php it adds a blank white space between the menu and the first element in the page.
I’ve also tried to place it in the functions file and in the init.js but it’s not even loaded… Do you have any suggestion on how could I add this code in order to the font to work without messing up with the design?
Thanks in advance… G
Hey, you should be able to place it into the header.php file – could you share your URL in regards with it placed so I can take a look at what’s going on?
As of now I can’t do it… The website is already live… We found a temporary solution.
Is there any specific place where to add the code they provided me? Does it make any difference if it is on the top or bottom? Have you found any error on the code above?
Thanks in advance…
The best place would be right after this line: <?php wp_head(); ?>
There any way to increase all sources without having to go one by one? The customer says that the font is too small Cheers
Hey,
It would be easiest to set them in the typography options – is there a reason you are avoiding it?
Cheers
I’m trying to remove the ‘add to basket’ line from product pages. This is the code from content-product.php in Woocommerce:
<li post_class="">>
<?php do_action( 'woocommerce_before_shop_loop_item' ); ?>
<a href="<?php the_permalink(); ?>">
<?php
/**
* woocommerce_before_shop_loop_item_title hook
*
* @hooked woocommerce_show_product_loop_sale_flash - 10
* @hooked woocommerce_template_loop_product_thumbnail - 10
*/
do_action( 'woocommerce_before_shop_loop_item_title' ); ?>
<?php if($product_style == 'classic') { ?>
<h3><?php the_title(); ?></h3>
<?php do_action( 'woocommerce_after_shop_loop_item_title' );
} ?>
</a>
<?php do_action( 'woocommerce_after_shop_loop_item' ); ?>
</li>
But when I remove the ‘add to cart’ template loop line I can still see ‘add to basket’ in the source code of the product page. So I’m assuming Salient overrides woocommerce and puts it in somewhere else> Can you point me in the right direction? (trying to make product pages with no woocommerce add to cart buttons as we use booking software to do this instead).
Hey, could you share your URL so I can see what product style you’re using?
Sure, it’s on this page – http://tinyurl.com/pvchjq7.
Hey, i’m not currently seeing the add to basket displaying on here: https://www.ministryofvillas.com/villas/bayu-gita-beach-front/ is there another page I can look at?
Hello! Why if i use the custom lightbox plugin it doesn’t work (images opened in the blank window)?
Hey, it could be conflicting with the prettyphoto setup Salient includes, could you share your URL and let me know which lightbox you’re trying to use?
Hello! excuse, I simply don’t like standard lightbox which is in a template. I wanted to use another which as to me seems better it is displayed on mobile devices (blueimp lightbox)
gotcha, could you kindly share your website URL in regards?
Using the Salient Visual Composer, the “Recent Posts” block is incorrectly displaying the “View All Posts” link on the frontend when the category is set to “All” or set to a single category.
The “View All Posts” link (instead of pointing to a category page) points to the long permalink of the page it’s on.
For example, the “View All Posts” link will point to http://website.com/page1/ instead of http://website.com/category/news/
It should be a simple fix.
Hey,
Thanks for reporting, i’ve noted to sort this in the upcoming update
Cheers
Hi! Why my site doesn’t show up , please take a look and www.longtran.co . Its keep showing the preloader, but doenst show the content
Hey,
currently that URL leads to a setup not using Salient
Cheers
Hi,
Are there any plans to add social media icons/links to the lighbox, or is there a way to currently achieve that?
Thanks!
Hey,
as of now that would require some custom development but it is indeed an item on the wishlist
Cheers
Hey…
I have a full width portfolio with masonry style. One of the portfolio items is a self-hosted video that I want to open in a lightbox.
Currently I’m using this code:<a href="http://myurl.com?iframe=true" class="pp"> Play Video </a>
I would like to have a play icon on the middle of the portfolio square instead of text. How can I do it?
Another thing, is it possible to increase the video size when opening in the lightbox? Currently, at 690×388px it is too small for my screen (Full HD).
Thanks in advance, G
Hey again,
Use the “Custom Content Grid Item” option on your portfolio item to add a custom icon in the editor which will display – also you could add height/width params like so:
<a href="http://myurl.com?iframe=true&width=1000&height=600" class="pp"> Play Video </a>
Cheers
Hello,
I see that the theme runs off of Visual Composer 4.7.4, and Visual Composer is on 4.8.1, when can the theme be expected to update this plugin?
Thank you.
Hey, in the upcoming update which is due out in a couple weeks
Okay, thank you.
You’re welcome 
Hey again…
I’m having an issue with anchor links. Currently I have three pages: Home (bigger than others with pretty much the entire site content), FAQ and Apply. On the menu I have anchor links to specific positions on the homepage.
My issue is when I click on the menu items that have anchor links, it scrolls to the correct position on the page but it stays all blank (white). I don’t need the scrolling animation, I just want it to take me to the correct place in the page.
Additionally, I also want those anchor links to work when I am on the other pages (FAQ and Apply).
I’m using the full URL for the anchors (like www.themenectar.com/#anchor1) when defining items on my menu (Appearance > Menu).
Can you help me out? Thanks in advance… G
Hey,
Could you please share your URL in regards so I can take a look?
Cheers
Hey…
You can take a look at the website here: http://jm.sparkagency.pt/
Hey, check the option to disable the fade on click for your page transitions 
Hello
Thanks for developing this template, I think it’s great! Can you please tell me how to play an uploaded (mp4) video in a lightbox? I can open an image in a lightbox by adding rel=”prettyPhoto[]” to a link but how to open a video in a lightbox? Should I use it somehow with the shortcode? [video poster=”” mp4=”” webm=”” ogv=”“]
Thanks in advance
Hey,
This would only be possible with a youtube/vimeo link and it would look like:
<a href="youtube_video_link" class="pp">wfe</a>
Cheers
Hey
Many thanks for reply. Hmm that’s not good enough for me as I need to style the player’s controls. Anyway I’ll post a reply if I figure something out.
Sounds good
Hi! I have an element with 6 columns in my website (http://oktadesign.com.br/sobre ). How can I make to it appears in 12 col in mobile version, each item in one different line, instead of two itens per line?
Hey, could you kindly provide me with a quick mockup screenshot of what you want it to look like?
Hi, ThemeNectar! So, this is how my website is https://dl.dropboxusercontent.com/u/28693757/my%20website.jpg I have six text blocks that appear in two columns in mobile version.
And this is what i want: https://dl.dropboxusercontent.com/u/28693757/what%20i%20want.jpg In the Salient Demo, six text blocks appear in just one column in mobile version.Thank you!
Add this into the custom css box in the Salient options panel:
@media only screen and (max-width: 690px) {
body .vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"] {
width: 100%!important;
margin-left: 0!important;
}
}
Perfect! It works! Thank you very much!
You’re welcome 
Hey again…
Can you help with the styling of some stuff?
I want to make the things on the left look like the thing on the right. Take a look: http://s23.postimg.org/6eby139y3/hcimt.png
Forget the black tint over the images and the different font. I just want to position the text label on the bottom left side (with some padding) and with a black background (to improve readability). I’ve bee trying to find and edit the code but I don’t seem to find which properties to change. Can you help me out?
As for the text background shade, I was trying to use this: http://codepen.io/chriscoyier/pen/myPMYX. But if you know a better way to do it, let me know.
BTW, the portfolio type I’m using is: “Title overlaid w/ zoom effect on hover alt”.
Thanks in advance…
Hey, add this into the custom css box in the Salient options panel:
body .portfolio-items .work-item.style-3 .vert-center, body .portfolio-items .work-item.style-3-alt .vert-center {
top: auto!Important;
left: 5%;
padding-top: 15px!important;
position: absolute!important;
transform: none!Important;
bottom: 5%;
background-color: rgba(0,0,0,0.4);
padding: 10px;
}
Hi I want to add a font awsome caractere like icon-heart-o how can I add it to the theme thanks
Hey,
Fontawesome is being updated in the upcoming Salient release, it’s not available at this moment though
Cheers
ok do you know when this update will be ready?
Hey again,
In a couple of weeks
Hi do you have a better idea about the coming out date of the update? thanks
Hey, to give an update it will be around mid dec – it got delayed with further bug testing of the new features, thanks for you patience 
great! thanks
You’re welcome 
Hi, Install was fine. but can’t activate.
Plugin could not be activated because it triggered a fatal error.
Fatal error: require_once(): Failed opening required ’/home1/visualduo/public_html/wordpress/wp-content/plugins/js_composer_salient/include/autoload/components.json’ security issues in /home1/visualduo/public_html/wordpress/wp-content/plugins/js_composer_salient/js_composer.php on line 282 Call Stack: 0.0070 393624 1. {main}() /home1/visualduo/public_html/wordpress/wp-admin/plugins.php:0 0.4096 30620128 2. plugin_sandbox_scrape() /home1/visualduo/public_html/wordpress/wp-admin/plugins.php:158 0.4110 30765768 3. include(’/home1/visualduo/public_html/wordpress/wp-content/plugins/js_composer_salient/js_composer.php’) /home1/visualduo/public_html/wordpress/wp-admin/plugins.php:156 0.4221 31709568 4. Vc_Manager->loadComponents() /home1/visualduo/public_html/wordpress/wp-content/plugins/js_composer_salient/js_composer.php:819
DB cleaned, reinstalled wordpress, reinstalled salient theme, installed plugin at theme-appearance-install plugins.
what can I do?
Hey – have you tried reaching out to your hosting company or wpbakery in regards for more insight yet?
Question. I would like to know where I can find other options for this icon. (“music_recordplayer.svg”)
[icon color="Accent-Color" enable_animation="false" animation_speed="Fast" icon_size="" animation_delay="0" image="music_recordplayer.svg"]
Hey, when adding an icon to your page through the nectar shortcode generator, all the options will be seen when selecting the icon family “Linea”
Hello,
Is it possible to center the team member images but leave the text justified to the left?
Hey,
Could you share your page URL in regards so I could take a look at the options you have chosen?
Cheers
Here’s the page: http://pulsrmedia.com/dev/passages/meet-the-team/
Thanks!
Hey! Use this css
.team-member {
width: 250px;
margin: 0 auto;
}
Hi, any way we can get import or maybe instructions to set page like this one http://themenectar.com/demo/salient-agency/full-width-masonry/, so only portfolio on page. Would it work with older version of Salient
Hey,
The project style being used is the zoom on hover alt one and the projects which have custom content in them have the option for “Custom Content Grid Item” turned on. The portfolio element itself is also set to display in the masonry layout
Cheers
Hey thanks
I don’t know but header is just not see ok on mobile, it cut’s almost all picture, can you help :*
Hey, could you kindly share your URL in regards?
Sure sorry for delay http://hundehotell.com/forerhundskole/om-oss/.
And one more. We want to insert mp4 video as background of the site on homepage. I already use converter that you put on some previous post. So the total size is around 9mb. Only problem is when I set it up it will stop and show black screen when it is finished.
Anyway it can repeat all over again. If I copy same slide 2,3,4 times it will take forever to load. We marked loop section in setting.
Hey, i’m currently not seeing that URL using a video BG – did you remove it for the time being?
Yes I did, we have problem with IE that doesn’t loop and also doesn’t see on mobile, can you please check first question
If you’re talking about the home page – you have the slider set to fullscreen meaning on portrait mode the aspect ratio would change a lot. If you have any image that you don’t want to slip take that option off and instead turn the flexible slider height on
Hi, got another question. How you did that ?
https://www.dropbox.com/s/783i58q1a9qfek8/Capture%20d%27%C3%A9cran%202015-11-12%2015.15.21.png?dl=0
Is it possible to make the same thing with Salient ? If yes how ?
Thanks a lot for your help !
Hey, that’s a full width portfolio using the zoom on hover alt style with the option for constrain columns to 4 on. All of the projects are also set to the tall masonry height in their project configuration metaboxes
Cheers
Thanks a lot !!!
You’re welcome 
Hello.
For portfolio section Is it possible to have titles of categories above the portfolio pictures ? To sort portfolio pictures. Like here :https://www.dropbox.com/s/fkco5n0e17i3mmp/Capture%20d%27%C3%A9cran%202015-11-12%2013.48.45.png?dl=0.
Thanks a lot !
Hey,
The horizontal filter option already does this: http://themenectar.com/demo/salient-ascend/portfolio-fullwidth-style-4/ however if you’re just looking to center them it could be achieved with css
Cheers
Thanks a lot. But it’s just possible on the portfolio page no ? I need a portfolio section with filters like this in a one page website…
You can still add those filters on a portfolio element that is added through visual composer anywhere on your one page setup