Discussion on Uncode - Creative & WooCommerce WordPress Theme

Discussion on Uncode - Creative & WooCommerce WordPress Theme

By
Cart 136,988 sales
Recently Updated
Well Documented

undsgn supports this item

Supported

This author's response time can be up to 2 business days.

8685 comments found.

Hello,

I’m trying to override the button background color to be transparent via CSS including ”!important” but for whatever reason the theme has:

.style-light .btn-default, .style-dark .style-light.style-override .btn-default, .style-dark .style-light .btn-default { color: #fff !important; background-color: #021e2f !important; border-color: #021e2f !important; }

and it’s overriding anything in the style.css because of the !importants.

Is there a way to remove these or simply have a button with no background color?

Hi wonderment! Do you refer to the Inline-Block option right? Open one of your buttons and in the tab Extra apply an extra class “modified” to a standard button: http://undsgn.d.pr/Ytaw00/3sC76dg3
Then just use a code like this to target it:

.btn-default.modified{
    color: red !important;
    background-color: green !important;
    border-color: yellow !important;
}
I hope this helps!
The problem is the vertical-align: bottom is set on a span .btn-inline but the extra class is applied to the anchor element itself, so it doesn’t change. There’s no way to target the span container that I can see so the only solution right now seems to be: .btn-container.btn-inline { vertical-align: middle !important; }

but that will become an issue later on all “Standard links”. :(

http://i.imgur.com/fWkdBHb.png

In the above code, you can see my custom button class “button—link-dark” but it applies it directly to the anchor element so I’m unable to properly sit the text vertically centered.

Hi wonderment, my suggestion get back to your original question. So you can use my code applied to a standard button and then make the border and background transparent so you can perfectly center vertically your bottons. As you can see here these 3 buttons are simple buttons: http://undsgn.d.pr/didpF4/3Rr4LhEw
Hope this helps! ;)

I see that the theme has a Mega Menu feature. Can we add widgets to it to allow maps, signup forms and other features to be placed in the drop down menus? If not, is Uber Menu https://codecanyon.net/item/ubermenu-wordpress-mega-menu-plugin/154703?s_rank=1 compatible with your theme?

I just sent you a detailed response from WP Engine regarding PHP Version 7 within the ticket form. Also, I would like to try and stick with your theme, so I am currently having WP Engine migrate my website over to PHP Version 7 with all of the setting that you suggest. So please stand by, I will let you know how this goes.

Thank you for all of your help so far.

Ok, please deactivate also your extra plugins otherwise it’s not possible to debug.

Sure thing

I am also going to add my 2 cents about the dashboard loading issue. It seems that everything loads quickly within the WordPress dashboard except when I am trying to make changes and updates to the “Theme Options”. It can take up to 20 or 50 seconds to save changes, and on occasion even longer. What is going on with this?

Actually, here is a timeout issue I just had with trying to save the theme options: https://www.screencast.com/t/TvvnoXV5

Hi freerunner! We are sorry you have this issue but the average loading time it’s about 5-8 seconds, here an example screencast recorded now: http://undsgn.d.pr/tpShj6/44yqcyKu
As suggested to another user who recently reported the same issue it’s better you open a pvt ticket in our Help Center so we can check.

ps: I see your third message now and it seems you have some server issue, 502 is a server error, please open a ticket so we can check: https://support.undsgn.com/hc/en-us

How do I change the hero image on this page: http://doorcountymom.wpengine.com/?page_id=3541

The access to it doesn’t seem to be in the visual composer section of the page I am editing.

Hi andreazehnder! You just missed the step 7 of the theme installation procedure: https://support.undsgn.com/hc/en-us/articles/214000625

ps: it seems unfair leave these kind of rates when you then forgot to follow the installation procedure…

oh nevermind, i think support and the theme author is helping me now! :)

how do i change the menu and logo color when i use revslider? the tags: “data-skin=”dark” or data-skin=”light” don’t work anymore. i have a light and dark logo uploaded as .svg file. how do you use one .svg logo with both colors?

Thanks for the fast Reply. Works now. One last Question, if you don’t mind. In the Demo the Logo and Menu color changes on the different slides. How to do that?Just one svg file with more Colors? Keep up the good work!

Hi rowroyce! You can use an SVG code file in or upload 2 different SVG (file) or PNG in the switchable logo options: https://support.undsgn.com/hc/articles/214001865

thanks alot!

on firefox thw row video background isn’t work. something to fix this? Thanks

Hi actualcat! This is just fixed for the upcoming update (now on pending review) with some minor issue fixed, please check: https://undsgn.com/uncode/homepages/classic-start-up/

Hi Guys, thanks very much for all your great help! My support just expired, I can’t worked out how to change the menu colour? Many thanks

Here you are: http://undsgn.d.pr/OzbC5E/2KA09yJS
PS: Please remind that if you are creating a new site with a theme, based on the Envato policy, you should also have a new license for this new website and so the possibility to access the support.

Thanks very much, I’m just learning how to customize the site offline.

Ok thank you for confirm!

Hi, This theme is very good to use, but we are facing a small issue with uncode-ajax.php file, its taking more time to load, can you please help on this.

Hi kalasha and thank you for appreciate Uncode! Can you please open a support request in our Help Center so we can check your installation privately and debug what’s happen in your installation? https://support.undsgn.com/hc/en-us
ps: you can notify then here the ticket ID.

Hi there – I have now purchased three licenses for unicode. I like everything about it except that the admin is so incredibly slow. In fact, some pages in the admin are so slow that it’s unbearable to use. I note from other comments that this is a known issue. How can we resolve this please? Also I should note, our server is lightning quick so it’s not a server issue. I look forward to hearing from you – thanks again.

Hi BroughtonHQ! We are sorry you have this issue but this was complained just by a few users (otherwise all the messages here would have been about this problem). Do you refer to the Theme Options or normal pages with Page Builder? Anyway we can check this for you, please open a ticket so we can access your installation privately, notify then here the ticket ID.

How do you change the color of the Search Outline? https://www.screencast.com/t/JiX7w35KKZM

Hi freerunner! Do you refer to the Blue outline? This is the accent color of your site. Anyway if you want to modify it manually you can paste these codes inside the Theme Options > CSS:

.style-dark .search-container input{
border-color: green;
}
.style-dark input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus{
border-color: red;
}
PS: If you need dedicated support is offered in our Help Center, there we have a completely dedicated support team, please drop a few lines and we care to support the solution! Thank you! :)
https://support.undsgn.com/hc

Is there an option to put the search bar at the top left of the page like an average search bar?

Hi abigailthorpe and thank you for interest! :)
No actually this is not an options unless some modification, sorry. Let us know if you need more infos!

Is it possible for someone other than the author to do modifications like that?

Hi! This depends on your developer skills, if you need some suggestions you can try to ask for a quote WPKraken or Envato Studio, they are both experts in extra themes customisations: https://support.undsgn.com/hc/en-us/articles/115000555209
Let us know if you need more infos!

Hey, I am building up a site beta.cr3-8.co.uk but the portfolio header section does not match at all with the rest of the website’s header. I have created a content block with the right stuff but it just doesn’t link up. Could you kindly let me know the right steps to correct it please? Thank you!

Hi jherraez! It seems you missed the correct option for the logo. You need to use a single SVG file as code (capable of color changes) or use 2 different PNG images (switchable logo), so you can have both light both dark skins for the header: https://support.undsgn.com/hc/en-us/articles/214001865
Right now it seem you have only used a single PNG image (white) so it’s visible only on dark header.
Anyway if you need dedicated support is offered in our Help Center, there we have a completely dedicated support team, please drop a few lines and we care to support the solution! Thank you! :)
https://support.undsgn.com/hc

Thanks for your help. I have tried your options and it works perfectly, I was wondering if it isn’t the logo that I want to change but the light header > dark header so that my white logo shows up on that page ? Thanks again in advance!

Hi jherraez! I’m sorry but this time it’s not easy to understand what is the problem without a check. Can you please open a ticket so we can check it privately and suggest the right options? https://support.undsgn.com/hc

Hello Can i use instead of title in accordion an image let’s say 200px-200px ?

