8670 comments found.
Hi, is there any compatibility issue with bbPress?
Hi flyhead! No actually we don’t have recevied any compatibility reports, please note that Uncode doesn’t apply any specific styles to bbPress, you’ll have just the inherited CSS.
Hello Uncode Team. How can I add additional scripts in specific pages after I’m using the Uncode Theme? I’m asking this because the original page inside the Wordpress Panel where we change the <header> tag in each page has gone. That is normal? There is a way where i can change the header tags individually for each page? Thanks!!
Hi fpavani! I don’t understand properly this request, sorry. What is “the original page inside the Wordpress Panel where we change the <header> tag in each page has gone”?
Let me try to explain it better.
In the “appearance” menu of Wordpress, there was (at least for me) an option called “editor” where there was a possibility of you editing the page “header.php” within the platform of Wordpress itself, right? This option is gone for me. I do not know why but it just does not exist anymore. I’m saying this because I imagine it was there that I could apply changes to the source code of each page of my theme separately. Or am I wrong? If I am, please correct me.
Well, after installing and setting up the Uncode theme, how do I get to edit the source code of each page separately? Is there such a possibility?
Hi, without the possibility to access your site I don’t know if you are doing something wrong or something is not working for you, anyway the option is definitely there (or you can simply edit from your FTP): https://undsgn.d.pr/w1FJiL
Anwyay I want to discourage you to edit templates directly, in case create some action from your Child Theme, it’s really better for maintenance in case of theme update.
Right. I get it.
Which of these files should I update if I want to change a page created by the wordpress “pages” menu? https://imgur.com/BCzElxz
I insist on this question because I would like to put a Facebook “pixel” inside this landing page that I mentioned above (it’s a landing page).
If you need to insert a JS code, just use the RAW HTML module of Visual Composer to insert the code in the page you need without dealing with code.
Hello fpavani,
this kind of questions can’t be answered in a short way unfortunately. The best way to edit a Wordpress theme, if you need to add something that can’t be added through the theme options or the other fields available in the backend, is using a hook or a filter.
If you need to put a script in the header of a single page (a script that doesn’t appear on each page) this is the best way: install the child theme available in the main archive of Uncode https://undsgn.d.pr/KKCTEK, activate it and through an FTP client or the editor available in “Appearance -> Editor” add at the very bottom of its functions.php file this code:
add_action( 'wp_head', 'uncode_support_19784545' );
function uncode_support_19784545(){
global $post;
if ( $post->ID === 2 ) {
?>
<script type="text/javascript">
alert('Hello');
</script>
<?php
}
}
The function here above print an alert “Hello” on the page with ID 2. You have to replace the ID with the one of your page and the script with the one provided by Facebook. Let me know, best.
I’ll try and will let you know. Thank you for now!
I got it!
But another problem arose. The buttons I have on my site have lost their color and animation functions. I tried to change or add new buttons and even then they did not go back the way they were before.
I have already used the previous theme (other than the child theme) and the problem still persists.
Any tips?
Hi fpavani, I’m sorry but it’s not possible to understand without a check to your site, the only thing we can think is that you are not compliant with the Max Input Vars in your System Status or you have permission problems? Sorry is this a new installation of Uncode or these issues happen all only now?
Hello, I am unable to sign into your Support system—might want to look into the failed resource load error I am seeing the console.
I am having an issue with WPRocket and optimizing my site where when I defer loading javascript, the logo and toggle menu do not display. Please let me know which script, and its location, that I need to exclude from being deferred.
Thanks!
Hi thinkdm2! What error you have with our Help Center? Do you have a support expired message? This is not an error, according to Envato support policy it just alerts that your support period is expired. Anyway here you can find an article with a few suggestions for WP Rocket, I discourage to use this option, it’s true you get a few points on speed tests but then some JS cannot be init until the page is load: https://support.undsgn.com/hc/en-us/articles/115004168269
Hi, I can’t seem to get the transparent menu to work. I’m using a revolution slider inside a content block for the main header section.
I added data-skin to the custom field of the slide but that didn’t work. I also checked all the global settings etc.. as outlined in your documentation on how to troubleshoot the menu not being transparent.
Any other things to try? 
Hi mikeyc9! Without the possibility to check your site it’s not easy to help, can you please try this option if you use it inside a Content Block? https://undsgn.d.pr/FWr9Cw
Anyway if you need dedicated support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can support the solution privately! Thank you!
https://support.undsgn.com/hc
Hey thanks! It got me 99% of the way there, still seems to be some padding at the top of the page: https://www.screencast.com/t/RZeEcfN269o3
I could modify the css, but I wondered if there is a cleaner way?
.main-container .row-container .row-parent { padding: 36px 36px 36px 36px; }
This fixes it:
.main-container .row-container .row-parent { padding: 0px 36px 36px 36px; }
Hi! Whiteout a check to your site it’s not easy to help. As suggested the best for support is to use the Help Center so you can share with us your website URL privately. Anyway try to open the row settings and set to 0px the custom padding top of this row.
Hey! Thanks for such awesome theme! I did almost everything what I needed but there’s one problem:
https://i.imgur.com/pBQpuNz.jpgWhen I edited last section with products (I wanted to add more things to query) I got that black bar on the top of website. Also scrolling is not working correctly. I tried to find some kind of margin or padding but without success. How I can fix that?
http://kiedyostatnio.pl/Hi and thank you for appreciate Uncode! 
Please have a check if the problem is the one described here: https://support.undsgn.com/hc/en-us/articles/360000130345-Visual-Composer-known-minor-issues
Anyway if you need dedicated support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can support the solution privately! Thank you!
https://support.undsgn.com/hc
You are awesome! That works! Thanks a lot! 
Hi and thank you for confirm! 
Is there a way to use different lightbox plugin? This one is very clumsy on a mobile device. Unfortunately I couldn’t capture my finger gesture on the screen, but still it looks irresponsive. https://youtu.be/97w9RBdevDY
Hi akirichev, unless you create your own modifications there is not a method to change lightbox plugin, this is too related to advanced theme features, anyway this is how the popular iLightbox works on mobile (it’s not supposed you have touch gestures).
Great! Just wanted to confirm that in 2018 still exists a “powerful lightbox plugin” and “the famous iLightbox” (as undsgn called it in comments) which doesn’t work on mobile properly. P.S. By gestures I don’t mean two finger pinch, jump twice and face your phone east, I mean swipe left / right which I believe is the most common way to view photos on a phone these days. Nevertheless I will write you a feature request.
Edit: The form for filing a feature request doesn’t work. Pitty
Thank you for note, it will be restored today, we migrated server 2 days ago and there are still a bit of adjustments. Anyway request received from your GMail.
Hello
We have an issue with elements( button like continue to checkout button). When giving the width 100% for devices under 570, it does not work. The css added is ok but not getting the full width. For device 570-750 the width is 100%.
Can you advice how to override the rule also for device under 570px?
Thank you
Hi, not sure if this is what you need without a check to your site but I think it’s this one:
.btn.checkout-button {
width: 100%;
transform: scale(1) !important;
}
Yes. That was what I needed. Thank you 
Hi! I have activated the comments options but they don’t appear. How I can solve it?
Hi aplausostudio! Without a check to your site it’s not easy to help if you have an odd issue other users are not reporting. Are you sure to have activated for the Post Type you need (Page, Post, Portfolio etc)? Just to understand do you have this issue only now or this is a new installation?
Hi! Yes is a odd issue. I want this for the post. Is a new installation.
Hi, the option to activate for post is this one, please be sure you don’t have the same setting to NO in the Page Options: https://undsgn.d.pr/Qy7FMB
Anyway if you need dedicated support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can support the solution privately! Thank you!
https://support.undsgn.com/hc
I have this option activated to ON, but they don’t appear.
My code for support has expired, and I don’t know how I can solve this 
Hi aplausostudio, unfortunately other users are not reporting the same problem and we don’t have this issue too in all our installations, so I really don’t know how to help without the possibility to check your installation. Anyway if this is a new installation you should also have a dedicated license and so the possibility to access support services as outlined by the Envato terms.
I understand. I buy this theme for muy old busines and now is closed. And I use the same theme for my new business. I don’t remember if I use the support code before. I should buy another 6 months for Uncode support? I have already finished my website, if I can solve this, the website is really finished. I have another option?
Terms of use policy or support policy are not from us, these are from Envato and we as authors have to abide with theme (otherwise the support policy will be no-sense and any users should expect private support with support expired), btw when you buy a theme you have 6 months to report any issue. If you want to follow this wall and if it’s a new problem of Uncode some other user will report it and we will solve it promptly, but I do not think or know it because every user uses the comments in his blog.
I understand, i will do that you say, and if I don’t see any report like my problem I bought the 6 months support help.
Thanks for all 
Suggestion: Could there be a download button to download images in a media gallery… or an individual download icon for each image?
Hi mwfpro! Actually this is not an option of iLightbox, the popular lightbox plugin we use in Uncode, anyway feel free to send us a feature suggestion from here, thank you! https://support.undsgn.com/hc/en-us/articles/213714949
Will do! Thanks!
Ok received.
Hello, I cant upload the theme to WordPress. A message appears saying the link expired. My WordPress version is Version 4.9.6 and i tried both zip files uncode.zip and uncode-child.zip , thanks
Hi! This message means that you have some server limits that prevents you to upload a file of just 20mb, please ask your host to give you standard values. You can also show them this article: https://support.undsgn.com/hc/en-us/articles/214006185-Cannot-upload-the-theme
Anyway if you need dedicated support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can support the solution privately! Thank you!
https://support.undsgn.com/hc
Hi there, love the theme!
I’m using the menu with a button style which looks great on desktop but on the mobile menu the text inside the button is pushed to the left and not centered. Is there any way to fix this?
Hi! I’m pretty sure we have just fixed this error for next update, it happen with some scenarios, if you can send the link to your site we can suggest a simple fix (need to check your settings to create the CSS fix you need).
PS: thank you for appreciate Uncode!
Thanks, I’ve upgraded to the latest but still seeing it, here’s the link – http://greenway.crowdsauce.com/
Hi, try to paste this code in the Theme Options > CSS:
@media (max-width: 569px){
.main-menu-container .btn:not(input), .main-menu-container .btn-link:not(input){
-webkit-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}
}
Hello. I am trying to log into my uncode wordpress accounts and I am getting an HTTP ERROR 500 notice when I go to /wp-admin. I can’t even log into my sites.. What’s going on?
I would just like to clarify that I have other themes for other websites and they are all letting me log in just fine. Just my sites with uncode are not working. On Chrome it is giving me the HTTP 500 error, on safari it just goes to a blank page.
Hi, when this happen? I don’t think you have this error from the beginning, in fact you bought Uncode more than 1 year ago, so I suppose this is a new error you are experience now, right? Anyway the 500 is for definition a server error, if this is is an error one Uncode you should see here about 38.000 similar messages. Have you tried to ask your host if they have changed something during time?
Hello! https://pizzarte.com/novo/ Check this out please. On the section “A nossa Ementa”, i have montserrat fonr weight 100. But it only works on chrome. On safari and firefox it puts the same bold weight as the text on top of it. Also, on the media carousel, the shadows are fine on chrome. But on safari/firefox the shadow stays limited by the parent div… How can i fix this?
Hello!
Actually, from here, we can see it fine on Firefox https://undsgn.d.pr/PE2hd8 and Safari https://undsgn.d.pr/jlMsgs as well.
Have you tried from a different computer? Maybe the issue happens locally only?
I fixed the font weight. But look at the shadow from the blocks, its not fine. The shadow is being cut off by the parent div. You can see it here: https://i.imgur.com/ix6YtL1.png
Hi, sorry but you have this issue only now after more than 2 years that you bought our product or is this a new installation? We remind that if you need dedicated support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can support the solution privately! Thank you!
https://support.undsgn.com/hc
I decided to redesign the website, is that a problem?
Hi, in the carousel setting (Module tab) there is an option to remove the Overflow from the carousel container, note that when you do this it will go side to side (there is not a method in HTML/CSS to set “only shadow visible”), so you’ll have something similar to this one: https://undsgn.com/uncode/homepages/classic-start-up/
No it’s not a problem if you redesign your site, just try to figure out if this is a possible issue with a recent theme update. Anyway we remind that when you buy an item on ThemeForest you have 6 months of support included that is a reasonable time to report any issue or design your website (https://themeforest.net/page/item_support_policy#whats-included-item-support). We as author have also to abide by the terms of contract with Envato (ThemeForest) which is to the customer and marketplace own interests. Please note that this wall is not for support, if you need our help is offered in our Help Center as suggested in the message above.
Background Jitter
Hey Guys, the background-attachment option fixed occurs a Jitter/flicker issue during scrolling. I found a fix but the div Elements don’t have ID Property to apply specific css attributes. Here is the full explanation of a GPU friendly fix for scrolling: https://www.fourkitchens.com/blog/article/fix-scrolling-performance-css-will-change-property/
Hopefully you will apply this for a future update and replace background-attachment with position attribute. Only thing is to add z-index to keep everything in order.
Hello and thank you for the heads-up.
Could, however, let us know what browser do you talk about and also provide a page URL where to see the issue?
Indeed, this issue is caused only on Firefox 60.0.2 (64-Bit).
http://www.hadistudio.de/relaunch/Postion: fixed property is more performance efficient than Background-attachment , because it doesn’t draw every time a new Element of the Image in the DOM.
Oh actually Background-attachment: fixed doesn’t work on my iPhone. Can this get fixed?
Hi elham, what is the fixed background at your homepage? Now we don’t see any section with fixed background. Anyway if you want to target a specific background in any Rows the last tab is Extra where you can insert a specific CSS class (so you don’t need an ID).
On the first page (home) are 3 rows with fixed background, on mobile none of them are fixed, I don’t why. I will try to add CSS but some attributes need to get cleared and those are unfortunately applied via inline command.
Maybe we are not understanding each other. Fixed background means that the background doesn’t scroll with the page, this is an example: https://codepen.io/geoffgraham/pen/akrJjY
On this page we don’t see any rows with fixed background also on desktop: http://www.hadistudio.de/relaunch/
No we are talking about the same thing. A checked it and works only on Firefox. On Chrome v.67 and Safari v.11.1 the background is scrolling like normal.
Can you help me somehow?
Hi elham, have you extra plugins? What version of Uncode do you have? Tested now and it works like a charm in Uncode, please check this screencast taken from Chrome, fixed background super fluid: https://undsgn.d.pr/ZIGIn3
I dont know what causes the issue. I am using uncode 1.8.2 on WordPress 4.9.6
You can check the source code of my Image Element.
Don’t know what you modified but now is working here too on Chrome: https://undsgn.d.pr/0u6Ec5
I did nothing but the feature isn’t working on mobile right?
Hi, now you cannot have this CSS Background fixed on mobile, check some example you always see that is not possible: https://codepen.io/dropside/full/bxhke/
Awesome theme – love it. My only issue is that i am having “Invalid token. Error code 403.” when i am trying to register my theme. I have created the Token here and copied both the token and the purchase code. but it keeps giving me this 403 error “Invalid token. Error code 403.”. My support request has expire so i am unable to submit a ticket and i know that you do not reply to support issues here, but wondering if anyone else had this issue with the 403 token before and solved it reguarding registering the theme.
Thank you
Hello and sorry for the issue.
May I suggest this article if you haven’t read it yet: https://support.undsgn.com/hc/en-us/articles/115004287985-Product-registration-not-working ?
Let me know if it solves your problems please. Best.
Tried it, still noting, no idea why. I was working fine but then i had to register it again and not the 403 error keeps coming.
Hello again, sorry for the issue
From our end everything seems to work fine. May I ask you to contact us through the form on this page: https://themeforest.net/user/undsgn#contact and provide the details you are using to register the product (token and purchase license)? So we can check with your details.
Thank you in advance, best 
Just dropped you the message – thank you so much
Hi, one of our developers should have contacted you.
Got the message, they kindly explained the issue, seems like it may be on Envato’s end so i have contacted them as well.
Many thanks again!
Yes it seems, thank you for confirm!
Hi there!Thanks for your support so far. I would like to change my button text from white to black on hover, but somehow there are no options to change that in the button module. And the Uncode documentation did not show much on that. Hope to find out how to do that from you.
The button on mouse out is white outline with white text. And on hover, I want the button background to be white and text to change to black.
I don’t want to change it using Skin as it will change the colors of other elements of the site. Is there a CSS code for the same?
Hello!
You can achieve what you want by simply selecting the “dark skin” for the column containing the button and without assigning any color to the button itself.
If you don’t want to use the skin solution I’m afraid the only way is a custom CSS.
Anyway if you need dedicated support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can support the solution privately! Thank you!
https://support.undsgn.com/hc
Is it possible to rename the product tabs “Description” and “Additional Information”?
Hi tenaciousB, these terms are default from WooCommerce plugin and there is not an option, without dealing with code modifications the best you can use is a translation plugin like Loco, in fact without create a real translation (this plugin is used to translate terms), you have to use Loco to create your own “translation” and modify these terms with every words you need: https://wordpress.org/plugins/loco-translate/
Thank you. I managed to figure it out by adding a function. I now have a question concerning the product category pages. How can I add a widget to the product category page? I get the following note when I try to do so via the Customize tab:
“Your theme has 9 widget areas, but this particular page doesn’t display them.
You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages.”
I’m trying to add a the “Filter by Product Attribute” widget to the category pages.
Hi tenaciousB, to style the Product Category page you need to work on the Theme Options > Products, without a check to your site is not possible help more, sorry. If you need dedicated support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can support the solution privately! Thank you!
https://support.undsgn.com/hc
Hi! Sorry to bother you a year after I have created a site with your theme. It is an amazing tool and an awesome product. I have noticed that Google has generated site links for my website. Some of them are for some uncategorized archives, specific pictures etc. – and if you click on one for example a site will open with only one picture, categories, creators… I do not want any of this items to exist; is there a way to remove them? Hopefully you can help me resolve the problem even though I do not have your support purchased any more. Thanks again for great theme and friendly help.
Hi tilen386 and thank you for appreciate Uncode! 
Not sure what pages you refer, so for example if this is stuff from demo contents, anyway you can use the free Yoast SEO plugin to exclude specific pages or sections of your site from the search engines. Please note that after you do this you need a few days before these URLs are removed from Google (it’s not immediate).
Hi, thanks for help. Continue the awesome work 
Hi tilen386 and thank you for confirm! 
Hi,
just bought your plugin and installed the “creative digital agency” demo. But the menu does not show … it is in the source code, but it’s black on black?
Hi! If you install demo contents properly you should have an exact replica of our demo just with placeholder images, are you sure you have not modified any options or you don’t have extra plugins during the import process. Anyway don’t worry, if you need dedicated support is offered in our Help Center, there we have a completely dedicated support team, please submit a ticket so we can support the solution privately! Thank you!
https://support.undsgn.com/hc
Hi, if I create a menu and place it in a page with Page Builder, the dropdown is not working. The options under Theme Options are only for the main navigation, is there a way to add dropdown function to another menu?
Hi! Sorry but I really don’t get you… basically any pages of our demo are created with the Page Builder, so the only possible reason is that you have some JavaScript issue related to possible extra plugins. Sorry just to understand, do you have this odd issue only now after more 2 years you bought or theme or is a new installation of Uncode?
Sorry I think I hadn’t explained myself well. I solved the issue in the meanwhile, it was about an internal conflict. It was about the old installation, but it was the first time I had used the WP Menu element in the Page Builder inside a page. Thanks!
Hi acroAC and thank you for confirm! 