JCV Posted November 12, 2018 Share Posted November 12, 2018 Hello from Belgium, Sorry for my english. I installed PS 1.7.4 The module Address of the company (Coordonnées in french) is actived so I have in upper left "Call us" with phone (Appelez-nous ... in french). I tried to create a new list of link (liste de liens) displayed after the "bodyopeningtag" then I deleted it. Since "Call us" is displayed in the middle of the top. Impossible to return it on the left. I tried to create a new list of link displayed to the top, the main menu gone to the right. I deleted the list, the menu not came back to the left. It seems that when you create a list then delete it, something remains and is considered in the design of the main page ??? See the joined picture. When I turne off the list of link module, everything come back to the right place (see 2) JC Link to comment Share on other sites More sharing options...
JCV Posted November 12, 2018 Author Share Posted November 12, 2018 More informations When I look with firefox analyser. I saw div between de body and the main. It is this div that push the "call us" bloc ! </head> <body id="index" class="lang-fr country-be currency-eur layout-full-width page-index tax-display-enabled"> <div class="col-md-4 links"> <div class="row"> </div> </div> <main> <header id="header"> Link to comment Share on other sites More sharing options...
JCV Posted November 12, 2018 Author Share Posted November 12, 2018 I found the problem. When you remove a list of link. The link between the module and the hooks is not removed ! Link to comment Share on other sites More sharing options...
JCV Posted November 13, 2018 Author Share Posted November 13, 2018 (edited) Hello, I'm software writter and yes I think it's bug in the linklist managing module. As I already said, when you delete a linklist bloc, the PS_module_hook is not removed (you can see them in the database). I think when PS creates its page, if it saw a hook, it prepares a div to put the linklist bloc even if there is no data to display. The best solution is to add the delete of the hook when you remove a linklist bloc. A second solution is to verify if there is any link to display before create the div. I tried to remove manually the bad records in the PS_module_hook and everything is ok. JC Edited November 13, 2018 by JCV (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now