Discussion on Uncode - Creative & WooCommerce WordPress Theme

Discussion on Uncode - Creative & WooCommerce WordPress Theme

By
Cart 136,992 sales
Recently Updated
Well Documented

undsgn supports this item

Supported

This author's response time can be up to 2 business days.

8686 comments found.

Hi guys.

Amazing theme and I love the new light box.

Is there any chance I could grab the CSS information to amend the size of the title and caption in the light box? I cannot seem to find it.

Thanks in advance. Daniel

Hi Imagesofdorset! It works for all of us on the same devices, please test in Incognito Mode (and also our demo), ex: https://undsgn.com/uncode/homepages/creative-photographer/#lg=ilightbox_gallery-185343&slide=0

Thank you.

Doesn’t work on my site in Incognito mode but does work on your demo.

Maybe a plug-in so will try disabling everything not related to Uncode…

Yep, at the moment we don’t have similar reports, probably a plugin issue or something not properly updated on possible cache – CDN services…

In macOS I have set the dark appearance. I’m viewing my website, which has a dark icon, and in Safari in the tab, a white border around the logo. The same frame is all over the undsgn.com website. It’s only visible in Safari and other sites display the icons fine. I can’t find where the error is, everything looks OK.

Hi dusanvondra! We are sorry but it’s really not easy to get this, can you please share the URL of your website, and a screenshot to understand the possible issue?

Sorry, we see what you mean,
but unfortunately that’s an issue that happens with PNG favicons that have transparency. Safari’s rendering displays them that way: Uncode’s favicon, having border radius, shows a sort of background colour in Safari. The best advice I can give is to avoid favicons with transparency. We don’t know of any workarounds for PNG and Safari in dark mode unfortunately.
Best :-)

Hi, How to change onsale badge text to discount percentage?

Hello!
By default WooCommerce doesn’t allow that, so it would be a customization and that’s not included in the theme support, as you can easily imagine. However you can use the WooCommerce native filter “woocommerce_sale_flash” to hack the default behaviour of the badge: that requires some coding skills of course, and some tutorials are available on the web as well.

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. When I tried to update it broke the site. This is the error: An error of type E_PARSE was caused in line 52 of the file /home/pramosa/public_html/wp-content/plugins/uncode-core/includes/vc_extend/modules/media-gallery/media-gallery.php. Error message: syntax error, unexpected ‘)’

Hi LiezlS1! It’s confirmed that the problem you are experiencing is related to an old version of PHP, you can opt to ask your host to give you a newest version (WordPress officially suggest PHP 7.4+), or you can install a possible fix (at the top of the page): https://support.undsgn.com/hc/en-us/articles/214092169
PS: If you are not able to fix yourself, feel free to contact us.

Thank you so much. That’s fixed it.

Thank you for the confirmation! ;)

On another note, Ive noticed that if you create a row as 6/12 + 6/12 and stick a content slider in one half, that left-right padding on the row has no effect. I assume this is a bug? Can it be looked at and fixed in the next update please.

Hi OmriS! The Content Slider is designed to work on 12/12 column “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. So, for example, you can’t use a ‘Content Block VC’ in a ‘Content Slider’ slide.” : https://support.undsgn.com/hc/en-us/articles/213456929

With the content slider it has dots that appear underneath. Can these be made to be always visible rather than just on hover and to be able to change the dots so they are coloured? Its not possible to see them on a white background. When using a testimonal slider, these are always visible (the dots) and are grey. It should be the same for a content slider.

Hi OmriS! When asking for something technical please always share the page URL your are working so we are able to understand the configuration as much as possible, and in case suggest a solution.

I am not able to install uncode-core plugin. After the installation I am getting the following error -

Parse error: syntax error, unexpected ‘)’ in C:\wamp64\www\aavhanzr\wp-content\plugins\uncode-core\includes\vc_extend\modules\media-gallery\media-gallery.php on line 52

I am using php 7.1.9

Please help.

Wordpress Version is 5.9

Updated to php 8.1.5 and everything worked fine. Thank you.

Hi sameermkulkarni, and thank you for the confirmation! Pretty odd since we never received this report (also in the past where old versions of PHP were more commons).

Hi Uncode Team, sorry if you get this question a lot.

Would it be possible to implement an iframe natively in your new lightbox (lightGallery) just like on the developer website? Something that launches full screen from a button. Or to load a content block inside the new lightbox?

Any tips and suggestions are greatly appreciated. Thank you! :grin:

I also found a glitch on the frontend editor. The “edit controls” disappear when you add a button element with an iframe selected in the ‘Media Lightbox’ option and reload the page.

Hi fscchurch! Please note that we never promote that it’s possible to use iframes in the button module, as our first message “I can’t tell you if this has problems…”. You requested and since Uncode has been coded quite powerfully we can also load iFrames, but there is a bit of difference to give full support to such a feature (I hope you can understand).
Yes, probably it will be part of the theme, but in this case, we are talking more about Pop-Ups, which is currently possible with extra plugins (but not a Content Block): https://undsgn.com/create-wordpress-popups/

PS: Unfortunately, I can’t give you a timeline, but probably from the next big Uncode update (if everything is confirmed), it will be possible to create your own pop-ups with Content Blocks.

I know my support has ran out and I do normally extend. I have more than one license so hoping this can get answered.

When I upload a SVG logo in color, it always shows in black and white only. Is there a reason for this?

Never mind. Worked it out :)

Hi OmriS, sorry for the delay, and thank you for the confirmation! ;)

Just FYI, I think the issue that btstudio23 made in a comment 23 days ago is still an on-going issue with PHP8.1 + Woocommerce.

Somethings off with the below line in /partials/elements.php Uncaught TypeError: Unsupported operand types: string / string

$dummy_padding = round(($image_orig_h / $image_orig_w) * 100, 1);

Maybe the variable isn’t recognised, maybe it’s coming through as an array, but definitely something odd going odd. It could be a plugin conflict I guess but the error doesn’t seem like it is.

Just letting you know in case you’re getting similar reports.

Hello computerassistance,
unfortunately we have not been able to replicate the problem reported by btstudio23, nor he has provided any other data to help us solve the problem. The fact that it is reported that the ”/” operator cannot divide between two strings makes me think that for some reason some images used on your site were not uploaded correctly, since the variables $image_orig_h and $image_orig_w should be two integers instead. Is it possible to see the page where this error is printed by chance?

Even without verifying the problem, anyway, we could suggest you to replace the line you mentioned above and check if that fixes the problem. Please replace:

$dummy_padding = round(($image_orig_h / $image_orig_w) * 100, 1);

with:

$dummy_padding = round( ( absint( $image_orig_h ) / absint( $image_orig_w ) ) * 100, 1 );

Let us know, best :-)

Hello can you please unlock my license e4464….. please ? There was a problem and I can’t reactivate it for my live website. Thank you.

Hi Malcom24! As noted in the link next the error message you probably have, you have to send a private message using the form you find on this page: https://themeforest.net/user/undsgn

Hello, can you please unlock my license, I have already contacted you guys via the contact form on your profile.

Hi mustafatayyeb! We replied to you, please check your inbox!

My client bought the theme, so I do not have access to the support, but there seems to be a bug after updated to the latest version 2.6.1 – my layout width changed to full width on all pages, except for the home page. I was able to override the layout width for single pages/posts/portfolio to 1200, but the home page does not change. For some reason that one is 1500 when I check in Chrome dev tools. And it does not change when I set the default layout to 1200 or the page override to 1200. Is this a known issue when updated to the latest version? Thanks.

Hi bravewhale! We are sorry but we don’t have other similar reports, and without the possibility to access your installation it’s really not easy to help. We can’t tell you this is a possible issue that happens due to some borderline case in your installation or maybe due to other custom stuff you have installed.
Please ask your client to open a ticket so our developers can verify the possible problem, and in case offer a solution.

