Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,218 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38438 comments found.

Hi there, is there a way to display image description/caption in the image slide show? like a descriptive paragraph with a dark background at the bottom of each photo would be ideal! thanks

my sample page here: http://www.occtutors.com/?preview=true&preview_id=1059&preview_nonce=06a9a08789

Hey victorwong1!

I can’t view your page because it’s currently a draft, but assuming you’re using the nectar slider there’s no cap on the amount of text you can have in a slide – you’d just need to set the text to a small size in the typography options.

Cheers :)

Hi there – having an issue with the scaling and alignment of self-hosted videos… I opened a ticket on the support site: #202363, and received a response from Tahir that the ticket was flagged so the developer can comment but that was a week or so ago.

Wondering if you have had a chance to look into the issue?

copied from the original ticket:

A recent problem seems to have popped up (could be related to wp 3.9? I’m not sure) – where self hosted videos are not properly scaling and.or aligning within the lightbox.

the source size of the videos that were uploaded are 480×270 – in the past videos in the lightbox would scale to 845×475, and align to the center of the lightbox area. (assuming the screen width was wide enough)

In the URL example ( http://www.gadgetcondo.com/clean/?page_id=9 ) you can see two videos in a portfolio that are being scaled to 640×360 and aligned to the left of the viewable area?

I’ve tried uploading videos that are full 1920×1080 in dimension, but the result is the same as with the 480×270 files?

Any help figuring out what setting needs to be tweaked would be appreciated.

Hey gadgetcondo!

This is indeed a 3.9 related issue – however you can fix it easily now before the next release by adding this into the Custom CSS box located in your Salient Options panel:

 .wp-video { width: 100%!important; }

Cheers :)

Works like a charm! Brilliant – thank you!

You’re welcome :)

Hi Salient,

Is there also a 1 price colum available? Or possible? Hope to hear from you.

Greetings, Arjan

Hey Arjan,

You could delete all but one in your pricing table visual composer element – you just might need css to expand the width of it if it’s too small for what you’re going for :)

Cheers

The theme shows 5 portfolio images in a row on full screen is there a way to show 6?

Hey Txstudent22, changing this would require modding the responsive.css file where the sizes get defined for different screen sizes :)

Hello How can i upload my copyright icon .. in theme .. is there any way to do this // Thanks,Er.Manish Malviya

Hey manishmalviya,

If you needed to add custom html/images into the bottom copyright bar you’d need to do so in the footer.php file

Cheers :)

Hi ThemeNectar,

I’ve got another one! site is live here… urbanworkstest.com/people

See my request here… http://i.imgur.com/GPnTY6h.png

Thank you!

Hey again! You just need to take the team member elements out of your carousel element and let them sit directly in columns :)

Hello!

Can you tell me how to make the main menu headers larger?

Thanks in advance.

Hey johnball!

You can control the sizing of that via the typography options tab inside of the Salient options panel :)

Cheers

Hi ThemeNectar,

My site is live here for reference… urbanworkstest.com/about

Can you help me with my request? See screenshot here… http://i.imgur.com/WiGgzP8.png

Thank you!

Hey!

Add this into the custom css box:

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
   .col h3 {
     font-size: 24px!important;
   }
}

Just added this in to the entry.php page (you can see it in action here: http://www.webteam.cornwall.nhs.uk/journal/

 <span class="meta-author"><a href="<?php echo get_author_posts_url( get_the_author_meta( 'nickname' ) ); ?>"><?php the_author_meta( 'nickname' ); ?></a></span>

It displays the nickname now and a link to the author page, however the string it links to is blank, e.g. http://www.webteam.cornwall.nhs.uk/author/ I was sort of expecting it to link to an existing author page – have I done something wrong here?

R

body article.post .content-inner, #page-header-bg .span_6 h1, body .row .col.section-title h1 {
    text-align: center!important;
}

Ok cool thanks that fixes this page perfectly: http://www.webteam.cornwall.nhs.uk/author/richard-pearson/ but I don’t want the text centered on this page: http://www.webteam.cornwall.nhs.uk/auctor-consectetur-ligula/

So essentially I need the entry page and the author page to look similar in that they are centred, but the actual article page needs to be left aligned etc…

