Home › Forums › WoodMart support forum › Mobile Popup Not Working › Reply To: Mobile Popup Not Working
June 28, 2022 at 12:11 am
#386690
techmind
Participant
For Change Default settings Class.popup.php Line 186
protected function render() {
$default_settings = [
'popup_id' => 'my_popup',
'content' => '',
'link' => array(),
'width' => 800,
];
To
protected function render() {
$default_settings = [
'popup_id' => 'my_popup',
'content' => '',
'link' => array(),
'width' => 800px,
];