Is there anyway to make the Edit Comment feature display as part of the page instead of as a Modal popup? The modal popup does not work very well with my theme, even after several adjustments, and does not display in a usable way at all on certain phones. It is too large and is not movable on touchscreen devices. So even if the sizing was alright, but the location was off, I cannot move the modal window so that it can be used. I need people to be able to edit, but it does not need to be as a popup if there is another way.
I do use RocketTheme/Gantry 5 and I am aware that other RockethTheme users have had issues as well. I have the template compatibility turned on, and I have tried to make some adjustments in my template's custom .scss file for the comment frame which helped some for the size on larger devices but not on phones. I do not know how to make it move on touchscreens.
I added this to my .scss file:
#commentmodal {
max-width: 100%;
}
#commentframe {
max-height: 50%;
}
That code is just my attempt at fixing it; I am not a programmer. If someone has a better suggestion, I would gladly welcome input :) If access to my site is needed, I can provide that too.
Thank You
Angela
Is there anyway to make the Edit Comment feature display as part of the page instead of as a Modal popup? The modal popup does not work very well with my theme, even after several adjustments, and does not display in a usable way at all on certain phones. It is too large and is not movable on touchscreen devices. So even if the sizing was alright, but the location was off, I cannot move the modal window so that it can be used. I need people to be able to edit, but it does not need to be as a popup if there is another way.
I do use RocketTheme/Gantry 5 and I am aware that other RockethTheme users have had issues as well. I have the template compatibility turned on, and I have tried to make some adjustments in my template's custom .scss file for the comment frame which helped some for the size on larger devices but not on phones. I do not know how to make it move on touchscreens.
I added this to my .scss file:
That code is just my attempt at fixing it; I am not a programmer. If someone has a better suggestion, I would gladly welcome input :) If access to my site is needed, I can provide that too.
Thank You Angela