suiteCRM 7.2 Beta 3 thema error

hi, I installed the beta version 3 and the top menu has become all with the white background.


If i activate the thema Suite R, in admin menu not work.

When I go on a menu, you open the drop-down menu, but if I try to select an item, open the menu disappears. I have to be quick to go to the menu item to be selected.

Thanks.

Hi there,

This looks like you may need to run a Quick Repair & Rebuild, but that will be difficult from where you are and if the top menu white screens in the other theme.

Are permissions set correctly?

Thanks,

Will.

Fixed, was permission problem.
For the problem of menu ā€œfastā€?

ā€œWhen I go on a menu, you open the drop-down menu, but if I try to select an item, open the menu disappears. I have to be quick to go to the menu item to be selected.ā€

Hi Cerelli,

This has been fixed on GitHub as it was a known issue. It will be in the Release Candidate and/or the production release.

Thanks,

Will.

1 Like

Can I upgrade the latest beta 3 to the gitHub version?
What do I do?

Thank You

Hi Cerelli,

You would have to use git and update your files, or download the ā€˜suite_responsive’ branch version from github, or compare the file differences and make the required changes.

There is no easy way to upgrade.

Thanks,

Will.

the ā€˜suite_responsive’ branch is suiteCRM 7.2 ?

Hi Cerelli,

It is actually 7.5.0 alpha.

It will have some but not the latest fixes/changes in the beta.

I would recommend using git and finding the differences between the SuiteR theme in the ā€˜suite_responsive’ branch and the beta version, and making the changes as required.

Otherwise, I would suggest awaiting the RC or Production release, as we will be fixing lots of bugs in the next coming weeks.

Thanks,

Will.

the problem is in the file of theme \SuiteR\CSS\bootstrap.min.css :
.dropdown-menu {
position: absolute;
top: 100%;
…
}

I changed top: 100%; into top:90%; and now all works fine.

The issue was actually the margin, but your fix may also work.

Thanks,

Will.