This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

umimo

  • ***
  • 88 posts
After Update New Version
« on: November 14, 2021, 04:23:15 PM »

PHP Warning:  Undefined variable $price in /home/fgggf/public_html/oc-content/themes/beta/loop-single.php on line 48
[14-Nov-2021 20:25:52 Asia/Kolkata] PHP Warning:  Undefined variable $class in /home/ggfg/public_html/oc-content/themes/indie/functions.php on line 2479
[14-Nov-2021 20:25:55 Asia/Kolkata] PHP Warning:  Undefined array key 0 in /home/ggf/public_html/oc-content/themes/indie/functions.php on line 522
[14-Nov-2021 20:25:59 Asia/Kolkata] PHP Warning:  Undefined variable $html in /home/ggg/public_html/oc-content/plugins/attributes/functions.php on line 951
[14-Nov-2021 20:25:59 Asia/Kolkata] PHP Warning:  Undefined variable $html in /home/ggg/public_html/oc-content/plugins/attributes/functions.php on line 951
[14-Nov-2021 20:25:59 Asia/Kolkata] PHP Warning:  Undefined variable $html in /home/ggg/public_html/oc-content/plugins/attributes/functions.php on line 951
[14-Nov-2021 20:25:59 Asia/Kolkata] PHP Warning:  Undefined variable $html in /home/ggg/public_html/oc-content/plugins/attributes/functions.php on line 951
[14-Nov-2021 20:26:00 Asia/Kolkata] PHP Warning:  Undefined variable $c in /home/ggg/public_html/oc-content/plugins/all_in_one/index.php on line 467
[14-Nov-2021 20:26:00 Asia/Kolkata] PHP Warning:  Trying to access array offset on value of type null in /home/ggg/public_html/oc-content/plugins/all_in_one/index.php on line 467
[14-Nov-2021 20:26:00 Asia/Kolkata] PHP Warning:  Undefined variable $category_description in /home/ggg/public_html/oc-content/plugins/all_in_one/index.php on line 468

*

MB Themes

Re: After Update New Version
« Reply #1 on: November 14, 2021, 08:35:17 PM »
@umimo
Update all products you are using.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

umimo

  • ***
  • 88 posts
Re: After Update New Version
« Reply #2 on: November 15, 2021, 06:08:46 AM »
@umimo
Update all products you are using.

One Error Remaining

osclass pay new version
beta theme new version



Tipped.create('.osp-has-tooltip', { maxWidth: 200, radius: false }); $(document).ready(function(){ var ospLocId = ''; if($('[name="regionId"]').val() != '') { ospLocId = $('[name="regionId"]').val(); } else if($('input[name="region"]').val() != '') { ospLocId = $('input[name="region"]').val(); } else if($('[name="countryId"]').val() != '') { ospLocId = $('[name="countryId"]').val(); } else if($('input[name="country"]').val() != '') { ospLocId = $('input[name="country"]').val(); } ospPromoteUpdate(ospLocId, '10'); // update prices according to active region/country });

*

MB Themes

Re: After Update New Version
« Reply #3 on: November 15, 2021, 07:36:25 AM »
Is this on Beta theme?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

umimo

  • ***
  • 88 posts
Re: After Update New Version
« Reply #4 on: November 15, 2021, 09:14:32 AM »

Marked as best answer by umimo on November 15, 2021, 03:33:17 PM
*

MB Themes

Re: After Update New Version
« Reply #5 on: November 15, 2021, 11:57:16 AM »
In style.css of theme find this line:
Code: [Select]
.post-edit #plugin-hook > *:last-child {margin-bottom: 15px; display: inline-block; width: 100%;}

And change it to:
Code: [Select]
.post-edit #plugin-hook > *:last-child {margin-bottom: 15px; width: 100%;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots