8598 comments found.
Greetings. When I am creating a gallery for posts (such as portfolio items), when I am building the query, trying to type the category of posts to filter does not work. It says start typing to select the category, but I type and nothing happens, just the animated circular cursor in the field keeps spinning for a while, but I am neither able to enter the category name manually nor am I given a pre-populated list to choose from. Thanks!
Hi visiontime! Yes, it seems normal that this happens, if you use Portfolio you need to use Taxonomies (since in WordPress this is the terms to indicate the Post Types categories): https://undsgn.d.pr/i/OUlBnc
Grazie mille! Ottimo!
Thank you for the confirmation! 
Hi, I have an issue with custom fields on posts (but could be anywhere). I’m trying to insert the custom field data into a text url link. So that the text link opens a website defined in a custom field.
I cannot find a way to do this with the Custom Fields Module and have tried with adding the shortcode to the url text like this:
<a href="[uncode_custom_fields custom_fields_single_post=" detail-urllink="" field_elements="value">view</a>
How can I solve this ?
Thanks,
Hi yogananda! Not sure what you are trying to do since your shortcode seems broken or incomplete. Anyway, the Custom Field module is not designed to support HTML. In case you need to modify the file to accept HTML. You can try to insert in your Child Theme this modified version of “uncode/vc_templates/uncode_custom_fields.php”: https://pastebin.com/raw/BzPB3QXn
Use simply this as Custom Field value: https://undsgn.d.pr/i/ZiHlES
Hi,
Thanks, you figured out my problem despite the code breaking.The solution works smoothly !
Just had to figure out the folder hierarchy and place it the right place.
“uncode-child/vc_templates/uncode_custom_fields.php”
You should consider implementing it as default – or at least on on/off option in the Theme Options.
Thanks for your help and enjoy your day !
Hi yogananda, and thank you for the confirmation!
I’m testing the Privacy Preferences Manager. When I select or deselect the privacy options ex. YouTube, the preferences manager does not update the settings to switch between allowing video content to not allowing content based on the selection. I understand that I can use Breeze to exclude a page from cache with the url, but the privacy manager does not appear to have it’s own page. The screenshots show that I saved the preference to not allow YouTube. When I go to the page with the content it is still available and my preferences automatically revert to allowing the content. Any suggestions?
Hi Kismii! Without screenshots we understand little (which you may have forgotten to include), but here we would need at least a link to the site with accesses to understand. Anyway I see that you mention a caching plugin and maybe that is the reason for your problem. Please read in the documentation the notes for caching plugins, this works by default if you use WPRocket, otherwise “If you use other good cache plugins you should have an option to exclude selective pages from the cache, alternatively you can use the function above with the proprietary filter of your plugin”: https://support.undsgn.com/hc/en-us/articles/360000911529-Privacy-Plugin
Thanks for the reply! I thought caching was the issue and read the notes about them previously. I can’t figure out how to exclude it from caching in my Breeze plugin since the preferences manager doesn’t have a page url, it’s a pop up. Is adding the WP Rocket plugin the only option? My apologies about the screenshots, I did not see how to upload them here. Here is link to the site. https://www.pathplan.co/
Hi Kismii! It’s in the Breeze plugin that you need to exclude some pages from the caching, not in the Privacy Plugin. Anyway, flush the cache, deactivate the Breeze plugin, and test if the problem still happens.
Thank you again for your help. I followed the steps you suggested and the problem still exists. I also tried entered the url https://www.pathplan.co/?privacy=updated to exclude in Breeze. Neither option worked.
Hi Kismii! We still see you have the Breeze plugin active, please deactivate it, and check what happens.
My apologies, I reactivated it after I saw that nothing changed. It is now deactivated.
Where should be the YouTube video? At the bottom of the “shop-discover” page? Please deactivate also all extra plugins time we check it.
Yes. At the bottom of the shop discover page. All other plugins except Uncode have been deactivated.
Hi Kismii! Unfortunately, from here we cannot understand and help more, if you have an odd issue no other users have, this is probably related to some server settings, but developers need to access your website to verify everything. Please open a ticket and insert all your logins (both WordPress both FTP): https://support.undsgn.com/hc
I would like to show the top-bar only for specific IP addresses. How do I do this?
Hi stefanvgijsel! There is not a native feature in Uncode to do this (it seems something really custom). You can start from this and write you own condition based on your needs (IP Address):
add_filter('option_uncode', 'uncode_child_menu_bloginfo_show');
function uncode_child_menu_bloginfo_show( $val ){
if ( /* put here your condition */ ) {
$val['_uncode_menu_bloginfo_show'] = '';
}
return $val;
}
Hi guys – quick question: How would one stylize the link text within a ‘message box’? I looked online but can’t find anything. Thanks in advance.
Hi mbhwhitney, and sorry for the delay! You can use this:
.messagebox_text a {
color: red !important;
}
.messagebox_text a:hover {
color: green !important;
}
You guys are awesome. Thanks a ton!
Hi mbhwhitney, and thank you for the confirmation! 
Hey Uncode. Please check this screenshot: https://cloud.metalpotato.com/mG76t1h1
How do I make the menu icon appear on the right of the word, instead of the left?
Hi MetalPotatoUK, and sorry for the delay during the weekend! We are sorry but from a screenshot we cannot even understand what element is this, and it’s not possible to suggest something, please share the live URL when you are ready!
It’s the CTA button in the header. A feature of your theme. Take a look at the screenshot i sent to you in my last message.
Screenshot: https://cloud.metalpotato.com/Klf6mX75
#menu-item-111399 a {
display: flex;
flex-direction: row-reverse;
}
#menu-item-111399 a .fa-arrow-right {
margin-left: 9px;
}
Thank you
Thank you for the confirmation! 
Hello- I need to deregister the purchase code. I have a new domain that I want to use the license for. I tried to contact you through the message board. However, i never received a response. Can you deregister the license code for me? I already sent the purchase code and other information.
Hello! Sorry, when did you contact us? We may have missed the mail or it may have been put in a different box, so we need to check, thank you.
After a quick check, I see that we already replied yesterday. If you can’t find the e-mail, however, we can answer you here publicly if you prefer.
Hey Uncode! Could you please tell me if the theme used on my website is UNCODE? If yes what template is it? Was built by someone as a demo and I want to buy the theme to start using the website.
Thank you! 
(www.numerovibe.com)
Hi isabelb42! Yes confirmed, it’s Uncode! It’s a custom build using part of different templates (since it’s based on a Page Builder you can mix and match layouts), plus some customisations.
Thank you! Will buy it now, will come back to you for support 
Hi isabelb42! Yes! Please remember that support is offered for native features of the theme, so it’s better you ask the developer who created the website for all the custom coding.
Hi, How can I add a back to previous page button on a Portfolio page ?
It’s good, I fount it.
Hi kogura, and thank you for the confirmation!
Once I have done a new install of the Uncode theme, is there a way to simply choose one of the theme variations you have in your preview and use that as a template to design my own site? I have completed the “Import Demo” option, however I don’t see an interface or area that allows me to simply select the variation of theme I’d like to use as a starting point.
Thanks
Hi FMJ9! No as explained in the documentation the Uncode demo is based on one installation where we just show possible configurations, and that when you import Theme Options or import the demo a basic configuration is imported. Anyway, the options are really few, because we our demos only change: the Menu Layout type, Menu animations options, Frame around the site or not, and Accent color.
If you need some directions for options that you don’t find please share the page you want to replicate and the link of your current site so we can understand what is missing.
hi team, is there a way to set different font sizes on element based on device size like elementor? We used heading widget and we noticed that there is only one option to set title size. Elementor lets you set font size for mobile, tablet and desktop. How can we set different font sizes in uncode?
Hi Milord85! In Uncode the Headings on mobile and tablet are automatically calculated based on the size that is chosen on desktop.
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
Thank you for your kind reply, can you explain how this is calculated as we can accurately set the desktop size in order to point the mobile development in the right way? As 95% of our web traffic is from mobile devices we would to first develop mobile and then desktop
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
Is there a way in Uncode for more than one column on mobile? See attached screenshot. Our client is requesting two columns on mobile for custom menu in the footer. Uncode stacks them on mobile. Possible for me to achieve what my client wants?
https://cloud.metalpotato.com/fY9FWX4YHi MetalPotatoUK! Just set 6/12 for each column: https://support.undsgn.com/hc/en-us/articles/214003625#&gid=1&pid=7
Hi, is there a way to enable scrolling when the megamenu is open and visible on screen? If the menu is too long the bottom is hidden and there is no way to scroll down. Does anyone have any suggestions?
Hi vincenzocasu! No sorry there are no better suggestions than tweaking the spacing of the Megamenu with CSS.
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
Ok, we will open a ticket with the other account on which we have the license. A thousand thanks!
Hi vincenzocasu, and thank you for the confirmation!
Hi, I finally solved it by setting the height of the megamenu to a certain value and applying overflow-y:scroll In this way the scroll of the mouse works correctly on the megamenu.
For this reason we have deemed it useless to open the ticket on the support page.
Hi vincenzocasu, great solution!
Thanks!

Hi, I have a question: In the post widget I build a query in table form, creating a simple list: the left column I show the category and in the right column the product name. I set the query to order on Name (ascending). But the list orders on Product name, can I set this so the list orders the category section on the left alphabetically instead of the product name? In this list the category is more important.
Hope you can help, Kind regards
I have 20 licenses of Uncode, but the latest support has expired. I hope I can get an answer to this question..
Hi Foodstijl! Yes of course support here is offered even with expired support.
If I understand bebe you would like to group by categories?
No sorry the Posts Query is not coded to follow the order of the categories, as you can see from the options it’s the Title that commanding the order.
The only thing I can suggest is to try to create several Posts modules each with the Query to a Category and put them in the layout one behind the other, maybe you can adjust some with CSS, and maybe the result could be what you need (if I understand the request).
Hi, thanks for your respons. yeah I understand what you mean, but that’s not going to work in this case, because client creates those categories and there will be a lot. I would like this section to be automatic. So there is no default way to list the product categories (alphabetically) with the links to the products under those categories? Kind regards.
Hi Foodstijl! Yes there is no way, honestly, I never heard of WordPress alphabetical order per category, this is a very custom request.
OK, thanks for you feedback!
Thank you for the confirmation even if we cannot help with this!
there’s an uncode_settings option name in my wp options table that’s huge, and also an “uncode” option name. what are these for? they are autoloaded
Hi supermex!
Yes, we have been working on this for some time to optimise the database. The autoload of the ‘uncode_settings’ option has been set to ‘no’ since Uncode 2.6.0, along with other options. You may not see it because you have not updated the settings since then: to do so, you would need to enable or disable a new custom post type (for example, disable WooCommerce for a moment and then re-enable it). Or, if you prefer, you can insert this snippet into your child theme:
function uncode_fix_autoload() {
$uncode_settings_value = get_option( ot_settings_id() );
delete_option(ot_settings_id());
update_option(ot_settings_id() , $uncode_settings_value, 'no');
}
add_action('wp_footer', 'uncode_fix_autoload');
Update a frontend page and then remember to remove the snippet.
For the other cases, I advise you to wait for the next update because we are still evaluating them: these are category settings, tags, taxonomies, etc. Some are needed in autoload. Certainly the ‘uncode’ option must be in autoload instead.
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 
can I somehow regenerate the “uncode” option? It got very very big on some of my sites
Hi supermex! Don’t want Theme Options? What does that entail sorry? The value stretches depending on the options you use and activate.
In my a-options table there are many autoload entries like this: Are they necessary, what are they doing?
318 uncode a:1188:{s:19:”_uncode_logo_switch”;s:2:”on”;s:12:”... yes
Edit Edit Copy Copy Delete Delete 11080201 _uncode_taxonomy_9975 a:2:{s:10:”term_media”;s:0:””;s:10:”term_color”;s:... yes
Edit Edit Copy Copy Delete Delete 12533770 woocommerce_task_list_completed_lists a:2:{i:0;s:8:”extended”;i:1;s:19:”extended_two_col… yes
Edit Edit Copy Copy Delete Delete 822538 _uncode_taxonomy_782 a:2:{s:10:”term_media”;s:0:””;s:10:”term_color”;s:... yes
Edit Edit Copy Copy Delete Delete 822540 _uncode_taxonomy_783 a:2:{s:10:”term_media”;s:0:””;s:10:”term_color”;s:... yes
Edit Edit Copy Copy Delete Delete 12545549 _uncode_taxonomy_12008 a:2:{s:10:”term_media”;s:0:””;s:10:”term_color”;s:... yes
Edit Edit Copy Copy Delete Delete 1445903 _uncode_taxonomy_2253 a:2:{s:10:”term_media”;s:0:””;s:10:”term_color”;s:... yes
Edit Edit Copy Copy Delete Delete 12532239 _uncode_taxonomy_11283 a:2:{s:10:”term_media”;s:0:””;s:10:”term_color”;s:... yes
Edit Edit Copy Copy Delete Delete 822543 _uncode_taxonomy_784 a:2:{s:10:”term_media”;s:0:””;s:10:”term_color”;s:... yes
can I somehow regenerate the “encode” option? It got very very big on some of my sites
uncode option
Hi supermex! Please do not create copies of posts, continue on one thread.
Hello, We are having a strange problem whenever we use Dark Mode. When you save or update the page after dark mode has been selected, it takes you to a 404 not found page and your edits do not save.
Here’s a video: https://cloud.metalpotato.com/s054ZSWQ
Hi MetalPotatoUK! We are sorry but we have never seen this problem and it seems to me something very very strange… Unfortunately I can’t tell you anything, here you need to open a private ticket so the developers can access. Unfortunately if no one has ever had this problem this needs to be debugged.
How can I reset my licence ? It told me that I can’t activate my website due to too many registration.
Hi kogura! Please send a private message using the form you find on this page, and include your Purchase Code: https://themeforest.net/user/undsgn
Hey there! Simple question, but it seems that I can’t give a column rounded corners + colored borders at the same time, using the the page builder options. I tried using custom CSS to accomplish this and everything works except now my columns have no gaps in between. Any help will be greatly appreciated.
Hi 84studios! Yes I apologize but it is not possible via Page Builder to apply a border and at the same time have the border radius. This is unfortunately a problem, which as simple as it seems, could not be solved. The Uncode grid offers so many options but this was not evaluated many years ago.
In case please open a ticket so we can evaluate if it’s possible to share a CSS.
Hello, I have to design a website for a painter of paintings, I would like to know if they have a demo prepared for it. Thank you
Hi amaialainez! A site for a painter is not much different from a site for a photographer or designer. In fact, there is no specific style when it comes to these creative fields, because precisely the site itself can be made in different ways. You can look in our demo in the Portfolio section either among the homepages or Works in the menu.
The nice thing is that you can propose multiple possibilities to your client (also with the Wireframes plugin) and let them choose.