anurag722
Forum Replies Created
-
Forum: Plugins
In reply to: [AeroLeads Contact Us Details] Aeroleads Conversion trackingI am sorry, if you could pass me your website url, I can try to understand you question better.
For now, if you want to add tracking, you might need to edit the plugin files.Forum: Plugins
In reply to: [AeroLeads Contact Us Details] More than one contact nameFor now, there’s only one possible contact name, that can be shown. We can look forward to implement it in future versions.
Forum: Plugins
In reply to: [AeroLeads Contact Us Details] Replace logoHi,
Download the plugin, extract the zip file.
Goto
aeroleads-contact-us-details -> shortcodes -> alcud-shortcodes.phpFind and replace
`<div class=”alcud-icon-holder”>
<i class=”md md-work”></i>
</div>`with
`<div class=”alcud-logo-holder” style=’height:80px; width:80px; margin-top:55px;margin-bottom:15px;’>
<img src=’YOUR_LOGO_URL_HERE’ class=”img-responsive”>
</div>`Forum: Plugins
In reply to: [AeroLeads Contact Us Details] Change Email Us textUsually the cache is the culprit, wait for sometime it should reflect. If it still doesn’t follow the usual steps, disable the plugin, enable it… fill up the form, it should come. if it still doesn’t show up, let me know, I’ll recheck and update.
Try hard refresh too windows(ctrl+shift+R), mac(cmd+shift+R).
I think the plugin needs a little re-coding according to the latest wordpress version. I am currently struggling to keep upto the wordpress versions (messed up office timings).
I’ll update it soon.
Forum: Plugins
In reply to: [AeroLeads Contact Us Details] Widgetdid u fill the form ?? the form at wp-admin->alcud
Forum: Plugins
In reply to: [AeroLeads Contact Us Details] WidgetCan you provide me the URL, so I can debug it
Forum: Reviews
In reply to: [AeroLeads Contact Us Details] Doesn't workcould you be more specific about your requirements from the plugin, so that we can solve it out..
Forum: Plugins
In reply to: [AeroLeads Contact Us Details] mobile responsivnessIt’s a pleasure. ??
Forum: Plugins
In reply to: [AeroLeads Contact Us Details] mobile responsivnessYou can add the following to your style.css, and play around with % to get the right view.
For me this setting worked..alcud-container { width: 85%!important; } .alcud-row .col-lg-6 { width: 40%; }
Although, for me the block opened good enough in Samsung S4, if you could provide me a reference image, I could help you better.
Forum: Plugins
In reply to: [AeroLeads Contact Us Details] Change Email Us textSure,
The file you will need to edit isn’t visible through wordpress dashboard, for which either you need to edit it via FTP or install this plugin.
Once installed,
Goto wp-admin -> wpide
You would see a directory structure on the right. Traverse through plugins->aeroleads-contact-us-detail -> widget -> views -> widget.php/widget2.php (first one has icons, second one has text labels)Goto Lineno. 31 (
<span><a href="mailto:<?php echo $email_address; ?>">Email Us</a></span>
) and update the Email Us with your custom text<span><a href="mailto:<?php echo $email_address; ?>">Your-custom-text</a></span>
SAVE, go to your blog and refresh.
I hope it should work, in case it doesn’t let me know.
Forum: Plugins
In reply to: [AeroLeads Contact Us Details] Change Email Us textI have set a limit of 25 characters, in order to maintain the design. Longer emails tend to overflow, and look a bit untidy. But then since you want it, I can help you with it…
Please let me know, which feature are you using? Which one of the shortcodes and is it shortcode only or sidebar widget too.
I’ll walk you through to get your desired result.
Forum: Plugins
In reply to: [AeroLeads Contact Us Details] Change Email Us textHow long is your email?
Forum: Plugins
In reply to: [AeroLeads Contact Us Details] Change color of AeroLeads Contact Us WidgetI will publish the option to change color soon, till then you can use the above mentioned method.
Forum: Plugins
In reply to: [AeroLeads Contact Us Details] Change color of AeroLeads Contact Us WidgetI hope that you issue is resolved…
Forum: Plugins
In reply to: [AeroLeads Contact Us Details] Change color of AeroLeads Contact Us WidgetI didn’t get you.
If you are going through the first process(currently that’s the only option), you have to provide color codes here
.alcud-widget-header{ background: rgb(34,34,34); //change the hex code to color code you want border-top: 5px solid rgb(0,0,0); // change this too to go with your theme. }
and save it inside stylesheet.css file, which is editable inside wp-admin->appearance->editor refer to the screenshot in the last reply.
If you are waiting for the second process, I haven’t pushed the changes yet, will push it soon.
If you could provide me a clear query, along with your website, I might be in a better position to sort your issue out.