anika.nigam
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Before Download] Not sending Multilple FilesHey ,
Once check if all the plugins are up to date or not , i was having the same problem before but then i updated all my plugins and it started working.
And also check for the links individually running them into the browser if the files are successfully uploading or not.Forum: Plugins
In reply to: [Email Before Download] Change éfrom" and "subject" of the emailHi guys ,
I think there’s no need to install any new plugin , we can just add following code in the “email-before-download/email-before-download.php”
//CHANGE THE SENDER’S ADDRESS
$emailFrom = ‘”sender’s name”sender’s email’;As soon as you will add this line of code …the sender’s name and mail address will get modified .
Forum: Plugins
In reply to: [Email Before Download] Not sending Multilple FilesHey coriloury ,
Have you tried writing —
<p>Your Name (required)
[text* your-name] </p>
<p>Your Email (required)
[email* your-email]Note : Please enter your business email id </p>
<p>Your Company Name (required)
[text* your-company-name] </p>
<ebd_left />
<p>[submit “Send”]</p>Try it once more , it might help.
Otherwise, check if the files are uploading successfully or not, it might also be a problem.
Hey Rob ,
I got my all issues resolved , thanks for replying so early.
Forum: Plugins
In reply to: [Download Monitor] Can I update the old versionYou must be having test site as a demo for your site, First do these changes there and offcourse then u can make it live.
Forum: Plugins
In reply to: [Download Monitor] Can I update the old versionI think there’s no problem, you can easily migrate to new one.
There wont be any problem.Forum: Your WordPress
In reply to: Make site loading speed upHey 3…. ,
Your site is good and taking less time in loading on the other hand pages/games are taking a little bit morethan expected time in loading its just because of they are games so might take time but u need to do something.
Nice site though.Forum: Your WordPress
In reply to: 1st projectHey oxygen89 ,
Your website looks very nice to me.Very soothing and calm kind of colors are used.Your home page is good according to me as well as the content pages are clean and soothing and attractive to eyes.
Nice work!Forum: Your WordPress
In reply to: CSS OK? How does my site look?Hey Brew ,
Your site looks good enough to go online.
Its nice to take a look at that .Forum: Plugins
In reply to: [Download Monitor] Can I update the old versionYes the newest version is safe and for uploading it you need to just go on your plugins page of your wordpress dashboard when you look at your plugin undeer that plugin name there would be a message which must be saying to update yur plugin to latest version .
Hence u can easily update your download monitor and its better to update it otherwise sometimes some applications wont work properly.
Good luck!Forum: Plugins
In reply to: [Email Before Download] change email senderYes there is a way u need to add a little amount of code.
//CHANGE THE SENDER’S ADDRESS
$emailFrom = ‘”Name of ur company or sender ” <sender’s email address>’;if (strlen($emailFrom) > 0 )
$emailFrom = ‘From: ‘. $emailFrom . “\r\n”;You just need to add this code in your edit plugins in 1st .php file section of email before download plugin.
See if that works and tell me .Hey cvalerio ,
Your website is working all fine on my IE 11 , So i guess thats only issue with your system.
I have downloaded that pdf from internet explorer and its downloading fine.
So no need to worry.Forum: Plugins
In reply to: [Email Before Download] Updated CSS for sorm – not only one file showingGood to know that.
Please mark the post as resolved.
Thanks.Forum: Plugins
In reply to: [Email Before Download] Updated CSS for sorm – not only one file showingHey ,
Can u show us how it looks like now?
I have also used multiple inline on my website but not with such html , it should work actually .Forum: Plugins
In reply to: [Email Before Download] Link not working with Download Monitor in either caseHi ,
Did you updated everything , because mine was also the same problem but after i updated my CF7 , i got it working.
So first if the link which wordpress is creating for your document is working and actually opening the file. If its not then there must be an uploading error.