Hope that makes sense R

Add this in as well:

html body.single article.post .content-inner, body.single #page-header-bg .span_6 h1, body .row .col.section-title h1 {
    text-align: left!important;
}

This page is coming along really well now: http://www.webteam.cornwall.nhs.uk/home-blog/ added lots of css and moved things around in entry.php – couple of small questions

1) Instead of having my username outout, can I have my whole name (as per user profile) and if so what’s the PHP for this please?

2) Instead of having the comments tag display One, Two, Three Comments etc (letters), can it display 1, 2, 3 Comments (as numbers)

3) The responsive part of the page is totally broken need to fix this if possible please

Cheers Rich

Oh yes and also the date is a weird format for me, currently I have: May, 02, 13 but I want May 02, 2014, in the code I have:

 <?php the_time('M, d, y'); ?>
Wow I’m amazing myself now figured the date it should have been:
<?php the_time('F j, Y'); ?>

Hey Rich,

1. http://wordpress.org/support/topic/show-first-name-and-last-name-instead-of-login-in-a-post

2. Change this:

 
<?php comments_number( __('No Comments', NECTAR_THEME_NAME), __('One Comment ', NECTAR_THEME_NAME), __('% Comments', NECTAR_THEME_NAME) ); ?>

to

 <?php comments_number( __('No Comments', NECTAR_THEME_NAME), __('1 Comment ', NECTAR_THEME_NAME), __('% Comments', NECTAR_THEME_NAME) ); ?>

3. For some reason that URL is still showing white so I can’t see the page currently.

Cheers

Hi,

In my main nav menu I am using news as a category, but I want to have the news landing page laid out in the masonry style (not default news style) like below;

[nectar_blog enable_pagination=”true” layout=”masonry-blog-fullwidth” category=”all” posts_per_page=”12”]

I can’t see away of changing the default landing news page to the masonry style? is there a way.

Thanks.

Hey stackr,

Have you already changed the layout to masonry fullwdith in the blog options tab of your Salient options panel?

Cheers

My Friend

I have a question:

There have been changes made to the shop page on our site, by a person who wrote a code and then went to hospital. we have no contact with the man, and I just do not know hot to move those changes from the parent theme to the cild theme.

the changes he created/added were added to the parent theme. If I told you what was changed, can ou guess which files from the theme folder have been changed so that we can look at bthe files/folders and copy the changes to the child theme?

Right now it is for me like looking for a needle in a haystack.

The changes are done to the shop page. The 1. the product images have different proportions than standard woocommerce. we have 312×456 2. the button below the product image, with the price, title of the product have different proportions as well. 3. the product images change when a person hoovers over the image into another image, the same happens to the button with the price: it changes from dark to white, the text changes its colour. 4. the shop page is responsive.

when I update woocommerce, the changes done to the shop page remain untackt, so it must be about parent theme.

what do you think, which files we need to look into to move the options to the child theme ? http://www.mmevelo.com/sklep

Thank you! Martyna

Hey Martyna! Sorry for hear about your developer who’s in the hospital :/

My best guess is they could be in the functions.php in the woocommerce section towards the bottom, possibly in the woocommerce.php template file and the css could be in the style.css, responsive.css or woocommerce.css

Cheers :)

Thank you

You’re welcome :)

Is it possible to change the width of boxed layout the same as in your demo site (cleanallpurpose)? Now I have too much width. I would like to make it smaller…

Hey k_bednarczyk,

if you want the width to be the same as in that demo just deactivate the option for “ext responsive design” in the general settings tab of your Salient options panel :)

I’m trying to move this background image to below the border bottom here: http://www.webteam.cornwall.nhs.uk/home-blog/

I have added this css but it’s not working correctly – any ideas please

article.post h2.title {
    border-bottom:1px solid #fe4444;
    background: url(http://www.webteam.cornwall.nhs.uk/wp-content/uploads/2013/03/icon_ribbon_red.svg) no-repeat center top;
    background-position: 100% 50%;
    padding-bottom: 30px;
}

Thanks for the URL – the BG image already seems below the border, did you sort this?

Yeah sort of bud – all added in the entry.php

Is it possible to add unique text for each variation of a product? So when someone selects a variation from the drop down, the content changes?

For example:

Product 1 – Variation (blue) – Text for blue product Product 1 – Variation (green) – Some different text for green product

Thanks

Hey acafella11,

This would require the use of a WooCommerce addon or custom development to extend the plugin – unfortunately since this has little to do with the actual theme you’re using so this question would be better suited or the plugin forums :)

Cheers

Thanks, do you happen to know of an addon that would work for this? Haven’t been able to find one yet

Unfortunately I don’t have one to recommend but I know the people in the WooCommerce forums will be able to shed more light on the topic and confirm whether or not one exists or it would require custom development.

Cheers!

Hi there,

REF: www.andypeck.co.uk

Q1 – I’ve just added a ‘QUOTE” Post and whilst it displays correctly on my main Blog page when I go to its individual page I get a 404 error. I’m obviously doing something wrong in the construction of the page. Can you take a look please.

Q2 – How do I limit the TAG CLOUD as I thought it would only display the latest or most popular but at the moment its displaying everything which is making it very long. Can I limit it to a specific number of lines or shorten it to the latest?

Q3 – On my home page I have a Nectar Slider but ive noticed that I can only have the ‘DOWN ARROW’ on one of the sliders. Even though ive put it to appear in another within the same slide it doesnt work. Have I found a bug?

Q4 – At the foot of my RECENT BLOGS on my Home page i’d love to have a button or highlighted link text that says ‘More” that still links to the same blog post (just another form of nav). How can I do this?

Cheers & Im real proud of my site thanks to you. Great Theme Andy

Hey!

So the issue with the down arrow turned out to simply be that you had the slide color set to dark – this turned the arrow black and it happened to be over the very dark part of your image, which made it basically invisible. I added a css rule into your custom css box to keep it white in the dark scheme :)

As for the quote post issue – I just needed to refresh the permalink for it. Somehow it was saved with a number only permalink, I just changed that to match the name of the post and it started working.

Cheers!

Hi there. Mega impressed and grateful for your support on this. Brilliant as always.

All the best Andy

Thanks a lot, glad I could help :)

Hi Bud, wondering if you can help me please.

I’m trying to center this select drop down on the page here: http://www.webteam.cornwall.nhs.uk/lets-talk/ (just under the words Let’s Talk) this is the CSS I am using, just can’t get it to centre on the page any ideas please?

.subject {
position:absolute!important;
top: -140px!important;
text-align: center!important;
margin-left: auto!important;
margin-right: auto!important;
display: inline-block!important;
font-weight: 700!important;
font-size: 50px!important;
background: #fe4444!important;
padding: 10px 20px!important;
border: none!important;
margin-bottom: 10px!important;
cursor: pointer!important;
}

Hey,

Since you have the position set to absolute, margin 0 auto won’t work – you’ll need to do this:
.subject {
  left: 50%!important;
  margin-left: -100px!important;
}

When i create my portfolio, appears a line of 20px between two blocks of slides. How can i fix it? Sample http://wp.vistone.ru/rabotki/ Thanks!

Hey Yannaki88! This appears to be an issue related to turning off the responsive functionality – I would enable that for the time being in the general settings & I’ve noted to sort that for the next release :)

Hi, Can I know where can I add the meta description for the pages or do I need to add a seo plugin?

Can you recommend which seo plugin that is most compatible to this theme?

Thanks!

Hey cloud55!

I would recommend Yoast SEO – there’s no point of crowding meta boxes like that into a theme itself when there’s countless free plugins that will do it better :)

Cheers!

hey, I encountered a strange problem. I finished building a site on my testserver and now wanted to build the page to go live. In my testinstallation I added the extra class “light” to headings and everything worked fine. Now, when I add any class in Texteditor somehow visual composer is adding backslashes and the class does not take affect. So:

<h2 class="light"> becomes <h2 class="\" light=""> </h2></h2>

Can you help me with this?

Hey!

Is there anyway you could supply me with a login so I can see this behavior for myself to get a better understanding why this would be? themenectar.ticksy.com

ok, opened a new ticket. please check…

Thanks, will respond as soon as I can :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey