104 comments found.
Why does the link in the in-line editor no longer work?
Thanks
Hi,
is this package also includes drag&drop functionality? if I upload this builder to my website drag&drop will work on my website too??
Hi dear customer,
Yes, it works with drag&drop functionality. After purchasing you will get all source codes and free installation opportunity.
For testing app visit URL: http://emailbuilder.cidcode.net/demo
Thanks
and if I upload this source code on my website it will work like demo?
Yes of course.
Thank you!! for your reply.
I tried to export HTML from demo, HTML is not responsive?
Some part of email is not responsive.
Hello help me your script does not function correctly or miss something urgent thank you and here is my site https://www.eurebat.net/Bal/index.php
not fonction ????
HELP ME
Hi dear customer please give me Ftp access with email or create ticket in https://askerov.ticksy.com
Thanks
Can I create some modules?
What did you mean exactly? Thanks
Askerov, I need a html builder with some modules because I need to offer a way for people to create simple pages using my system…
Yes of course. Our builder includes 27 different elements for creating the email. Also, you can test below URL: http://emailbuilder.cidcode.net/demo/
But I would like mention that our builder has PHP files for uploading images, send email, so on.
Thanks, Rufat Askerov
I bought the php version. In this video (https://www.youtube.com/watch?v=rAeqXn8k5HE) there are few files. But the zip file has many more files! I don´t see a “elements.json” just a “elements-1.json”
Hi,
‘element.json’ and ‘elements-1.json’, both of them are the same file, only they have a different name. After creating a new version of plugin structure changed. Therefore it has more files. Do you have any problem in the installation?
Thanks, Rufat Askerov
When I edit an element, it does not appear after a page refresh. I think it´s a cache issue. Is it possible to correct this?
With the help of ‘element-1.json’ file, you can edit only the left menu components like name, icon. If you would like to change the content of each menu element, you should change HTML file of each element.
Ok. But, the modules are cached (i need to empty my browser cache to refresh then). Other question: How can I get the content of Builder to save via jquery? It’s $(’.bal-content-wrapper’).html() ?
You can get HTML with below code very easily:
var builder = $('example').emailBuilder();
builder.getContentHtml()!
For information , please visit URL:http://emailbuilder.cidcode.net/documentation.html
Thanks
Cool, thanks!! One more question: How can I do to the editor read content already saved in the database? I´m using:
onAfterLoad: function (e) { $.get(“load.php”, {id:<? echo $_REQUEST[id]?>}).done(function (a) { $(’.email-editor-elements-sortable’).html(a); }); },
But i need to load a content before show a blank template
$('.bal-content-wrapper').html(data);
Then call makeSortable() method for making sortable in email template.
_emailBuilder.makeSortable();
Example:
_emailBuilder.setAfterLoad(function(e) {
console.log('onAfterLoad html');
$.ajax({
url: 'load.php?id=4',
type: 'GET',
dataType: 'json',
success: function(data) {
$('.bal-content-wrapper').html(data);
_emailBuilder.makeSortable();
},
error: function() {}
});
});
Thanks
I´m trying to put the html from my server but making sortable doesn´t work, can u see: http://adm.aexplorers.me:3280/template/curriculum/editor/?id=16
You added whole email template like an element, therefore it is not working
I´m using _emailBuilder.getContentHtml() to save the content, like u said…
Hi Rufat,
I’m looking for a simple, easy to use, newsletter builder and so far this builder seems very promising. However, if I decide to use it my project, what are the customization possibilities? Do I get access to the code itself (not minimized jQuery scripts) and I can do whatever customization I want or you keep it closed and not allow any customization?
Example 1: I want to integrate with Amazon S3 or any other content storage so I can use images and videos stored on that system and not on plugins’ local file storage.
Example 2: I want to add new button beside “Preview”, “Load template”, etc. By clicking on that button I want to integrate with Email on Acid to test my design on different browsers.
Example 3: I want to send personalized mails (well this is actually classic mail merge functionality), and I want to add a new control that will allow me to insert some of my merge tags in the text.
Just to be clear, I’m not looking for you to do the customization, I would do it by myself, just need to know is how simple it is.
Looking forward to your response!
Hi,
After buying script you will get all of the source codes. The plugin included:
- JS files (minimized and normal version)
- PHP files
Minimized version of JS uses only web page for loading faster. But the normal version of JS for customization. In that file has comments for each function. If you have any question or any difficulties about the plugin or how to customize plugin, do not worry about it I will support it.
You can add any button bottom menu or you can connect plugin with any API, but you need to know that all the HTML code in JS file, you only call our plugin like this: $(’.email-builder-div’).emailBuilder(); . So, if you want to customize plugin you should make changes in JS file.
Let me know if you have any questions
Thanks, Rufat Askerov
Great, thanks!
Customization is possible and you don’t have any restrictions on that. That’s all I wanted to know 
Great !
If you have any question please ask your question to our support, https://askerov.ticksy.com
Thanks, Rufat Askerov
Hello, i would like to buy this plugin and add it to my ASP.net project. Is it possible?
Yes of course. It is suitable any web project which supports jQuery framework.
Let me know if you have any questions.
Thanks, Rufat Askerov
but the php files what are for?
Php files retrieve needed information from the server. you can do it with your web application. For example, get-files.php for getting files from the uploads folder.
oh thank you we are buying it with the account weebiiz (an other our account)
Great !
If you have any question please ask your question to our support, https://askerov.ticksy.com
Thanks, Rufat Askerov
Hi there, just wondering if you can add additional tiles to allow people to bring in data from an API call? Also, are we able to style the layout etc to suit our needs?
Hi dear customer,
We get information which is needed from the backend (using PHP ). If you have API which retrieves the same information, you can use that API.
Thanks Rufat Askerov
Hello Rufat,
This plugin is awesome and exactly what my client looking for.
But I still have some question about the usage.
I have the project that there are many user types, admin can create the template for user.
User can make use exists templates created by admin, but can edit or add new elements to editable area only.
Do you have the function to lock some elements?
Thanks, Weerayut Teja
jQuery version does not have admin panel.
You need use php version for admin panel. In admin panel you can control templates and users. Plugin has not features which you want , if you want some customization i can help you . if you interest in customization please contact with me .
Thanks, Rufat Askerov
Hello Rufat, I may checking on the PHP version feature again.
or If still need some customization, I will let you know.
Thanks you for your replied, Weerayut 
If you need please contact me with email or write message from Envato profile .
Thanks ,Rufat Askerov
Hi, I am building an app with PHP Codeigniter. Can this tool be integrated with PHP or JSP? It looks very slick at the outset but I am only concerned with veerabadrakumar comment which is not very positive.
Hi dear customer,
You can integrate it with PHP Codeigniter. Plugin has included basic jQuery version , and also php version which helps you save /send/load templates .
Let me know if you have any questions or suggestion.
Thanks, Rufat Askerov
Hello, it can be add to a Laravel project? greetings.
Hi , you can integrate it to laravel project.
plugin based on jQuery , some features in php , like save/load/send template.
Let me know if you have any questions
Best Regards, Rufat Askerov
It’s from emailing, images should be clickable
Thanks
Hi dear customer,
I will add this feature in next release.
Thanks, Rufat Askerov
Hello, Do not have config.php in download folder, can you examine
Hi ,
So sorry , i send update for confirm immediately. if you want i can send you with email .my email is rufet.esgerov@gmail.com
Thanks, Rufat Askerov
Thank you, The project is very nice. Great work
i am glad to hear you like it . Thanks
I see lot of bugs and major parts of the code not working.. very much disappointed
Hi dear customer,
Can you tell me which codes are not working?
Thanks, Rufat Askerov
Hi could you let me know if the following is possible: I want a drag and drop tool that allows me to pick the bits i want for a campaign monitor template. When i export it only exports what i exported and it retains the campaign monitor tags such as layout and repeater that i have included in the snippets
Hi ,
You should create emails with drag and drop in our plugin . so, it has drag and drop tool . Also you can export email templates , but templates not included tags.
Thanks, Rufat Askerov
Is the responsive issues fixed with responsive now? Also, seems like you added extra animation when an element is dropped it moves to the left – Is there a way to let it drop like it did before?
Hi, your email editor is great! I do have one question. Does it generate responsive markup for the emails? Also is there an option to preview the emails on different resolutions (mobile)?
Thanks
Hi ,
Unfortunately there is no option to preview the emails on different resolutions. But i am planing add this option as soon as possible.
Let me know if you have any question or suggestion Thanks
Hi, thanks for the reply and I hope you are going to add this because we really like the editor. One last question, is the markup which the editor generates responsive?
Thanks
Editor have some problems with responsive, i am planning solve problem as soon as possible. Future update i will make responsive email and preview that emails
Thanks
Hello, today my team and I bought jquery version. How can I install it? Thanks!
Let me know if you have any questions
Thanks
Hi,
We want to use your product with Mailwizz. Do you also do custom development? Can you integrate with Mailwizz?
Thanks
Hi , please contact with email rufet.esgerov@gmail.com
Thanks