Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 170,188 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38436 comments found.

Hi,

Great theme! I’ve been using it for many months now but please test your updates much more in depth next time you release such a significant update. There are too many bugs to list with 4.8. Hope to see a 4.8.1 very soon. Thanks.

4.8.1 was released tonight – which addressed all the reported bugs

Hey,

I tried to use twentytwenty plugin. So far it worked… I created a two column layout and added a photo to each of them. Then i put the pictures in [twentytwenty] picture1 picture2 [/twentytwenty] After that I created a centered heading over them and visited my homepage. I recognized the heading of my pictures was visible but i couldnt find my pictures. Just after reloading the page they appear on the bottom of my homepage. Covering the “Leave a Reply”-box. Do you have any ideas? www.a-jebsen.de

By the way, I really love your theme and I thank you so much for such a good support! I never got such a good product…

Hey Guppinator!

Try adding this into your init.js file after the first line:

$(window).load(fullWidthContentColumns);

Cheers

hi, after adding your code to init.js the whole content of my homepage doesn’t load correctly and is just loading the whole time… best regards, Alvaro

Could you please open a ticket in regards with your admin credentials so I can take a look at what’s going on :) themenectar.ticksy.com/

Hi,

I am trying to achieve the gallery slide for a portfolio as described here:

https://www.youtube.com/watch?v=0Ql7B-mjDBI

(4mins)

However your latest version of salient does not have the gallery slider tick box. How can I create it so an item from the portfolio page has a slider option like at 4 mins in the video using your latest version of the theme?

Thanks,

Mike

Hey Mike,

That option was removed since it is now obsolete – the image gallery element in the page builder offers the same display as that plus a ton of other options and th flexibility to move it where you need in the page rather than being forced to keep it at the top.

Cheers

great product, however with the latest update – i’m having trouble with pagination/infinite scrolling for portfolios, i cannot get past page 1 of my portfolios

Thanks bluehuffy – this was sorted in todays minor release :)

Hi,

Check can you check these for me too, please :

I would like to purchase your Template however I would like to know if I purchase the following plugins if they will be compatible with your template. A swift reply would be most grateful. Thank you.

1. Essential Grid WordPress Plugin (22) http://codecanyon.net/item/essential-grid-wordpress-plugin/7563340

2. Hide My WP – No one can know you use WordPress! (22) http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158

3. MyMail – Email Newsletter Plugin for WordPress (39) http://codecanyon.net/item/mymail-email-newsletter-plugin-for-wordpress/3078294

4. WPdonations: donations process for WordPress (22) http://codecanyon.net/item/wpdonations-donations-process-for-wordpress/1861818?WT.ac=search_item&WT.z_author=corsonr

5. Galaxy Funder – WooCommerce Crowdfunding System (22) http://codecanyon.net/item/galaxy-funder-woocommerce-crowdfunding-system/7360954

6. Master Slider – WordPress Responsive Touch Slider http://codecanyon.net/item/master-slider-wordpress-responsive-touch-slider/7467925

Kind Regards, Web Browser

Hey again – unfortunately I’ve only tested #2 – which shouldn’t have issues.

How do I change the heading size for products on the Woocommerce Shop page. Bold or just a larger size. Can’t find the right css here or in the support forum Thanks!

Hey blyerts!

Add this into the custom css box located in your Salient Options panel:

body, .toggle h3 a, body .ui-widget, table, .bar_graph li span strong, #search-results .result .title span, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, body .nectar-love span, body .nectar-social .nectar-love .nectar-love-count, body .carousel-heading h2 {
    font-size: 20px !important;
}

Cheers

Thanks! Worked just fine!

You’re welcome :)

Hi ThemeNector,

Is it possible to change the toggle/accordian icon from a + and – to a different font-awesome icon?

Thank you.

Hey Daniel_Skaftouros!

Yes, but you’d need to alter the nectar/tinymce/shortcode-processing.php file in regards

Hi Nectar.

Your theme still does funny things when displayed on iPad (tall) and iPhone (tall). The landscape/ horisontal mode is PERFECT. But as soon as viewed on tall-mode it litterally screws up big time. I have tested the responsiveness on more sites, and it is a general problem with the Salient Theme.

The secondary header breaks up. The like-bottons in the footer are displayed in one loooong vertical line, and in general it simply just misbehaves when in tall mode.

Do you think it will help if I change every single row-padding to percentage instead of pixes? Because on iPhone I often have to scroll like 3-4 pages of black background, before I get to the content :0S

Hoping that you solve these issues in a future update.

Cheers Peter

Hey,

Yes % values will always be better when trying to have things adjust for responsive layouts.

Cheers

Hi Nectar. All social plug-ins – and plug-ins in general that expand and have an “over layer” box, mess up in the theme. I just created a ticket for you, and I will publish the answer I hope you give, here, so that the rest of your 23.000 costumers can make use of it as well :)

TN 293484

Thanks!

PS, on this link you can see how the plug-ins mal-functioning

http://www.bandana.peterpackroff.dk/bliv-medlem/

Hey,

the facebook plugin you’re using is adding an iframe with a px value width which is simply larger than the column you’ve place it in – this would need to be adjusted in order allow it to fit in a space smaller than it was intended for

Cheers

In responsive mode how do I reduce the gap between words, eg the line height looks hugs on the bottom item ‘My life in snooker” here: http://richpearson.co.uk/adventures/

@media only screen and (max-width: 1000px) {
.blacklinkslarge {
    line-height: 10px !important;
}
}

If you scroll to the bottom of this page: http://richpearson.co.uk/adventures/sports/ you will see the nectar love heart, how do I increase it’s size please, I would also like to make it look more like a button is that possible eg Words that say ‘Like’ to the left of it, and incasing it a border (like the read more buttons)

It seems you’ve already made it larger – if you want to add words to it you’d need to do so in the nectar/love/nectar-love.php file

ok thanks, where in the file and what in the file (line wise) do I need to address, your help here would be appreciated, also will this file be ok to edit in a child-theme?

Check out the add_love function – also it wouldn’t work in a child theme immediately without modding this line in the functions.php require_once ( ‘nectar/love/nectar-love.php’ );

In responsive mode on my homepage: http://richpearson.co.uk/ I need the white section with the headline ‘latest adventures’ and button ‘explore’ to be centered when in responsive mode please

Cheers ich

You would need to add a class to that row to target those items specifically

ok cool thanks, what would I need in the class please to do that?

Looks like you already have it centered now

In the footer: http://richpearson.co.uk/ what class do I target in responsive mode please to make my icons smaller?

Cheers Rich

@media only screen and (max-width:1000px) {
  #footer-outer i {
    font-size: 10px!important;
}
}

In my new sidebar, what classes do I need to amend to get the menu widget items to be larger please?

http://richpearson.co.uk/

Rich

#slide-out-widget-area a {
    font-size: 20px!important;
}

Sorry if I already added this, but I would like to remove the main nav completely from mobile view and only have the sidebar as my main nav, what do i need to edit, assuming that the code is in the header.php or can it be hidden with css?

Once hidden I would like the main logo to arrange left on the mobile screen

Cheeeeeers Rich

Hey – I answered you on your other comment in regards

Hello!

Is it possible to remove the space between my second row (video) and the image gallery below it? Thank you !!!

http://redrice.ca/New/

the space below the video ** Thanks!!

Hey – that URL is leading me to a 404 for some reason

When opening the sidebar the rest of the site has an overly with opacity on it, how do I remove this completely please ?

Rich

#slide-out-widget-area-bg {
  display: none!important;
}

Hey Phectar,

It’s been a while. . . Got a wee issue that arose during this past update.

If you look at my home page there are these 2 white horizontal strips about 50 pixels deep along the bottom of my slider.

How to fix please?

http://csmurphy.com

Hey CSMurphy!

Download 4.8.1 and that should be sorted :)

Many thanks sir!

You’re welcome :)

Suggestion:

When adding the social-buttons manually (e.g. in a widget) I get the option to turn off counts (hide counts). But this option is not available in the Salient Option Panel (at blogs + portfolio).

It would be quite simple to add this, eh?

Cheers

Peter

It was meant to be on every single post etc. I.e. all posts (single posts) and I believe also Portfolio-items are same issue. Where Salient automatically place this next to the title.

I.e. no single page ID

Add this into the custom css box located in your Salient Options panel:

.nectar-social .nectar-love .nectar-love-count,
.single-portfolio .facebook-share span, .single-portfolio .twitter-share span, .single-portfolio .pinterest-share span, .single-portfolio .google-plus-share span, .single-portfolio .linkedin-share span, .single-post .col.section-title .facebook-share span, .single-post .col.section-title .twitter-share span, .single-post .col.section-title .pinterest-share span, .single-post .col.section-title .google-plus-share span, .single-post .col.section-title .linkedin-share span, .pinterest-share span, .facebook-share span, .twitter-share span, .google-plus-share span, .linkedin-share span {
  display: none!important;
}

Hi. I had to disable it, as my site didnt work when enabeled. But when I turned on the JAVA-side-load (the wite screen) the site certainly turns white, but the overlay does not disappear, leaving the site 100% white.

http://www.erhverv.peterpackroff.dk/

DO you know of this error? + is it possible to load it black instead of white?

Switch the method in the page transitions section of the admin panel to “simulated AJAX”

Im not quite sure what you mean. Ive only got one button (to turn off and on). I have now turned it off).

You need to update to the current release and more options will display :)

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