8685 comments found.
Hi,
How can i activate the overlay menu with a button? Is there an id or someting else that i can use for a button so I a can troggle the menu button with another button? With kind regards,
Stefan
Hello!
The trigger button has class attribute .mobile-menu-button so you can trigger the click of it when you click something else.
Was that the info you were looking fot? Let me know.
Best 
Thanks for the info and the quick response. But I can’t seem to get it to work just jet. What code or link do I putt in the button?
Well, with the onclick field, if that is what you mean, it is hard. I recommend to add a class to your button https://undsgn.d.pr/2i9MC8 and put this function into “Theme Options -> CSS & JS -> Javascript” ( https://undsgn.d.pr/VTwcwB ):
(function( $ ) {
$('.trigger-burger').on('click', function(e){
e.preventDefault();
$('.mobile-menu-button')[0].click();
});
})(jQuery);
Let me know, best 
Maybe it would work with onclick field as well, but I don’t know if the quotes are well rendered with the content editor, so Theme Options is the best choice IMHO
Hi, we love Uncode it’s a great theme! But we think we’ve found a bug though. When you’re trying to set up a post query on a post grid and you try and filter the categories, it doesn’t find any of them. The loading icon just spins and nothing ever happens.
Hi Briomedia and thank you for appreciate Uncode! Are you use the Query to Posts or to another Post Type? We tested now on a random installation and everything works as it should.
Hi there, ok I see we’re using the query for portfolio?
Hi! Portfolio is a Post Type and you should use the Taxonomies as noted: https://undsgn.d.pr/HmkW9d
Hi, oh right we see!! Thanks for that
Hi Briomedia and thank you for the confirmation! 
Can I upload self icons in theme and use it for products description
Hi Elle__! You can upload icons/image but not as icon library. If you need to use a custom icon in the Icon Box module it’s possible but not as an icon library. I hope this makes sense!
Hi purchased this theme some time ago, finally got around to getting it put to use and having trouble finding my activation code can you help please?
Hi DannyGDesigns! Please find here all the info: https://support.undsgn.com/hc/en-us/articles/360000718649
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! Help me to understand please When I want to view demos, the pages are very hard to work with, it’s hard to open but it’s not related to my Internet. If I create an online store with the UNCODE theme will the same problems occur? And could I use it for many sites?
Hi Elle__! What you mean that is very hard to open? Do you refer to loading times? From here, they works like a charm (and immediate) and we don’t have other users reporting the same problem, please check this video recorded now for you: https://undsgn.d.pr/Tdkc0m
Can I upload self icons in theme and use it for products description
Hi Elle__! We replied in your other message.
Hi, We are using the overlay menu and we want to make the button bigger. Where can we do this?
Hi Fakkelbrigadier, you can use a small code like this:
.lines {
transform: scale(1.25) !important;
}
Thanks the code works
Hi and thank you for the confirmation! 
Is it possible to display the text and then the content like pictures in the portfolio on the mobile view? At the moment there are always the pictures and the text excerpt. I would like it to be the other way around.
Hi basti1985! Do you need to invert the order of the columns in mobile view only for the Portfolio section, do you mean this? In case it’s possible to try with a custom code but we need the link to your site.
Quick question: Do I need to do something else, besides adding pictures to the Media section in a portfolio item, for them to show up?
I never used that option before, I used the VC modules, but I am redesigning to a simpler layout.
I made sure that “show Media” is enabled in the theme options, and even tick show media in the portfolio item options as well. But still nothing show up. Portfolio details works, featured image works, everything works… but Medias doesn’t show up.
Am I missing something? Thanks in advance
Hi codingcrazy! Not sure to understand you, but are you using the Page Builder in this page? https://support.undsgn.com/hc/en-us/articles/214006345
Yes, there is some content from the Page Builder. I expected the Page Media to load after the content, I didn’t realise it’s not compatible with it.
Not right now, sorry. If you use the builder you switch to a dedicated mode.
Hi there! I bought this great theme! I want to use WPML plugin to translate my site, but where can I find the plugin to download? I have installed all plugins that Uncode suggests. Thank you!
Hi WillCheng and thank you for appreciate Uncode! WPML is not packed with any theme, this is a standalone Premium plugin, please find here more info: https://support.undsgn.com/hc/en-us/articles/214003905
An odd issue: When I first built a media gallery a year ago, I was able to make it look like the “video gallery” on this page, in which the overlay and icon is visible until mouseover: https://undsgn.com/uncode/features/media-gallery/
Now I cannot seem to replicate this. Whenever I select “content under image” in the block layout settings, it forces the icon to be hidden until mouseover. I need the icon to be visible by default, and disappear on mouseover. I feel like I’ve tried every possible settings combination here, but perhaps I’ve missed something obvious.
The media gallery as I have it on my site still works as it should, but I’m unable to update it with any new content. When I do, the icon behavior gets screwy. I believe this is a bug, but I’m unsure how to report it or resolve it.
Hi thomasaosborne! No definitely not a bug, as you see it works on our demo and it work for you too in another page. Anyway, please note that with the Selective Import you can also import only this page, so you have the exact module you need (or just copy the gallery that works with the Clipboard addons plugin that is part of Uncode). Otherwise, you need to act on the Block tab and edit the visibility and animations settings: https://undsgn.d.pr/XRqxoq
Thanks for the reply. I’ve actually already tried the steps you suggest:
1.) I can get the icon to appear by default when I choose “Content Overlay” for the Block Layout (as it is on the demo page I mentioned) but not when I choose “Content Under Image.” This wasn’t an issue before, so I’m wondering if something changed?
2.) I’ve tried copying and pasting the module, but it always reverts to the wrong behavior. If I make any changes at all to the page containing this media gallery, the icon behavior changes. (Even if I am not updating anything within the media gallery itself.) This means I’m unable to update the page properly.
3.) I’ve tried every combination of settings in the Block tab, but it’s not working. I’m familiar with these settings, as I used them to create the proper behavior in the first place.
So you can see why I think this may be a bug. Perhaps if someone were to test this issue at Uncode they might encounter the same problem. For now, though, it’s left me unable to update an important page on my site.
Thank you.
I’ll add that I’ve tried this on a separate installation of Uncode, and the results are unfortunately the same. Any help is appreciated. Thank you.
Hi! I’m sorry, I think you are right, we fixed this months ago and I didn’t remember this one, can you please check the first patch we published here? https://support.undsgn.com/hc/en-us/articles/214092169
After hours of trying out everything I could, that fixed it. Frustrated that this bug exists, but also glad there’s a patch for it. Thank you.
Hi thomasaosborne and thank you for the confirmation! Sorry again to forgot this but we created the patch the same day of the update and I completely forgot it!
Hi, when i import https://undsgn.com/uncode/homepages/portfolio-carousel/ > Portfolio carroussel it’s not working, empty page !? do i need a purchased license/support to make it work ?? Please let me know how to achieve page like https://undsgn.com/uncode/homepages/portfolio-carousel/ Thanks !
I’m theme buyer out of paid theme support
Here is website i made 3-4 yars ago (updates ok) https://www.nicolasvillaume.com/ wirh ur theme and JID and MLA (grat plugins)
Hi fredblago! This page is just an header, so you can find the header connection in the Page Options as any header, ex: https://support.undsgn.com/hc/en-us/articles/213459649
There is also an article specific for this scenario: https://support.undsgn.com/hc/en-us/articles/360000153089
Looks great! 
Hellow! I have just updated the page Builder and Wordpress and all my site images have just Disappeared! Is this a known bug? This is quite urgent please advise ASAP https://www.splendoursantorini.com/ Thank you!!
All images are showing in the BO but not the front!
Hi yannism! If you have updated WordPress you need also to update Uncode to the latest version!
Thanks for quick response as usual! I had not seen that! You are the best!! thanks!!
Hi yannism and thank you for confirming! 
Is there any chance you could update Bootstrap? The older version is conflicting with one of my Woocommerce plugins.
Hi pmprkb! We are sorry but we are not using Bootstrap, our framework is just far inspired by Bootstrap but it’s really different, what is the problem exactly?
I am using Woocommerce Product Catalog (https://codecanyon.net/item/woocommerce-product-catalog-mode/14518494) – and it interferes with the tabbed content blocks. They appear, but the actions (Js?) do not function properly.
Hi pmprkb! Probably we both use similar codes and they interfere, but i’m sorry we cannot risk to modify our theme for the compatibility with a plugin that sold only 1300 copies (I hope you can understand).
I completely understand. I replaced “bootstrap.min.js” (v4) with a v3.1.4 and was able to address the issue.
Uncode is an amazing theme BTW. I am a Wordpress designer/developer – and am very impressed.
Hi pmprkb and thank you for sharing (and for appreciate Uncode)! Let us know if this brings to some issue, I pass this developers (but before we can publish this possible change this needs to be tested).
Just to be clear, I changed the Bootstrap file in the Woocommerce Catalog Mode plugin – not Uncode.
Ok, perfect! This makes more sense (since this is not used by Uncode directly but only by WPBakery).
Unfortunately I cannot register my purchased uncode theme in Wordpress with the purchase code to continue receiving updates. Nothing happens
Hi, what version of Uncode do you have?
I think it´s Version: Theme version 1.8.2 The problem is that, when I update Wordpress it shoots me at the uncode website design
I will try. THX by now
Thank you for the confirmation!
using the “Counter” VC element which animates up a count, we have a number that is 1005 but we want it to show 1,005 with a comma…. how can we do this?
Hi waynep16! We are sorry but this is not an option, and it’s even not something that is so easy to hack.
Although I’ve set the PHP Max Input Vars setting to 5000 in my server, my theme options keep getting wiped back to the default sporadically (mostly logos, fonts and colors). Any ideas?
Hi Pepminguezcastells! Do you have all green also for the PHP Max Input Vars (allowed)? Are you using extra plugins? Please consider that 3000 is the safe value for the theme and packed plugins, but if you are using extra plugins you need have more. For example if you have extra plugins that create extra Post Types. Anyway, the only possible reasons is the Max Vars or the server that for some reason stalls while saving options. If you can’t find the cause to avoid problems you could also save the options manually in the Option Utils tab (it doesn’t solve the problem but in this way you can create a quick manual backup).
Yes, I don’t know which option or what is causing it. The site is run by a couple of admins. Saving options simultaneously from different computers might cause issues, maybe?
Hi Pepminguezcastells! I’ve never heard of this but it could also be a problem since you ask the server for a double job at the same time, but as said it’s just an assumption.
Hi, quick simple question. My theme is registered and I checked (downloading it from envato again) that I have the lastest version 2.2.8.1
But something odd is happening. I wanted to install the “Uncode Related Posts for WordPress” but is not showing up on my list. In fact, if I go to Uncode -> Install plugins only shows Woocommerce as installed but not activated. Nothing else under the (All) tab.
No info about what I have installed, or what I could install.
Hi codingcrazy! This plugin is simply no more part of the Uncode suggested plugins, since now there is a built-in functionality (even if it’s still supported), you can read in the Change Log (version 2.2.0) and in the dedicated page: https://support.undsgn.com/hc/en-us/articles/213454129
https://support.undsgn.com/hc/en-us/articles/214005985
That makes sense, thanks for the explanation. I did read the documentation though, but since it mentioned “After activating Uncode Related Posts for WordPress, navigate to Uncode → Related Posts.” seemed something was wrong with my installation…
Ok, thank you for the confirmation!
Wow! I post a comment regarding what seems to be a key functionality on the theme that is blocked by design, and the next thing I know my account get flagged and I don’t have access. Not nice…
You are right, you are not using visual composer, you are using WPBakery Page Builder. But on your previous comment you said “we have some dynamic options but not the one you ask (Portfolio Details).” now you say Page Builder doesn’t have dynamic options… and I get kicked out on themeforest just for asking.
For future reference, WPBakery Page Builder is compatible with Advaned Custom Fields, so perfectly capable of dynamic contents.
Definitively won’t be buying. Not happy with the service, but also most likely I will get kicked out of the platform again after posting this.
Good luck with your business to you both.
Hi deldavid-2! We are sorry your account was flagged but we are not responsible for this (I’m not sure if you’re saying we did it, but the authors don’t have that intention and neither do the technical possibilities).
Yes, I mean that WPBakery Page Builder doesn’t have dynamic options but since Uncode is an high tailored version, we have introduced dynamic options but Portfolio Details is not an option (maybe it’s the most important thing to you, but at the time nobody asked us to integrate it). It is not in our interest if you buy it, but it is a serious accusation to say that we were the ones who banned, and you can ask Envato more information about what is the reason for what happened (so avoid unfounded accusations): https://help.market.envato.com/hc/en-us/requests/new
I have a couple of pre-purchase questions regarding portfolios and styling.
I’ve seen your documentation regarding demos and wireframes, but what is not clear to me is the reach of working with variables:
- The more important question is about the details of the portfolio. I see you offer four options for positioning and that you allow the creation of as many variables as you want to fill in for the details. The custom variables sound great, so for futures web updates, I can change the display style without needing to go over every single project. But four fixed designs for the details don’t sound that great. I was wondering the same about a deeper styling of that section. Can I call those variables from a header o a text block? So I can place them exactly where and how they want them, rather than the four predefined styles. My idea would be to design my own content block that displays the info (so I can update that in the future) and fill in the info details using your variables.
- Related to that. Can I create my own wireframes and use them later on? I imagine I can create a content block, and then copy/paste it any time I need a similar design to tweak from there. But I wonder if there is an option to save a design as a “template” like a wire frame, so I can directly import it into a page and modify it without altering the original.
Hi deldavid! Ok perfectly understand, you need something like dynamic Content Block but this is actually not an options, we have some dynamic options but not the one you ask (Portfolio Details).
You can save your own sections but not have them in the Wireframes plugin (there is a feature to save section templates, otherwise you can use the Copy and Paste Clipboard feature).
Thanks for the quick reply!
Ok for the sections then, no need to make it into the wireframes, just make it somehow and seem you thought about that.
But regarding the portfolio details, I am not sure we understood each other. You are using Visual composer, which is compatible with dynamic content and custom fields. And even you said you have dynamic options… but you don’t allow us to use the portfolio custom fields? Or any custom field? That makes no sense, rather than adding is taking functionality away from the plugin.
Is there a way to achieve what I am looking for? Otherwise for me is a deal breaker. I don’t want to be tied to four fixed design option when the idea of the theme is that I have visual composer to design whatever I need. And having that power, making every project a fixed design that I need to manually update later on makes no sense at all.
Uncode is not based on Visual Composer but on a tailored version of WPBakery Page Builder that doesn’t have Dynamic Contents.
Hi, I’ve noticed an issue with woocommerce reviews when breaking comments into pages via Wordpress/Settings/Discussion. Here you can check the box to break comments/reviews into pages.
For example if we have 100 reviews on one product and break them into pages of 10 per page, the pagination page links do not work. They reload the page and jump to the product description tab instead of the reviews tab.
Is there any way to fix this?
Hi thinkpadcreative! Thank you for the heads-up, can you kindly open a support ticket and insert the links/logins to your site to check? Please notify here when opened: https://support.undsgn.com/hc