Discussion on Uncode - Creative & WooCommerce WordPress Theme

Discussion on Uncode - Creative & WooCommerce WordPress Theme

By
Cart 135,111 sales
Recently Updated
Well Documented

undsgn supports this item

Supported

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

8628 comments found.

Hello! I’ve just installed the theme and I’m trying to leverage the Wireframe feature when I’m building a page and when I (for example) select a header that I’d like to use, I get the spinning wheel and nothing happens. Please help.

Hi jacobstoops! If you have a strange issue that other users don’t have you need the developers to access your installation. 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

We moved a project to the clients server. And there is a ftp form popping up with the title: “In order to be able to perform this action, WordPress needs access to your web server. Please enter the FTP credentials to continue. If you have forgotten your access data, you should ask your web host.” (translated from german). What is this exactly?

Hi kerngebiet_digital! I think I understood even without even a screenshot it is very hard to tell. Your server doesn’t seem to have some active permissions for your WordPress installation. Try opening the wp-config.php file and paste this where the definitions are:
define('FS_METHOD', 'direct');
.

Hi! I want to buy this theme but my client has two questions:

- I see one Animated Heading that has an animated underline. Is it possible to underline just a couple of words or it’s the whole text?

- If is possible to add a CTA and a secondary text in the Portfolio Slider, and not use the hover state in that element (ref:https://undsgn.com/uncode/homepages/creative-marketing/).

Thanks!

Hi rod-ramirez, and thank you for your interest!
Yes, you can underline only some words, this is a simple example, only the second part is underlined: https://undsgn.com/uncode/homepages/creative-vcard/
You can avoid the hover effect, but you cannot insert a section. You can insert a section only if the images are 50% width, here a quick example: https://undsgn.d.pr/v/7OnCqO

Hi guys! I wanted to verify what PHP versions are supported and / or recommended. According to these comments the 8.0 should be supported, however your knowledge base still recommends 7.4 (https://support.undsgn.com/hc/en-us/articles/115000560529-PHP-Version).

Wordpress 6.1 adds compatibility up to the 8.2 version.

Thanks in advance!

Hi martinlatal_! As you can see WordPress team still officially recommends PHP 7.4: https://wordpress.org/about/requirements/
The fact that WordPress is compatible up to PHP 8.2, as well as Uncode is another thing.
To be on the safe side they suggest a lower version because for example many plugins still are not compatible with newer versions of PHP.

Hello, love the theme. But I would like to add the “Sticky Scroll Layout” for other content types than posts and galleries. Want to have this horizontal scroll for example columns with a fixed width. Hope you can help me…

We are flexible but in the limits of what we promote and show on our demo. The Sticky Scroll cannot be used to “move” normal sections, and it’s not something we can suggest a few lines of CSS code. Anyway, the Media Gallery is capable of accept also Texts, you just need to insert them using the Add Multimedia, and inserting the Text in the oEmbed code field.

OK thanks, will work with “Custom Post Type”

Thank you for the confirmation! ;)

Hi guys, I´ve tried everything, but cannot find my way around this Lightbox bug: when I choose to connect several images (“Connect To Other Media”) and open them in Lightbox, it doesn´t show titles/captions for any of the images except the first one. The title/caption spot just remains empty. The class changes from “lg-sub-html” to “lg-sub-html lg-empty-html”. When I don´t connect multiple images and open them separately in Lightbox, the title/caption is correctly shown. It would be absolutely awesome if this problem could be resolved in one of the next versions. Cheers, great theme nevertheless..!

Hi musimon, and thank you for reporting! Please find here the fix: https://www.dropbox.com/sh/b7gr3cilsp6qswh/AABw875NktMsiWJzbcoMbB88a?dl=0

These are the files to update:
  • wp-content/themes/uncode/library/js/app.js
  • wp-content/themes/uncode/library/js/app.min.js
  • wp-content/themes/uncode/library/js/lightgallery.js
  • wp-content/themes/uncode/library/js/lightgallery.min.js

The fix will be part of the next Uncode update.

Awesome! Thank you!!

Thank you for the confirmation!

I need help in finding what Demo from Uncode theme is used on my website. Someone else built it but removed all the details about the demo. I wnat to know so I can purchase again the theme. Thank you.

As you see here (and this is not our official Help Center) there are as many as 7548 requests where we help users. You are the one who doesn’t have the badge showing that you purchased the product and moreover you don’t want to share the link to your site. So it is you who decide not to help yourself not us.

are you sure you want to answer like that? I mean I stated before I want to buy the theme and also I stated before my link is not to be published here until I am able to bring it to date. Why would I risk it to be hacked or whatever else just cause u dont provide help within an email?? Are u serious? thanks but no thanks. From what I see here, theres no WILLINGNESS from ur side to help someone in need :) ... so stop trying to swich the blame :)

Thank you and enjoy ur day!

Hi elenaiosub! Please read our first response from 5 days ago, I think that explains it. No one is denying you help, you just have to do it by abiding by the current terms of support in the Marketplace: https://themeforest.net/comments/29146776

Hi! I want to but this theme but i have a question,

I likes this Demo: https://undsgn.com/uncode/homepages/creative-corporation/ But i want to know if lightbox module (3 columns, over the Leadership section) can have Custom Links.

Thanks in advance!

Hi rod-ramirez, and thank you for your interest! :)
Yes this can be configured also to open blank custom links, it’s very configurable module, ex: https://www.youtube.com/watch?v=i45KjhZ8Q4k
If after purchase you need our help to change options here you will find our Help Center: https://support.undsgn.com/hc/en-us

That’s great! Thanks!

Thank you for the confirmation! :)

Hi, i’d like to change the Buttons “Text” Color. (Not background, just the text) I choosed the filled, but i don’t whant the Text to be white like on default but to be black. I can’t see an option to change.

Do i have to do it with custom css, and if so how?

Hi aldaron1! 1. To have them one next each other you need to use the Display > Block option: https://undsgn.d.pr/i/h0lbmY
Try to paste these and adjust to your needs:

a.custom-link.btn.btn-lg.border-width-0.btn-color-xsdn.btn-circle.btn-icon-left {
    color: red !important;
}

a.custom-link.btn.btn-lg.border-width-0.btn-color-xsdn.btn-circle.btn-icon-left:hover {
    color: pink !important;
}

a.custom-link.btn.btn-lg.border-width-0.btn-color-169672.btn-circle.btn-icon-left {
    color: violet !important;
}

a.custom-link.btn.btn-lg.border-width-0.btn-color-169672.btn-circle.btn-icon-left:hover {
    color: blue !important;
}

a.custom-link.btn.btn-lg.border-width-0.btn-color-210407.btn-circle.btn-icon-left{
    color: black !important;
}

a.custom-link.btn.btn-lg.border-width-0.btn-color-210407.btn-circle.btn-icon-left:hover{
    color: yellow !important;
}

thanks – works perfectly!

Thank you for the confirmation!

Hello I have contacted them in vain. My webspace with various websites was unfortunately hacked. Among others also my website with the Uncode Theme. I wanted to rebuild my website step by step, unfortunately I can only if you reset my license code so that I can activate it again. Could you do this for me? It would be very annoying if I can not set up a site and have paid money for nothing.

Would be very happy to hear from you.

Kind regards

Hi xRacer! Please send a private message using the form you find on this page and include your Purchase Code: https://themeforest.net/user/undsgn

Est-il possible d’utiliser Elementor ou WPBakery avec ce thème ?

Hi ALIBEE71! Uncode is based on a tailored version of WPBakery, some users used Elementor but you are going to loose the best parts of Uncode and Demo Designs (that are based on WPBakery), ex: https://undsgn.com/uncode/frontend-editor/

hi is your latest update compatible for php 8.0?

Hi b-jou! Yes, compatibility was introduced on 2020: https://support.undsgn.com/hc/en-us/articles/213454129

Thanks for the clarification, then I must have some problem with a plugin :-) Best regards

Hi b-jou! What is the error you have?

Hi, I am about to update server to MariaDB 10.6 is your theme compatible with this version?

Hi pixel-hustler! Yep, confirmed!

Hi, I have an active license. Can I use my license for localhost development as well?

Hi shad_mo! Yes, you can use for local host but you cannot use to register the new website when ready and installed on the final server: https://themeforest.net/licenses/standard

hi i have uncode version 1.3.3 installed for a site, is it possible to update the theme to the latest version without losing the content of the pages?

I believe version 1.3.3 is not compatible with WP version 6.1.1

Hi boccarossamichele! Your version is from 2016: https://support.undsgn.com/hc/en-us/articles/213454129
Yes, you can update without logins any contents, but since this is a very old version, we suggest you to perform a backup first: https://support.undsgn.com/hc/articles/360001216518
Than you can update using the Envato Market plugin method described here: https://support.undsgn.com/hc/en-us/articles/214001205
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 have purchased your theme multiple times for different websites, and I know for sure I have one licence not in use. Unfortunately, I forgot to deactivate it when I changed the theme. Now I’d like to use this one licence again, so could we check which one is not in use? Is there an email I could use to contact you?

Hi Nellissima! How are you? Please send us a private message using the form you find on that page, and include the Purchase Code you are trying to use so we can check and help: https://themeforest.net/user/undsgn

Hello! With this theme is it possible to have sections with a background video and scrolling within the pages like the one implemented by fullpage (https://alvarotrigo.com/fullPage/) ?

Hello again! Each slide consists of a row made with the Page Builder, and the rows can have as background: video, image or colour. Best :-)

Thanks very helpful. A last question. Is it possible to change the layout of the post archive page? For example without using masonry but grid? Do I have to work on the php files? Thank you

Hi alex4dorothy! You can make any archive the layout you prefer (also a carousel). Please follow this guide and video tutorial: https://support.undsgn.com/hc/en-us/articles/213459549
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, is there a way I can use 2 different media galleries in the same page? When I do that, the second one appear cut in half: https://chezromyk.web-outsourcing.site/media-gallery-test/

Thanks!

Hi luciamyv! Yes, sure. Just the Widget ID must be unique: https://support.undsgn.com/hc/en-us/articles/213456809#&gid=1&pid=2

Thank you very much!

Thank you for the confirmation!

Hello Uncode, again great theme and thanks for the good job. I still have a problem with my images that was never solved. I tried everything propose on the documentation but still the same issue. In fact, when using “Adaptative Images” options, some images are really blurry. And when using “Dynamic Srcset” option all images are clear but it take forever to load. When scrolling you need to reload the page every time to see the images. My preference will be to use Adaptive Image, but how to avoid blurry images. Or how to use “Dynamic Srcset” and get my images loading instantly when scrolling through the website.

I haven’t install any extra plugins yet, except for the ones required/installed by the theme. Can I deactivate them?

I tried deactivate those theme and then website is not working anymore. Please can you take a look. This is really weird

Hi Ektiva! Jetpack is not native of Uncode, anyway, we see that it’s options are still active in the code, this is not native of Uncode: https://undsgn.d.pr/i/BT1aa3

Hi! Is there any way I can change to overlay menu icon size? I want it to be bigger.

Hi zzbeck! As noted in the admin the option refers to the other menu layouts (the Overlay menu is calculated automatically): https://undsgn.d.pr/i/3uerGa
Anyway, you can use this simple code:

@media (min-width: 960px){
.menu-overlay .vmenu-container .menu-smart a:not(.wc-forward) {
    font-size: 6.5vh !important;
}
}

Hi! I know. I want to change the burger menu icon size – not the font :D

.lines-button .lines {
    transform: scale(1.5);
}
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