Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Discussion on Salient | Creative Multipurpose & WooCommerce Theme

Cart 168,761 sales
Recently Updated
Well Documented

ThemeNectar supports this item

Supported

38354 comments found.

Hello -

Love the theme! Seeing an issue when clicking back home from other parts of the website. It seems to be retaining the previous pages URL structure.

Example: Land on home page > Click to About Section (/about) > Click back to Home Page and while it does go to the Home Page the URL retains the /about and some of the home page elements do not work.

Haven’t had this problem in the past. Could it be due to video header?

Hey – try setting your page transition method to standard simulated ajax from the ajax setting you have it on now

Sorry for delayed reply. Thank you! This fixed the issue. :)

Glad to hear! :)

Hi,

I want to change the featured post position and size. I have updated the size. I want it under main title and aligned with text on the right side. I also want to increase the width of side bar, please suggest for the same as well. :)

Link: http://blog.webaspiration.com

Thanks in advance.

Hi, Please suggest what to update under include/post-template to get the required results.

Hey,

It would require moving the thumbnail output function below the header – the thumbnail output function looks like:

<?php if ( has_post_thumbnail() ) {

                  if( !is_single() ) {  
                      $img_size = ($blog_type == 'masonry-blog-sidebar' && substr( $layout, 0, 3 ) != 'std' || $blog_type == 'masonry-blog-fullwidth' && substr( $layout, 0, 3 ) != 'std' || $blog_type == 'masonry-blog-full-screen-width' && substr( $layout, 0, 3 ) != 'std' || $layout == 'masonry-blog-sidebar' || $layout == 'masonry-blog-fullwidth' || $layout == 'masonry-blog-full-screen-width') ? 'large' : 'full';
                      echo'<a href="' . get_permalink() . '"><span class="post-featured-img">'.get_the_post_thumbnail($post->ID, $img_size, array('title' => '')) .'</span></a>'; 
                  }    
 } ?>

Cheers

I tried…but please let me know where can I search fro “includes/post-templates”

hi there :) is there a way to have buttons function with a “mailto:” so it opens email client? tried it but not working….

Hey – yes that should work, are you referring to button shortcodes or buttons in the Nectar Slider?

yes, figured it out, a quote mark was missing :)

Glad you got it! :)

I’m trying to show a picture ahead of my post when Salient shows the first 30 words or so by default. I don’t like the image it lets be display as the “FEATURED IMAGE” as it makes it HUUUUUGE.

I put an image at the top of the post before any verbiage but when the post displays the summary on my blog, the image doesn’t display.

Is there anything I can do about this through the Salient admin console or will i have to dig into the code?

thx

Thanks for the info. Can the CSS modification be done through the admin tool or do I need to get into specific files to edit them? Could you give me a quick synopsis of what specifically I’d need to do to modify the CSS to change the size of the FEATURED IMAGE?

I wend into APPEARANCE -> EDITOR and modified the max-width to be 300px instead of 100%. That appears to be working. Here’s the new snippet below. Is that a good way to do it (it appears to be doing what I want)? What does the width: 100% mean since the max-width of 300px seems to be overriding it? thx

article.post .content-inner .post-featured-img img { max-width: 300px; margin-bottom: 15px!important; width: 100%; }

Hey,

That is indeed a valid solution – the max-width value is capable of overwriting the width value by default

Cheers

Hi ThemeNectar,

Impressive Woocommerce Update!

We are looking over the new demo (salient-ecommerce) prior to purchasing and noticed a couple items.

Parallax is not functioning on the following pages in Chrome: (Just a grey background)

http://themenectar.com/demo/salient-ecommerce/product/mens-button-down/


http://themenectar.com/demo/salient-ecommerce/product/large-button-down/


We also noticed there is no “Clear Selection” option for variable products.

Other than that, you have a new customer ;) Glad we waited for v5.0 to be released. Now we can start building our store with your theme.

Thanks ;)

Hey!

1. I actually can’t seem to replicate the parallax BG issue on those pages in Chrome on my PC/Mac – the parallax issue listed in the ticket only occurs if the parallax Nectar Slider is right above one of the sections which isn’t the case in the products

