Ankit Singla
Forum Replies Created
-
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] slider revulation linkYou need to provide a class to the button:: “splite-showpopup”
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] slider revulation linkJust assign this class to the button or any other element you want:: “splite-showpopup”
For Button:
<button class="splite-showpopup"></button>
or
<span class="splite-showpopup">Click Here</span>Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Replacing “Send” with “Email Us”Hi Yunis, in the form that you created with Contact Form 7, you will find the submit button text. Please change it from there.
Navigation:: Dashboard -> Contact Form 7 -> Edit Form (choose selected form to edit)
Forum: Themes and Templates
In reply to: [Understrap] Bootstrap Tabs (Nav Pills) Not Working in Post ViewHello Holger,
This is not relevant to above but when I setup the child theme through the npm – it removed the sidebar on the pages.
It seems that:
Module:
D:\wamp\www\Clients\omak\ijarnd\ijarndrevamp\wp-content\themes\the-journal\node_modules\undescores-for-npm\functions.php (1 hit) Line 91: 'id' => 'sidebar-1', D:\wamp\www\Clients\omak\ijarnd\ijarndrevamp\wp-content\themes\the-journal\node_modules\undescores-for-npm\sidebar.php (2 hits) Line 10: if ( ! is_active_sidebar( 'sidebar-1' ) ) { Line 16: <?php dynamic_sidebar( 'sidebar-1' ); ?> D:\wamp\www\Clients\omak\ijarnd\ijarndrevamp\wp-content\themis adding in the sidebar with id: ‘sidebar-1’ in the page.php and few other files, but the sidebar available in the new Understrap are left or right or others.
You might want to check them.
Thanks for the wonderful framework you have given. We are still to learn from it.
- This reply was modified 9 years, 6 months ago by Ankit Singla.
Forum: Themes and Templates
In reply to: [Understrap] Bootstrap Tabs (Nav Pills) Not Working in Post ViewThanks, Holger for pointing out the issue. I solved it using
wp_dequeue_functionused in child theme functions file.function understrap_remove_scripts() { wp_dequeue_style( 'understrap-styles' ); wp_deregister_style( 'understrap-styles' ); wp_dequeue_script( 'understrap-scripts' ); wp_deregister_script( 'understrap-scripts' ); wp_dequeue_script( 'vertical-one-page' ); // Removes the parent themes stylesheet and scripts from inc/enqueue.php } add_action( 'wp_enqueue_scripts', 'understrap_remove_scripts', 20 );As you have used the remove scripts function and added the it with a higher priority it dequeued the vertical-one-page.js
Thanks for your quick reply.
Forum: Plugins
In reply to: [Contact Form 7] Importing or Duplicating and editing formHello Takayuki, thanks for your quick response.
My requirement is to – provide 2-3 forms with predefined form and mail body. Are these functions available in older version too?
I have this plugin – which I use contact form 7 to create popup forms, and to be able to provide the demos with the plugin, I want to create 2-3 forms on install/activate of a plugin or using a link “Import Demos”.
I am hoping this will work for me:
$mail = $contact_form->prop( 'mail' ); $mail['subject'] = "Well, hello, Dolly"; $contact_form->set_properties( array( 'mail' => $mail ) );Do you think that – I should use “form” and “mail” HTML by using the filter
wpcf7_default_templateto achieve what I need?Thanks again!
Hi there, no this is not intentional. But, we were informed on the issue 3-4 days back, it is some sort of compatibility issue and we are on it fix with our next update.
Till then you can use QUIZ type field for Contact Form 7, please have a look at this link: http://contactform7.com/quiz/
A simple temporary usage can be:
[quiz math-quiz “12+48=?|60” “10+21=?|31” “9+2=?|11” “12+21=?|33”]If you would want I can check it for you. Alternatively, you can use media queries to hide the menu button on mobile view and side button on desktop view.
If you want I can take a look. Or alternatively you can add media queries to hide the “Menu link” on mobile and “Side button” on desktop.
So, on desktop you have the Menu link active and on mobile Side button will be helpful. I am sure you will find which classes to use to get this done.
Cheers.
Have you tried this?
<div onclick="splite_loader()">Rappel Immédiat</div>- This reply was modified 9 years, 10 months ago by Ankit Singla.
onclick event should work in this case. Have you tried using it?
Hello Patrick,
The theme you’re using adds plus modify the class names of the button which seems to be blocking the popup activation on mobile view.
You can try onclick event: onclick=splite_loader(); in the button HTML. This should solve the issue.
Let me know if it doesn’t.
Thanks.
Missed your message with less than an half an hour’s difference. Let us try to get you a fix tomorrow.
Cheers.
Hello Patrick,
It might be the case that some other element is overlapping the “Contact Now” link in mobile view. If the link gets a click, it should activate the popup.
A link to your website may help us debug this issue.
Thanks.
Forum: Reviews
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] niceThanks for your five star review. Hope you are enjoying the plugin.