8685 comments found.
Hi, I’m wondering if the accordion tabs can be set to ‘open’ by default. I’ve checked the documentation but can’t find a solution. Thank you.
Hi mbhwhitney! You can define one open section at time (not all opened). To set a specific panel opened insert the number on of the tab (start at zero): https://support.undsgn.com/hc/en-us/articles/115004228485#&gid=1&pid=2
Hi there I asked to refund porches a few days ago but I didn’t get any respond. What is the deal?
Hi kouroshbabaei! If it was requested just before or during the weekend please wait a few days. All requests will be answered.
Great theme. Very comprehensive. How long do support tickets normally take to respond just so I know rough ETA?
Hi OmrisS and thank you for appreciate Uncode! This depends on hour of the day, at the moment there are only 4 new opened tickets in the Help Center (one is yours), so one of the agents will be back shortly.
No problem. Normally themes are based on just design. I love the fact yours is based on functionality! That’s clearly a dev that cares about the theme more than the sales
I can see myself purchasing several licenses (We develop for clients) of this as its a great platform from what I can see so far!
Hi OmriS and thank you for share your opinion, I think it’s very personal, many people like Uncode for the design, others like it for the functionality, we try to mix both 
True but its not just limited to design, so thats great. For feedback whilst I’m waiting for support to reply. Menu active and hover color is one selector. In future update, would be nice to be able to control these independently. I’d prefer menu active colour to be black, and menu hover to be opaque. Currently this is not possible. Please consider it.
Hi OmriS and thank you for suggestion! One of the agent will back to you with some easy tricks! 
I think I may need someone a bit more technical to look at my ticket as the support rep doesnt seem to be able to resolve.
First he manages to get an SVG logo working (his own) but not mine. Then he tells me its my issue which isnt helpful.
My problem:
I have an SVG logo, and on the homepage, have created a content block that uses a shortcode. The shortcode loads JS. This seems to create an issue with the theme in the sense the logo wont display. If I switch to a a PNG it does. If I switch to a light and dark colour PNG, it doesnt display (Only on the homepage with the content block) – On my current theme, I dont have this issue. With uncode I do. I’d like to be able to use both SVG, and the content block. Can someone else take a look at this please?
Hi! Now I’ll answer you directly that I’m the author and one of the top technician. I sent you screenshots and also a video that the problem is an additional style of your asteroids plugin.
You also showed me your own SVG logo working, yet mine doesnt. You’ve ignored the fact that you got yours working yet not mine. You then said it would work with a PNG, which it doesnt as Ive already explained in the ticket.
You are missing the fact that there is a difference between using one single logo used as code (what you are trying to do) or use two different SVG logos as files, please check the ‘Switchable logo’, it’s like using two PNG but you need to upload 2 SVG files: https://support.undsgn.com/hc/en-us/articles/214001865
I tried that now but still same problem. Wish Id seen what you did when you uploaded your own logos as it worked then but you’ve removed your logos so I cant see what you had done to get it to work.
Please no need to write double messages, I’m already assisting you on the Help Center. I’ll be back soon!
I have one more question… I have a child theme, but I don’t want the CSS I create in the child theme to simply override the CSS in the parent them. I want to completely replace the parent themes CSS with the child themes. However, when I create /library/css/style.css in the child theme it does NOT override the style.css file in the parent theme.
This is not good as I can’t remove any unused CSS in the parent theme.
Hello,
that’s the way how WordPress work. If you want to avoid that your site loads CSS files defined by the parent theme, you have to dequeue them: https://developer.wordpress.org/reference/functions/wp_dequeue_style/
This script for instance dequeues the two main CSS files of Uncode:
add_action( 'wp_enqueue_scripts', 'uncode_child_deregister_styles', 11 );
function uncode_child_deregister_styles() {
wp_dequeue_style( 'uncode-style' );
wp_dequeue_style( 'uncode-custom-style' );
}N.B.: if you use the child theme included in the zip file of Uncode, you have also to remove the dependency from the parent stylesheet: https://undsgn.d.pr/fQMDqr
Hope everything is clear. 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
How do you convert a custom field into a shortcode?
Hi rvalenta! Really not sure what you ask but I don’t think this is possible. Where you saw something similar?
Hi undsgn, I have figured it out. For everyone, please add this to your child theme functions file if you’d like to convert a Custom Field into a shortcode:
function myshortcode ( ) { global $post; return get_post_meta($post->ID, ‘CUSTOM_FIELD_NAME_HERE’, true); } add_shortcode( ‘MY_SHORTCODE_NAME’, ‘myshortcode’);
Hi rvalenta! Ok perfect, thank you for sharing. 
How do I remove the slug portfolio_cat, page_category, etc… from the category pages? I can’t find the documentation but I’ve seen it before.
Hi rvalenta! You can try to use a plugin like Yoast that gives you the possibility to rename these slug.
Yes this changes the slug of the category name but not the name prior to it such as portfolio_cat…
Hi rvalenta! How you would like to change? Please consider that even you change the code you cannot have something with one word like “photography” or “design” since these are reserved for the blog namespace.
How do i remove Woocommerce from the theme? We dont need it and the admin notifications are annoying.
Hi niksoftware! Not sure what you refer but if you don’t need WooCommerce you just need to deactivate the WooCommerce plugin from the plugin list.
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
Been using Content Block since our former site designer built it. I had one promotion that I update quarterly and noticed today that Visual Composer no longer shows up for any of my blocks now. I updated Yoast and changed settings, deactivated Yoast and that didn’t fix it. Also went to general settings and unchecked the Disable checkbox for Disable Gutenberg Editor in two places. Nothing seems to work. If you can, please advise.
Hi MichealMu! We are sorry but it’s not possible to understand the issue form here just in words, the only similar issue reported was related to Yoast or out of date version of the theme. What version do you have?
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 there, I got your theme, but I want to import only “Creative Studio”Rather than that, you import all the pages and settings from the main demo website. What if I want to make my site look like exactly same as ”Creative Studio”?
Hi kouroshbabaei! As for documentation, when you import Demo you have a technical replica of the Uncode demo with placeholder images: https://support.undsgn.com/hc/en-us/articles/214001065#&gid=1&pid=2
You can also import only Selective Layouts: https://support.undsgn.com/hc/en-us/articles/214001065#&gid=1&pid=3
Anyway, please note that this will not import also the specific settings of a demo, to replicate the ”Creative Studio” you just need to change the accent color, menu style and menu font family (3 options).
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
Im thinking of purchasing this Wordpress theme. I have one question to help me decide. Is there the option to add in a slide-in animated sidebar that slides into view from the left or right side of the screen when a certain button or icon is clicked? Kind of like this demo example where it has an icon (top right in navigation menu) that you click and a sidebar slides in from the right: http://demowp.cththemes.com/inshot/
Hi dorseya3 and thank you for interest!
No sorry this is not a feature, all the features are showcased in the demo.
suddenly I’ve started to receive this errors https://snipboard.io/9NqrWl.jpg
i’ve deactivated all plugins and the error persists
solved, i was a mailchimp for woocommerce issue
Hi QuadLayers! Sorry for the delay and thank you for the confirmation! 
I changed my menu font properties. It reflects on the public site. But when I’m using Frontend Editor, it shows the old menu properties.
Hi pixelkinetic! Probably you have a cookie issue, did you try to open for example to clear your browser cache? This can be the only reason.
I just wanted to follow-up that eventually, it changed. I’m not sure why or how, but at some point, the preview on Frontend Editor finally updated itself…
Hi pixelkinetic and thank you for the confirmation!
Hi guys, i just recently bought your theme but what i see is that the slider-revolution is from march and is version 6.2.2 but since july there is the version 6.2.17. How can i get the latest version since that one you provide is kinda outdated?
Hi leemaas! When you buy a theme that is packed with bundled plugins, you’ll receive the new version of all these plugins when a new update is published, please find here all the info: https://support.undsgn.com/hc/articles/213454629
So as it has been happening for years all plugin versions will be updated as soon as the next Uncode update is released. Obviously, in case one of these plugins had a critical issue would immediately publish an update with the new versions but at the moment nom seems to me there is nothing of this kind in the old version of Slider Revolution.
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
Is it possible to use “Content blocks VC” inside a “Content slider”? A “Content slider” with a “Text block” per slide works but a “Content slider” with a “Content Block VC” per slide just shows the “Content blocks VC” as stacked rows (no slider). Is this option only available in the latest version or are “Content block VC” not allowed inside a “Content Slider”? The documentation is not clear about this: https://support.undsgn.com/hc/en-us/articles/213456929
Hi 4netInteractive! No sorry, you cannot nest a Content Block VC in a Content Slider, this is never shown in all our demo and it’s not possible. The documentation states “Note: Please note that the Content Block module is supposed to work in a first-level Row (no Inner Row) with a single column and that you cannot use more than one Content Block Slider in each row.”
Thanks for the clarification; The documentation has a complex way of saying: “You cannot use a ‘Content Block VC’ in a ‘Content Slider’”. Also the naming is different from the documentation. Simple solution would be to limit the available elements inside of a “Content Slider” slide the same way when adding an element to a “Section”.
Hi 4netInteractive, thank you for suggestion, I pass your input to the developers!
Hi 4netInteractive, I’m sorry but the developers tell me that it is not possible to do what you suggest because the Content Slider is actually a Row (while its slide is an Inner Row) and there is no way to differentiate it from the normal Row when opening the modules selection. We have added a note in the doc.
Hi. Your theme is helping me in many ways.
But I have a lot of worries because it doesn’t print pretty on the iE.
1. The fact that the font-family application is not good 2. The words with the ‘words curtain’ animation => It’s not coming out at all!
I found two errors, what should I do? Please tell me how to make it work.
I’ll be waiting for your answer. Thank you.
Hi maxfierro! It seems odd that the font doesn’t work on IE and no one ever noticed after all these years. The special text animations as for documentation are dependent of the fonts, so if the font is not working also the animation cannot work as expected. Anyway, if you have an odd issue please share the link to your site, it’s really not possible to understand without a preview od your site.
Otherwise, 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
It’s possible to display dates on portfolio posts? have been tinkering around with no luck. Why not just add the ability to show the date on the front end too. Many thanks.
Hi carlosrosales1979! This is not an option because it is not very popular to have the date on portfolio. Anyway you can for example use the Portfolio Details and enter your date here: https://support.undsgn.com/hc/en-us/articles/214002865
I had updated wordpress to 5.4.2 and updated Uncode theme to 2.2.8.1 the result was that my menu and my logo disappeared. And in the admin the theme options were gone! I had to restore everything back to the old settings. (Wordpress 5.2.7 and Uncode 1.9.1) This is the site how it supposed to be. >>https://monter.nl/ This happens when I update everything. >> http://kunstinsite.nl/monter/ I don’t have support anymore but this is something out of my expertise to fix!
Hi Richard1018DT! We are sorry for this problem but I don’t think it’s update related, if this is a problem with the Uncode update here you should see thousand of similar messages. If you lost Theme Options the only possible reasons is that you are not complaint with the Max Input Vars or that you have extra plugins that consume more vars so the required 3000 is not sufficient: https://support.undsgn.com/hc/en-us/articles/213459869
Do you have also other errors in the System Status? https://support.undsgn.com/hc/en-us/articles/214000785
Moreover, I see that you have lot of files that are not found (404) is a generic server error when a file is not found: https://undsgn.d.pr/0xi6o5
Are you sure you are using an original theme? blauw_accent.css is not a native file of Uncode…
I see that also the outputted HTML is different but from here without access I cannot understand more about the issue.
Hi, I have one small error with the nav. The nav is sticky and shouldn’t move, I just want it to stay the same for the entire site however when I scroll down it jumps/flickers. Is there a way around this? Please see what I mean here: https://we.tl/t-7lp26L7KRg
Hi voic3! We are sorry but your video shows nothing (it’s a fixed frame) and a video cannot help to understand a possible issue, please share the live URL if you need help. The fixed menu should work like this unless you have extra plugins/ode that alter it (obviously the page must be fully loaded before it can work.): https://undsgn.com/uncode/homepages/creative-digital-agency/
嗨!
WordPress从版本5.2开始,能够检测到您站点上的插件或主题造成了致命错误,并向您发送自动的通知邮件。
在这次,WordPress发现了您的插件造成的错误:Ultimate Member。
请联系您的主机提供商来获得帮助及调查此问题。
如果您的站点看上去不正常,且您不能正常访问仪表盘,WordPress现在有了特殊的“恢复模式”,能够让您安全地登录仪表盘并调查问题。
https://antdesignofficial.com/wp-login.php?action=enter_recovery_mode&rm_token=d5OByae3SV9pOTsrpC1cxh&rm_key=ZEb7Mi7zeI2AWIBHLNnjhe为了保障您的站点安全,此链接将在1天后过期。请不用担心,如果在此之后错误再度发生,我们将向您发送新的链接。
在寻求关于此问题的帮助时,您可能需要提供以下信息: WordPress版本5.4.2 当前主题:Uncode(版本2.2.8.1) 当前插件:Ultimate Member(版本2.1.6) PHP版本7.3.18
it is fatal error
I need refund ?why not
Hi zq6557513! We are sorry but it’s not possible to understand the error you have, probably it seems an issue with an extra plugin you have “Ultimate Member” visible in your text (you should try to force deactivate it from your FTP): https://undsgn.d.pr/J4VK45
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, can you advise where I can find the Before & After image module as per the last example on: https://undsgn.com/uncode/features/single-media/ Thanks!
Hi damccormack! You should find in the element list (unless you have a super old version of Uncode): https://undsgn.d.pr/qelZ2G
Ah, I see – thanks for confirming. I’d hoped it was available for media within a portfolio but that doesn’t look to be the case?
Hi damccormack! You can use also in a portfolio page, you can replace the Media Part with any of the page Modules, ex: https://undsgn.com/uncode/portfolio/sidebar-custom-one/
That’s great, many thanks for clarifying! I was hoping to mix the Before/After element and Media within the one portfolio but I’ll adjust to use only the Media Modules. Thanks for the help!
No this is not possible but you can use a Media Gallery module that replicate the Page Media layout you need, plus the Before/After.
Brilliant, thanks!
Hi damccormack and thank you for the confirmation! 