The theme license gives me an error when updating But I can’t use your support because it says that it has finished itself?? I only use the license on a website of course.

Hi jein! When you buy a theme on ThemeForest you have 6 or 12 months of support so probably you run out of your private support period. If you have this error is probably because you registered it on multiple domains over time… anyway, please send us a private message using the form you find on this page, and include your Purchase Code so we can help: https://themeforest.net/user/undsgn

Hey guys, I love the titles effect where you can mouse over and the image appears. I noticed there is no gallery option, just post/page/portfolio. Is there a way (In options) to make it so it’s not clickable and just a mouseover image effect? Thanks!

Hi RickabyDesign! As you noted the Titles layout is promoted only for Posts: https://undsgn.com/uncode/features/posts-titles/
We don’t know exactly the Titles layout you are using but you can use this code in the Page CSS option to remove the link:

.uncode-post-titles .tmb {
    cursor: initial;
}
.uncode-post-titles .tmb .drop-hover-link {
    pointer-events: none;
}
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

Hello,

How can i see on witch sites my license is active? I have 2 license and i have 2 sites where i use them but bothe give problems. I think that are old sites where the license is active. A want to deactivate but dont know how?

Hi brandinwebdesign! Please send us a private message using the form you find on this page: https://themeforest.net/user/undsgn

Hi, I am experiencing a bug since the last update: In those pages where the menu is transparent it’s impossible to assign it a flat color for when one is scrolling down the page and this makes the menu impossible to read: can you please fix this?

Also it seems that you have some caching plugins that create issues, please disable your Siteground Optimiser plugin momentarily, time the assistance is over, and if you have other server-level optimizations as well.

No, I am referring to the fact that in some pages (like the home page9 the manu was set as transparent on the header and then shifted to flat background color when scrolling down (to make it readable), but after the update it remains always transparent even when scrolling down

Hi elvispregnolato! As told you should deactivate all your optimisations stuff since it seems you have some problems with cache, this is what we see: https://undsgn.d.pr/EPl9lG
Please deactivate all your optimisations stuff, and clear Cloudflare cache or other cache service you have active.

Hey guys, how can I change the width spacing on the header. I chose wide menu but the logo and elements essentially touch the edges of the screen. I cant find where to add space to the sides. Please advise!

Hi RickabyDesign! As said already it wasn’t even clear that you wanted this, now I understand what you are asking. There is no option, in fact, in no demo, you see what you are asking for, you have to apply a few lines of CSS. For example, this is for the simplest situation:
@media (min-width: 960px){
.menu-wrapper .row-menu .row-menu-inner {
    padding: 0px 96px;
}
}
ps: The support is offered in the Help Center as specified on the Item Support Page because here only the authors can answer you, while on the support there is a dedicated team.

Thank you for answering my question!

Thank you for the confirmation, we hope it helped as much as possible!

Hi Guys, I have a question, is it possible to have an animated header like at this website? https://www.jasper.ai/ In their header the text content is changing, f.e. “Marketing Copy, Blog Articles, Google Ads Headlines”, etc. Thanks

As you can see also the name of the Blog Posts are different, and we changed them a few big updates ago… it seems that for some reason your installation is still reading the old XML file. Did you update the Uncode Core as well?

You are a genius, for everything have a fast answer. Thanks, this worked out! It was because of the missing update of uncode core. I will have an eye on that in the future

Hi Tobias1985, and thank you for the confirmation! :)

I’m looking for a template for my site, would that be appropriate? https://isbul.gen.tr/

Hi ferhatorun884! As you can see with Uncode you can create basically any kind of layout, we cannot reply for you since it’s not something technical and objective, this is something personal and subjective you need to evaluate: https://undsgn.com/uncode/https://undsgn.com/uncode/showcase/

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey