Discussion on Uncode - Creative & WooCommerce WordPress Theme

Discussion on Uncode - Creative & WooCommerce WordPress Theme

By
Cart 135,883 sales
Recently Updated
Well Documented

undsgn supports this item

Supported

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

8652 comments found.

Hi. I’m heaving some troubles with Amelia. On chrome I can see front end booking system only if I’m logged in, when I log out than it disappears. On safari and edge booking system isnt visible as well. I think it got broken after last update. Could you please advice on it?

Hi! It seems a bit strange that is related to the update (at least we don’t have similar reports from other users). Anyway, without the possibility to check the installation is really not probable to understand the possible issue since also this Amelia is not one of the suggested or packed plugins. Please open a ticket, share complete logins, so developers can check at this.

Guys, is there no way to migrate the license to a new site if I have no support time left? There is currently no site using the theme, and I’d love to change that with a new site I’m launching. Any help is greatly appreciated.

I think we fixed this! ;)

yeah we did. Thanks guys.

Hi guys! I just wanted to report an issue that I’ve noticed since the last update. The primary navigation used to function differently. I could put a menu item (custom link) with no URL and and sub menu items underneath it and when I clicked on the empty menu item it expanded and collapsed the sub menu. Now it just adds a ”#” to the end of your URL.

See example: www.sassabjorg.com I used to expand and collapse the shop and portfolio sub menus and now they just stay open once you click them.

Try to purge all possible caches you can have, for example possible extra services like Cloudflare etc.

It’s not a cache problem, I always try that first. Anyway, it’s not your problem :) Thank you!

Ok let us know if you find somethings, here we tested also another installation with the latest version and it works as it should.

Hi, I was able to add an underline in my headings but wanted to animate it the same way it’s in the sample from your site, where the underline animates from left to right.

How do I get to do that?

Thanks!

nevermind, I figured it out!

Hi vickymontero, and thank you for the confirmation!

Hello, I need an e-commerce website where I can send a photo along with the purchase of a product from the store. Do you have a theme that offers this feature?

Hi colegram_ch! This is definitely not a feature of Uncode or something you can find in other themes. More like you need to see if it’s something that can be implemented with WooCommerce itself (the plugin that takes care of the eCommerce part of the themes). There is probably some extension or it can be made through the Digital Download features.
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, Ok thank you for your answer, I will contact you when the time comes.

See you soon

Thank you for the confirmation!

I wanted to report a bug with the new version. I tested it on two sites that I manage, so it’s not an CSS or plugin issue. The are 2 issues affecting the off canvas elements: 1. The hamburger icon on an off-canvas vertical menu on desktop no longer transforms to an “X” 2. The close button of the side-cart stops working after you add items, when you’re using an off-canvas vertical menu. If you can’t replicate it, please contact me and I’ll provide a video.

Hi SassaBjorg! Ok issue confirmed, we will insert also this fix in tomorrow update.

Great, thanks! As always, you guys are amazing!

Thank you for the confirmation and for the report! ;)

I can’t update the theme because i’ve changed the name of my web, before was tinyuniverseminiatures.com, and now is dollhousefloorings.com, I think the purchase code is catched on the old website. Can you help me?

Hi llunataronja! Next to the error message you probably have, you should have a link that explain how to ask for support relative to possible license issues… Please send a private message using the form you find on this page, and include your Purchase Code: https://themeforest.net/user/undsgn

I’m trying to upload the “Shop Product” layout but it’s not listed in the Theme Import section, what is it called there?

Hi lbas! You need to be sure to have the latest version of Uncode and check the Page list of the Selective Import, this layout is part of the new version of Uncode: https://support.undsgn.com/hc/en-us/articles/214001065
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

Yes, that was it, my mistake, easy fix, thank you! Great theme, excellent support.

Hi lbas, and thank you for the confirmation! :)

