8623 comments found.
Hello
I’m wondering why I can no longer define other colors in the Media Gallery for the overlay.
I have checked the code and it’s using for the div a class named “old” Thats why the overlay color is not visible anymore. Why ? I need this option for many pages i have build … I want to change the hover color for each medium individually. Just like before… Bug?
Hello docperi,
sorry for the issue, but yes, it is a bug, and the new update, which will be available in a few hours, should fix it. Sorry for the inconvenience, and thank you for your patience. All the best 
Thank you for your super fast support 
Hi docperi, and thank you for the confirmation (the update is delayed a bit to insert a few minor fixes).
Hi there,
So I bought this theme years ago for my portfolio website. But since then I revamped my look twice with two other themes. I did not deactive the theme. I want to use it again on another of my websites but I cannot activate it because it says its activated. Can you help?
Hi fromafamilyofkings! Next to the error message you probably have, there is a ‘More Info’ link that takes you to a documentation page with all the information you need. If you haven’t seen it in a nutshell, please send a private message using the form you find on this page and include your Purchase Code: https://themeforest.net/user/undsgn
Hi, I notice that the grid icon and stats section only shows 4 call outs instead of 8 like the desktop version on google chrome mobile browser. is there a way to fix this for my site because it works fine on safari. here’s the reference https://undsgn.com/uncode/homepages/creative-company/ (All blue section)
Hi jaythegreat7! These Columns have the Responsive Visibility option set to none on mobile devices as a design choice, ex: https://support.undsgn.com/hc/en-us/articles/214003625-Column-Settings#&gid=1&pid=7
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: https://support.undsgn.com/hc
Hello,
When I check the demo page you released ( https://undsgn.com/uncode/homepages/portfolio-video-shots/ ) on an Android mobile device, the lightbox doesn’t appear to work as smoothly as expected. You can see the issue in the following video ( https://youtube.com/shorts/0KxE1phWp9g ).
Would it be possible to resolve this through the theme options?
Thank you in advance for your help.
Best regards, Shund
Hi Shund! Thanks for the notification. I’ll pass this on to the developers and we’ll let you know if it can be easily resolved or if a theme update is necessary.
Thank you for your quick reply. I look forward to hearing from you soon.
Best regards, Shund
You welcome!
Hi Shund! Please try to insert this code in your Theme Options and be sure to clear your possible site cache as well as your device cache (or test in Incognito). From here it does the trick:
@media (max-width: 959px) {
.lg-outer, .lg-backdrop {
right: auto;
width: 100vw;
}
}
Hello,
Thank you for your support. I was able to temporarily resolve the issue by adapting the code you provided. I hope this issue can be addressed in a future theme update.
Thank you again.
Best regards, Shund
Thank you for the confirmation!
Hello,
I’ve found that the issue I mentioned earlier happens on mobile devices when the “Special Cursor” feature in the Media Gallery is enabled.
Could you consider disabling this feature on mobile or adding a note to inform users?
Thank you. Best regards, Shund
Hi Shund! From what we can see, it’s not related to the “Special Cursor”. Anwyay, a few days ago we released a minor update that incldue also this fix: https://support.undsgn.com/hc/en-us/articles/213454129-Change-Log
Hello, Thank you for the quick update.
The same issue still occurs when “Special cursor tooltip” is enabled, regardless of whether “Tooltip > Thumbnail title” is set to “Display on Desktop”.
Disabling “Special cursor tooltip” resolves the issue, so it seems the problem is related to that feature.
I’ve handled it by creating separate media galleries for mobile and desktop, so it’s not an issue for me personally — but I wanted to share this in case it helps with future optimization.
Best regards, Shund
Hi Shund and thank you for the report! I’ll pass it to the developers even though from what they told me, it’s not related to any kind of special cursor. In any case, they can have a second check to confirm these details.
Hello,
If the issue is still unclear, please note the following: The problem does not occur with only the “Special Cursor” enabled. It only happens when the “Special Cursor Tooltip” is also turned on. Hope this helps with your investigation.
Best regards, Shund
Hi Shund! I’ve already passed your notes to the developers and we’ll provide you with feedback as soon as possible!
Hello Shund! We have a potential fix and it will be released with the next update, even though we don’t have a release date yet. So, if you’d like to test it in the meantime and share your feedback, we’d really appreciate it.
@media (max-width: 959px) {
.lg-on,
.lg-on body {
overflow: hidden !important;
}
.lg-outer {
bottom: auto;
height: 100vh;
}
}We tested this solution with Chrome on Samsung Galaxy S23 (v.13.0). Let us know, all the best 
Hi there, I’ve been using Uncode for a long time now and regularly update my webiste using some of the new template. Unfortunatelent, I realize today that Creative Lab, wasn’t an option to import, nor was Creative Prototype. Any advice?
Hi YnnHlr! These templates are part of the latest version of Uncode. If you don’t have these on your Single Import list, this means you don’t have the latest version of Uncode: https://support.undsgn.com/hc/articles/214001205
Hi, im using off-canvas menu on desktop and mobile. Is there a way to setup a different navigation layout on an individual page? For example, having a different menu layout on the blog archive and blog posts?
Hello. Im an old customer and if you check my purchase key (I’ve sent via email to you guys) you will notice that it has never been used before. I might have TESTED its functions in one site or two but ended up installing another theme. So far I have never used Uncode on any of my live/active sites and would like to do it. But you guys need to “free” the serial from whatever site is related to. I probably forgot to reset it prior to installing another theme. (Or maybe its probably offline or even deleted) as I said, I merely TESTED it, I repeat I’ve never used in an active/live website. I’ll be actively using it on website described on the email i’ve just sent for the first time. Thanks!
Actually, Im about to buy another copy of your product, so just make the older serial free/released/dissociated from any site whatsoever so I may use it on another site that I might build in the nearby future. Thanks! Just for the record, my email is: luiz.pimenta@live.com God bless
Hi luizpimenta! We just replied to your request!
I would like to achieve a divider line between the horizontal menu items, how can we achieve this please? https://befitoriginals.com is the site
Hi officialjduarte! You can use something like this:
@media (min-width: 960px){
body[class*=hmenu] .menu-horizontal-inner .navbar-nav-first:not(.menu-accordion)>ul.menu-smart>li:not(:last-child)::after {
content: '';
display: block;
height: 50%;
position: relative;
border: 1px solid green;
width: 1px;
z-index: 99999;
}
}
Thanks. But I was actually referring to especially the mobile menu, to get divider lines inbetween all the items to make it look more organized
Hey, do you got the fix please?
Hi officialjduarte! How should we understand that you’re asking for help with a Mobile Menu customization if this is not specified?
@media (max-width: 959px) {
.menu-horizontal.menu-dd-shadow-xs.menu-sub-enhanced {
width: 100%;
margin: 0 18px;
}
body.menu-mobile-borders .submenu-light .menu-smart li a {
width: 100%;
border-top: 1px solid #ddd;
}
body:not(.menu-mobile-centered) .main-menu-container .menu-smart ul a:not(.cart-thumb):not(.btn) {
margin-left: 0px;
}
}
@media (max-width: 959px) { .menu-horizontal.menu-dd-shadow-xs.menu-sub-enhanced { width: 100%; margin: 0 18px; } }
body.menu-mobile-borders .submenu-light .menu-smart li a {
width: 100%;
border-bottom: 1px solid #ddd;
}
body:not(.menu-mobile-centered) .main-menu-container .menu-smart ul a:not(.cart-thumb):not(.btn) {
margin-left: 18px;
border-left: 1px solid #ddd;
border-bottom: none !important;
}
I have changed the code to this, it’s very nice thank you. Only thing is, the border-left line is touching the border-bottom line, upon opening the border-bottom line of the subject should be gone, how can I do that?
.fa-angle-right:before { display: none; } @media (max-width: 959px) { .menu-horizontal.menu-dd-shadow-xs.menu-sub-enhanced { width: 100%; margin: 0 18px; } body.menu-mobile-borders .submenu-light .menu-smart > li { border-bottom: 1px solid #ddd; } body.menu-mobile-borders .submenu-light .menu-smart > li > ul > li > ul > li > a { width: 100%; border-left: 1px solid #ddd; border-bottom: none; } } body:not(.menu-mobile-centered) .main-menu-container .menu-smart ul a:not(.cart-thumb):not(.btn) { margin-left: 18px; } body:not(.menu-mobile-centered) .main-menu-container .menu-smart ul ul a:not(.cart-thumb):not(.btn) { margin-left: 45px; }
I fixed it like this, please help me adjust it to desktop now also to make it perfect
Hi officialjduarte! Really not sure what you need on the desktop version, at least upload an exact screenshot of what you need since moreover, help with customizations is even not part of the Envato Support Policy: https://themeforest.net/page/item_support_policy#whats-not-included-item-support
I fixed the mobile menu to be perfect. Now we just need the desktop version to be correct as well, so the code doesn’t affect the desktop menu.
Well, I have already fixed everything, thanks for the support. Only thing I need is: account icon enabled on desktop, but disabled on mobile. And “Account” in the menu on mobile, but excluded on desktop. Can you help with that?
I also notice that on the mega menu “Bestsellers” and “Sale” are not clickable because they are now part of the mega menu.. but they should be clickable. Any fix forthat?
Hi officialjduarte! Activate the Account Icon first, and a link to the account page in the Menu, it’s pretty easy when you have this hide and show them selectively based on the breakpoint. The Megamenu titles cannot be clickable links as noted in the documentation, these are elements that open the children, please follow: https://support.undsgn.com/hc/en-us/articles/213457169-Megamenu
Thank you. One last thing, how can we change that certain delay of image loading when you come on a page? It seems there is a standard delay always somewhere, for example coming to the homepage, that fading animation and similar to the product pages, it’s not so user friendly.. Also the slider dots of the product images load after 2 seconds or so.
Hi officialjduarte! We don’t see anything strange on your site, perhaps what you’re describing is just the loading time of media and JS files. I also notice you have optimization plugins, so I have no idea if these have functions to serve the page when all assets are ready. Please always verify against the official demo.
Hello, I have a portfolio Carousel and I am trying to show the items of one category only, but when I type the name of the category in the post settings, it is automatically deleted. I don’t know what the problem is. Thank you.
Hi Saris and sorr for the delay during the weekend!
If you are using Portfolio and any other custom Post Types, you need to use the Taxonomy fields as indicated in the option description, ex: https://undsgn.d.pr/i/kBjdYV
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: https://support.undsgn.com/hc
Hi, I had to manually update the theme and now i’m getting an error when trying to install Uncode Core:
Updating Plugin: Uncode Core Download dell’aggiornamento da /XXXXXXXXXXXX/uncode-core.zip…
Il download non è andato a buon fine. Non è stato fornito un URL valido.
TGMPA v2.6.1 Return to Required Plugins Installer
How can I fix this? Thank You
Hi RunDesign! Probably it’s a permission issue, anyway it’s not something we can understand from here since we need complete logins to check… If you need support, it’s offered in our Help Center, where we have a completely dedicated support team. Please submit a ticket so we can check your installation and support the solution: https://support.undsgn.com/hc
thank you, just done
Hi RunDesign! Ok we’ll check soon.
Hi, On our website stierius.de, which runs with the Uncode theme, there are error messages when updating plugins and themes like
“There is an expected problem related to a possible website migration. Please remove the Purchase Code and register the product again from the System Status to validate the Purchase Code again. If the issue persists contact the theme author. (Error 23)”
... and if I want to relink the data source of the adapter list in the wpDataTables plugin, I don’t see the current data source or the option to change something …
From the error messages, it looks to me as if Uncode wants me to re-register the theme. The key is probably still linked to the development domain and needs to be linked to the live domain again, could that be the case?
What do I have to do to ensure that the Envato purchase code can be used again after deregistration?
With kind regards Pascal Wagner E-Mail: pw@teamkipp.de
Hi teamkipp! Next to the error message you probably have, there is a ‘More Info’ link that takes you to a documentation page with all the information you need. If you haven’t seen it in a nutshell, please send a private message using the form you find on this page and include your Purchase Code: https://themeforest.net/user/undsgn
Hi I’m having a strange problem with your theme.
I’m creating a page or a portfolio, and when I click “Preview Changes,” a blank page appears with the message “404 error.”
I don’t understand why.
Thanks for your help.
Hi zutercherri! We are sorry but we don’t have similar reports, and without checking your site, it’s not possible to figure out the potential problem. Can you please try to update your WordPress permalink and also try to update the Theme Options > Extra > Portfolio CPT > Portfolio CPT Label and Slug options. This is the only suggestion we have without a check.
Thanks, I found the solution.
I disabled all the extensions and re-enabled them one by one, and everything went back to normal.
Thanks anyway 
Hi zutercherri and thank you for the confirmation! 
Hi, when i use auto rotate marquee heading and I open the page on mobile, and scroll over that row where the marquee is, it resets from the beginning. Example i have a sentence of 6 words: “hello how are you doing today” and i scroll (tap) over this row it starts from “hello” again. I checked your demo and it works fine, either i do something wrong or im missing some setting.
Ty
Hi Businezz98! We are sorry, but it’s really not possible to understand an animation problem through words alone without having a link to your site to see what’s happening. Are you using the latest version of the theme?
Hi, yes I use the latest version. When i scroll a page on a mobile where I have marquee, that same marquee resets from the beginning and it does not continue the loop.
Hi Businezz98! We are sorry, but if you have an odd issue that no other users reported, we need to check your site. Please verify it’s not related to some possible extra plugins.
Subject: Issue with Product Prices, Quantity Selectors and Add-to-Cart Buttons Disappearing in Woocomerce with Uncode Theme
Hi Uncode Support Team,
We’re currently experiencing a recurring issue on our WooCommerce store built with the Uncode theme, and we would appreciate your assistance.
The problem: At random times, the product prices, quantity selectors, and add-to-cart buttons disappear from individual product pages. Additionally, the product price is also not showing in carousel or query loops (e.g., product listings on the homepage or category pages). These issues occur erratically — sometimes everything displays fine, other times certain elements are missing, and it seems to vary depending on the browser.
Temporary fix: When we clear all cache layers — WP Rocket cache, Varnish plugin cache, and the server-level Magic Caché (we’re hosted on WebEmpresa) — the issue temporarily disappears. However, the next day or even a few hours later, the problem often comes back.
Context: We’re already in touch with WP Rocket support and following their debugging steps. But we also want to rule out any theme-related behavior or potential conflicts between Uncode and WP Rocket/Varnish.
Could you please let us know:
If this is a known issue with Uncode?
Whether you’ve seen conflicts with WP Rocket’s Remove Unused CSS or other optimizations affecting the visibility of dynamic WooCommerce elements?
Any recommended settings or exclusions we should apply when using WP Rocket with Uncode and WooCommerce?
We’d be grateful for any guidance or troubleshooting steps you can suggest.
Thanks in advance for your help.
Best regards,
Hi AOVE! No, this is not a known issue. If it were, you would see hundreds of tickets similar to your problem, but that doesn’t appear to be the case. Honestly, this is the first time we’ve heard about a problem of this type, and the strangest thing is that from what we understand, it occurs randomly. If it were a code problem, it would be replicable 100% of the time, whereas here it seems that some external addition is creating the issue. So if you deactivate WP Rocket or reduce the aggressiveness of certain options like “Remove Unused CSS,” does the problem disappear?
Need to Reset Theme License – Urgent Help Needed
Hi Team,
I purchased your theme on Theme Forest very long back, and I had it registered on an older website that I no longer have access to. I’m now working on a brand-new project and would like to use the same purchase code for this new site.
Since I can’t de-register the old one myself, I was hoping you could help me reset the license from your end so I can activate it on the new site as soon as possible.
This new site is time-sensitive, so any help you can provide quickly would be hugely appreciated!
Let me know if you need any details from my end — I have the purchase code ready.
Thanks a lot in advance!
Hi venkatmegadula! Next to the error message you probably have, there is a ‘More Info’ link that takes you to a documentation page with all the information you need. If you haven’t seen it in a nutshell, please send a private message using the form you find on this page and include your Purchase Code: https://themeforest.net/user/undsgn
Hi Team,
I have already reviewed the details, but I haven’t been able to deregister my old website. Since I lost access to it, I have shared all the necessary details, including my purchase code, in a private message.
Please check and deregister the old site so I can use the purchase code immediately. I’d appreciate your prompt assistance.
Thank you!
Hi venkatmegadula! All messages have already been replied to.
So I noticed that, the values of product attributes eg Colour: Brown, Green, Red etc don’t show up on the single product page. You just see the attribute name: Colour when any colour is selected. How can you set it so that it shows the value of the colour as well
Hi drtade! We are sorry, but we’re having some difficulty understanding what you’re trying to say. Could you explain it differently, perhaps including screenshots and links to your site?
Hi drtade! We’re sorry, but it’s really impossible to understand what you mean. In both screenshots, there are colored dots, with the only difference being that in one example there’s a check inside, while in the other example the selected element has a border around it. Is this what you want to modify? Does this doc help? https://support.undsgn.com/hc/en-us/articles/8559436497809-Variation-Swatches
Hi guys, since the last two updates (I think when the row animations were introduced) there seems to be a bug. All my rows with images now have a zoom effect, which I never added. Also, it is no longer possible to scroll to the bottom of the page. How can I fix this?
Hi pixel-by-flo! I don’t think this is an issue with Uncode since no other users have reported the same problem in recent months. If you have something additional that’s creating this type of glitch, we can’t identify it without examining your site. If possible, please share the URL to your website.
The problem is probably related to the fact that you’re using Smoothscroll but haven’t activated the Smoothscroll Safe option, for example: https://undsgn.d.pr/i/W1WRce
Thank you, Smothscroll Safe fixed the problem not being able to scroll to the bottom of the page. Zoom effect still remains. You can see it here: https://downthehill.de/touren/mountainbike/backyard-battle-boppard/ The images below the text start a little bit narrower than the text on a FHD monitor. When you scroll down the images get wider and at the bottom they are as wide as the monitor. But they should be as wide as the monitor from the beginning. This was the case 2 versions ago. I never added that effect or changed anything. Also this happens to all posts with images only in a row. So I assume it must be some bug. Do you have an idea?
Hi pixel-by-flo! It seems that you have enabled the Row Animations on this element, ex: https://support.undsgn.com/hc/en-us/articles/24996049236637-Row-Animations
That is the point. Row Animations are not enabled in any post. https://downthehill.de/row.jpg Despite that the effect appears. How can i fix that?
Hi pixel-by-flo! It seems impossible, please share a screenshot of the Text shortcode and also try to search if for some reasons you have this in the shortcode “css_animation”.
PS. Did you try to save the Row settings again?
Here you go: https://downthehill.de/row2.jpg When I save the post again the effect is removed and it works like it should. But I do not want to do this for 80+ posts…
css_animation is in the short code but as far as I can figure it out this only refers to the animation of the single images
Hello! From the screenshot, it looks like some attributes of the media shortcode, including css_animation, are inside the [vc_row] shortcode. It would be better if you could share the actual plain text instead of a screenshot. However, from what I can see, it seems like a simple copy/paste mistake. Let us know, best 
Zurück zum Ursprung, aber modern
Ja, dieser Beitrag fällt aus dem Rahmen dessen, was hier üblicherweise zu sehen ist. Für den ein oder anderen Leser mag es verrückt klingen: Downthehill entstammt dem Bikepark Boppard. Oder der Bikepark Boppard entstammt Downthehill. Denn die damalige Downthehill-Crew hat den Bikepark im Jahr 2004 aus dem Boden gestampft. Und wenn in der alten Heimat ein Event wie das Backyard Battle 2024 stattfindet, dann kann man sich das schon mal anschauen und gleichzeitig die Crew aus der guten alten Zeit treffen. Zu sehen, was der aktuelle Parkverwalter und Probiker Lukas Schäfer heute aus dem Bikepark gemacht hat, ist nicht nur beeindruckend, sondern macht die Truppe von damals auch irgendwo stolz – und dass der Bikepark ganz unbemerkt sein zwanzigjähriges Jubiläum hat, noch mehr!/vc_column_text/vc_rowvc_column column_width_percent=”100” gutter_size=”0” overlay_alpha=”50” shift_x=”0” shift_y=”0” shift_y_down=”0” z_index=”0” medium_width=”0” mobile_width=”0” width=”1/1” css=”.vc_custom_1506529843397{border-width: 0px !important;padding: 0px !important;}”vc_single_image media=”73478” caption=”yes” media_lightbox=”yes” media_width_percent=”100” alignment=”center” css_animation=”alpha-anim” animation_speed=”500” animation_delay=”500” lbox_connected=”yes” uncode_shortcode_id=”564591”vc_single_image media=”73477” caption=”yes” media_lightbox=”yes” media_width_percent=”100” alignment=”center” css_animation=”alpha-anim” animation_speed=”500” animation_delay=”500” lbox_connected=”yes” uncode_shortcode_id=”197744”vc_single_image media=”73479” caption=”yes” media_lightbox=”yes” media_width_percent=”100” alignment=”center” css_animation=”alpha-anim” animation_speed=”500” animation_delay=”500” lbox_connected=”yes” uncode_shortcode_id=”176883”vc_single_image media=”73480” caption=”yes” media_lightbox=”yes” media_width_percent=”100” alignment=”center” css_animation=”alpha-anim” animation_speed=”500” animation_delay=”500” lbox_connected=”yes” uncode_shortcode_id=”181661”vc_single_image media=”73483” caption=”yes” media_lightbox=”yes” media_width_percent=”100” alignment=”center” css_animation=”alpha-anim” animation_speed=”500” animation_delay=”500” lbox_connected=”yes” uncode_shortcode_id=”543571”vc_single_image media=”73487” caption=”yes” media_lightbox=”yes” media_width_percent=”100” alignment=”center” css_animation=”alpha-anim” animation_speed=”500” animation_delay=”500” lbox_connected=”yes” uncode_shortcode_id=”913661”/vc_columnLooks like plain text does not work here
Hello, you can use a tool like https://pastebin.com/ to share the shortcode content, if needed.
However, from what I can see, your row has custom styles and has been assigned the class `vc_custom_1506530011331` by the system. It’s the row that contains all the single media elements: https://undsgn.d.pr/i/ftLUaJ Looking at your shortcode and comparing it with your screenshot, I can spot the same `css_animation` parameter (with value `alpha-anim`, which should belong to a different shortcode) and the custom class that confirms you’re still inside the same `[vc_row]` block: https://undsgn.d.pr/i/4RQdo6
Our recommendation is to create a new row from scratch and drag all the images into it. It seems the current one might have been affected by a copy/paste gone wrong or some accidental editing.
Let us know, best 
Also, if you simply open the row that contains the single media images and save it again without making any changes, then update the page, the animation should be removed automatically, since that animation ins’t supported on rows: https://undsgn.d.pr/v/9JtrkX It won’t completely clean the code, as there are still several parameters that don’t belong to rows, but it will fix the animation issue. Let us know, best 
Thank you, I have no idea where `vc_custom_1506530011331` comes from. Is this referred to row settings > custom? Or maybe row settings > extra?
If i follow your advice to open the row and just save it, will it remove all parameters that do not belong there?
Hi pixel-by-flo! The vc_custom_1506530011331 is created by the Page Builder when you use the Custom tab option. Why don’t you copy the shortcode to a new page just for testing? This way, you’ll be free to save and fix according to our suggestions without any risk.
Ok so for the custom settings I set everything to 0px: https://downthehill.de/row3.jpg But I do not understand how that can cause an error with row animation. Anyways, it looks like there is no other way than redo every single post?
Hi pixel-by-flo! I’m not sure why you’ve approached it this way since there are options to remove the Padding, etc. Unfortunately, we can’t diagnose what happened to your site beyond the information in the report we provided. If this were a core Uncode issue, we would be seeing numerous similar reports from other users, but we’re not. This suggests the problem is likely specific to your setup. Based on our experience, this type of behavior is often triggered by interactions between plugins, or custom codes.
Hello, I have a question about the lightbox.
The old lightbox has a mouse wheel navigation (advance to the new picture on mouse scroll) and with the new lightbox this feature does not seem to work. Is there any way to make this work on the new lightbox?
Thank you.
Hi vladbirdu! We’re sorry, but mouse wheel navigation for the Lightbox is not available in the new Lightbox plugin. This functionality isn’t part of the current implementation, and unfortunately, it’s not something we can easily add to the system. Adding mouse wheel navigation would require significant modifications to the core plugin architecture, which goes beyond simple customization.
Hello,
I have activated the Woocommerce Variations Single Product setting in the Uncode Theme Settings.
Which is all working, however, instead of displaying (product title – variation) in the same line. How do I do it so that the variation name is displayed below the product title please?
Happy if you can provide either coding or instructions to do this please.
Kind regards, Sam Clarke
Hi samclarko!
We are sorry, but unfortunately it’s not possible to split these elements as they’re contained within the same structural component: https://lopezb.d.pr/i/5hB5y0
The design architecture of this element treats these items as a single unified block rather than separate components that can be individually positioned or styled. This is part of the core structure of how this particular module was built, which means we can’t provide a simple option to separate them.
Thank you! Are you able to direct me to the specific php file that this is linked to within the theme editor? I would love to make this work for my website and would hopefully, like to custom code this in.
On another note, is there anyway to add custom tags to products like the ‘Out of Stock’ tag that sits at the top left of a product image on the shop page? For example, displaying a ‘Customisable’ tag for jewellery products and so on?
Hi samclarko! You need to edit the function ‘uncode_single_variations_change_title’ in uncode/core/inc/compatibility/woocommerce/variations/variations-functions.php (979) ...
Hello! On a page, I have a Media Gallery with photos showing in a carrousel. When I go in to add more photos into the album (already uploaded, from Media), the new photos I select and save don’t show into the album selection. Is this a bug I can fix somehow?
(Note that there is a “backdoor way” to add new photos, which is to switch to Classic Mode, then add the photos’ 6-digit IDs separated by commas.
For one or two photos, that’s fine. But not sustainable if I need to add a lot of photos)
(I also tried doing it from a different browser, didn’t work)
Hi okgeorgestudio! Probably, if you open the Chrome Developer Tools > Console tab, you’ll see some server-related errors, likely some 503 Server Errors.
I don’t think this comment is really helpful, but okay.
Hi okgeorgestudio! If you’re experiencing an issue, we can provide guidance based on our experience. However, if you’re facing the type of error we suspect, it’s not something that can be resolved through our support or from our end remotely.