Discussion on Uncode - Creative & WooCommerce WordPress Theme

Discussion on Uncode - Creative & WooCommerce WordPress Theme

By
Cart 137,013 sales
Recently Updated
Well Documented

undsgn supports this item

Supported

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

8686 comments found.

UNCODE is such an awesome theme! Could you please release a pure ecommerce theme with all of your styling option? The current woocommerce options are not enough for me. The rest is very great!

Hi and thank you for appreciate Uncode! During this year we planned to release a big WooCommerce dedicated update.

Hi There,

I have a small question. The website I just took over to do maintenance for has version 1.6.4.2 of the theme installed.

Is it save (after backup) to update the theme to the latest version? I have a licence in place with the Envato Market plugin. No more support though.

Thank you for answering.

Regards,

Richard

HI! Yes feel free to update even if it’s quite a big update you should have no problems!

Thank you for your respons!

Thank you for confirm! ;)

As you told me in the comment above, i ask you for this issue below. This account bought the theme and now i`m making some changes.

Hi, why your theme don`t allow me to get the same background image of the content at the logo/menu area? Is there a way to achieve this? I don`t want a background color, but a background image at the menu/logo area. Thanks

Hi! Try this one:

.menu-container {
    background-image: url(https://iasnaia.arq.br/wp-content/uploads/2019/02/background.jpg);
    background-size: cover;
}

Perfect! Many thanks!!

Thank you for confirm!

Hi, why your theme don`t allow me to get the same background image of the content at the logo/menu area? Is there a way to achieve this? I don`t want a background color, but a background image at the menu/logo area. Thanks

Hi efdesignbr! 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 (or at least ask for support with an account that bought the theme)! Thank you!  https://support.undsgn.com/hc

I have a media gallery, am I able to get the same hover effect on individual images like this https://ibb.co/xYQgN97

A few options down you need to change the initial Overlay Visibility.

Yes but it applies to all the blocks at the same time

Really not sure what you are trying to recreate, please share our demo link and your site link.
Anyway we remind that 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 (this wall is not a support tool and it’s used for limited suggestions)! Thank you!  https://support.undsgn.com/hc

Just wondering how you make a page not found connect to a 404 page?

Hi, please find here the info you need, you just need to connect the Contet to a custom Content Block: https://support.undsgn.com/hc/en-us/articles/214002165-404

Completely missed that. Thanks

Thank you for confirm!

Hi, I have a number as a background image on a column but it’s cut off on the mobile phone. On inspect elements if i change the background size to contain it works fine but it’s not css it’s inline. Is there a work around?

element { background-image: url(https://thecreativesolutionist.com.au/wp-content/uploads/2018/12/step3.png); background-repeat: no-repeat; background-position: center center; background-size: contain; }

Hi serobbins! Not sure to understand the request, sorry. Can you please send the link to this page so we can first check if there is a build-in option or suggest the correct code for this?

I redesigned so all good, thanks.

Hi serobbins and thank you for confirm! ;)

Hi decoded-! I’m sorry but it’s the first time I see this sets of add-ons, it actually have just 80 sales and was published few weeks ago. In case can you ask the author if they offer a refund or we can offer too if you test and it’s not compatible, so you can test risk free! Let us know!

Hi, so this theme uses WP bakery correct? and is frontend editing enabled with this theme, or only backend? I really need a theme with the visual frontend editing enabled, or will this theme not work fully in frontend view, and must be done in backend view only?

Hi dcpotter22 and thank you for interest! :)
Actually Uncode is based on a backend only custom version of WPBakery.

Hi Uncode ! Your theme is amazing but I have 2 huge problems that i cannot solve. First : I create page with “visual composer” few time ago and now when i go to edit there is just the classique view with all those non-understable writing “[vc_row row_height_percent=”0” override_padding=”yes” h_padding=”2” top_padding=”3” bottom_padding=”3” back_color=”color-lxmt”” and i cannot do anything to switch to the other view… This problem is “just” on all pages, when i go to portfolio page is working. Again.. I build all my website with visual composer.. I need to update some pages and i cannot do anything…

Second problem : I try to upade my theme to 1.9.3 and..like usually I cannot update your theme… Why is it so difficult all the time.. what i should do to make it work. It’s writen “Une erreur est survenue lors de la mise à jour de Uncode : Aucune archive de mise à jour disponible.” Thank you very much to get back to me.

Hi Auroredurpoix and thank you for appreciate Uncode! :)
1. I think you updated automatically to WordPress 5.0, please find more info here: https://support.undsgn.com/hc/en-us/articles/360000284218
2. Uncode uses a native method from Envato, if you have problems anytime I think you host is blocking something. Anyway you can try this official plugin from ThemeForest: https://envato.com/market-plugin/
If you have problems also with this plugin I think you need to update manually via FTP.

Thank you ! The problem was coming from the update ! It finally works! Thank again for your answer :)

Hi Auroredurpoix and thank you for confirm! :)

Hi, how do we control the text size of regular post body text in all viewports like desktop and mobile etc? I can hack the font-size: to 1vw or something for instance. Or to even control it by %....or even just fixed settings for Default size: and Mobile Default size: maybe? Like it is for Menu text in theme settings.

Currently it says:

Default Font Size (Font size for p,li,dt,dd,dl,address,label,small,pre in px.)

But when I select a largish font that looks great on desktop, it’s huge on mobile :(

Unless I’m missing something? Uncode usually has the small details like this covered! :)

Thanks

Hi david_h__! Not sure why for you is huge on mobile, for example here the lead text looks great on devices too: https://undsgn.com/uncode/homepages/classic-agency/
Anyway we don’t have a build in option for this but you can use a code like this to fine tune your text on tablet and device (adjust sizes to your needs):

/*device */
@media (max-width: 569px){
p, li, dt, dd, dl, address, label, small, pre, code {
    font-size: 12px;
}

.text-lead > * {
    font-size: 16px;
}
}

/* tablet */
@media (max-width: 959px){
p, li, dt, dd, dl, address, label, small, pre, code {
    font-size: 13px;
}

.text-lead > * {
    font-size: 17px;
}
}
Let us know if this works!

Hi there, great theme. I have selected “Random Order” under Media Gallery Settings and it works perfectly when a user is logged in. However if you are not logged in it no longer randomises?

Hi and thank you for appreciate Uncode! Are you using some cache plugins? If you use a plugin that transform the page to a static HTML version is not possible to randomize the page unless you didn’t exclude from the cache, otherwise you see the static cached one. In case send the link to your site so we can check!

Thank you, I have sent through a support ticket

Ok perfect!

Hi. What is the last version of the theme please ? My WP says the installed theme is up to date with the 1.3.3 but on your support page there is a video about new fonctionalities on the 1.7 version. I bought the theme a few years ago, everything was fine but i am adding content and now I am having troubles with blur thumbnails on my pages, only on desktop (it is sharp on mobile) and only the thumbnail, when clicked the full size image displayed in the slideshow is fine. Any idea ? The previous images I uploaded a few years ago are fine, it is only when I upload new images. That’s why it makes me thing it is due to theme updates and import management that could do this. Thanks

Hi jeanphilippehs! Last version of Uncode is version 1.9.3: https://support.undsgn.com/hc/en-us/articles/213454129
Unfortuantely it’s not possible to tell you what is the problem just in words, we don’t have other users reporting the same problem but it seems a problem with JavaScripts files, maybe you installed some plugins, in case send the link to your site.

Hi, thanks for your answer. The blured thumbnails were due to the Asynchronous Adaptive Images option. It seems I can’t have access to the last version, the one I can download in my Themeforest account is the 1.3.3. How can I download the updates ? 1.3.3 is fine for what I need to do, is there any security issues fixed in the next versions that should make me update ?

Hi jeanphilippehs! Yes this is a feature of the Asynchronous Adaptive Images but they should not give you problems (and you can browse most of our showcased websites using this https://undsgn.com/uncode/showcase/). It seems really odd, actually on Envato server is uploaded only the 1.9.3. No there are no security issue but it’s always suggested to update. In case you can also use this official plugin from Envato: https://envato.com/market-plugin/
PS: Since you are updating from a very old version I suggest to perform a complete backup before update.

Hello. I have bought your theme and is great but I have a problem… I need this masonry type of gallery but it’s not working. I have installed the whole theme fresh with all imports https://undsgn.com/uncode/features/media-gallery/. This is the example: Masonry Layout

Here is my website in construction and here is the same page. http://dev1.brandup.media/features/media-gallery/ The same section not working… Can you help me with that please?

Hi brandupmedia! Do you refer to the Masonry or to the Metro? If you refer to the Masonry I don’t see any differences apart the fact that all images from demo contents have the same height. What you see that don’t works? https://undsgn.d.pr/VMfHTL

Hello,

Yes that was the problem that I have added the images the same size and I was expecting for another look. Sorry about that. :D

Don’t worry! Thank you for confirm! ;)

Is there a way to make it so when the page is loaded the Accordion is shut and have to be clicked to open? https://www.total-mtb.co.uk/riders-2/

Hi and thank you for confirm, no sorry this is not possible.

Because I have cloned the first Accordion all the rest keep opening and shutting the first one, is there any way to clone the first one but change the one it opens? https://www.total-mtb.co.uk/riders-2/

Please check the docs, it’s suggested to not clone tabs and accordions (not duplicate the first but create from new after you have saved the page) but create from scratch.

Hi, I have installed the Related Post plugin and want to manually assign related posts. When doing this I can reorder the related posts just like it is mentioned in the support site. When I create the content block and add it to the post the ordering seems to be overwritten by the content block… anyway around this?

Thanks, Daniel

Hi daniel0118! I think you are checking not the correct option, to reorder or re-assign them you need to enter the single post: https://support.undsgn.com/hc/en-us/articles/214005985#&gid=1&pid=9
Be also sure you have set the Automatic Query in the Posts module: https://support.undsgn.com/hc/en-us/articles/214005985#&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 and we care to support the solution! https://support.undsgn.com/hc

Thanks for the reply. I have followed the instructions on the support site before submitting my question. As mentioned it is working correctly except that the order is changing from the content block settings rather than the order of the related posts that I selected from the single post page.

I will submit this as a ticket, thanks Daniel.

Hi! Not sure why you need to change the order in the Content Block since the order need to be selected in the single Page Related Posts option, just leave the Posts module > Single > Custom Order set to Off. Anyway if this doesn’t help, just Submit a ticket so we can check your installation privately!

Hi Guys,

I have purchased couple licences from you and on one of my website just stopped working. Please http://excellrefurbishment.co.uk/

There are two plugin that needs to be installed, Uncode Page Builder (Visual Composer) and Revolution Slider. I have tried few times and it failed.

Website was working perfectly couple of months ago.

How can i resolve this issue?

thanks

Hi coolunuz! This can happen if something goes wrong with the update procedure but it’s super easy to fix. Just access your FTP and navigate to this folder “html/wp-content/plugins”, here you’ll see a sub-folder named “uncode-js_composer”, delete it and the re-install from the admin.

Thank you for the advice.

I don’t have the FTP details because my client wanted to use his hosting company. I will look into next week and let you know if i need any further assistance.

Have a nice day

Hi coolunuz! You just need to request the hosting company or ask them to delete this folder, if you have FTP details it’s a one minute procedure.

Hey, still an awesome theme, I love it. The possibilities to customize, the functionality, great! I have one question: Is it possible to show (or repeat) the logo in the top of the off canvas menu? That would be awesome! My page: https://www.florianwmueller.com Thanks…

Hi florianhwm and thank you for appreciate Uncode! :)
No sorry there is not an option for this and there is not a quick code we can suggest. I see that with the Offcanvas Vertically Center menu a logo on top should be fine. Would you like to send this suggestion? https://support.undsgn.com/hc/en-us/articles/213714949

Hello, I have a problem when importing Product Demo Pages. It looks like all the pages are imported without the proper css… Any idea why? I have imported all the demo content. The pages are ok, but the product pages look like this

https://spots-studio.com/?product=black-camo-backpack

Thanks

Hi andre_malware! Don’t worry 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 (or at least ask for support with an account that bought the theme)! Thank you!  https://support.undsgn.com/hc

Does this work with the new Wordpress PHP 7.2. Thanks.

Hi xscottxhurtadox! Yes it works with PHP 7.2 and it’s also the suggested version.

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