Arav
Forum Replies Created
-
Forum: Plugins
In reply to: [MailMunch - Grow your Email List] Adding WPCF7 shortcode to popupI don’t think this will work. The may Mailmunch functions is that you do all the form coding and editing on their site (not your WordPress), and then the form is displayed in your designated post area/popup using iframe.
So you will have to move all your form HTML code on Mailmunch site.
I understand what exactly you want to do. Because I was looking for a very similar solution. What I ended up doing was
1. simply display a popup with a button (this can be coded using HTML).
2. When a user clicks on the button they are transferred to the form page.
3. When they fill the form and submit the usual code on my site takes over.You can check it out the popup on this page – https://competitiondigest.com/best-books-ssc-cgl-exam/.
Hope this helps.
Forum: Plugins
In reply to: [WP Social Sharing] Adding a sentence before the buttons?A simple way to do so, would be using the plugin shortcode.
So type your sentence and format it (use html tags or an html editor), and after that sentence place the shortcode.
This way you can also use it in a widget (use a text widget, and put the html for the sentence, followed by the shortcode)
Forum: Plugins
In reply to: [TrenDemon Revenue Booster] Connectivity IssuesJavascript issues. Resolved.
Forum: Plugins
In reply to: [W3 Total Cache] Probably should not enable "edge mode"Thanks wjwc! This was useful.
I was searching for advantage of using edge mode when the developer says that it won’t break my site.
Only after reading your post did I realise that the message displayed is misleading.Forum: Plugins
In reply to: [ExpressCurate] Can't drag widgets or open menus on hover in backendMuch thanks guys ! Awesome support 🙂
Forum: Plugins
In reply to: [ExpressCurate] Can't drag widgets or open menus on hover in backendAlso to add, how do I disable the fancy css for annotation ?
Forum: Themes and Templates
In reply to: [MesoColumn] Edit post width edit post bylineThank you so much Richie!
I actually wanted to reduce the post width only in the post (and not home page categories), I could get this done by inserting following line in custom.css
(Just putting it here for future reference)#post-entry article .post-content { width: 80% !important; }
You are awesome!