Skip to content

Instantly share code, notes, and snippets.

@eduard-ungureanu
Created October 18, 2022 10:25
Show Gist options
  • Save eduard-ungureanu/38892697cc62c409258bd36781ab23fa to your computer and use it in GitHub Desktop.
Save eduard-ungureanu/38892697cc62c409258bd36781ab23fa to your computer and use it in GitHub Desktop.
Losing custom presets
Array
(
[2_5_flush_rewrite_rules] => done
[et_flush_rewrite_rules_library] => 4.18.0
[divi_1_3_images] => checked
[divi_previous_installed_version] =>
[divi_latest_installed_version] => 4.18.0
[divi_2_4_documentation_message] => triggered
[et_pb_layouts_updated] => 1
[library_removed_legacy_layouts] => 1
[builder_custom_defaults] => stdClass Object
(
)
[customizer_settings_migrated_flag] => 1
[builder_custom_defaults_unmigrated] =>
[et_pb_clear_templates_cache] => 1
[divi_email_provider_credentials_migrated] => 1
[builder_global_presets] => stdClass Object
(
)
[custom_defaults_migrated_flag] => 1
[divi_favicon] =>
[divi_logo] =>
[divi_fixed_nav] => on
[divi_gallery_layout_enable] => false
[divi_color_palette] => #000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9
[divi_grab_image] => false
[divi_blog_style] => false
[divi_sidebar] => et_right_sidebar
[divi_shop_page_sidebar] => et_right_sidebar
[divi_gf_enable_all_character_sets] => false
[divi_show_facebook_icon] => on
[divi_show_twitter_icon] => on
[divi_show_instagram_icon] => on
[divi_show_rss_icon] => on
[divi_facebook_url] => #
[divi_twitter_url] => #
[divi_instagram_url] => #
[divi_rss_url] =>
[divi_woocommerce_archive_num_posts] => 9
[divi_catnum_posts] => 6
[divi_archivenum_posts] => 5
[divi_searchnum_posts] => 5
[divi_tagnum_posts] => 5
[divi_date_format] => M j, Y
[divi_use_excerpt] => false
[divi_back_to_top] => false
[divi_smooth_scroll] => false
[divi_disable_translations] => false
[divi_enable_responsive_images] => on
[divi_custom_css] => /* GES Circular images e.g. for testimonial customer faces */
img.circular {
border-radius: 50%;
}
/* CSS 2022 */
/*****MENU / Header*******/
/*Space between main menu items*/
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
margin-left: 25px;
}
/* Increase inner width of drop-down menu*/
.et-menu li li a {
padding: 5px 20px;
width: 325px;
}
/* Increase width of drop-down menu */
.nav li ul {
position: absolute;
padding-botton:30px;
width: 350px;
margin-top:5px;
box-shadow: 0 30px 100px rgb(0 0 0 / 0.4);
}
/*mobile top menu styling*/
.top-menu-text a {
color: #ffffff;
Text-decoration: none;
margin-left:15px;
float:right;
}
/* Call to action button styles in menu */
.menu-cta-button a {
color: #fff!important; /* Change button text color here */
background-color: #FA563B; /* Change button background color here */
font-size: 16px!important; /* Change text size here */
border-radius: 3px; /* Set this to 0px if you want a square CTA button */
text-align: center;
padding: 5px 12px!important;
display: block;
border: 0px;
}
.menu-cta-button :hover {
background-color:#FB7560 !important;
transition: 0.7s;
}
/*Divi mobile menu parent links*/
.et_mobile_menu li a {
padding:7px
}
/* Hides the call to action button 'get a demo' button on tablet landscape. (not enough room)*/
@media only screen and (min-width:800px) and (max-width:1280px) and (orientation:landscape) {
.menu-cta-button{ display: none !important; }
}
/* call to action button styles in menu */
.menu-cta-button-outline a {
color: #fff!important; /* Change button text color here */
font-size: 16px!important; /* Change text size here */
border-radius: 3px; /* Set this to 0px if you want a square CTA button */
text-align: center;
padding: 5px 12px!important;
display: block;
border:1.5px solid white;
}
.menu-cta-button-outline :hover {
background-color:rgba(242,247,253,0.2) !important;
transition: 0.7s;
}
/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
padding-top: 0px;
padding-bottom: 0px;
}
/*PRICING PAGE - Table Styles */
.fa-bulleted-icon li:before {
font-family: 'FontAwesome';
content: "\f058";
margin:0 10px 0 -28px;
color: #133C6C;
}
.fa-bulleted-icon li {
list-style-type:none;
}
.table-wrapper{
table-layout:fixed;
word-break: break-all;
border-radius:8px;
}
tbody tr:nth-child(even){
background-color: #F7F7F8;
}
.fl-table thead th {
color: #111439;
background: #D8E7F8;
font-size:13px;
}
/* ----------- Border radius on all table headings ----------- */
table th:first-child{
border-radius:8px 0px 0px 0px;
}
table th:last-child{
border-radius:0px 8px 0px 0px;
}
/* -----------Remove borders on pricing tables ----------- */
.entry-content table:not(.variations) {
border: 0px !important;
}
.entry-content tr td {
border:0px !important;
}
/* ----------- Non-Retina Screens ----------- */
@media screen
and (min-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 1) {
.fl-table {
border-radius: 8px;
font-size: 15px;
font-weight: normal;
width: 100%;
white-space: nowrap;
background-color: white;
table-layout:fixed !important;
}
.fl-table p {
font-size: 15px;
font-weight: bold;
margin:0px;
line-height:1.5;
}
.fl-table td {
font-size: 16px;
}
.fl-table h4 {
margin-top:20px;
margin-left:40px;
}
}
/* TABLE Mobile Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
.fl-table {
border-radius: 8px;
font-size: 6px;
font-weight: normal;
border-collapse: collapse;
width: 100%;
white-space: nowrap;
background-color: white;
}
.fl-table h4 {
font-size: 14px;
margin-top:30px;
margin-left:10px;
}
.fl-table thead th {
font-size: 8px;
}
.fa-solid {
font-size:10px;
}
.fl-table td {
font-size: 13px;
}
}
.fl-table td, .fl-table th {
text-align: center;
padding: 10px 0px 10px 0px !important;
}
.fl-table td:first-child {
text-align: left;
word-wrap:break-word !important;
}
.fl-table th:first-child {
text-align: left;
word-wrap:break-word !important;
}
.fl-table .left {text-align:left!important}
/* Add background color & styling to the contact us Divi Form Success Message */
.et-pb-contact-message p {
display: inline-flex;
font-size: 22px;
background-color: #133C6C;
color: #fff;
padding: 20px 30px !important;
border-radius:8px;
}
#header_section ul.et-menu li a:hover
{
background-color:transparent;
}
#header_section ul#menu-home-menu li:last-child
{
margin-left: auto;
padding-left: 20px;
}
#header_section ul#menu-home-menu li:last-child a
{
padding-left: 20px;
}
#header_section ul.sub-menu
{
width:auto;
}
#header_section ul.sub-menu li a
{
width: max-content;
}
/* Media Query */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {
header .m-btn
{
width:48%;
float:left;
}
header .m-btn-left
{
margin-right:5px;
}
header .m-btn-left a
{
border-bottom:1px solid #ffffff;
}
header .m-btn-right
{
margin-left:5px;
}
header .m-btn-right a
{
border:1px solid #FA563B;
}
header .top-menu-text a
{
margin-left: 12px;
}
header .et_pb_column_0_tb_header
{
padding-top: 5px;
padding-bottom: 5px;
}
header .et_pb_text_0_tb_header
{
padding-top: 5px !important;
padding-bottom: 5px !important;
font-size:12px;
}
header .et_pb_text_0_tb_header img
{
width: 20px;
padding-right: 0px !important;
padding-top: 6px !important;
padding-bottom: 6px;
margin-right: 4px;
}
header .et_pb_row_0_tb_header.et_pb_row
{
padding-bottom:0px !important;
}
header .et_pb_row_2_tb_header.et_pb_row
{
margin:0 auto !important;
}
header .et_pb_row_1_tb_header.et_pb_row .et_pb_space
{
height:0px;
}
header .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul
{
margin-top:10px;
}
}
[divi_dynamic_module_framework] => on
[divi_dynamic_css] => on
[divi_dynamic_icons] => on
[divi_inline_stylesheet] => on
[divi_critical_css] => on
[divi_critical_threshold_height] => Medium
[divi_dynamic_js_libraries] => on
[divi_disable_emojis] => on
[divi_defer_block_css] => on
[divi_google_fonts_inline] => false
[divi_limit_google_fonts_support_for_legacy_browsers] => on
[divi_enable_jquery_body] => on
[divi_enable_jquery_compatibility] => on
[divi_enable_jquery_body_super] => false
[divi_enable_dropdowns] => on
[divi_home_link] => on
[divi_sort_pages] => post_title
[divi_order_page] => asc
[divi_tiers_shown_pages] => 3
[divi_enable_dropdowns_categories] => on
[divi_categories_empty] => on
[divi_tiers_shown_categories] => 3
[divi_sort_cat] => name
[divi_order_cat] => asc
[divi_disable_toptier] => false
[et_pb_post_type_integration] => Array
(
[post] => on
[page] => on
[project] => on
)
[et_pb_static_css_file] => off
[et_pb_css_in_footer] => off
[et_pb_product_tour_global] => on
[et_enable_classic_editor] => on
[divi_postinfo2] => Array
(
[0] => author
[1] => date
[2] => categories
[3] => comments
)
[divi_show_postcomments] => on
[divi_thumbnails] => on
[divi_page_thumbnails] => false
[divi_show_pagescomments] => false
[divi_postinfo1] => Array
(
[0] => author
[1] => date
[2] => categories
)
[divi_thumbnails_index] => on
[divi_seo_home_title] => false
[divi_seo_home_description] => false
[divi_seo_home_keywords] => false
[divi_seo_home_canonical] => false
[divi_seo_home_titletext] =>
[divi_seo_home_descriptiontext] =>
[divi_seo_home_keywordstext] =>
[divi_seo_home_type] => BlogName | Blog description
[divi_seo_home_separate] => |
[divi_seo_single_title] => false
[divi_seo_single_description] => false
[divi_seo_single_keywords] => false
[divi_seo_single_canonical] => false
[divi_seo_single_field_title] => seo_title
[divi_seo_single_field_description] => seo_description
[divi_seo_single_field_keywords] => seo_keywords
[divi_seo_single_type] => Post title | BlogName
[divi_seo_single_separate] => |
[divi_seo_index_canonical] => false
[divi_seo_index_description] => false
[divi_seo_index_type] => Category name | BlogName
[divi_seo_index_separate] => |
[divi_integrate_header_enable] => on
[divi_integrate_body_enable] => on
[divi_integrate_singletop_enable] => on
[divi_integrate_singlebottom_enable] => on
[divi_integration_head] =>
[divi_integration_body] =>
[divi_integration_single_top] =>
[divi_integration_single_bottom] =>
[divi_468_enable] => false
[divi_468_image] =>
[divi_468_url] =>
[divi_468_adsense] =>
[product_tour_status] => Array
(
[4] => off
[14] => off
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment