Create An ACF Repeater Accordion in WordPress

Accordion Acf Repeater

…rows. Add the Javascript https://gist.github.com/neilgee/7a94649e844f3aa0e5370092d3e9bf20#file-accordion-script-js Add the ACF Loop Accordion Code https://gist.github.com/neilgee/7a94649e844f3aa0e5370092d3e9bf20#file-accordion-acf-repeater-loop-php Name Fred Perry Description The brand founded by triple Wimbledon champion Fred Perry in 1952 and adopted by…

Read More

Add an Alpha RGBa Color Picker to a WordPress Plugin Input Field

…wp-color-picker. https://gist.github.com/neilgee/8917f0f4d120038051c158d9b667e848#file-rgba-php You also need a jQuery init script to act on the color-picker CSS class, create a file wp-color-picker-init.js and add the selector : https://gist.github.com/neilgee/8917f0f4d120038051c158d9b667e848#file-wp-color-picker-init-js Adding the Alpha Attribute…

Read More

Create Multiple Marker Map from ACF Google Map Location Field from a CPT

acf-multiple-makers

…is the default setting which I have uncommented to stop the World Map being repeated } } Shortcodes for Map Output Single shortcode [themeprefix_single_marker] https://gist.github.com/neilgee/a8cf60790c275508c03dd06bc5b48683#file-single-short-code-php   Multiple shortcode [themeprefix_multiple_marker] https://gist.github.com/neilgee/a8cf60790c275508c03dd06bc5b48683#file-multiple-short-code-php…

Read More