8685 comments found.
Hi,
There is’nt an uncompatibility with your version of WPbackery and Wordpress 5.5 ? Since the update of Wordpress, I don’t see the WPbackery editor for page, block ou article.
Of course, all the plugins are desabled. Only actived core and WPbackery.
Thank you,
David
Yes, I downgraded to Wordpress 5.4.1 and now I see the WPbackery from your theme.
Hello,
if you updated your WordPress version you need also to update Uncode to the latest compatible version that is all dedicated to the compatibility with the WordPress 5.5:
- https://support.undsgn.com/hc/en-us/articles/213454129
- https://support.undsgn.com/hc/articles/214001205
The compatible update is out from a couple of weeks and it perfectly fix all the possible problems with WordPress 5.5, just make sure to clear all your caches and disable possible out of date extra plugins: https://support.undsgn.com/hc/en-us/articles/360011829858
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
Hey guys, i’m currently using a gallery carousel and the rotating stops when you hover your mouse over the carousel. Is it possible to disable that so that the carousel continues to rotate?
Hello!
This snippet changes the behaviour of all Owl Carousel across the site and disable the stop on hover:
(function( $ ) {
$(document).ready(function($) {
var $carousels = $('.owl-carousel');
$carousels.each(function(){
var $carousel = $(this);
$carousel.data('owl.carousel').settings.autoplayHoverPause = false;
$carousel.trigger( 'refresh.owl.carousel' );
});
});
})(jQuery);Put this snippet into “Theme Options > CSS & JS > Javascript. (If you need to better target the selector, I’m sure you’ll know how to do it.)
Best 
Awesome, thanks very much!!
You’re welcome! I remind you that if you need further support, it 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
So I’m looking to buy a Copy of Uncode, However I noticed that there’s a pretty strict serial number system with it. If I purchase it, can I use it on more than one website that I own? ( I own 4 sites ), Or is it going to bug me to buy it 4 times?
Hello and thank you for your interest.
Please consider that we, as authors of the theme, are not the ones who decide on licensing: we follow the rules imposed by Envato, which requires that a license corresponds to one final site only. Here you will find all the information explained in detail: https://themeforest.net/licenses/standard
Best 
Hi, I tried to improve the pagespeed for a client website; unfortunately app.js/init.js scripts seem to be killers for the google insights measurement, esp. on mobile. Are there ways to keep the theme working without those? tried to delay with hummingbird but the content/editor wouldnt work anymore then. Or are there plans to improve this?
Hello,
sorry for the issue, however, if init.js must be taken out from the file concatenations and can’t be put at the end of the dom, app.js can be concatenated and moved as you prefer. The file init.js allows users to see the layout immediately ordered without waiting for the complete DOM loading, since init.js executes some functions each time the browser renders one single row of the layout.
More info about performance are here: https://support.undsgn.com/hc/en-us/articles/115004168269
I’m not sure to understand, though, what relation there is between delay some files and the content editor. Maybe are you talking about the Frontend Page Builder? In that case you should disable the tool you mentioned when you are on the Frontend Builder.
Let me know, best 
Hello,
Last Update,
Enfold – Responsive Multi-Purpose Theme,
visit Link : https://1.envato.market/LV7O0
Hi sabbirsarder565! We are sorry but we don’t understand this comment…
Hi! I have a problem with translation , when I translate with WPML , content display twice on my page What should I do ?
Hello Kuprsintez,
very strange issue. Does it happen with the a basic theme as well (like Twenty-Twenty)?
Anyway, I recommend to open a ticket in our Help Center https://support.undsgn.com/hc and provide there your site details, so we’ll be able to check your installation and support the solution privately! Thank you!
Hi! I would like to know how to show the product category as well in the uncode breadcrumb. Right now is’t only shows Home/Shop/Product-name. I wish it can be Home/Shop/Product-category/Product-name. Thank you!
The section : row-breadcrumb
Hello,
I’m sorry, that the only behaviour available for the Uncode breadcrumbs, at the moment. We are working on a new module that allows to use WooCommerce native breadcrumbs as well (we’ll release it with the next “major” update), but at the moment the only way is to overwrite the function uncode_breadcrumbs() you can find in uncode/partials/elements.php.
Best 
Thank you for your explanation!
Thank you for the confirmation! 
Hey there. Please can you advise what’s the best resolution size to save images for this page design so they don’t blow-up/pixellate – https://undsgn.com/uncode/homepages/portfolio-carousel/.
Thank you.
Hello,
with our “Adaptive Images” system, the images are loaded to fit the best solution for the device of the final user, so you have to make sure to upload an original image that fits the most popular screen resolutions. However, our suggestion, is to use images with a width between 1920px and 2880px max, this means with a height between 1200 and 1800 pixels.
Best 
Thank you!
You’re welcome.
Hi – after wordpress update wpbakery isnt showing. please advise. Only showing on the frontend.
Hello, please to get support please use the same account you use to purchase the theme. However, your problem seems to be due to the fact you haven’t updated the theme and the plugins as well. Get more info about WordPress update 5.5 from our docs here: https://support.undsgn.com/hc/en-us/articles/360011829858-WordPress-5-5-update-notice
Hi,
Is there a way to have a content block or portfolio post (not a featured image, the entire portfolio post) appear in a light box when a thumbnail is clicked?
At the moment I can only get a single image to appear in a light box at a time.
I basically want to recreate a function like Behance uses so that when you click an image (doesn’t have to be a portfolio), a content block appears within a lightbox.
https://www.behance.net/Thanks!
Hello!
No sorry, Uncode only offers what advertised on the demo.
In particular: Behance uses an advanced function that displays via AJAX only some selected parts of the portfolio page, without repeating the header, the menu, the footer etc. It would be a nice feature, but in a WordPress theme must be planned very carefully because it must be able to support within itself any type of shortcode or module a user decides to put into it. We will certainly consider the idea, but at the moment we do not have integrated solutions that satisfy this request, sorry.
No problem, thanks though!
You’re welcome!
Does Encode let you edit a website on the backend? Or Just frontend , with WPBakery. I’m looking at buying it, a friend showed me his site tonight, but it was only editable on the front end, on the backend it was just code / jibberish.
Hello Zprime,
you can use both the backend editor and the frontend one, it depends on what you prefer.
This is how it looks in the backend: https://undsgn.d.pr/6HXtKW
I think your friend has a JS error in the backend and needs to update the theme or some plugins maybe.
Hi, Thanks for replying so swiftly. On my friends one it was only appearing on the front end. Does it require an additional plugin?
I just texted him and he had wireframes, wp bakery and core installed, does it require any more than that for the backend to work?
No, if the frontend editor works, the backend editor must work too. The problem could depend on the fact he has updated to WordPress 5.5 and still runs old version of other things. Only Uncode 2.2.8.4 and Uncode Core 2.8.2.3 are fully compatible with WP 5.5
However, just tell him to contact us.
Best 
Thank-you I will tell him!
Hi there, can you give free licenses to non profit charity org ?
Hello stictsr,
I’m sorry, but we obey Envato’s rules, the licensing policy depends on them and we just comply with it. Every license must therefore be properly purchased and registered.
You can find more info about licenses here https://themeforest.net/licenses/standard and also links to send a request to Envato directly.
Best 
HI guys, I have a couple development questions:
I have created a custom post type and I would like to assign its own template. Id like to duplicate the portfolio template. Would that be possible?
If not even just a modified single.php.
Basicaly what I am trying to achieve:
I like to have custom fields appear always on the new single post page in the left section.
Im not sure how to tell functions to use this template.
Thanks!
Hello!
It’s hard providing this kind of support from here. We can say that theoretically you can use single.php as a starting point, but then we can’t predict possible developments.
Let us know, best 
It does indeed load the single.php page for this custom post. I just can figure out where I can add a div of code snip to display the pages custom fields. I could assume it would be possiple to add an if/else query to check if its “Custom Post” then show content. else show regular post content. Does this make sense? The theme is fast and Id prefer to continue to work with yours since you update frequently and have amazing support response
Hello again,
unfortunately, as I said, this isn’t the right place to provide this kind of assistance. In particular this kind of customization aren’t included in the support. If you have a problem with the theme we are definitely here to help and fix, but we can’t guide you in this kind of customizations, as you can easily imagine. The best practice should be create a new template in a child theme and check after each update what has changed in the template you started from.
About where to add the “IF” that checks if you are in a particular custom post type, it depends: I should know the project, your scope, maybe see what you are trying to achieve… but the support can’t satisfy this kind of request of course. Maybe you could add your conditional statement here https://undsgn.d.pr/qAfRIB before the content is got and the variable $the_content is populate… but I’m just guessing of course.
Thank you. I really do appreciate your help and I will give it a try. An alternative solution I used was the ACF plugin for custom fields but seems that the Date/Time does not save and render when viewing the page. No matter what I do. Maybe there is a clash with something.
Again, thank you very much for your time and help.
You’re welcome!
do you use a date picker js script in this theme?
No, sorry.
I installed fresh Wordpress 5.5 and the uncode wireshark plugin cant be activated ? What can i do
my theme version is 2.2.8.3
Hello,
sorry for the issue. However I’m not sure to understand: are you talking about WireFrame plugin? Do you get an error message?
I recommend to contact our Help Center, anyway, there we have a completely dedicated support team, so you can submit a ticket and we can check your installation and support the solution privately! Thank you!
https://support.undsgn.com/hc
Hello, I’m building my website with Uncode. However, I suddenly got the problem that every image on my website that uses a single media or media gallery is displayed in the square aspect ratio. A change to 16:9 (for example), does not change anything.
https://ibb.co/VMnfSLpYesterday everything was fine. I haven’t changed anything. What can I do to fix the problem? Many thanks.
Update: If I deactivate the “WooCommerce” plugin, the images work again. I think there was an auto update from the plugin that do the image problems. Do I have to adjust something in the plugin to eliminate the problem?
Hello, yes, we’re sorry, but the new WooCommerce 4.4.0 update seems to have created conflicts with image cropping systems in particular circumstances. We are providing a patch and working to a new update to release ASAP. Meanwhile, if you prefer and you’re confident with FTP, you can replace the file uncode/partials/elements.php with this: https://www.dropbox.com/s/8l7zo6r34vnepn6/elements.php?dl=0
Let me know if you need further support. We are also available on our Help Center of course. Thank you! https://support.undsgn.com/hc
Thank you for the fast answer. I’m in no hurry because my website is still under construction. So I can still wait for an official update.
Thank you too, it is a minor update so it should be a matter of a few hours.
I also cannot see the Wp Bakery backend editor since an update. I have done all the below you suggested to other people. I also renewed support for $50 so I could post the additional information you asked in a ticket however it still says I need to renew it to submit a ticket.
Please could you activate it somehow so I can submit a ticket?
Thanks
“Hello, maybe you missed to update Uncode Core plugin, that is mandatory in this case and it is deactivated if you don’t run the update: so the shortcodes included in it are printed textually and not executed. Make sure you are running v.2.2.8.3 both for Uncode theme and for Uncode Core plugin (and, of course, check for other updates as well: we also released Uncode Page Builder v.6.2.0).
Also, please, get more info about WordPress update 5.5 from our docs here: https://support.undsgn.com/hc/en-us/articles/360011829858-WordPress-5-5-update-notice
If following the steps suggested there doesn’t help, provide more info (your site URL and a screenshot of your browser console if you have errors in it).
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"
Support has now activated by Envato, unsure why it wasn’t instant when payment was. I will submit this via a ticket, thank you.
Hello voic3,
are you sure you are using the same account you used to post this comment? In this case you have to empty browser cache and cookies (or to use a different browser).
Let me know, best 
Ah ok, great.
is it possible to have 2 colums side by side in footer on mobile (phone) view. I see they get stacked on mobile. I was wondering if there is a setting so they do not stack and fit inline. Im trying to display two sets of menu links. Thanks.
Hi! You need to modify the column responsiveness: https://support.undsgn.com/hc/en-us/articles/214003625-Column-Settings
Anyway, please note that this wall is used for sporadic and limited support as highlighted by Envato when you create a message. 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 there, I was hoping you could help me please?
I have recently updated the theme, along with relevant plugins, and WP version.
However now the back-end editor of Visual Composer is not showing properly. The shortcodes are still visible however the builder itself and its tab is not appearing.
I have tried following your instructions for the previous queries into this however I still can’t get it to work.
Could you help please?
Hello,
if you correctly followed the instructions provided in this article https://support.undsgn.com/hc/en-us/articles/360011829858-WordPress-5-5-update-notice and you make really sure your browser cache is empty and you aren’t seeing old JS files, please provide a screenshot of your browser console and let us check the error messages in it: they could depend on 3rd party plugins we can’t control.
Let us know.
Uncaught ReferenceError: UNCODE is not defined at (index):100
Seeing that error on the inspect element.
Can you provide email so I can send screenshot please?
You can use the form available in the right sidebar of this page: https://themeforest.net/user/undsgn
However are you sure the error is taken from the backend? It seems a frontend error instead…
Please, in the email provide as more details as possibile: if you tried to disable all the extra plugins; as many screenshots as you can with browser console open etc.;
Best 
Hey guys I love your theme. Its been super reliable and fast. I am hoping you may be adding these features in the future or if it is possible to have this customized into the theme as a paid customization, please let me know.
1. Audio – Playlist that can be added to the footer for Content blocks as an over lay 2. Events – Events that are shown as tiles/posters that have the Title and Date overlayed. Same Events that are created can also be displayed in a list. 3. Discography – Album covers with titles/info
Hello rstitch and thank you! At the moment we have no plans for this type of implementations. However, please send us a feature request so we have also your suggestion once we evaluate next updates!
http://www.undsgn.com/suggestions
Thank you for suggest 
Thanks for your quick reply. Do you do custom feature design if I can hire you?
No sorry this is not a service we offer. I can only recommend Envato Studio since it offers a large choice of freelance: https://studio.envato.com/
Thanks
Here you can find also other suggestions: https://support.undsgn.com/hc/en-us/articles/115000555209-Extra-Customisations
Hey, one of my clients has issues with his licence (says its no longer valid?) and his support has run out…whom should he contact?
Hello,
please, tell him to log ThemeForest with the same account he used to purchase Uncode and from that account to contact us by using the form on this page: https://themeforest.net/user/undsgn (the form in the sidebar on the right). Tell him to provide in the content of the message his registration code and, if possible, the message he gets when he tries to register the theme.
Thank you in advance, best 
It always prompts you to purchase the support extension.
Sorry, not sure to understand. Could you clarify? The form on our profile page is completely free: https://undsgn.d.pr/lkRz2d When you say that the license is no longer active, what do you refer to? If the problem is the message here https://undsgn.d.pr/7BDJg5 you can definitely do what we recommended above and use the form on our profile page https://themeforest.net/user/undsgn since it’s free. If the problem is different, instead, please clarify.
Let me know, best 
P.S.: the problem could be also related to the fact that you have an old version of Uncode. (What version of Uncode are you running please?) The old registration system uses the old Envato API (that is now deprecated and has a very slow cache system) for the Purchase Code verification. In that case you should update to the new version of Uncode that uses the new Envato API and a faster registration system with only the Purchase Code. If you want to update, you can use the Envato Market plugin method: https://support.undsgn.com/hc/en-us/articles/214001205#envato-market