Discussion on Uncode - Creative & WooCommerce WordPress Theme

Discussion on Uncode - Creative & WooCommerce WordPress Theme

By
Cart 136,980 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.

Hai, So I finalize to purchase your theme, only one last question, Is it possible to adjust menu on mobile screen to any other way. for Desktop it is ok. but for mobile … can we place it in right or let rather than centre

Hi rajanpandit2000, do you mean something like this? https://undsgn.d.pr/u4d6Ke
In case you just need to use a code like this:

@media (max-width: 959px){
body.menu-mobile-centered .main-menu-container .menu-horizontal, body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper, body.menu-mobile-centered .overlay-menu .navbar-main {
    text-align: left;
}
}
Anyway, if you need support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can support the solution privately! Thank you!  https://support.undsgn.com/hc

Thanks dear, I will contact soon. Thanks for reply

Thank you for the confirmation!

Hola, ¿existe algún parche para cambiar el idioma a español?

Hi marco-dash! If you need to change terms you need to use a localisation plugin like Loco: https://support.undsgn.com/hc/articles/214003885
Anyway, if you need support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can check your installation and support the solution privately! Thank you!  https://support.undsgn.com/hc

Hi,

In the theme options I made “single portfolio header” seeting but when I add a new portfolio page, the header options does not come like I made in the theme options. Screenshots at below

Theme Options: http://prntscr.com/rwukn7 New Portfolio Page: http://prntscr.com/rwuk99

Hi tolgaaksakal! The Page Options are not supposed and designed to appear as they are in the Theme Options when you modify them, they have the “Inherit” value, so the frontend inherits what you have in the Them Options, so don’t expect that if you see the Theme Options you find the same in the Page Options. I think you expect a completely different behavior.
Anyway if you need support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can check your installation and support the solution privately! Thank you! https://support.undsgn.com/hc

Hi, I’m having hard time finding an element you are using on https://undsgn.com/uncode/shops/shop-metro/

I want the same “menu” under the header/before content, just with product categories.

Where do I find it? In the inspector, it look like something called menu-smart

Cheers

Hi focus_plus! You just need to shift the column with the Off-Grid settings in the Y -Axis: https://support.undsgn.com/hc/en-us/articles/214003625#&gid=1&pid=9
PS: Please, as suggested, use the Help Center for support questions since there is a dedicated Support Team: https://support.undsgn.com/hc/en-us

Okay I’ll look into it. Thanks. Also, I will use help center next time :)

Thank you for understanding! ;)

Hi guys!

Is there any way to set a different menu on each page. For example lets say home page has menu1, and I want blog page to have menu2?

Hi stevanpopov22! Sure! If you need to change the menu items (the menu), you just need to select another menu from the Page Options, ex: https://undsgn.d.pr/LkvxuG
If you refer to the layout it’s a bit more tricky but it’s possible too (even if for usability we discourage):
https://support.undsgn.com/hc/en-us/articles/360001066858
Anyway, if you need support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can check your installation and support the solution privately! Thank you!  https://support.undsgn.com/hc

Hi guys! I’m developing a website in my staging server, then I’ll pass to the prod server. Can I use the purchase code in both environment? Thanks!

Hi lautaorozco and thank you for asking! No you don’t need to buy another license if you are creating a stage environment. You are only limited to create 1 single final website: https://themeforest.net/licenses/standard

Hi is there a way to add a banner message above the menu bar? (eg. Corvid-19 message) Would really appreciate your help

Hi specialmove5! We are sorry but there is not a native method of the theme, probably there are some dedicated free plugins that can do this or you need to modify the core files to add this HTML fragment. I didn’t tested but there are a few, ex: https://wordpress.org/plugins/simple-banner/
https://wordpress.org/plugins/search/banner/
Etc… I hope this helps!

Hi there, is the video background feature currently working? My wordpress was automatically updated and now I can no longer see the video. I have one main big column with a video background, inside which there are 2 smaller columns.

Some of the photos also disappeared in a 3-column section, until I uploaded the same photos with bigger dimension (similar ratios).

Thank you so much and take care

Hi thokenth! Unfortunately, we don’t have any other users reporting the same problem and defiantly the video background is still working, ex: https://undsgn.com/uncode/homepages/classic-start-up/
Not sure since as told no other reported the same problem but try to update the theme and in case disable extra plugins: https://support.undsgn.com/hc/articles/214001205

