Discussion on Uncode - Creative & WooCommerce WordPress Theme

Discussion on Uncode - Creative & WooCommerce WordPress Theme

By
Cart 135,251 sales
Recently Updated
Well Documented

undsgn supports this item

Supported

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

8631 comments found.

Where do I change the mobile menu text color? As it appears grey. On the normal desktop menu its white background with black text, on mobile side menu it needs to be white text as background is black. Thanks

Hi adwaiz! I think you have wrongly modified the Skins settings in Theme Options > Customise, when properly set or when you import demo the menu colors fit perfectly. Instead helping here is better you open a private ticket so we can help with this, once opened the ticket you can also notify here the ticket ID: https://support.undsgn.com/hc

Hi Team Undsgn

Is there a way to remove the date from comment? only date..

Hi foman2! You can paste this code (this remove the date and hours):

.comment-content .comment-meta-item {
    display: none;
}

Hello! Is there is a way to show some feedback when the “Place Order” button is placed? On desktop, nothing seems to happen while the credit card details process. After 2 seconds, the screen suddenly jumps to the thank you page. On mobile, at least a white overlay appears while credit card validation occurs. Many thanks!

Hi maltase! Have you some customisations? You should see a loading screen.

Hello! Yes I’ve made some CSS customisations, but the code should not interfere with the loading screen. I’ll paste the code below for your reference.

You can take a look at the checkout page for yourself at https://interstellargoods.sg/checkout/

::selection { background: #001f3f; } .double-bottom-padding { padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; margin-left: 0px; margin-right: 0px; } .woocommerce-info.border-accent-color { display: none !important; } .woocommerce #order_review_heading { padding-left: 20px; } @media (min-width: 993px) {

/* -------------
    WOOCOMMERCE
    ------------- */
    body .woocommerce .col2-set .col-1{width:100%;}
    .woocommerce-billing-fields h3{margin-top:40px;}
    .woocommerce .col2-set, .woocommerce-page .col2-set{width:40%;float:left;}
    #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{float:left;width:54%;margin-left:2%;margin-right:2%;}

.col2-set{ border: 1px solid #EAEAEA; margin-left:2%; }

.form-row.place-order { text-align: right; } .woocommerce #order_review_heading { padding-top: 0px; padding-left: 0px; } }

.col2-set { padding-top: 20px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; margin-top: 26px; } @media screen and (max-width: 569px) { .mobileres.row-internal.row-container {padding-left: 20px; padding-right:20px;} .heading-text.el-text.justifymobile {text-align:justify !important;} .btn.btn-default.alt {font-size:1.1em; padding-top:1.2em !important; padding-bottom:1.2em important;} } .row-container.style-dark-bg.footer-last{padding-top:10px; padding-bottom:10px;} input[type=”radio”]:checked+label{ font-weight: bold; color:black; text-transform:uppercase; border: 1px solid #DDDDDD; border-radius:5px; padding: 8px 10px 8px 10px; } #payment ul.payment_methods li input{margin:0 0.2em 0 0 !important;} #wc-stripe-cc-form.wc-credit-card-form.wc-payment-form{padding:0 2em 1.5em 2em; margin-top:1em;border-radius:5px;border-color:#DDDDDD;} #stripe-payment-data {margin-top:1em;} .payment_box.payment_method_cod{margin-top:1em !important;} .payment_box.payment_method_paypal{margin-top:1em !important;} .input-text{padding:5px 8px 5px 8px;} .form-row {margin: 9px 0 0 0 !important;} #order_review_heading {display:none;} #payment.woocommerce-checkout-payment {margin-top: 26px;} .form-row.place-order {margin-top:0px !important; vertical-align:middle !important;} .main-container .row-container .single-bottom-padding {padding-bottom:20px;}

Hi maltase! Try to remove the customisations to understand where the issue is, I see lot of changes in your checkout page. I can only confirm that it works on default theme. Please have a check comment all your changes or deactivate extra plugins!

Just a quick question.

Is it possible to place a posts module within a slide? Whenever I do that, the slide returns blank, even though it should return a post. I love the slide modules you use on your Shop Techie page, but Id like the content to be retrieved from a post and not simply text with a background image.

Thanks.

Hi Imagesofdorset! Try to paste this code in the Page CSS, not Content Block CSS (https://support.undsgn.com/hc/articles/213456149):
.isotope-container .tmb .t-inside {
    opacity: 1 !important;
}
Here a quick example for you: https://undsgn.com/uncode/test/

Thank you very much!

Hi Imagesofdorset and thank you for confirm!

Hi, are all themes fully editable with Visual composer?

Hi Core743 and thank you for interest! :)
Uncode is based on a tailored backend version of Visual Composer, this mean our VC is different from the original VC you know. You can check more infos in our documentation or you can check some of our video tuts, ex: https://support.undsgn.com/hc/articles/360000114665
Let us know if you need more infos!

Hello! Is it possible to disable lightbox on product image click? I don’t mind diving into some code if necessary

Hi maltase! You cannot remove a JavaScript event with CSS but you can try to use this code in Theme Options > CSS:

.woocommerce-product-gallery a{
  pointer-events: none;
  cursor: default;
}

Thanks! :)

Hi maltase and thank you for confirm!

Hi guys! Love the new theme options! Is there a patch for the content block slider to display in normal height? The content block slider no longer displays in the proper height with the latest theme update (most current version). The content block slider’s height has been automatically reduced causing row sizes to change and part of the images in the content block slider to be cut off.

Hi WeAreTheNRS! We are sorry but we don’t have other reports so it’s not easy to understand what you refer, there is nothing different in the Content Block height, this is a super used element, if something went broken you should see all our demos messed and hundreds of similar report here. If you can paste your URL we can check if you have other codes that create the issue. ps: have you also updated the Uncode Core plugin and cleared your possible cache plugins cache?

Hi guys. I love this templates. Can you help me how to control opacity background color lightbox.. as like this site. https://antoniogouveiaphotography.com/galery/

Hi foman2 and thank you for appreciate Uncode! :)
Actually this is not an admin option but you just need to paste this code in the Theme Options > CSS:

.ilightbox-overlay{
    opacity: .3 !important;
}
Values go from 0 to 1. Let us know if this helps!
Thanks. But I’d like to change 100% opacity. Can u check this site. https://antoniogouveiaphotography.com/galery/

You need to insert 1 instead of .3 (if needed the white color is an option from the module).

HI, would it be possible to get the bread crumb in the footer or above the footer with custom css?

ps: wrap the code in the script tags https://undsgn.d.pr/tVsaEt

Not working :(

Hi! We tested the code so if it not works for you please share your URL so we can retrieve the code based on your settings.

Hey,

Just a heads up for your next version. Spelling mistake in theme options:

https://drive.google.com/file/d/1MTngVRVljWTlleLn70s97rd-IoykTbLx/view?usp=drivesdk

Hi MetalPotatoUK and thank you for notify! Fixed for next update! :)

Hi guys,

I’m a passionate photographer using Lightroom to manage my pictures. In order to sync them with my wordpress site there’s an awesome plugin (which is the standard-connector between lightroom and WP) it’s called WP/LR and can by found here:

https://wordpress.org/support/plugin/wplr-sync/

The plugin syncs all selected images so they can be found in the media-library.

It even supports setting up galleries which have been created in lightroom. This process can even be customized so the galleries which are being created are compatible with existing themes. As your theme already supports galleries natively it would be awesome if the creation of those galleries could be triggered by the plugin.

In order to test this with your theme I would need to know some details which are required so the plugin can create the needed entries. Would you mind having a look at the following spreadsheet and see if you can provide those parameters:

https://docs.google.com/spreadsheets/d/1G-f_xJpQsv2NhdKweu6L4CXYSI4ak5bKQ9UrKliYE0w/edit#gid=0

I’d be more than happy to test if your logic is compatible with the plugin. If so this would be a huge benefit for your theme. You can tell as some other themes even promote this as a feature on their site.

Thanks for your support and best regards,

quicky

Any chance that I’ll just buy the theme, try it out myself and even if it doesn’t work you might be interested in including the feature soon so I’d keep it until an update is ready. We could also consider sharing the costs for making it compatible :-)

Hi quicky2000! We can offer a refund but we cannot grant for deadlines, we have fixed times and we have many requests. Anyway this way you can stay safe.

Hi again,

As you can see I’ve bought your theme and I have to say that I’m really impressed. I’m using Avada / BeTheme and Enfold as well but for photography your theme is the best match. The WP/LR integration also works partially already but I’m struggeling with the taxonomy. If you’re interested to make your theme 100% compatible, just let me know and I’m happy to share access to my site where I’ve tested the settings.

Best regards,

Oliver

Hi, team!

I’v spending o good time trying to make categories works, but no way to getting it. That’s my page http://chova.com.br/ and I’m trying to make something like this https://undsgn.com/uncode/homepages/portfolio-agency/

I read the coments here, but I just got more confused. Cold you help me with this, please?

Hi, these are just the categories applied to your portfolios: https://undsgn.d.pr/Bbew5R
Then you just need to enable the Filtering option: https://support.undsgn.com/hc/en-us/articles/213456829#&gid=1&pid=4

Never imagine that would be so easy. Thank you so much! #undsgn4life

Hi and thank you for confirm! ;)

Hi, if i purchased just the theme, it does not come with any hosting services that i can install directly on envato right? what exactly does the theme purchase come with?

Hi urbanistculture! When you buy a theme on Theme Forest you have buy a license and the possibility to download the installable theme so you can install on your host, then if needed you can buy the Envato Hosted option that give you also the domain/server/etc. Let us know if this helps!
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, is there any option to get a mega menu with images and headlines?

Hi hmg29! No sorry the Uncode megamenu is the one you see in our demos, you can apply images with a bit of CSS (basically it’s just a CSS background). 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 guys, I’m attempting to add portfolio items to the portfolio widget on my home page. There are 6 different slots on the homepage, with 16 ‘templates’ in the Portfolio section. I like the Sidebar Slides Full-Width one. How do I make 6 of those? And when I’ve edited the details/images how do I display them on the portfolio widget on the homepage? Thanks!

Hi Jason9205! Do you refer that you wan all your portfolios with the same layout? In our demo we show different layouts you can get with Uncode, if you want all your portfolio have the same layout you need to use the Theme Options > Portfolio: https://support.undsgn.com/hc/articles/213455469
Note that in the demo diversifications are created with the Page Options, so to test please create a new portfolio and use the Theme Options > Portfolio.
In the Posts module you have dozen of options to create your query and insert exactly the elements you want: https://support.undsgn.com/hc/en-us/articles/213456809#&gid=1&pid=6
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

Hello, we have problem using “WP Super Cache” with iPad, have tried manually adding iPad to “wp_cache_mobile_browsers” with limited success since the code need to be inserted using a custom plugin outside default “WPSC plugin-folder”. Is there any way to force iPad using cached mobile version of static files? WPSC works well with iPhone and Android but not with iPad because it is impossible to zoom and it seems that iPad is using desktop version of static cache files. Thanks.

Hi tingaliin! I’m sorry but I don’t how this plugin works specifically, it seems something that their support can help with more details. Our suggested cache plugin is WP Rocket that is really a good option that work out of the box: https://support.undsgn.com/hc/articles/115004168269
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, thanks for reply, got it working now with iPad using WPSC.

Hi tingaliin and thank you for confirm! ;)

I want to make a pattern background with an image. But background repeat don’t work. I got this in the inspector in chrome:

background-image: url-); background-repeat: repeat; background-position: left top; background-size: cover; }

Where can I change the background size?

Thx

Hi luiscastrillo! You need to set these settings: https://undsgn.d.pr/52Pjey

How to Enable Front End Editor In WPBakery formaly VC. thanks

Hi danzara! We are sorry but actually this is not an option, Uncode as other top seller creative themes that use a customised version of VC at the moment it’s only backend based, this is also specific in the main item page.

how can I turn the visibility of post’s comment on and off post by post?

Hi ggaggoong2 and sorry for delay! :)
Actually you can set them globally by Theme Options (https://undsgn.d.pr/VPBtJ3), never note that it’s not possible activate at single post level, anyway pretty easy to fix, please submit a ticket so we can support the solution privately! Thank you! :)
https://support.undsgn.com/hc

Can this automatically create a gallery of thumbnails of videos from a vimeo album, which open in a lightbox?

Hi zgilad and thank you for interest! :)
No sorry it’s not possible create a live gallery a video from Vimeo (automatic), you can create them but with feed import (you can import videos), ex: https://undsgn.com/uncode/works/portfolio-full-width-video/
https://undsgn.com/uncode/works/portfolio-boxed-video/

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