Discussion on Uncode - Creative & WooCommerce WordPress Theme

Discussion on Uncode - Creative & WooCommerce WordPress Theme

By
Cart 135,034 sales
Recently Updated
Well Documented

undsgn supports this item

Supported

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

8625 comments found.

Hello, I purchased the Uncode template in October 2023. From the start, we encountered some issues and as we have been working on the website, despite going through ALL the Uncode tutorials and documentation, we haven’t achieved the visual goals promised by the template. We’ve also watched countless tutorials on WPBakery Page Builder, and THE EDITOR INTERFACE DOES NOT MATCH the ones we’ve seen from this year 2024, even though we’ve updated both Uncode and all the necessary plugins. We also purchased a separate licence for WP Bakery Builder to get the correct interface and options but it didn’t work at all. We kindly request your assistance. After many attempts, we haven’t found any other options. Thank you very much.

Hi danielabzuluaga! Please first note that Uncode as advertised uses a tailored version of WPBakery Page Builder, so the only reference you need to use for the interface is the one you can see our documentation, ex: https://support.undsgn.com/hc/en-us/articles/213456589-Page-Builder-General
Moreover, the only version you need to use is the Uncode WPBakery Page Builder (not the original one).
Now we do not know what you see so it is also difficult to understand how to help you (also because as you see here no other user complains about something similar).
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: https://support.undsgn.com/hc

I have a webshop. I added all my social media in the ‘social media’ category. All worked fine previously and it was shown on my webshop.

But with 1 of the updates this stopped working and I can only see whatsapp as my social media. Whenever I want to add a new social media, it says it is saved but when I refresh the screen then I see the social media I’ve created is not there anymore. So something is happening when saving social media, it doesn’t save. Is this a known issue? Thanks!

I see that @ivanirisarri also got this issue 1 month ago, in this comment section here. @undsgn_team, my URL is https://sweetjes.nl

nevermind, I got this solved by increasing the php_max thingy, fyi

Hi ziyabal, sorry for the delay and thank you for the confirmation! :)

Hi,

I was wondering how to get rounded edges on my Google Map. I tried the inner column, style border radius but it seems google overules this and it’s still rectangular. Thanks for your reply.

And I was wondering if i could change the size of the counters on mobile. Not standard but some of them I would like to have bigger. Can’t seem to find it where to change.

Hi jterstege! Ifyou 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 (when you open the ticket please also include the link to your site so we can suggest based on your settings/scenario): https://support.undsgn.com/hc

Is there a way to include portfolio items in the website level search results? At the moment only pages are included that match the terms. E.g. if someone typed “Branding” into the site search, they wouldn’t just get a link to our Services page overview, but any projects that contain the work and/or tagged with “Branding”. Thanks!

Hello! Uncode doesn’t provide a native function to achieve this, but you can use a simple PHP filter to accomplish what you’re aiming for:

function uncode_child_cpt_search_query( $query ) {
    if ( ! is_admin() && $query->is_search() ) {
        $query->set('post_type',array( 'portfolio' ));
    }
};
add_filter('pre_get_posts', 'uncode_child_cpt_search_query');

With this code, only portfolio items will appear as search results. If you’d like to include posts and pages in the results, you can modify the array like this:

function uncode_child_cpt_search_query( $query ) {
    if ( ! is_admin() && $query->is_search() ) {
        $query->set('post_type',array( 'post', 'page', 'portfolio' ));
    }
};
add_filter('pre_get_posts', 'uncode_child_cpt_search_query');

If you need further assistance, feel free to reach out to our dedicated support team via our Help Center. Please submit a ticket here so we can review your installation and help you find a solution: https://support.undsgn.com/hc :)

Hi I have a valid purchase code for this item. It was used on an old URL. That URL has since been replaced with a new one. I’d like to change the URL that the code is valid for. I can’t go into the support area because that has expired, but can you guys turn it off from the old domain and turn it on on the new one? How do I provide you the domain? thanks

Hi ragsntatters! Next to the error message you probably have, there is a ‘More Info’ link that takes you to a documentation page with all the information you need. If you haven’t seen it in a nutshell, please send a private message using the form you find on this page and include your Purchase Code: https://themeforest.net/user/undsgn

Hi ive sent a message through but haven’t heard back and have deleted the old site so can’t remove the code from there.

Hi, we replied the same exact day, we think you should check the spam box (and we replied also today to a new request). Let us know if you find it.

Is there a way to import a single demo only?

Hi Raffa1! You can use the Import Single Layout function as described in the doc (but anyway, the generic Theme Options will be applied). https://support.undsgn.com/hc/en-us/articles/214001065-Import-Demo-Layouts

Hello!

How do I add a shortcode to a page? I couldn’t find this information in the documentation.

Thank you!

Hi mnovak2021! The shortcode system is a standard of WordPress, you just to use a Text Module to insert it.

Thank you for your quick reply! I really appreciate it. There’s no Shortcode block in the editor so I was wondering where it should go :)

Hi mnovak2021 and thank you for the confirmation! ;)

Hello,

I would like to use the theme on a different domain. Could you please assist me with activating the license on this new domain?

Thank you for your support, and I look forward to your response!

Hi justdavideliot! Next to the error message you probably have, there is a ‘More Info’ link that takes you to a documentation page with all the information you need. If you haven’t seen it in a nutshell, please send a private message using the form you find on this page and include your Purchase Code: https://themeforest.net/user/undsgn

Hi there, whenever I end things from an imported page template that at first Preview correctly end up breaking their styling when I hit Save or Preview again. For example font styles as soon as I make a change lose their sizing or colors. It looks like I have all of the plugins correctly installed and activated.

Not sure if this additional context will help but when I important try to edit content on Creative Event page template the light purple background for “Pre-sale offer” on the upper right of the page also just uses the default Blue still. Or for example when I edit the text for the side scrolling Malmo text it breaks the sizing and becomes super small.

Thanks!

Hi futuref1! We are sorry but if an user has an odd issue that other users are not reporting we need to check the installation.
Are you compliant with the Max Input Vars in the System Status page? This can be relathttps://support.undsgn.com/hc/en-us/articles/214000785-System-Status
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: https://support.undsgn.com/hc

Hi there yes it is set at 3000

Hi futuref1! As suggested it’s better you open a ticket and you insert your complete logins to access the installation!

Hello, I have moved the website URL from staging to live, now the licence code is no more valid. How can I reset the licence code so I can use it on the new URL?

Hi serial-buddha! Next to the error message you probably have, there is a ‘More Info’ link that takes you to a documentation page with all the information you need. If you haven’t seen it in a nutshell, please send a private message using the form you find on this page and include your Purchase Code: https://themeforest.net/user/unds

Hello, Im using the https://undsgn.com/uncode/homepages/creative-event/ page. But I cannot get the settings the same where the nav bar is hidden like its is on the demo page. Is there CSS or setting I can enable to remove the nav bar and make it like this one?

Hi RellsFargo! This is just a transparent Off-Canvas Menu, and the settings are basically these: https://undsgn.d.pr/i/YLO6R4
If instead you refer to the transparency, you can follow these articles: https://support.undsgn.com/hc/en-us/articles/213459689-Menu-not-Transparent
https://support.undsgn.com/hc/en-us/articles/4550450886801-Menu-Transparent-on-Scroll
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 (it’s not easy to help without login your installation): https://support.undsgn.com/hc

I’m having all kinds of trouble when I switch away from Uncode to even something like Twenty Twenty-Four. I just end up with a box of code. Not great if I need to move between themes.

Hi! This is normal since you created the page with the WPBakery Page Builder and what you see are the Page Builder shortcodes… if you disable the theme you cannot expect that these special contents created with the “theme tools” are ported to the new theme. This happens with any theme.

hello, latest update on cpanel, im getting hundreds of error_logs saying – uncode_unclean_url function not found when trying to add filter in uncode-core.

Hi tomburton87! This is weird. Please try to replace the content of wp-plugins/uncode-core/includes/core-functions.php with this version: https://pastebin.com/raw/57rX64yQ

Hi,

Since the last update of Uncode, my websites created with Uncode experience very slow backends. Are there any known problems causing this? Would love to hear.

Hi jterstege! We are sorry, but no other user has complained about something similar in recent months. Are all these sites on the same server? Maybe you use some plugin on all these installations?
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: https://support.undsgn.com/hc

Hi, After some further investigation it seems it only occurs with my standard Mac browser Safari. I just tried it in Chrome and here it is not slow. For now I have a workaround.

Hi jterstege and thank you for the confirmation! :)

If you encounter a fatal error on your WordPress installation, it may be related to the latest version of the ‘Category and Taxonomy Terms Order’ plugin, released on September 4, 2024. To resolve this issue, you can either disable the ‘Category and Taxonomy Terms Order’ plugin or update the affected file with the patched version. As always, a fix will be published as soon as possible with a new Uncode update. https://support.undsgn.com/.../214092169-Patches-and-Fixes

Hello! Wonderful theme! I have a presale question. I am going to design an e-commerce website, and I need to customize the menus. For example, a mega menu with icons next to the texts, a column of the mega menu for new products, featured products and things like that. I can’t see an example of this, is it possible to do it with your theme? Thank you in advanced.

Hi Saris! Do you mean you need to insert special widgets in the Menu to have creative solutions? In this case, custom Megamenu is not an option at the moment. A good solution is to use a Megamenu plugin like QuadMenu (they also Uncode on their demo), or Groovy Menu: https://support.undsgn.com/hc/en-us/articles/213457169-Megamenu

Hello. There is another important question. I will need to integrate Saas Calendar into the web. Is it possible to do this in your theme? https://www.supersaas.cz

Hi svetpkv! We are sorry but we don’t know this Saas Caledar, there are more than 30.000 plugins for WordPress. Anyway, I think the developers make integrations available with shortcode as most of the plugins out there.

Hello. I’m considering to buy your theme and have a few questions:

1. Can I install your theme to my local device and after finishing making a web connect with a domain and hosting? Any tutorial would be handy.

2. How can I customise the colors of my website? I’m planning to combine different demos of your theme.

3. I was going through some of the showcases and some of them were loading quite slow, though they are not so big sites. Wondering, why coudl it be so and perhaps you can provide with more credbale showcases. I’m concerned, since my web will have lots of pictures and quite infomative first page.

4. Are there any widgets I can use with the theme?

5. Which page builder your theme is compatable with?

6. I assume one License is for one site (one domain), right?

7. With purchased license, what content withing the theme I will have a right to use: icons, pictures..? I’m making this web for a client.

I’m new in the WP themes word and would appreciate your respond. I need to construct a “Photo portfolio + Course registration + Eshop” kind of web site.

Hi svetpkv!
Yes, you can do this but we always suggest to create your site online, so if you need help the Support Team can access it and help!
2. Yes you can do this, there is a Palette manager, don’t worry. It’s also possible to combine different demos and layouts.
3. As you can see, some are slow, some are fast, so the issue is not the theme, precisely because WordPress works on the server, having a good server and perhaps a plugin cache is always essential.
4. You can refer to the demo.
5. Uncode is based on a tailored version of WPBakery Page Builder.
6. Yes, the License terms do not apply only to Uncode but to all themes available on the Envato Market, one License one website.
7. You can use the icons, etc but note that the when you install the Demo Contents you will have placeholder images. Most of the images in the demo are taken from Unsplash or similar sites.
Let us know if you need more info. In the case here we have a very detailed documentation about Uncode: https://support.undsgn.com/hc/en-us

Thanks for the prompt reply.

I will need help moving the website online. But for now, the client wants the current website on that domain to keep running until the new one is constructed. If there is a solution to install WP online an to work online, would appreciate.

Also, I would appreciate it if you could help with the bilingual site. The main web will be in Czech, and then I will need an English version. Would it be possible to do with your theme?

Hi svetpkv! You can build the new website on a subdirectory of the final domain, and when ready move it on the primary URL.
Yes, Uncode is not only compatible but also certified by WPML that is the most popular multilingual solution for WordPress: https://support.undsgn.com/hc/en-us/articles/214003905-WPML-Multilingual-Certified

hi! i have a font and it’s ttf file. (fontname.ttf) can i just use it. i dont hace any css style from the author

Hi! To use any web font (even if you use a simple HTML page), you need a special CSS to load the font, in the case you can adjust like this: https://support.undsgn.com/hc/en-us/articles/214006085-Self-hosted-Web-Fonts
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: https://support.undsgn.com/hc

Hi, I have a technical question, I have a plugin that update the product price to show the discount (called Tiered Pricing Table for WooCommerce), but it seems that your theme keeps adding the original price at the end of it. First, I just asked help to the Tiered Pricing Table for WooCommerce support team, but they told me that it should be related to the theme that, using your “Dynaming heading” option to show the product price in the content block. You can see here : https://www.ovibar.com/produit/pack-de-filtres/

Is there a way to fix this ? Thank you for your help.

Hi MaxTab-EURL! We are sorry but we have no other similar reports and without a check, we cannot tell you exactly what is going on. Surely you are using a plugin that is made for the default WooCommerce template with a custom layout and dynamic headers… You can try this simple CSS code for now:
span.woocommerce-Price-amount.amount { display: none; }
.tiered-pricing-dynamic-price-wrapper span.woocommerce-Price-amount.amount { display: block !important; }

I guess you’re right, thanks for the quickfix, it works. I’m not sure if it’s better to ask to the plugin team to adapt to your theme, or to work on a fix on the uncode theme, maybe with a shortcode or something.

Well, thank you again for the quickfix

Hi MaxTab-EURL and thank you for the confirmation! :)

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