Hai, I just love your theme, it is really awesome, I have only one question. I want to display daily a new post on my home page nothing else. I have add 365 posts to my website, I want to show daily 1 post according to month to my home page, E.g. today is 10 April, it will show that post which was posted on 10th April, This cycle should be repeat every year. can I accomplish this task with this theme. Or can you help me in this way. Your these is perfect for my project but can you solve this

Hi rajanpandit2000 and thank you for appreciate Uncode! :)
This is not a native feature of the theme (it’s really particular requirement) but if you know this can be done (maybe with some dedicated plugins) probably can be done also with Uncode since it’s compatible with most of the plugins out there.
Anyway, if you need support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can check your installation and support the solution privately! Thank you!  https://support.undsgn.com/hc

can you help me to achieve this goal. this is only major concern.. then I can go for purchase

Hi rajanpandit2000! We’re sorry but we can’t help you in this, testing such a particular setup is time-consuming and we can’t do it for every customer. I hope you can understand. As told if you know there are plugins that accomplish this task, this will work on Uncode too, since it is only a matter of scheduling the publication of certain articles and this is a native WordPress thing.

Hi undsgn, Regarding the menu shrink animation… Is it possible to change from one logo to another in the menu shrink sequence? The theme offers possibility to shrink logo in size, but I need one big logo with text in non-shrink-mode and a simplified version of my logo without text in the shrinked-mode.

I hope it make sense :)

Thank you!

Hi focus_plus! When the menu shrinks you can see that there is a new class applied to it “shrinked”. Using this class you need to try to hide the actual logo and apply a background to div, this is just an idea (not sure if it’s possible and how many codes it requires):

.shrinked #main-logo a > div {
    background: green;
}

Thanks! I got it working based on this approach :)

Hi focus_plus and thank you for the confirmation! Glad it helped! ;)

Hey, I’ve been having some issues with the theme lately and have 2 questions

a) how can I remove the ‘add tocart’-hover on woocommerce products that happens when you hover over them. Is there a css code to fix? My research had brought up some of them, but none of them worked. https://www.loom.com/share/711eb687411e404e8945649bb6daed15

b) is there a way to stylize the ‘related products” on a single product page? As the individual products have thumbnails with images in different aspects, they apear different in the carousel, too. Is there a way to make all, let’s say, 1:1 ore 4:3 ? https://drive.google.com/open?id=1bxBKFcx_QJGG1pENBU-kWbr2zIcfrzoQ

And while we’re at it, do you have an affiliate program? I’ve been recommending your theme to 3 users alreeady :P

Hi maxruebensal!
c. I don’t know this, this is something you need to ask to theme, I just know that lot of users/websites use it.
d. No this is not something you can change with CSS, in case you need to search for some WooCommerce hook (this is native of WooCommerce).
e. You can find here in the comments, ex: https://themeforest.net/comments/19763587

e) doesn’t seem to work, since I added this code to the CSS of the page it didn’t change the size of the font:

.nav-tabs > li.active > a { font-size: 40px ; } .nav-tabs > li.active > a { font-size: 40px ; }

Hi maxruebensal! This was just an example, just searching for “tabs” you can find multiple customization requests, I think this is what you need:

.nav-tabs > li > a span {
    font-size: 20px;
}
Anyway, if you need support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can check your installation and support the solution privately! Thank you!  https://support.undsgn.com/hc

Can you tell me how to add the wpml language menu in the classic restaurant template

Hi serboweb! You can refer to the official WPML documentation: https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/
Anyway, if you need support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can check your installation and support the solution privately! Thank you!  https://support.undsgn.com/hc

Hi guys,

I’ve noticed since the last update that the overlay in Media Gallery is animated even though the overlay animation is set to static. (i’m getting the icon appear on hover over images).

Is there any fix for this?

Hi pghealy! Here you are (an user reported yesterday): https://support.undsgn.com/hc/en-us/articles/214092169

Thanks! Sorry, I think I’ve done a patch before but it was a while ago, can you point me to the instructions please?

You just need to access your FTP, navigate to the relative folders and change the files.

Hello Team,

I am facing a very strange issue here. For team members presentation purpose I created a row with 5 columns by typing 1/5+1/5+1/5+1/5+1/5 in custom field. Within a row I added Single Media and Text boxes below each single media element.

