Forum Replies Created
-
AuthorPosts
-
Hi,
I see that you have already started a thread regarding this – https://kriesi.at/support/topic/header-layout-logo-left-widgets-right-menu-below/.
I am going to close this one and will reply in your thread. Let us continue there :)Regards,
YigitHi Larry,
Thanks for contacting us!
It would be clearer because otherwise, as Jordan mentioned, demo content will imported on top of your existing content.
If you decide to import demo on your existing content, you will see Elementor shortcodes on pages you have created with Elementor and will need to copy the content from inside shortcodes.If you set up a new installation, you can install Enfold installation there, import demo and copy&paste the content from old pages and when you are done, you can migrate your site to from your staging server to live server :)
I hope that help! Let us know if you have any other questions!
Best regards,
YigitHi Guillermo,
Thanks for contacting us!
All demos you can see here – https://kriesi.at/themes/enfold-overview/ are included in Enfold :)
After activating Enfold, you can simply go to Enfold theme options > Demo Import and import any demo you like with a single click within a few minutes :)
I hope that helps! Let us know if you have any other questions.
Best regards,
YigitHey,
Thanks for contacting us!
But I believe there has been a little mistake. We are the team behind Enfold theme :)
Please contact Total theme support :)
Regards,
YigitHi,
In both cases, you will not lose your custom CSS as update overwrites parent theme only and your CSS in Quick CSS is in stored inside uploads folder and style.css file is on your child theme remains intact.
You may need to add !important rule to selectors when using your custom CSS in Style.css file. Other than that, it is really up to you to which field to use :)
Regards,
YigitHi Jan,
Thanks for your help!
I have seen the thread you recently started regarding merged files and shared it with Günter :)
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
YigitHi Marco,
It seems like this issue is only present in Chrome, is that correct?
Please try adding following code to Quick CSS as well.inx-property-list-item>a { display: contents!important; }Best regards,
YigitHi Marco,
You are welcome! Though, I am not sure I understand the second issue. Could you please elaborate? :)
Best regards,
YigitJune 15, 2020 at 3:45 pm in reply to: Error Message in Page Titles: avia_set_title_tag is deprecated since version 3.6 #1222687Hi,
Thanks for the update!
We will close this thread for now. If you have any other questions or issues, please feel free to start a new one :)
Regards,
YigitHi,
@bigbatt Thanks for your help!Our devs have already fixed this issue and it will be included in upcoming version :)
Regards,
YigitHi Lyse,
Please edit your Color Section element and give it a unique ID (“my-id” in example below), edit your Table elements and give them unique ID’s as well (“silver-id” and “gold-id” in my example) and then add following code to Quick CSS
#my-id .main_color .pricing-table li.avia-heading-row { background: black; border: none; } #silver-id.main_color .pricing-table li.avia-pricing-row { background: #d4d3d2; color: black; border: none; } #silver-id.avia_pricing_default .pricing-table li.avia-pricing-row small, #silver-id.avia_pricing_default .pricing-table li.avia-pricing-row .currency-symbol { color: black; } #gold-id.main_color .pricing-table li.avia-pricing-row { background: #a9905a; color: white; border: none; } #gold-id.avia_pricing_default .pricing-table li.avia-pricing-row small, #gold-id.avia_pricing_default .pricing-table li.avia-pricing-row .currency-symbol { color: black; }Best regards,
YigitHey,
Yes, sorry forgot to mention that I have added a unique ID to make sure it does not affect other tab elements :)
I changed the code to following one
function add_custom_code(){ ?> <script> jQuery(document).ready(function(){ if(window.matchMedia("(max-width: 480px)").matches){ setTimeout( function(){ jQuery("#custom-tabs div.tab.tab_counter_0").removeClass("active_tab"); jQuery("#custom-tabs #tab-id-1-container").removeClass("active_tab_content") } , 1000 ); }; }); </script> <?php } add_action('wp_footer', 'add_custom_code');Please review your website :)
Best regards,
Yigit-
This reply was modified 5 years, 9 months ago by
Yigit.
Hi,
I updated the code in functions.php file to following one
function add_custom_code(){ ?> <script> jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#custom-tabs div.tab.tab_counter_0").removeClass("active_tab"); jQuery("#custom-tabs #tab-id-1-container").removeClass("active_tab_content") } , 1000 ); }); </script> <?php } add_action('wp_footer', 'add_custom_code');Please review your website :)
Best regards,
YigitHi,
I will gladly share the solution with you here once our devs confirm one. For now, please consider setting WP debug to false in wp-config.php file.
Regards,
YigitHi,
@mensmaximus Thanks a lot for your help identifying the issue! I just reported it to our devs and shared your post as reference :)Best regards,
YigitHey,
Thanks for contacting us and bringing this to our attention!
Please see private content field below :)
Regards,
YigitHey,
Thanks for contacting us!
Not really sure what went wrong you added the code but I tried adding it to functions.php file once again and it worked. Please review your website :)
Best regards,
YigitHi Franziska,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/instagram/ and consider using Smash Balloon plugin :)
Best regards,
YigitJune 15, 2020 at 12:39 pm in reply to: Live chat script was working until Version 4.7.5 installed #1222621Hi,
Sorry for the late reply!
Could you please create a temporary admin login and post them here privately so we can look into it? :)
Best regards,
YigitHi,
Sorry for the late reply!
Please try following:
1- Add following code to bottom of functions.php file of your child themeadd_filter( 'body_class', 'av_custom_class' ); function av_custom_class( $classes ) { global $wp_query; $builder_stat = Avia_Builder()->get_alb_builder_status( $wp_query->post->ID ); if( ( 'active' == $builder_stat ) && ! is_preview() ) { $classes[] = 'alb-enabled'; } else{ $classes[] = 'alb-disabled'; } return $classes; }This will add “alb-enabled” class to pages you used ALB and “alb-disabled” to pages you created without ALB.
2- Now we can target those pages using following code in Quick CSS
.alb-disabled main.template-page.content.av-content-full.alpha.units { padding-top: 0 !important; margin-top: 0 !important; }Best regards,
YigitHi,
You are welcome :)
Let us know if you have any other questions or issues!
Regards,
YigitHey,
Thanks for contacting us!
You could do it by adding widget area to your header – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)
Regards,
YigitHey Lyse,
Sorry for the late reply!
Please add following code to Quick CSS
#t01 tr th, #t01 tr td { border: none; } .main_color #t01 tr:nth-child(2n), .main_color #t01 tr:nth-child(2n+1) { background: transparent; } .tab_content table { background: transparent; }This would remove theme styling from your table. If you need assistance applying your own styling, please let us know :)
Best regards,
YigitHi Lars,
Sorry for the late reply!
I checked your homepage and teams page and it seems like you figured it out by using Grid Row element with 4 columns? :) You could choose to display each cell on its own on mobile.
If you need further assistance on this case, please let us know!
Best regards,
YigitJune 12, 2020 at 2:57 pm in reply to: Help with Getting Link DEscription on Parent Category #1222100Hi,
Please try using the code as following
function custom_shortcode_func() { global $post; $category = get_the_category(); $category_parent_id = $category[0]->category_parent; if ( $category_parent_id != 0 ) { $category_parent = get_term( $category_parent_id, 'category' ); $parent_cat_slug = $category_parent->slug; } else { $parent_cat_slug = $category[0]->slug; } ob_start(); ?> <a href="mailto: (Email address hidden if logged out) ?subject=Purchase Enquiry on <?php echo get_the_title($post->ID);?> Painting from <?php echo $parent_cat_slug; ?> category">Purchase Enquiry</a> <?php $output = ob_get_clean(); return $output; } add_shortcode('my_shortcode', 'custom_shortcode_func');Best regards,
Yigit -
This reply was modified 5 years, 9 months ago by
-
AuthorPosts
