rodrigocalix
Forum Replies Created
-
Thanks a lot! i really appreciate all your help!
Thanks I’ll be waiting! You have the best support ever.
Is it there a way to help you?
Hi.
I’m sorry, i probably didn’t explain myself well, yes i already read those tutorials, i even made one module like the one i send you in the image, but in some moment i realize that people, probably in some modules or text areas they might want to add other content that not be just text, probably images, make a text bold or italic, and other tools that are available in the wysiwyg editor, yes i know they could use HTML like <i></i><img src=”http://…/img.jpg”> and i suppose that shortcodes too in a “textarea” field, but is easier with the wysiwyg editor, what i was trying to say is a way to add in the functionality a field for wysiwyg editor, maybe a button, a text field that opens the editor, something that allows the people to edit content with the wysiwyg editor, is that possible? will be possible? is there a way that i can create it, even if coding is needed?
Ok, thanks a lot, my mail is isaias.calix1997@gmail.com
I really appreciate your help, is there anyway that i can help you?
@ccuny Your welcome, happy to help, and yes Live Composer is really easy to use, you can learn it in five to ten minutes, livecomposerplugin.com/playground/tutorial-chapter-one?dslc=active
All depends of your time if you need something fast, use a theme, if you want to be creative and do something personalized you can hire someone or write your own theme.
The Header, Footer, search, 404 not found, and many other things, are part of the theme, technically what you do with LC is the body of the page, if you go and generate your own theme with underscore (link above in one of my comments) you will see in the files: “header.php”, “footer.php”.
If you are using a theme, it should have the options of editing the footer and header in the dashboard.
But if you are creating your own theme, you need to add those options by yourself, you can use the Titan Framework, it will allow you to create easily those options, in the dashboard:
http://www.titanframework.net/
http://code.tutsplus.com/articles/a-beginners-guide-to-titan-framework-introduction–cms-24140With it and Live Composer, you will have a Pro Theme.
If you are not coding and you are just creating a website for a business or yourself i highly recommend you use a theme, it will save you a lot of time, Live composer have awesome themes here: http://livecomposerplugin.com/themes/
That seems nice! But i was thinking more in register my own icons, you know like the basic:
wp_enqueue_style( ‘fontawesome’, get_stylesheet_uri() );
And easily implement it simple as:
var $module_icon = ‘my-icon’;
As i seem i could detect LC using the URL “?dslc=active”, what i’m interested to know, does complies with the license you offer in Live Composer add that extra functionality?
I’m planing to use Live Composer in multiple sites and themes, does the license allows me to do that? also the add-ons for LC too? where can i find LC Add-ons?
Thanks for everything!
The module “Text” have a button that says “Edit Content”, i would like to add that same functionality into a text field inside a module.
example image: http://www.mediafire.com/view/w6hq99hy5bhhk18/Sample%20Module.pngThat would be my first option, but also may add it in a textarea or text input in the functionality tab, that could work too.
Thanks for your support, i really appreciate it!
Yeah me too, i’m not exactly new to WordPress but i’m still learning, and LC is a great way to deploy your themes and websites, it saves hundreds of hours.
if you are interested in coding for WordPress and create your own modules for Live Composer, go to these links below.
Theme development:
https://developer.wordpress.org/themes/getting-started/who-should-read-this-handbook/https://codex.wordpress.org/Theme_Development
Plugin Development:
https://codex.wordpress.org/Writing_a_PluginBoilerplates:
http://underscores.me/ (themes)
http://wppb.me/ (plugins)Tutorials:
http://code.tutsplus.com/categories/wordpress (not everything is free)Live Composer, module development:
http://livecomposerplugin.com/docs/building-a-module-the-basics/The best part is that LC makes the half of the job or more!
If you want documentation and help you can go to:
Support:
http://livecomposerplugin.com/forumVideos:
https://www.youtube.com/channel/UCWwik3CvQpha8sYDuc1hgUA/videosOfficial Website:
http://livecomposerplugin.com/Documentation:
http://livecomposerplugin.com/support/Hope it helps!
Sorry, by the support title i mean: Add module inside a module, or if is not possible, how can i add the wysiwyg editor inside a module like the “Text” module does?
And also, can i add my own icons using tools like icomoon, and register them with the same classes to use them when i register a new module? i mean instead of the default icons http://livecomposerplugin.com/icons-listing/ in that case how can i detect if the editor is activated?
Thanks a lot for your help!
Is there a way to disable the templates that already come with Live Composer too?