Unfortunately even though everything seems right in frontend editor even in backend and I have all the elements, for some reason images uploaded via single media elements won`t show up on the page.

I tried making 4 and 3 columns row and its working perfectly. Can you advise?

Thanks.

Hi stevanpopov22! As for documentation the grid is based on 12 subdivisions, so 1/5 it’s not supported. In case you need to set 1/6 for each column and hide the last column in all devices by the visibility option (set all to ‘no’): https://support.undsgn.com/hc/en-us/articles/214003625#&gid=1&pid=7
Anyway, if you need support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can check your installation and support the solution privately! Thank you!  https://support.undsgn.com/hc

Hi, we’re running a blog on wordpress and it was installed by someone else. Looks like we’re using Uncode 1.6 and upgrading our php version from 7.1.33 to 7.3.16 gives issues. So we’re thinking to purchase a new version of uncode and then upgrade. Is this the way to go? How do we do the upgrade?

Hi rogerrrrrrrr! Since you have a super old version I first suggest to perform a backup: https://support.undsgn.com/hc/articles/360001216518
Then you can update to the new version with the Envato Market plugin: https://support.undsgn.com/hc/en-us/articles/214001205#envato-market

Okay thanks I will look into that. We will purchase a new subscription. It seems that our plugin is not registered at the moment. Will this cause any issues?

Hi rogerrrrrrrr! Don’t worry, you can use any valid license.

I want to know before buying you have such a kind of header as in the picture https://photos.app.goo.gl/qXpTvK9ZJk77kM4X9 translucent on a white background not the entire width of the screen. Or something like such a header. Maybe there are settings for the width of the header and not just the height.

And will you add the option to adjust the header width along with the background in future updates. Full width content and header as in boxed layout

Hi alexandrio10! Yes just for testing if it’s possible. At the moment I can not tell you if this will be inserted, sincerely is the first request that comes to us and we can not assess it so. It is a possible new option but it will have to be inserted when we work on the menus again.

I just make websites to order and I was asked for an unusual header. Here I am looking for a topic with such a hederom or something like that. But this type of header is very popular. Thanks.

I don’t go into whether it’s popular or not (let’s say it’s not that you see it very often), I just said that there aren’t many requests for us, maybe Uncode users are happy with the current possibilities.

After updating my site to the last version… Menu and footer do NOT have the style I selected for them. The 3 bars icon for mobile menu DISAPPEARED at all. The bacground color for submenu and displaying the mobile menu ALSO DISAPPEARED. And other styles also disappeared. Really disappointed.

Hi enriquetortosa! If this is an error with the theme here you should see thousand of similar messages, right? Instead here you don’t see anyone else complaining about the same problem so probably the problem is related to something specific of your installation or problems with customisations or extra plugins… Anyway if you have a problem that nobody reports it’s almost impossible to understand what you’re talking about if you don’t even insert the link to your site to have a check… can we have at least a link to your site?

Hi, I have heard lots of good things about your theme. But I compared it with Divi, really love its easy to use. I know you have a front end editor now, do you have plans to make it work faster and easier? Also the scroll effect and dynamic content are much easier to be created with Divi. If you can get your front end up to speed, I will definitely buy yours. Thanks.

Hi onyxlee and thank you for suggestions! Not something you do in a month, but we do hold back suggestions ;)

Hello.

I use “WPBakery Page Builder”.

POSTS >> General >> Query Options >> Postor Page> Categories

Even if I type on the form, the load icon keeps rotating and I cannot select a category.

This is the same with tags.

How does it work?

Thank you in advance.

Hi TwoPeace! Please check this one: https://undsgn.d.pr/5O6oQS

Everything is settled! Thank you for your quick response.

Hi TwoPeace and thank you for the confirmation! Much appreciated! ;)

Hello Great theme, i have used it for about two years.

Is there some way to avoid the side scrolling of my website content in the off canvas menu style, becoming an overlay menu but with a short width.

And, is there a possibility that when clicking outside the menu space, this menu closes, that is, there is no need to go to the close icon.

Thank you.

Try to add this:

@media (min-width: 960px){
body.menu-mobile-transparent:not(.hmenu-center) .menu-absolute.menu-transparent {
    z-index: 3000;
}
}

Thank you. It’s working perfectly. You’re the best.

Hi webmastergspot and thank you for the confirmation! Much appreciated! :)
Would you like to get featured? https://undsgn.com/uncode/showcase/
PS: If you like our theme and our support don’t forget to rate the theme 5 stars from the downloads page, this will helps us a lot to grow and allows us to continue the development of our theme! http://www.themeforest.net/downloads

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