skomfare2
Forum Replies Created
-
Forum: Plugins
In reply to: [Nifty Modal Popups Lite] insert the modals into a WordPress header.php fileHi
you can add this where you want it to appear<?php echo do_shortcode('[skomfare2_modal_popup id="1190"]'); ?>
Regards
Forum: Plugins
In reply to: [Nifty Modal Popups Lite] Translate Close Text ButtonHello Giacomo
At the moment you can use the filteralbdesign_modal_popup_close_button-'.$id
to change the text.
We will add the translatable options on the next update.
Regards
Forum: Plugins
In reply to: [Nifty Modal Popups Lite] how to stop video playing on close?Hello
Seems you need to send some javascript command to the video player to stop.Since the modal popup doesnt really knows whats inside it ( text / image / video player ) its something that cant be handled by this plugin
Forum: Plugins
In reply to: [Nifty Modal Popups Lite] On closing the modal, it leaves back the scroll barIncrease the Z-index should fix the issue
Forum: Plugins
In reply to: [Nifty Modal Popups Lite] CategoriesHello , the plugin doesnt support categories.
RegardsForum: Plugins
In reply to: [Nifty Modal Popups Lite] How to launch automatically???Hello
Such feature is not supported nor we ever declared that the plugin supports that feature.
Maybe in the future we might add it as well
Regards
Forum: Reviews
In reply to: [Nifty Modal Popups Lite] No auto popup?Hello , its not hard at all since we never mentioned that the plugin has such feature.
You have to read the features before you download/use a plugin
Regards
Forum: Plugins
In reply to: [CMB2] add_field via foreachWas looking for the same thing and yes , seems the checking of $_POST or $_GET does the work .
if(isset($_GET['post'])){ $postID = $_GET['post']; } if(isset($_POST['post_ID'])){ $postID = $_POST['post_ID']; }
Forum: Plugins
In reply to: [Nifty Modal Popups Lite] Shortcodes Ultimate and NMP?Since no response in 2 months i presume you have fixed the issue
Marking as completed
RegardsForum: Plugins
In reply to: [Nifty Modal Popups Lite] On closing the modal, it leaves back the scroll barHello
Let me know the URL of your website so i can check.
RegardsForum: Plugins
In reply to: [Nifty Modal Popups Lite] Can i have 2 or more on the same pageHello Alvishouse
Sure its possible , just add more shortcodes like below
[skomfare2_modal_popup id="637"] [skomfare2_modal_popup id="533"]
Dont forget also to rate the plugin
Regards
Hello Adrawk
Thanks for the good words .Can you let us know why you rated 4 stars ?
Regards
Forum: Plugins
In reply to: [Nifty Modal Popups Lite] Assign popup to image instead o textHello
For the moment only text is supportedRegards
Forum: Plugins
In reply to: [Simple Project Manager] Price Formatting and TotalingHello
Kinda had the same issue and i fixed it by clicking the buttons on the invoice page in the order they areMaybe it will help
Regards
Forum: Plugins
In reply to: [Nifty Modal Popups Lite] Shortcodes Ultimate and NMP?Hello Shawngibson
Can you rephrase your problem ?
I checked the “Shortcodes Ultimate” but i cant see any reference/usage of Nifty on that pluginRegards