Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you want to upgrade your classic e-Business site with the Aptify 6.2 updates (Telerik Upgrade and .Net 4.8 Framework upgrade), the main items to address are the site's bin directory contents and new entries in the web.config. 

...

  1. Locate your css style sheet (eBusinessStyles.css ) in e-Business installed path. For Non-CMS site , it will be available in Include Folder\eBusinessStyles.css 

...

  1. . For CMS site, the below changes will need to be done in respective css file.

Open the file and add below CSS changes at the end of file:

...

.popup-win-adminedit-Contactinfo{

height:auto !important;

}


2. Locate the data_from.css file in e-Business installed path. ( Folder path <eBusiness installed path\App_Themes\Aptify\)


Open the file and update Line Number  3067   and the following add width details:

#ctl00_MainContentArea_Profile1_radwindowProfileImage_C{

height: 589px !important;

width: 478px !important;

}

3. Save and close the file . Restart the IIS.