- Posts: 272
- Thank you received: 13
modal-hikashop_edit_address_popup_
- deltafidesign
-
Topic Author
- Offline
Less
More
13 years 1 month ago #120119
by deltafidesign
modal-hikashop_edit_address_popup_ was created by deltafidesign
-- HikaShop version -- : 2.2.0
-- Joomla version -- : 3.1.5
-- PHP version -- : 5.1
Hi, I'm trying to solve a little issue with the popup when I click over the edit address button in the customer profile.
According to my template, the popoup opens at the bottom of the page so I need to scroll down to see the popup window.
I've tryed to customize the css file but I saw that every user has got a different div for the popup:
id="modal-hikashop_edit_address_popup_1"
id="modal-hikashop_edit_address_popup_2"
id="modal-hikashop_edit_address_popup_3"
etc...
so, I would have solved my issue with a css code like:
#modal-hikashop_edit_address_popup_(number) {
position: absolute;
top: 20px !important;
}
but I cannot do it because this DIV's ID change for every user. Any solution or CSS trick to solve it?
-- Joomla version -- : 3.1.5
-- PHP version -- : 5.1
Hi, I'm trying to solve a little issue with the popup when I click over the edit address button in the customer profile.
According to my template, the popoup opens at the bottom of the page so I need to scroll down to see the popup window.
I've tryed to customize the css file but I saw that every user has got a different div for the popup:
id="modal-hikashop_edit_address_popup_1"
id="modal-hikashop_edit_address_popup_2"
id="modal-hikashop_edit_address_popup_3"
etc...
so, I would have solved my issue with a css code like:
#modal-hikashop_edit_address_popup_(number) {
position: absolute;
top: 20px !important;
}
but I cannot do it because this DIV's ID change for every user. Any solution or CSS trick to solve it?
Please Log in or Create an account to join the conversation.
13 years 1 month ago #120160
by Eliot
Replied by Eliot on topic modal-hikashop_edit_address_popup_
Hi there,
Instead of the id you should use the class of the popup so it will always be the same.
If there is no class you can simply add one by editing the view (I'll give you the instructions if you want).
Instead of the id you should use the class of the popup so it will always be the same.
If there is no class you can simply add one by editing the view (I'll give you the instructions if you want).
Please Log in or Create an account to join the conversation.
Time to create page: 0.163 seconds