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

Ajit Sahane

  • ****
  • 147 posts
  • https://bestclassifiedsusa.com
After upgrade Osclass 4.0 static page menu name repeated
« on: September 26, 2020, 03:52:51 PM »
I am today upgrade osclass from 3.7.4 to 4.0.0 with osclasswizard theme. almost all work fine but when I created a new page like about- terms etc. then only page header - nave menu repeated

Home page - item page show all pages correct names, only any page - not show correct

Pls check https://bestclassifieds4u.in/about-us-p61    here

its osclass 4.0.0 core code error bug - pls have a look & guide to fix it.

& Thanks for Continues updating Osclass.
« Last Edit: September 26, 2020, 05:05:25 PM by Ajit Sahane »

*

MB Themes

Re: After upgrade Osclass 4.0 static page menu name repeated
« Reply #1 on: September 26, 2020, 03:54:14 PM »
Thanks for feedback, it is bug migrated from osclass 3.9, will try to look on that next week.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ajit Sahane

  • ****
  • 147 posts
  • https://bestclassifiedsusa.com
Re: After upgrade Osclass 4.0 static page menu name repeated
« Reply #2 on: September 26, 2020, 05:04:11 PM »
Yes pls check.

Marked as best answer by frosticek on September 28, 2020, 09:42:09 AM
*

MB Themes

Re: After upgrade Osclass 4.0 static page menu name repeated
« Reply #3 on: September 28, 2020, 09:38:30 AM »
@Ajit
This problem from osclass 3.9 has been fixed in osclass v4.0.1
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ajit Sahane

  • ****
  • 147 posts
  • https://bestclassifiedsusa.com
Re: After upgrade Osclass 4.0 static page menu name repeated
« Reply #4 on: September 28, 2020, 01:06:24 PM »
Thanks.

found new modified code files (hPage.php, AdminTheme.php & other version change pages) and replaced only these code & issue solved.

Still oc panel modern theme top showing update avaialble 3.8.0 notification.  Omega theme break design in plugin config screen so using old modern theme.

No any auto manual update option in oc-panel.

Now oc version continues updating and each time all file replacement manual not possible.

How to do that form oc panel..?
« Last Edit: September 28, 2020, 01:45:33 PM by Ajit Sahane »

*

MB Themes

Re: After upgrade Osclass 4.0 static page menu name repeated
« Reply #5 on: September 28, 2020, 04:51:20 PM »
@Ajit Sahane
There is no support for modern theme in oc-admin, will never be updated.
Osclass rationally replace all the files when updated, if you have done some mods, keep them away during updates.
If you have problems with omega breaking design, send some details.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ajit Sahane

  • ****
  • 147 posts
  • https://bestclassifiedsusa.com
Re: After upgrade Osclass 4.0 static page menu name repeated
« Reply #6 on: September 29, 2020, 12:21:00 PM »
Currently, I am facing a design break issue for SEO PRO (Dis)  plugin only.


*

MB Themes

Re: After upgrade Osclass 4.0 static page menu name repeated
« Reply #7 on: September 29, 2020, 12:34:19 PM »
PM me login to your oc-admin, will check it.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ajit Sahane

  • ****
  • 147 posts
  • https://bestclassifiedsusa.com
Re: After upgrade Osclass 4.0 static page menu name repeated
« Reply #8 on: September 29, 2020, 03:57:12 PM »
check pm

*

MB Themes

Re: After upgrade Osclass 4.0 static page menu name repeated
« Reply #9 on: September 30, 2020, 09:16:50 AM »
@ajit
I was able to fix most of issues with different plugins, but absolute problem comes from this file:
oc-content/plugins/seo_plugin/admin/css/admin.css

First line:
Code: [Select]
* {box-sizing: inherit!important;}
That is total mistake, * sign changes property for every element on page, not just for ones for this plugin, so it should be:
Code: [Select]
.theme-files * {box-sizing: inherit!important;}

You can update your file:
oc-admin/themes/omega/css/new.css

with content from here that is latest and will fix different problems of those problematic plugins:
https://demo.osclasspoint.com/oc-admin/themes/omega/css/new.css?v=20200930091601
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ajit Sahane

  • ****
  • 147 posts
  • https://bestclassifiedsusa.com
Re: After upgrade Osclass 4.0 static page menu name repeated
« Reply #10 on: October 05, 2020, 01:17:37 PM »
Thanks for sharing css code modification. somehow break design look better now but still not 100% work like modern theme.


*

MB Themes

Re: After upgrade Osclass 4.0 static page menu name repeated
« Reply #11 on: October 05, 2020, 01:42:00 PM »
@Ajit
It's problem of those russian plugins, even free plugins from osclass 3.0 works better. Problem is author is using different ids and classes in same plugin (seo plugin contains IDs seoplugin, upayments, ...) etc, as well as using global selectors those does not modify just plugin layout.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots