Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View SilverFoxA's full-sized avatar

Abhijit Das SilverFoxA

  • Madgeek
  • Bangalore
View GitHub Profile
@SilverFoxA
SilverFoxA / acf_repeater_elementor_pro
Last active August 22, 2023 13:19
ACF Repeater For Elementor
# This is a gist of this ACF Repeater for Elementor plugin - https://wordpress.org/plugins/acf-repeater-for-elementor/
# Current version - 1.5
In a widget or parent `section` add a class `repeater_{name_of_the_repeater}`. Replace {name_of_the_repeater} with the actual name of the repeater field.
Inside the above widget, add a text field, and add the name of the sub fields of your repeater. In my case I had to showcase, the days a location is open.
I structured my repeater as
- Opening Hours (opening_hours) //This is the repeater field
-- Time Text (time_text) //This handles text, I haven't checked with any other fields yet
@SilverFoxA
SilverFoxA / dialerpad.xml
Created October 23, 2017 15:19
Outgoing call interfaces/UI for VOIP screens XML
<RelativeLayout
android:id="@+id/call_initial"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#f9f8f8">
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"