2. That’s hidden with css but you can still show it with a small snippet if you need :)

1. It may be just an XP issue then. Every XP machine I’ve tested it on displays no background. I tested it on a Windows 7 PC and it is functioning properly.

2. Awesome. I figured it was something easy. :)

Thanks for taking the time to reply ;)

Just wanted to say….even though this is not solely a Woocommerce Theme, you created a great opportunity for users to design some great product pages for their shop(s). This is a major factor on why we chose your theme. It stands out from the standard shops other theme developers offer. We look forward to future Woocommerce updates.

Keep up the awesome work and best of luck going forward.

Thanks for noting about XP and for the compliments! :)

http://www.estudio151.com/curso-basico-de-fotografia/

I also want to enclose the article in the frame in Standard blog like this site.

Hey remind-tokyo,

You can use the visual computer column option to box it when editing your posts

Hello! Thanks for the awesome theme. :)

I’m having a problem with the pagination. When I try to view page 2 of my products, this happens:

http://shoppeachrose.com/?product_cat=necklaces#038;paged=2

All my permalinks are set to their defaults, so I’m not sure what’s going on… I’ve tried to look online for a solution, but I haven’t had any luck so far :(

Your help would be greatly appreciated!!!

Hey digiegg, 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/

I have tried over and over to get my pages to scroll, I have the boxed layout off, and I have turned off smooth scrolling, but I cant for the life of me determine why I cant get my pages to scroll.

roswellinc-dev.org

Thanks

Hey threevistas,

The URL you provided doesn’t seem to be working – could you verify it’s correct?

Cheers

I am breaking my head trying to put a Contact form 7 on the page. I want it in two columns and I already made big success with it but My last try is to center both columns! And I am not getting it!

Any idea? Please check here: http://www.estudio151.com/curso-basico-de-fotografia/#formulario

And here the code i used for making two column: #two-column{ width: 100% !important; float: center; } #two-column #left{ width: 300px; float: left; } #two-column #right{ width: 300px; float: right; } #two-column p{ margin-bottom: 0px; } #two-column input[type="text"]{ border:none; border:1px solid #000; font-size :14px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 5px; } #two-column #right input[type="text"], #two-column #left input[type="text"]{ width:300px; } #two-column textarea { position: relative; padding: 5px; border:1px solid #000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 300px; } #two-column input[type="submit"]{ padding:8px 18px; background:#222; color:#fff; border: 1px solid #fff; float:left; font-size: 14px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } #two-column input[type="text"]:focus, #two-column textarea:focus{ background: #eee; } #two-column input[type="submit"]:hover{ background:#fff; color:#222; border: 1px solid #222; } thanks

Hey HugoLima, here’s the needed css


#two-column #right {
    display: inline-block;
    float: none;
    width: 300px;
}

#two-column #left {
    display: inline-block;
    float: none;
   margin-right:20px;
    width: 300px;
}

.formulario {
    text-align: center;
}
#two-column p {
    text-align: left;
}

Cheers

Why I cannot go to the top of the page pressing CMD+Top Arrow ? I know I can press the arrow on the right corner but I want to have the option to use the Keyboard to go to the top.

Hey HugoLima,

try to disable the smooth scrolling option in your general settings tab of the theme options panel

Hope this is my last question for some days :p

When I see the website with Chrome, Mozilla or Safari visually it’s perfect. But when I use Internet Explorer some weird symbols appears between my texts, like that : http://image.noelshack.com/fichiers/2014/51/1419003439-bug3.png (http://www.lacleduviager.com/) Any idea ?

Thanks :)

Hey – have you confirmed this occurs with all fonts or is it specific to the one you’ve chosen?

Oh yeah you’re right, it was a font problem. Thanks !

Glad you sorted it :)

Cheers

Hello, I spent 6 hours trying to make something that should be very fast…

I created 2 pricing tables and it was very hard to make them align on the top side by side. After searching the comments I found a solution to make them same size codding by css.

But now I have other problem, there is different content on the columns but I want the button to be at same level! I spent 6 hours trying everything every code and nothing…. how can I do it…? Example here: http://www.estudio151.com/curso-basico-de-fotografia/

There is also probably a bug: If I put a “divider”, I can not save anything anymore. I mean, put any information and make “save” but nothing get saved anymore. Also, the “x” to delete a column does not apear!! So if by accident I press in adding an other pricing table, I can not remove it! It is only possible to remove the entire column with all the pricing tables!! Very annoying…! I already restarted 3 times all the pricing tables because of that.

Other question I have, it is safe for me to upgrade to the last version of WordpresS? I made the download of this theme in July.

Thanks

Hey,

1. On lower resolutions your subtitle “POSSIBILIDADE DE PAGAMENTO EM 4 PRESTAÇÕES” breaks into two lines causing the difference. The only easy way to counter that would be to set a min height on that section:

add this into your custom css box located in your Salient Options panel:
.pricing-column.highlight h3 {
    min-height: 114px !important;
}

2. Are you talking about placing a divider in the pricing table itself or anywhere in the page editor?

3. Yes, it’’s compatible with the latest version

Hello, 2) yes, a divider inside the pricing table using the code generator. Also, it is not possible to delete pricing tables if by accident i add one extra for example. thanks

Hi,

I am unable to login to your support form i tried to login using facebok but it didn’t work. I need urgent help please reply ASAP

-Sunil

Hey Sunil, shoot me an email at themenectar@gmail.com and let me know when you’ve sent your query there :)

Thanks, Just sent an email

Hello.

I live in Japan. Do not you be able to change to Japanese blog read more button text?

Hey, you can use the included po file to translate it

Any issues with upgrading to Wordpress 4.1?

Hey, Salient is compatible with 4.1 :)

I’m assuming we have to choose between a proper UberMenu or using the basic default menu to get the Slide Out Sidebar?

If you want the slide out widget area with Ubermenu you’d just have to ensure the code for it remains in your header.php file

I have version 4.9 and am using the nectar slider. I have a slider set up that I want to NOT LOOP. It has 2 slides and I am using images only and no videos. I have set loop to false in the shortcode but it STILL loops!!! How can I disable the loop after the second slide? You can see the slider at http://faithcurch.com/cit

Thanks!!!

Hey,

1. The loop option only applies when using slider navigation such as the next/prev arrows or pagination dots which you have disabled – also it would only be noticeable when using the slide transition effect. If you’re trying to stop the autorotate after one run you’d need to modify the nectar-slider.js file located in the js folder. Search for this and delete it:

 $nectarSliders[sliderNum].swipeTo(0,800);

2. Change the height to be a little less than 960 or turn off the flexible height option and enable the fullscreen option :)

Thank you! However on issue #2 with the slider. It still isn’t working unfortunately. I tried setting the slider height to a variety of heights all the way down to 900px and it still showed incorrectly. I also tried disabling the flexible slider feature and that didn’t work. Any other ideas? Here is the shortcode I’m using:

[nectar_slider flexible_slider_height=”false” fullscreen=”true” full_width=”true” arrow_navigation=”true” desktop_swipe=”true” location=”Home Page” slider_transition=”fade” slider_height=”” loop=”true” autorotate=”7000”]

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

I cant find a portfolio item with an fullscreen image slider. The one you have (LOWPOLY SOCIAL) just shows a background video. Btw the nav arrows next to the title are totally confusing. This is a bad place to next/prev item navigation.

Hey JamesHolden,

You can have a slider display images display images instead of a video BG if you need

Hi, I recently updated the theme, and since then, I have a problem rendering the logo. The first 2 second, the logo is loading hugly, then it get smooth: http://test.sp-marketing.com/citynet Can you help me?

Hey – I can’t seem to replicate this on Firefox or Chrome on my end. Have you tried clearing your cache? If so please let me know what browser/OS you’re using and if you can see this occur on the demo

Cheers

Hey guys whats the name of the Ascend Demo in the dummy content I can’t find it. Thank you.

There should be a folder titled ascend dummy data – have you tried downloading a fresh copy from themeforest?

Cheers

Yeah I tried downloading the fresh copy but once it installs it tells me all of those dummy files already exist so I dont think it changes anything. So when I check its just the previous demo content

You would indeed need to delete the old pages or at least change their name because WP won’t import duplicate pages

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