Hi, I put off the cart icon and set up a different logo for the mobile, but all changes that I’m making are not working in the mobile version, even if I delete the cache in my phone. Is there something that I missing ? I also check the setting in each individual page but they are ok… Please help :(

Hi paoletta88! I understand this problem of yours but as explained if we have not received any other similar support requests, and therefore implies that there is something strange happening on your installation, our developers need to see this installation of yours to understand what is going on. It is certainly not something we can debug in words without even a link to your site.
Only thing I can think of is to try to see if you put a logo in the WordPress Customizer that overrides the theme options: https://undsgn.d.pr/i/GK4gAR
If not, you need to open a private ticket at our Help Center: https://support.undsgn.com/hc/en-us

Thank you so much for your help! Finally, I solved the issue!!! I tried your solution first, and it worked, but the nav bar was still displaying in white when the settings were set to black. After tweaking some things and changing the font size on the home page, it finally worked. Thanks for your help; you are very kind! I appreciate it.

Hi paoletta88 and thank you for the confirmation! ;)

Hi, after latest theme update when I click search icon on mobile the menu automatically opens too. It also happens on your demo pages so I hope you will fix it soon. https://undsgn.com/uncode/homepages/shop-ajax/

Hi michalcica, and thank you for the heads-up! We are going to fix this soon!

Dear team,

I am the developer of the WeePie Cookie Allow Plugin on CodeCanyon and have a question.

One of our clients is having an issue with showing the Uncode Google Maps, when using our plugin.

In short, our plugin blocks HTML (that can place cookies) until the website visitor gives consent. After consent, scripts are automatically reloaded. This sometimes does not work out of the box when scripts have dependencies like the google object for Google Maps or when attached to DOM ready or window load event.

In this case I can create a compatibility hook in our plugin, to call e.g. some global JavaScript function.

So I would like to create a compatibility with your Theme, but as far as I can see, the JavaScript code that initiates the Google Map is wrapped in an IIFE (Immediately Invoked Function Expression):

