Lumise | Product Designer for WooCommerce WordPress

Lumise | Product Designer for WooCommerce WordPress v2.0.6

No permission to download

Natali

Member
May 11, 2022
51
9
8
Greetings to all members of the Babiato forum.
Help!!! Help!!!
Please tell me how to delete this record, it is not in the database.

UTM.JPG
 

sergiosouza

Active member
Aug 12, 2019
207
40
28
Hello everyone, everything good? Please, I would like some help if possible. I'm using Lumise, but the Print/Download option on the frontend doesn't appear for mobile. I saw in their support comments that there is a way to enable it for mobile, but I believe it would be by inserting or modifying some plugin code. Could someone help me with this please?
 

sergiosouza

Active member
Aug 12, 2019
207
40
28

TassieNZ

Could you kindly help me? I need the Print (and download) tab to appear for mobile devices like in this demo: https://theme.lumise.com/demo/design-editor/?product_base=6&product_cms=0

I found some things that I think could be, but I don't understand these codes, kkk

1º wp-content/plugins/lumise/core/includes/views.php
Line 126:
<?php

$design_nav = ob_get_contents();
ob_end_clean();

echo $this->main->apply_filters('design-nav', $design_nav);

$alwd = '';

if (
!$this->main->connector->is_admin() &&
$this->main->cfg->settings['user_print'] != '1' &&
isset($_GET['design_print']) &&
is_file($this->main->cfg->upload_path.'designs'.DS.$_GET['design_print'].'.lumi')
) {
$this->main->cfg->settings['user_print'] = '1';
$alwd = ' data-alwd="'.urlencode($_GET['design_print']).'"';
}

if (!$this->main->connector->is_admin() && $this->main->cfg->settings['user_print'] != '1' || $this->main->apply_filters('show-print-nav', false))
$alwd = ' style="display:none;"';

ob_start();


And also at:
wp-content/plugins/lumise/assets/css/responsive.css
has several attributes display: none !important;

Could you guide me what to modify or if I should enter a code to unlock this Print tab on mobile devices? Thank you in advance for your attention and if you can help me I will be very grateful.
 

Samander

New member
Jun 21, 2022
3
1
1
Hi, I have the added plugin Lumise Product Designer | WooCommerce WordPress v2.0.3 but after adding this all the add ons can be activated but when I click on the Product Printful it is not working, showing the error message "The access token provided is invalid." Please let me know how to make the addon function work. Thanks.
 

yawspok

New member
Jul 27, 2019
28
17
3

TassieNZ

Could you kindly help me? I need the Print (and download) tab to appear for mobile devices like in this demo: https://theme.lumise.com/demo/design-editor/?product_base=6&product_cms=0

I found some things that I think could be, but I don't understand these codes, kkk

1º wp-content/plugins/lumise/core/includes/views.php
Line 126:
<?php

$design_nav = ob_get_contents();
ob_end_clean();

echo $this->main->apply_filters('design-nav', $design_nav);

$alwd = '';

if (
!$this->main->connector->is_admin() &&
$this->main->cfg->settings['user_print'] != '1' &&
isset($_GET['design_print']) &&
is_file($this->main->cfg->upload_path.'designs'.DS.$_GET['design_print'].'.lumi')
) {
$this->main->cfg->settings['user_print'] = '1';
$alwd = ' data-alwd="'.urlencode($_GET['design_print']).'"';
}

if (!$this->main->connector->is_admin() && $this->main->cfg->settings['user_print'] != '1' || $this->main->apply_filters('show-print-nav', false))
$alwd = ' style="display:none;"';

ob_start();


And also at:
wp-content/plugins/lumise/assets/css/responsive.css
has several attributes display: none !important;

Could you guide me what to modify or if I should enter a code to unlock this Print tab on mobile devices? Thank you in advance for your attention and if you can help me I will be very grateful.

Try this.

Option 1. Add custom CSS at bottom of responsive.css file.

div#LumiseDesign div#lumise-navigations ul[data-block] li[data-tool=print] {
display: inline !important}

Check if it worked. If not

Option 2. Search and remove below line where it shows css display: none;

div#LumiseDesign div#lumise-navigations ul[data-block] li[data-tool=print]
 
  • Love
Reactions: ultranoob

sergiosouza

Active member
Aug 12, 2019
207
40
28
Try this.

Option 1. Add custom CSS at bottom of responsive.css file.

div#LumiseDesign div#lumise-navigations ul[data-block] li[data-tool=print] {
display: inline !important}

Check if it worked. If not

Option 2. Search and remove below line where it shows css display: none;

div#LumiseDesign div#lumise-navigations ul[data-block] li[data-tool=print]

Thank you very much for your willingness to help. I am very grateful. God bless you!
 
  • Like
Reactions: yawspok

anonymousjan

New member
Apr 12, 2021
19
9
3
Please someone tell me how to update it. I'm having lumise 2.0.2 from babiato and my website is in production mode. I'm not sure how to update it.
 

anonymousjan

New member
Apr 12, 2021
19
9
3
I Still want to know how to update.
Please someone tell me how to update it. I'm having lumise 2.0.2 from babiato and my website is in production mode. I'm not sure how to update it.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu