manish.omak
Forum Replies Created
-
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] How to use this pluginHello @mirgcire
Thanks for using our free version of the popup.
Please say a Hi at [email protected] and we will take it from there.
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Special Mail TagsResolved
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] [Solved] Linking to Slick PopupTopic solved and mark as resolved
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Open on click for PHPSolved
Forum: Reviews
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Excellent Support, Great Product@psovpriatel Thanks for the review
- This reply was modified 6 years, 8 months ago by manish.omak.
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Adding html code on the formThis Topic is closed
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Open on click for PHPHello @psovpriatel
Please say a Hi at [email protected] and we will take it from there.Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Adding html code on the formHello @ajenoui,
Slick Popup is a Contact Form 7 popup plugin for WordPress which converts any CF7 form into a slick, beautiful and perfectly responsive popup.
You install contact form 7 for slick popup
let me know if it works.
- This reply was modified 6 years, 8 months ago by manish.omak.
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Open on click for PHPHello @psovpriatel
Use this code and let me know if it works.
$enable_right_button = (realfactory_get_option('general', 'enable-header-right-button', 'disable') == 'enable') ? true : false; if ($enable_right_button) { $button_link = realfactory_get_option('general', 'header-right-button-link', ''); $button_link_target = realfactory_get_option('general', 'header-right-button-link-target', '_self'); //$logo_right .= '<a class="realfactory-header-right-button" href="' . esc_url($button_link) . '" target="' . esc_attr($button_link_target) . '" >'; $logo_right .= '<a class="realfactory-header-right-button splite-showpopup" href="#">'; $logo_right .= realfactory_get_option('general', 'header-right-button-text', ''); $logo_right .= '</a>'; } if (!empty($logo_right)) { echo '<div class="realfactory-logo-right-text realfactory-item-pdlr" >'; echo gdlr_core_escape_content($logo_right); echo '</div>'; }
Forum: Reviews
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] My Dream PluginThanks, @korhan for your appreciative feedback. We are really happy that you like our service.
- This reply was modified 6 years, 9 months ago by manish.omak.
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Doesn’t installHello @huzanf
please say a Hi at [email protected] and we will take it from there.Thanks
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] [Solved] Linking to Slick PopupThanks, @lakenjr for using free version.
Have a look for pro version also.
If you like slick popup lite please care for the review- This reply was modified 6 years, 9 months ago by manish.omak.
- This reply was modified 6 years, 9 months ago by manish.omak.
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Slick popup in PostsHi Bilal,
The free version only supports option panel for Pages. However, this is fairly possible in pro version. Check demo: https://www.slickpopup.com to browse other features that may interest.
But, my friend, there is a filter that you can use in your themes functions file or any site-specific plugin:
Filter Name: splite_dollar_show
Variable to control: $show
– it controls if the popup should be output on that page or post type.`
add_filter(‘splite_dollar_show’, ‘control_splite_dollar_show’);
function control_splite_dollar_show($show) {
if(‘post’==get_post_type())
return true;
}
`Let me know if it worked for you. Thanks for using the plugin.
Forum: Reviews
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] High quality supportThanks @jonburr ?? ??
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Auto PopupHi, @webbmary
Thanks for like slick popup liteyes auto-popup is only possible in pro version, also check more effects of pro version by using this link: https://www.slickpopup.com
When you have it solved, please care to leave a review at https://www.ads-software.com/support/plugin/slick-popup/reviews/#new-post
- This reply was modified 7 years, 1 month ago by manish.omak.