diff --git a/rangeldigital/dump.rdb b/rangeldigital/dump.rdb index c8c98b8..ceb93a9 100644 Binary files a/rangeldigital/dump.rdb and b/rangeldigital/dump.rdb differ diff --git a/rangeldigital/fixtures/web_template_50_50_rows_section_1.json b/rangeldigital/fixtures/web_template_50_50_rows_section_1.json new file mode 100644 index 0000000..3e7ebbb --- /dev/null +++ b/rangeldigital/fixtures/web_template_50_50_rows_section_1.json @@ -0,0 +1,89 @@ +{ + "doctype": "Web Template", + "name": "50/50 Rows Section - 1", + "module": "Website", + "type": "Component", + "template": "
{% if heading %}

{{ heading }}

{% endif %}{% if sub_heading %}

{{ sub_heading }}

{% endif %}
{% for row in rows %}
{% if loop.index is even %}

{{ row.row_heading }}

{% if row.row_sub_heading %}

{{ row.row_sub_heading }}

{% endif %}{% if row.row_html %} {{ row.row_html }} {% endif %}{% if row.row_cta_url %}{{ row.row_cta_text }}{% endif %}
{% if row.row_image %}\"...\"{% endif %}
{% else %}
{% if row.row_image %}\"...\"{% endif %}

{{ row.row_heading }}

{% if row.row_sub_heading %}

{{ row.row_sub_heading }}

{% endif %}{% if row.row_html %} {{ row.row_html }} {% endif %}{% if row.row_cta_url %}{{ row.row_cta_text }}{% endif %}
{% endif %}
{% endfor %}
" + , "fields": [ + { + "fieldname": "heading", + "fieldtype": "Data", + "label": "Heading", + "reqd": 0 + }, + { + "fieldname": "highlight_word_number", + "fieldtype": "Int", + "label": "Highlight Word Number", + "reqd": 0 + }, + { + "fieldname": "sub_heading", + "fieldtype": "Text", + "label": "Sub Heading", + "reqd": 0 + }, + { + "fieldname": "padding_top", + "fieldtype": "Data", + "label": "Padding Top", + "reqd": 0 + }, + + { + "fieldname": "padding_bottom", + "fieldtype": "Data", + "label": "Padding Bottom", + "reqd": 0 + }, + { + "fieldname": "rows", + "fieldtype": "Table Break", + "label": "rows", + "reqd": 0 + }, + { + "fieldname": "row_heading", + "fieldtype": "Data", + "label": "Row Heading", + "reqd": 0 + }, + { + "fieldname": "row_sub_heading", + "fieldtype": "Data", + "label": "Row Sub Heading", + "reqd": 0 + }, + { + "fieldname": "row_image", + "fieldtype": "Attach Image", + "label": "Row Image", + "reqd": 0 + }, + { + "fieldname": "row_cta_text", + "fieldtype": "Data", + "label": "Row CTA Text", + "reqd": 0 + }, + { + "fieldname": "row_cta_url", + "fieldtype": "Data", + "label": "Row CTA URL", + "reqd": 0 + }, + { + "fieldname": "row_html", + "fieldtype": "Code", + "label": "Section HTML", + "reqd": 0 + } + + + ], + "owner": "Administrator", + "created_by": "Administrator", + "modified": "2024-08-12 14:30:14", + "standard": 0 + } + \ No newline at end of file diff --git a/rangeldigital/public/css/rangeldigital.css b/rangeldigital/public/css/rangeldigital.css index 5eeb2c3..fc42bd9 100644 --- a/rangeldigital/public/css/rangeldigital.css +++ b/rangeldigital/public/css/rangeldigital.css @@ -160,6 +160,8 @@ section.rd-large-heading-section-one {position:relative} } +/* ---------- 50/50 Rows Section - 1 ---------- */ +.rd-fifty-fifty-rows-one .row {padding-top:40px;padding-bottom:40px} /* ---------- Footers ---------- */ footer.rd-footer-1 {position:relative;padding-top:100px;min-height:400px;background:#01071C}