Or is there a way to build something like an accordion with IMAGE instead of title ?

Hi deepxtz and thank you for interest! :)
No sorry this is actually not an option (unless you don’t use some custom CSS code). Let us know if you need more infos!

Loving the classic restaurant demo. Is it possible to remove the social icons at the footer and swap out for the actual name i.e. Facebook, Twitter, etc as client request this instead of icons.

Hi GBDesignStudio! This is not a native options but you can insert the name manually and hide the social icons: http://undsgn.d.pr/tIZAYT/2FnwwFmi
If then you need a quick CSS code to adjust the layout you can ask our Support Team: https://support.undsgn.com/hc/
Let us know if you need more infos!

Hi, I have a problem with adding products with variants to the cart: http://lacre.pl/fev/product/black-angled-buckle-jacket/ Normal product works, but variants no – what is wrong?

Use Uncode 1.6 (please update also Uncode Core and Uncode Visual Composer as noted in the docs) with the latest version of WooCommerce 3.1.1.

Ok, it works :) updated :) I downloaded the template a year ago, I thought I had to pay for technical support to make updates – the new uncode file has the same name as the file from the previous year – confusing :)

Hi mediatech11! When you buy a theme on ThemeForest you have 6 months of included support but lifetime update, the theme name will be always the same (uncode.zip) otherwise WordPress will read it as another theme. Thank you for confirm! ;)

Hi everybody any idea for the best whislist product plugin working fine with Uncode, with icon in nav header, add button in product page, icon on hover product list and whislist gallery with account. Thanks for answers

Hi fredblago! I have seen some users with these plugins but don’t notice what is the plugin. You can try some free. About the icon in the main menu you can add a menu item and just use the icon: http://undsgn.d.pr/KJf9Rc/27IFlpSe Otherwise you can “hack” the code and insert a whislist icon next the bag icon. Anyway if you need dedicated support is offered in our Help Center, there we have a completely dedicated support team, please drop a few lines and we care to support the solution! Thank you! :)
https://support.undsgn.com/hc

Thanks for fast answer keep in touch i will test some free plugin

Hi Thanks for the great job with the theme :). I’m trying to add a navigation arrow on content slider. I used this code : .owl-nav.disabled { display: block !important; } It works but is it possible to have these arrows fix ? Because we saw them only on hover.

Thanks :)

Hi JoffreyGoullet and thank you for appreciate Uncode! :)
This code should also set the arrows to visible, can you please open a ticket in our Help Center so we can check your installation privately and adjust the code based on your needs: https://support.undsgn.com/hc

Is there any update to the theme to go with the new woocommerce version, i’m getting warning to the overriden files.

Hi andrerga, what WooCommerce version do you refer? The latest Uncode 1.6 perfectly works with the latest Woo version: https://undsgn.com/uncode/whats-new-1-6/

Hello, the latest, i update it this weekend, 3.1.1. How do i check what version of the theme i’ve got?

Yep, the latest Uncode 1.6 is tailored on the actual WooCommerce.

Hello, I’ve updated Uncode to 1.6.0 and I can’t find the new concept ‘shop-furniture’ {actually 4 demos are missing but I want that specific one}.Can you please tell me where it is located?

Thank you for the screenshot, we manually added what was missing through that page :) We had updated to 1.6 and the uncode core too, but some of the new demos were still missing. We figured it out now.

Hi frankmoth! Really pretty odd. Would you like to replace manually the demo contents import file with the new one? In case I’ll give you precise infos how to do this. Let me know!

Terribly sorry for this delay, thank you so much for the help. We reupdated the uncode core and everything worked! Thank you very very much :)

Hi, how do I make the navigation arrow on content slider visible?

Hi syazalina! We’re sorry but right now this is not an option, you can anyway paste this code in the Theme Options > CSS:

.owl-nav.disabled {
    display: block !important;
}
Let us know if this works!
ps: if you need dedicated support is offered in our Help Center, there we have a completely dedicated support team, please drop a few lines and we care to support the solution! Thank you! :)
https://support.undsgn.com/hc

HI there, its working! Thanks a lot!

Hi and thank you for confirm! ;)

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