stefk
Forum Replies Created
-
Forum: Plugins
In reply to: [Popups - WordPress Popup] Stop Pop-Up from ClosingThank you for the feedback.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Stop Pop-Up from ClosingAnyway I can send privately? As I don’t want it show publicly.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Stop Pop-Up from ClosingThank you so much for the reply.
I have tried that but then my NINJA Form does not load within the popup.
Really strange, as have been using both plugins together for years.
I am using visual composer, perhaps it is a conflict?
Thank you, this worked.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Disable Pop-Up on Mobile OnlyThank you! Will do.
Thank you @shanehaden – sent!
Thank you so much!
What i did was recreate the album on the page, instead of adding an extra album to the existing one.
I must add that the shorcodes within a page also dont work. It only displays on my wp-admin page.
Thank you, i have bought it
ps. is there a currecny widget too which allows people to change currencies?
Thank you for the reply.
You were speaking to my partner. Would you perhaps have a working example of your currency converter…so we can see how it works before we spend more money on it?
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Add Extra Custom field in Registration formThank you so much, this worked
Forum: Plugins
In reply to: [ZM Ajax Login & Register] textlink at registrationformPerfect thank you!
Forum: Plugins
In reply to: [ZM Ajax Login & Register] textlink at registrationformi CREATED ONE LIKE THIS – NOW HOW WOULD WE VALIDATE THIS HECK BOX?
$this->prefix . ‘_terms_condition’ => array(
‘title’ =>__( ‘Terms & Conditions’, ZM_ALR_TEXT_DOMAIN ),
‘type’ => ‘checkbox’,
‘href’ => ‘‘,
‘required’ => true,
‘label’ => ‘Please tick the box to download terms & Conditions’,
‘extra’ => ‘autocorrect=”none” autocapitalize=”none”‘,
),Forum: Plugins
In reply to: [ZM Ajax Login & Register] Add Extra Custom field in Registration formI managed to add an extra field, now i cant validate it.
$this->prefix . ‘_terms_condition’ => array(
‘title’ =>__( ‘Terms & Conditions’, ZM_ALR_TEXT_DOMAIN ),
‘type’ => ‘checkbox’,
‘href’ => ‘‘,
‘required’ => true,
‘label’ => ‘Please tick the box to download terms & Conditions’,
‘extra’ => ‘autocorrect=”none” autocapitalize=”none”‘,
),