38360 comments found.
Hi Guys,
Can you help?
Please take a look this page: http://www.51waysdemos.co.uk/dac/services/
How do I get this full with instead of half page?
Thanks
Ben
Figured it out, don’t worry!
But could you help in terms of changing the font size – just on the page level?
Thanks
Hey, change the h3 font size in the typography options panel for this
Cheers
Hey doing it this way is no good as this will change the size site wide – I need to do it at page level.
Thanks
Add this into the custom css box in the Salient options panel:
@media only screen and (min-width: 990px) {
body.page-id-777 .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3 {
font-size: 28px!important;
line-height: 35px!important;
}
}
Hi,
Thanks for all your help so far. I have another question about the video player. Is there a way to change the aspect ratio for this to be 16×9? I found a code for setting the i-frame size, but this obviously takes the responsiveness away. So can it still be responsive and 16:9 – markglenister.com (showreel section on the homepage)?
Thanks!
Mark
Hey,
You’d ned to modify the video.php file located in the includes/portfolio-functions directory
Cheers
Hi, Thanks for getting back to me. I’ve taken a look at the files and had a little fiddle to no avail. Could you please point me in the direction of what would need adjusting to get the right ratio? I can see numbers saying 1.777 (which I hoped would be the ratio, but then the would already be 16:9 which the player for the showreel video on my front page quite clearly isn’t? Thanks!!!
Hey, that is indeed the number to alter – and i’m seeing your video display at the dimensions of 854px x 480px which does simplify to 1.77
Hi, Sorry I don’t understand – the aspect ratio is 1.777 but the video player is definitely not 16×9 (1.777) aspect ratio. I have tried to find a work around by using a portfolio but i’m struggling to get this to look right with just one item centered – The thumbnails for the portfolio also don’t necessarily look like buttons on a lone project so I think I am going to have to use the video player. Please, any further help with getting this to work 16×9 would be much appreciated – it is the Showreel video on my front page that i’m struggling with (www.markglenister.com)
Hey there On ipad landscape view after scrolling down and up again, the header lays over the content. I found another user with this issue here on comments but unfortunately he solved with you via ticket so I can’t view how to do. Help please
My salient version is 6.1.65
I also tried to make a clean install of wordpress and salient with the dummy files to get the same website of the demo, but the problem is still there. It’s strange because in the same iPad your website looks good but mine not!
Hey,
Please share your URL so I can take a look at the issue to better help out
Cheers
It happens when is viewed on ipad in landscape mode but also when open it in browser, scroll down, squeeze browser then come back to the previous size
Thank you
Hey,
try adding this into the custom css box in the Salient options panel:
@media only screen and (min-width: 1000px) {
#header-space {
height: 86px!important;
}
}
Hi. How can I turn off the multiple img resolution upload. I already put 0 on all the img sizes on Settings > Media.
You’d need to remove the sizes from the functions.php in the nectar_add_image_sizes function
Hi. Can I see Back-office in live preview?
Hey, see this in regards https://www.youtube.com/user/ThemeNectar/videos
Cheers
Hello, this theme supports multilanguage with language selection? want to buy your theme like the design, but it is very important so that you can switch between languages.
Hey,
You would need to use WPML for that
Cheers
Hi, do you know how to style the radio buttons in the woocommerce cart & checkout?
I.e. for choosing the shipping or payment method.
I only get this via developer tools:<input type="radio" name="shipping_method[0]" data-index="0" id="shipping_method_0_flat_rate" value="flat_rate" class="shipping_method" ">
But how can I edit the type via css?
Thanks!
Second question: How can I add a font awesome icon into the woocommerce “update cart” or “proceed to checkout” buttons? thanks!
Hey,
1. The next update is changing those but for now you could look at resources such as http://www.hongkiat.com/blog/css3-checkbox-radio/
2. This might help out http://www.lockedowndesign.com/change-proceed-to-checkout-text-in-woocommerce/
What is the main difference between Original and Ascend theme version? Thank you
MArk
Hey,
Ascend gives different input & button styling, different masonry blog styling and different header icons. Also general elements get simplified with ascend, i.e. less shadows and no rounded corners etc.
Hi there,
Is there a way to make the fonts ‘responsive’?
If I set the H2 on 25 for example, this may be fine for PC screens, but way to big for mobile.
Looking forward to your reply!
Hey,
Could you kindly share your URL in regards so I can take a look at the settings?
Cheers
How can I share my URL privately?
Hey, you could open a ticket in regards at https://themenectar.ticksy.com
Hey, how can I achieve this?
http://s1.postimg.org/jbir1rr4v/Untitled_1_copy.png
I’m using the Nectar Slider and I’m putting some code in the caption field. The problem is that I don’t seem to find the exact classes to edit to achieve the same alignement of text and logo as in the mockup.
If you want to see it live, take a look here: mtp.sparkagency.pt
Thanks in advance..
Hey,
Try this,
.swiper-slide .content img {
margin-bottom: 30px;
position: absolute;
bottom: 30px;
left: 30px;
}
Cheers
Hello, I have a little audio podcast, but my files are ,m4a with AAC, can I use the embedded player with this kind of files?
thanks
I have my files online, I select audio for the post and put my URL directly but it shows nothing, How can I add it, do you have any example on the demo?
thanks
Hey, are you using the audio shortcode? https://codex.wordpress.org/Audio_Shortcode
Hmm… I’m using the theme options. It says mp3 or oga, don’t see an mp4 option.
http://s10.postimg.org/d6c70zy8p/Untitled_2.jpgHey,
Just place an audio shortcode into your content editor, those input fields just create the shortcode for you
Cheers
Ohhh… alright! I’ll give it a try, thanks!
Well, I put my code: [audio m4a=”URLTOFILE/2007_fall_season.m4a”]
The player shows up, but it doesn’t load the file. 
Tried an ogg and mp3 and they do work, any suggestions?
24kb AAC sounds better than 32kb OGG… sorry :/
Hey, using your m4a could you share the page URL so I could see?
Awww… I’m still a noob, it is a browser thing, I forgot to test on other rather than Firefox. And I thought that was a modern one… it does work on chrome, guess I’ll make further tests.
thanks for your patience 
You’re welcome 
hi, how is the theme with rtl languages?
Hey, it supports RTL by default 
Cheers
How do I remove the color overlay on the portfolio pictures? Have tried in the settings but it only allows changing colors not no colors options.
Hey,
Add this into the custom css box in the Salient options panel:
.portfolio-items .work-info-bg {
display: none!important;
}
Cheers
How can i choose the order of the slider display?
i figured out how to reorder slider.
Hey, glad to hear 
I’m wondering why the option to select fonts and font sizes inside of the normal ‘text block’ were disabled?
Hey, they weren’t you need to click kitchen sink icon
http://cdn3.wpbeginner.com/wp-content/uploads/2012/09/kitchensink.jpgHi there. Is it possible to insert raw html in a text box? For example, I want to use an anchor tag within a table that I created in a text box, but I have only ever used the “Raw HTML Element” to do this before. Thanks!
Hey,
Yes you can, just make sure you switch into text tab on your text block as it won’t work in the visual editor
Cheers
Great, thank you!
You’re welcome 
Is there a CSS code to make the circular arrows on page headers to be a certain color instead of white? Your help is much appreciated. Thank you.
Hey, add this into the custom css box in the Salient options panel:
html body[data-button-style="rounded"] .section-down-arrow i {
color: red!important;
}
html body[data-button-style="rounded"] .section-down-arrow {
border: 2px solid red!important;
}
I need to add a specific color code. Instead of writing “red” as it’s shown here, can I place a certain color code instead?
It’s also for the circle and arrow instead of just the arrow, which I need the color code CSS code for.
Hey,
you can replace the red with a hex color if desired and the second part of the snippet is to target the circle. Please share your URL if it’s not working for you
Hi Theme Nectar,
Love the theme, each time I use it I love it more and more.
Question for you, with regards to the Portfolio image gallery seen here (http://neileverosborne.com/works/linking-people-and-planet) and the ‘VIEW LARGER’ button, how can I change the colour of the button? I would need this changed site wide.
Your help would be greatly appreciated.
Thanks, Alan
Hey, add this into the custom css box in the Salient options panel
body .portfolio-items .col .work-item .work-info a {
background-color: #fff!important;
}
Amazing! Code works like a charm. Many thanks.
You’re welcome 
Hi, Theme Nectar! I found some issues with the configuration of the menu off-canvas in mobile. When I try to change the background color in “custom head color scheme”, I can’t change the typography “Off Canvas Navigation”, because it uses the default typography. When I try to change the typography “Off Canvas Navigation”, I can’t change the background color in “custom head color scheme”, because it uses the accent color. So, I can’t use these two configurations at the same time.
Hey,
The custom header color scheme should not effect the typography – could you kindly open a ticket in regards with your admin credentials so I can take a further look at the setup?
Cheers
Hi there,
In the blog area, when I go to a category, the header of the category page comes automatically with a full screen back design, and i can not remove it, do you know how customize these pages? example: goo.gl/FgqQUY
Hey,
could you kindly open a private ticket in regards with your admin credentials so I can take a further look at your setup? https://themenectar.ticksy.com
Cheers