Timber/Twig + ACF - Wordpress - wordpress-theming

I'd like to know if there is any detailed documentation available on how to use filters inside functions.php in a Timber Theme for Wordpress.
INformation seems a bit scattered all over and alhough the docs on Github are rather helpful I can't find any detailed walkthrough on how to use filters to customize TinyMCE toobars in ACF as detailed on the ACF documentation here.
Any lead is appreciated. Thank you.

Related

How to add (custom) widgets to allure 2.10.x?

i was looking at the allure documentation to figure out how to add a widget to the overview tab of the allure report. Unfortunately the part including how to do this isn't up to date any more. Hope someone is able to give me an example.
i couldn't use the example in the documentation because it's deprecated.

Input Tags/Elements in AMP-html

we are implementing our current site in AMP version and i am new to this. I have below queries regarding AMP -
How to get user input from user in AMP-HTML.
In the above mentioned site [desktop version] we have comment section at the bottom of the page. We need to implement the same functionality in AMP.
Are there any websites which are build and developed in AMP? If yes, i need links to check.
Any suggestion and ideas related to above queries would be appreciated.
Thanks.
It is still under experimental.
See: https://github.com/ampproject/amphtml/blob/a2477e1790d604dbc01997b6e0a9fe42ac6fa799/extensions/amp-form/amp-form.md

Slice html template into Magento theme

I have HTML Template. I want to integrate that template to Magento theme. I have searched over google as well as here(Stack-Over-Flow). But not getting proper documentation for that. Any help will appreciated. Thanks in advance.
Ok You want to integrate the static HTML template to the magento theme. So let's divide things you need to learn and how to learn efficiently.
Magento can be basically divided into three parts:
Admin panel: As you know magento is a CMS so most of the basic things could be managed from backend.For example static pages and Home pages could be managed from "CMS Pages" from admin panel.
Next is theming: You have mentioned about the MagentoDesignGuide.pdf this could be the start. I recommend you to have a look for the youtube channel of leveluptuts for the theming(layouts).This is very important for structuring your pages and site.You can follow other also but i prefer that because i also learnt from it and was very helpful.
Another is the module development portion.In some cases you need to develop custom modules .So this would be the last part.There are great tutorial provided by Inchoo and Smashing Magzine for developing custom module.
All of these things are required to fully develop a magento site. If you understand this than you will do great in magento.
Hope this answer provides you with the idea of how to proceed further and also helps you to divide the way of learning Magento.
Happy Coding.

Need text editor/composer like Wordpress

I want a Visual Text composer like Wordpress or this(stackoverflow). i want to embed it on html page just like maps or facebook like box. I searched over Google but did not found any fruitful help, it gives me html editor. may be i missed some basic keyword.
the words you should be looking for Visual Editor, WYSIWYG, TinyMCE . where u want to use it ?? any cms or just in html pages ??
check this link for more info
you will find all good editors with link to there website in above article
If you have a WordPress site you can use a plugin called User Submitted Posts available here:
http://wordpress.org/plugins/user-submitted-posts/
You can use Gravity Forms (http://www.gravityforms.com) to allow users to post.
You could also allow registered Wordpress users to write posts however that often complicates things.
If you are only using HTML you could possibly incorporate PHP and HTML5 forms to create posts.
I hope this helps.
Tom

Objective C formatting for blogging

I blog on Wordpress, is there any tool to upload the Objective C code in a formatted manner to my blog. I googled to find more on this..but was not of much help.
Check out Wordpress for iOS. The Wordpress app is open source, so you can rummage through the code.
Are you asking about formatting the code in blog posts? If so you can use a syntex highlihging library like syntaxhighlighter.
Edit: There is also a wordpress plugin that will do syntex highligting: http://wordpress.org/extend/plugins/wp-syntax/
There are several syntax highlighter plugins for Wordpress, but not all of them support Objective-C. I just found one that does: The name is "Auto SyntaxHighlighter".
The website of the plugin doesn't mention Objective-C, but the plugin does.
When you write your article in the visual editor in Wordpress, there will be an icon for adding source code. There you can choose the language (e. g. "Objective-C").
In the visual editor, you cannot see all the nice bells and whistles of the added source code, but if you click "preview", you will see the nice syntax highlighting, etc.