8629 comments found.
There’s a small thing in page speed insights, saying “Does not use passive listeners to improve scrolling performance”. How can I fix it please? https://imgur.com/1si221Z
Hi supermex! The “error” points directly to the jQuery library, which is the most popular Javascript framework. I think it’s really something that’s impossible to remove unless you create a site that doesn’t use jQuery (it also includes directly into WordPress).
It’s weird because I don’t have this error when I deactivate uncode
Here this seems like a pretty obvious thing since this tool marks different things with each site. Anyway, just a quick test on Avada (a theme that probably you know), and they have the same report that as told points to the jQuery popular library: https://undsgn.d.pr/i/gaXDj0
hi, my uncode is registered somwhere and i cant find to which site. can you help me?
Hi acupoftea! Please send a private message using the form you find on this page, and include your Purchase Code: https://themeforest.net/user/undsgn
Hi guys -
Since WP updated this morning the admin panel has been painfully slow. I got in touch with my host and they said Uncode core was a bit sluggish …
/home/nginx/domains/anywhereweroam.com/public/wp-content/plugins/uncode-core/includes/theme-options/assets/theme-mode/theme-options.php:6219
I’ve tried turning off each plugin one by one (except uncode core) but nothing seems to fix it.
Do you know what the problem could be?
thanks, Paul.
Hi pghealy! We are sorry but we are not able to replicate it, we update everything on a few different installations and none of them is slow. At the line indicated by your host, there is only a call to a native WordPress function “esc_html__”. We will let you know if other users report this problem.
Thanks. I rolled back to the previous version to get things working again. The is the second thing that appears to be happening on my installation only, the other was an issue with the new top menu which left a space at the top even though I had it deselected. Do you guys have a developer you recommend who knows your theme?
Hi pghealy! From here it becomes impossible for us to understand what the problem is if we cannot replicate it and we have no other user with the same problem. Understand that it is not possible to debug an odd issue verbally. Please open a ticket at our support, include all logins (WP and FTP) and grant permission to developers to disable extra plugins and debug: https://support.undsgn.com/hc/en-us
I understand, but I don’t have UNCODE support anymore which is why I asked if you had a developer you recommend so I can hire someone to take a look at the issue.
Hi pghealy! Yes on Envato Market support expires for all themes after 6 months (this is why the prices are low and there is not an annual renewal like on other marketplaces), but this support can be renewed at any time. I don’t understand why you are looking for freelance developers that would cost you much more than support renewal. Anyway if you prefer to go with a freelancer you can ask about it on our Facebook group.
Because I’ve been with Uncode for around 6 years, and I want someone to have an in-depth look at the website and clean up any issues that may have built up over that time from customisations etc. As you point out, $40 over 6 months isn’t going to pay for that kind of investigation.
Support does not cover customisations, sure it works to debug the glitch you mention at the beginning of the ticket.
Helo,
I recently bought the Groovy Mega Menu plugin, but it was giving me quite a few problems, especially with setting widths and line breaks.
As they no longer offer support, I consider the Themeum Mega Menu pro option. Will it be compatible with the theme? no setup issues?
Thank you in advance!
Hi sebecrepo! We are sorry but we don’t know ” Themeum Mega Menu”, we know that this plugin works pretty nice (they also use Uncode on our main demo): https://quadmenu.com/
Yes, I took that into account as well. But the demos don’t work and it seems like they haven’t released updates for a while and I prefer another type of “menu” like https://demo.themeum.com/wordpress/wp-megamenu/
The main page is based on Uncode and it works for us.
Hi, love the theme, we have purchased a couple of licenses and created different website – all look amazing thanks to the framework you give us!
We were wondering if there was an option to edit the breadcrumbs, so that they don’t show Home / ... / Post name but only the post categories?
Thank you in advance!
Hi esoxmedia! Thank you for appreciating Uncode! No there is no way, breadcrumbs are by default structured to give location from homepage complete URL. I have no idea whether with CSS it may be possible to hide the rest. If so, can you share your page so we can see if it is possible in your case?
Hi, thank you for your quick reply. Sure, the site (one example post) is https://www.immoviertel.com/freie-immobilie/ where we would like to hide the “Home” and “Freie Immobilie” part.
Hi esoxmedia! Try to use this:
.breadcrumb-module li:nth-child(1),
.breadcrumb-module li:nth-child(4),
.breadcrumb-module li:nth-child(2):before {
display: none;
}
Hi, you’re the best, works perfectly! Thank you for the quick resolution!
Thank you for the confirmation! 
When will the theme have compatibility with php 8.1? I get a critical failure when updating the hosts server to 8.1
Hi Webbtanten! Uncode is already compatible with PHP 8.1. Are you sure the problem came from Uncode files and not from some plugins? In case we need to know what is the error you read when you have this problem.
I am sorry, you are right! It was a plugin.
Hi Webbtanten, and thank you for the confirmation! 
hi, how can I remove the “add to cart” button on the woocommerce related products block? https://imgur.com/XTNqCCm
Hello, if you use a Content Block to display your Related Products, you can hide the “Add to cart” button from the Posts module itself https://undsgn.d.pr/i/4SQ778
More info about Related Posts and Product builder are available here:
- https://support.undsgn.com/hc/en-us/articles/214005985-Related-Posts
- https://support.undsgn.com/hc/en-us/articles/360011205078-The-WooCommerce-Product-Builder
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
No, not from the page builder block. I mean the standard “woocommerce related products” block that is displayed at the bottom of product pages.
Hi supermex! There is not a settings to modify the default WooCommerce template, you can hack the code or simply hide with CSS (in case you need help with this please share the page URL).
Hello, I have a strange problem: when I choose “Header Type: First Row” in the Page Options, the header works fine, but the post content below gets duplicated in an additional ... The problem disappears as soon as I switch to a different header type. Can you help with this?
Hi musimon! We are sorry but it’s the very first time we have some users with this issue. Do you have extra plugins? What version of the theme do you have?
Hi, thanks for taking the time. Yes, I have the current theme version installed. The problem is within the class “post-content”: first come all the “vc_row row-container”>”row” classes, then comes another “row-container” class with a duplicate of the content rows. I tested again and found out, that it might be a problem with the custom post types I use, because it works with standard posts and pages.
Guess it´s the visual composer in combination with custom post types…?
Hello, if you’re talking about custom post types, yes, that could be the problem. Please add to your child theme this PHP filter:
function uncode_child_content_header_post_types( $post_types ) {
$post_types[] = 'your_custom_post_type_slug';
return $post_types;
}
add_filter( 'uncode_content_header_post_types', 'uncode_child_content_header_post_types' );Replace, of course, the string `your_custom_post_type_slug` with your real CPT slug and let us know.
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, that worked! Thanks a million times..!
Thank you for confirming, all the best 
I would have another question as I can’t find any solution. In my menu/navigation bar the colour palette doesn’t work properly. The links are still blue and when visited in a lilac tone. I thought I changed everything in the customizer page and can’t find the blue tones either. What am I missing out?
Hi Vickygraphy! Are you compliant with the Server Requirements on the System Status? https://support.undsgn.com/hc/articles/214000785
From the description of the issue it seems that there are possible permissions issue when saving the dynamic style.
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! Thanks at first for the amazing theme. Love it and already purchased twice! I was now wondering: Is it possible to include both landscape and portrait sized images in the emdia gallery and get them to be equal in height? At the moment wehn I add both the portrait sized images get full height and the landscape ones are smaller – can you help me out with this? Thanks in advance!
Hello Vickygraphy and thank you!
The first solution that comes to my mind is to use the Justify Gallery layout. You can see an example here: https://undsgn.com/uncode/features/media-gallery/ (scroll until “Justify layout” section) and here https://undsgn.com/uncode/homepages/portfolio-gallery/ And here you can get some documentation about it https://support.undsgn.com/hc/en-us/articles/115002645349
Let us know if I have answered your question correctly. Best 
Thanks that worked! Would be nice just to have one line which is able to scroll. But the justify gallery works, too!
Hi Vickygraphy, and thank you for the confirmation! Not sure to understand but if you need the scroll you need to check the Sticky Scroll, ex: https://undsgn.com/uncode/features/posts-sticky-scroll/
I need to insert a google ads event code on the “thank you for your purchase” page but I see that page is dynamic. How can I do to insert the code in this case?
Hi gradozerobeats! This is something dealing with WooCommerce itself: https://woocommerce.com/document/custom-tracking-code-for-the-thanks-page/
Hi, I have some placeholder images that I cannot delete. I had this problem once and I contacted the support. The support gave me code snippet. But I cannot find the code snippet anymore. Please help
Hi shad_mo! These are the placeholder needed by the Wireframes plugin. Please find the snippet at the bottom of the dedicated documentation: https://support.undsgn.com/hc/en-us/articles/360001634157
Where do I have to put the code snippet? In function php?
Yes, these are PHP code.
thank you
You welcome!
Envira Gallery doesn’t wok anymore after newest update. I’m running a photo page only. soooooooo it’s quite a bad situation.
Works fine on every other theme. Soft-Reinstallation (no Settings reset) done as well.
I didn’t change any settings between when it worked & when it didn’t. Debug doens’t show anything obvious as well.
Envira Support Team said to check in with you guys.
Hi jixel! We tested on one of our installation, and the gallery works as it should: https://lopezb.d.pr/i/oFugkC
Please share at least your website URL.
www.jixel.ch
I can give u temporary admin if u want. Very kind of u to look in to it. Thanks a lot.
Did you sent? We have not yet received anything…
Hi undsgn
I sent u the login info via the contact formular.
Best regards Timo
Hi jixel! We confirm we received them. We’ll let you as soon as possible, consider here tomorrow is a festivity day, so we will probably let you know on November 2.
For some reason I can only view my homepage and post layout properly when logged into my WordPress account. If I try to view the website as a normal user in incognito mode, then the homepage and posts pages are completely different layouts.
Here’s a video showing the issue: https://www.loom.com/share/bbc210fc230c46f6ab9760c7abae5f30
I’ve already confirmed all posts, pages, content blocks are set for public visibility.
Website is blog.creatormachine.com
Hello! We see everything perfectly even in incognito: https://undsgn.d.pr/v/kujh5e Maybe you need to empty some cache? Especially the single post page: from your video it doesn’t even look like you’re inside Uncode, so I’d say the problem is some plugin or cache extension still showing an old version of the site. Let us know.
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, how do we remove the animation delay when you open the overlay menu? It takes a couple of seconds for it to open. And when it does it has a slow animation that lays out the menu items. Please can you help?
Hi saquaseafood! Not sure to understand, do you experience the same problem on our demo? https://undsgn.com/uncode/homepages/portfolio-agency/
Yes, do you see how when you open that menu it takes a couple of seconds for the full menu to show. As it has an animation. How do I remove that animation so it just shows without a delay please?
Definitely we don’t see any couple of seconds: https://undsgn.d.pr/v/LoCpc0
There is a delay though, how do I stop this? Your first menu item shows and then the rest follow in an animated way. I can see that in your video. How do we turn this off please?
Ok but this are not “couple of seconds”, this is a sequential animation. Try to play with these settings: https://undsgn.d.pr/i/euDquM
That has worked, thank you. I couldn’t find the right words to explain what that animation was.
Thank you for the confirmation! 
Hello, is there a way to remove /portfolio from the url of custom posts, so for example to change the url from this “site.com/portfolio/slug” to “site.com/slug”
Hi nader-amer! We are sorry but in WordPress this is reserved to the Blog Posts only. Not sure if there are some custom trick to accomplish this. Perhaps Yoast or other similar plugins offer something similar.
ok thanks for your prompt support as usual
Hi nader-amer, and thank you for the confirmation even if we cannot help too much with this!
When using a media gallery block with the Carousel layout in PHP 8.0, I get the following warning: Undefined array key “id” in on line 1922: /home/espaifo1/public_html/revela-t.cat/2023/wp-content/themes/uncode/partials/elements.php There are no problems with PHP 7.4 and older.
Hi Pepminguezcastells! Uncode is compatible with PHP since 2020. What version of Uncode do you have? Please be specific about the Uncode version.
I’m using Uncode version 2.7.4
Hello, could you please share your page URL so we can have a glance to the issue? Without seeing the problem we can only imagine what is going on… here is a possible fix meanwhile: replace the file on your server wp-content/themes/uncode/partials/elements.php with the one at this link https://www.dropbox.com/s/6k5h6k842k0plpi/elements.php?dl=0
Looking forward to hearing from you. Best 
Here you can see the warning: https://revela-t.cat/2023/portfolio/rafa-badia-es/
Thank you, did you also have a chance to test whether the patch works? The problem seems to be related to the improper use of some Custom Field within the Elements of the form, but in this case the patch should solve it.
Yes, your patched file solved the issue. Thanks! I hope it can be shipped in the next version of the theme.
Hi Pepminguezcastells, and thank you for the confirmation! Yes sure, it will be part of the next update! 
This fix was not committed to the 2.7.5 version of the theme. Can you add it to the next version, please?
Sorry for the issue, I confirm the fix is ready for the next update: https://undsgn.d.pr/i/gREXOP
Thanks!
Thank you for the confirmation! 
Hi. I suddenly get this error:
WordPress caught an error with one of your plugins, Uncode Page Builder (Visual Composer).
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /customers/d/7/9/maefilm.dk/httpd.www/wp-content/plugins/revslider/includes/operations.class.php on line 2851 Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /customers/d/7/9/maefilm.dk/httpd.www/wp-content/plugins/revslider/includes/operations.class.php on line 2855 Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /customers/d/7/9/maefilm.dk/httpd.www/wp-content/plugins/revslider/includes/output.class.php on line 3708 Warning: The magic method Vc_Manager::__wakeup() must have public visibility in /customers/d/7/9/maefilm.dk/httpd.www/wp-content/plugins/uncode-js_composer/js_composer.php on line 221 Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /customers/d/7/9/maefilm.dk/httpd.www/wp-content/plugins/uncode-js_composer/include/classes/editors/class-vc-frontend-editor.php on line 644
I use: WordPress version 6.0.3 Active theme: Uncode Child (version 1.0.0) Current plugin: Uncode Page Builder (Visual Composer) (version 5.4.7) PHP version 8.0.24
Any tips to resolve is higly appreciated
Hi dengy! Probably your host updated to a recent version of PHP, but from what you write we understand you have a super old version of the theme and WPBakery (v1.7.6 -14/03/2018). Please update the theme, and update also the Required plugins like Uncode Core and Uncode WPBakery: https://support.undsgn.com/hc/en-us/articles/214001205
Hello
I would like to make a content block just like the one for posts, but instead with selected pages. Is that possible?
I have tried to do it manually in the WPBakery Page Builder, but cannot find enough options for hover effect, e.g. changing the curser, adding animation to the pictures. I am looking to do something as in the demo Creative Agency, but with pages instead of posts in the grid.
Best regards
Hi Plantepressen! If you have imported the Creative Agency layout you just need to copy and paste this section on your page, and modify the Query to “Page”. Please check this video: https://www.youtube.com/watch?v=uCoHUi9cOu4
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
Thanks so much. Exactly what I meant. Would it be possible to add the title of the page when hovering?
Hi Plantepressen! Yes this is in the Block tab if you use the Overlay layout: https://www.youtube.com/watch?v=8JPWtBE9PW4
Hello again. When using the Overlay layout in a portfolio grid with pages, is it then possible to have the title of the page visible, but have the title disappear and an excerpt/text appear when hovering?
Hi Plantepressen! No sorry, we never show this in none of our demo, Title, Description and other elements worked together with the animation. In a nutshell, or always visible or they appear at hover all at once.
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 get an error Message that my Envato Purchase Code does’nt work. The Tip is to unregister I register again and hopefully it works.
What can i do?
Cheers dp
Hi dpentertain! If you got that suggestion, it’s because this site is probably a migration and was originally registered on another domain. Either way, please send a private message using the form you find on this page, include a screenshot of the actual error, and the Purchase Code you are trying to register so we can understand the details and help: https://themeforest.net/user/undsgn