Rajeev Rajan
Forum Replies Created
-
Thanks for the quick reply. Will wait for this feature to be added. Thanks!
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Analytics stopped workingHaving the same issue. After the latest plugin update, the GTM/GA Code saved in the backend was deleted automatically.
Hi @wpmudev-support8 ,
Thanks for all these details. I tried this in a different installation with Lazy loading turned off. This is not specific to file types(SVG) or Lazy loading. Not able to pin some of the PNG images too. So, I guess this issue is not related to file types or lazy loading.
Thanks for the effort. I am closing this ticket and marking this as resolved as it seems like off-topic.
Thanks for the detailed explanation.
I too thought SVG format might be the issue but a few SVG images are being pinned successfully by the extension.
I noticed 1 or 2 support threads on this topic but were closed due to inactivity. So, created this one to understand this better based on past experience. Thanks for the details. I will start from the details you provided and post them here If I could come to a conclusion.
Thanks.
Is it possible to share the snippet?
Website is live and its quite urgent. Any way you can share a snippet?Hi,
We did this temporarily using CSS. Just want to know the proper way of doing this.
Is it possible for you let us know to which element we should set padding to 0? We will do it in coding.
TIA
Can you answer this?
Hi alexrollin,
I found the easiest solution for sending Custom fields in Admin notification email.
We just had to use [#form_fields#] tag to send all form details in the email.Hope this will be helpful for others.
Hi alexrollin,
We used this “uwp_after_process_register” hook to get the details of the form fields. Is there a way to send email using uwp_send_email_to($to, $email_name, $email_vars, $is_admin) function inside this “uwp_after_process_register” hook?
What are the details that should be passed to this function uwp_send_email_to() ?
Can you provide details on what needs to be passed in below variables?
$email_name, $email_vars, $is_admin
- This reply was modified 2 years, 4 months ago by Rajeev Rajan.
Thanks. Waiting for this.
Can you let me know which hook can be used for this?
Forum: Plugins
In reply to: [Easy Table of Contents] Shortcode inside template – Table Links not workingAdvanced Custom Fields PRO
Contact Form 7
Easy Table of Contents
International Telephone Input for Contact Form 7
Max Mega MenuForum: Plugins
In reply to: [Easy Table of Contents] Shortcode inside template – Table Links not workingThanks
Forum: Plugins
In reply to: [Easy Table of Contents] Shortcode inside template – Table Links not workingHi,
1. I installed the Easy Table of Contents plugin. Configured the settings as in the attached screenshot(previous replies).
2. I wanted TOC to be placed in specific place in my Single Post template.
3. As plugin works only inside content(), I created a sidebar and placed the [toc] shortcode in the sidebar, and added the Sidebar code in my single.php as in the attached screenshot(previous replies).
4. Plugin adds the TOC table in the page as expected but the links are not working. The page doesn’t scroll to that specific heading that we clicked. Instead, it just stays there.