(function() { "use strict"; var uncode_gmaps_init = function() { // ... }; }());

This prevents me from calling the uncode_gmaps_init() function manually.

Our plugin frontend code also has some JavaScript events your plugin can hook into, like you are doing at the bottom of the uncode.gmaps.js file:

if ( typeof window.parent.vc !== 'undefined' ) { window.parent.vc.events.on('shortcodeView:ready shortcodeView:update', function(model) { setVcFrontend = requestTimeout(function(){ uncode_gmaps_init(); }, 500); }); }

I hope there is a way we can find a solution. Can you email me at weepie-plugins@outlook.com for further contact?

Hope to hear from you and thanks a lot in advance!

Kind regards, Vincent / WeePie Plugins

You welcome!

Hi! Just a short update here that making the `uncode_gmaps_init()` function public helped me a lot and let me solve the issue of our client.

Thanks for the fast implementation!

Thank you for the confirmation!

hi, preorder question. Can we add any template parts in pages? or singlea ny template pages?

Hi Pudis! Please find here more info: https://support.undsgn.com/hc/en-us/articles/11143875681693
Anyway, if you have another setup you can contact us at any time so we can help with the possible migration.
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

Thank You. We use different domain, because on production domain php 5.6. And its server should be updated after we finish our job… So best option is license migration.

Hi Pudis! Yes, when you will need to migrate you can contact us privately, and include your Purchase Code: https://themeforest.net/user/undsgn

On your vertical nav: https://undsgn.com/uncode/shop/apple-iwatch/ ... is it possible to update this layout for a better mobile experience? Meaning there should be at least a dot indicator showing the user that there are more images. This is pretty standard practice. owl-dots disabled << this should be enabled by default.

Hi BlackWat3r! Nothing for which I can suggest you a simple code here but it is a good point, I pass the info to the developers.

Hi BlackWat3r! On the very next update there will be the dots on mobile in this scenario, confirmed.

There are a few problems with the new update in the demos:
  1. The close button on the slide-in main menu and slide in cart is not working
  2. On this product page, you cannot select the size: https://undsgn.com/uncode/shop/traverse-winner/
Hi Stefan1904, and thank you for the confirmation!
Not sure what is the CF module, sorry. Anyway the top part can be created with the dynamic modules (it’s pretty standard and it’s the same of our demo even if we just change the title, the short description, and background): https://support.undsgn.com/hc/en-us/articles/360011223818
For the second custom part you can use this hook and assign to each category e a different Content Block with a custom content: https://support.undsgn.com/hc/en-us/articles/11977049471389
I hope this makes sense!

Thanks. Last question: It seems that in your demos the product tabs on the product pages are not the standard woocommerce tabs and you manually use a page builder tab element.

Can you still use plugins which add additional tabs via hooks? We don’t want to loose this standard woocommerce hook functionality. Optimally we would like to use some of the new tab design for the product tabs but with another plugin to add additional tabs with individual content.

Hope you understand what i mean.

Hello Stefan1904.
I invite you to read our documentation on this, especially the box at the bottom of the page where we mention this very aspect: https://support.undsgn.com/hc/en-us/articles/360011205078 Although we have also included modules that allow you to add custom hooks in certain positions, we cannot guarantee full compatibility of our builder with all plugins developed by all other authors, so in case of incompatibility we can only suggest using the default WooCommerce layout: https://undsgn.d.pr/i/pBIQzd
Best .-)

Hello, I just updated my old theme to yours and I am getting this error for wpbakery of “The license is already activated on http://promo-theme.com/novo. You can manage your licenses at support.wpbakery.com or purchase a new license at wpbakery.com.” how can I remedy this issue? I’ve already deleted the old wpbakery plugin from the old theme

Hello! The link you provided points to a theme by different authors, and anyway, WPBakery page builder, included in Uncode, doesn’t need to register any licence. Could you please clarify this?

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

Hello, why can’t the full screen videos of this website be seen on mobile phones? I’m considering moving to elementor because I can’t take it anymore. https://universomedia.com/

Hi celediaztristan! These are YouTube videos and as for documentation, it’s not possible to have YouTube video backgrounds on mobile, this is only possible when you use self-hosted videos: https://support.undsgn.com/hc/en-us/articles/115000721729
PS: Before you switch to this new builder, please take a look at their documentation because this is not possible even with their builder if you use YouTube videos.

Helllo how do i increase the caption text size in lightbox https://prnt.sc/HWzZbvEmUXf-

Hi kingsleymensah! You can use this simple code in the Theme Options > CSS:

.lg-sub-html p {
    font-size: 16px;
}

thanks this worked. Also, i want to move the text up to just below the image

Hi and thank you for the confirmation! We are sorry but this is not possible. The Lightbox plugin doesn’t allow fo this option, we are flexile but within the limits of what we show on all our demos.
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

WordPress by default allows html to be used within the post excerpt which shows within the post loop. The Uncode theme seems to remove this. Is there a way to allow html to be used within a post excerpt?

We are sorry but there is not an option for this since inside the thumbnails there can be also other elements with links like the Categories, Date, Author etc. This is possible if you use the Overlay layout, not the Content Under Image, where elements are inside the Media Area.

We deactivated all plugins, loaded the Wordpress Twenty Twenty-Three theme and tested a post with html in the excerpt and it works fine. I know in years past it never used to work, yet it seems to work in the latest version 6.2.2

We have it working within the Uncode theme by not specifying a character limit to the excerpt. When we add a limit it strips the html.

Yes exactly you can’t stripe the characters because you can’t know where the HTML code breaks.

Scroll not working on mobile product gallery https://oqglasses.com/

Hi boujlal! Try to add this code in the Theme Options or in the Child Theme, otherwise, we need to check privately why your installation is affected by this issue:

@media (max-width: 959px){
    body.wc-zoom-enabled div.product div.images .zoom-overlay {
      display: none;
    }
    a.woocommerce-main-image.lbox-trigger-item {
      pointer-events: none;
   }
}

Thank you, but still not working, if I tap on the gap between images it scrolls but not on the images

Hi boujlal! We tested on our installations and the options are these: https://undsgn.d.pr/i/eJrkH6
If you confirm you have this options set to Yes, it should be something else that we cannot understand from here, sorry.
We tested also our demo (same layout) and it works as it should: https://undsgn.com/uncode/shop/integra-trident/
https://undsgn.com/uncode/shop/oceanside-navy/

Hi, how to remove envato market top bar? We need to get templates with URL’s for creating website.

Hi Pudis! Use this URL: https://undsgn.com/uncode/

Thank You. Can we use licence on development domain and then move to production site?

Hi Pudis! Yes sure, if you have a problem with the migration you just need to contact us.

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