Forum Replies Created

Viewing 30 posts - 8,191 through 8,220 (of 82,625 total)
  • Author
    Posts
  • in reply to: THEME FOREST HALF-SCREEN IN MOBILE #1223000

    Hey,

    No worries at all! Enjoy the rest of your day :)

    Cheers!
    Yigit

    in reply to: Header Design #1222998

    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,
    Yigit

    in reply to: enfold church theme #1222997

    Hi 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,
    Yigit

    in reply to: info needed #1222995

    Hi 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,
    Yigit

    in reply to: THEME FOREST HALF-SCREEN IN MOBILE #1222993

    Hey,

    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,
    Yigit

    in reply to: where to place custom css #1222992

    Hi,

    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,
    Yigit

    in reply to: Merged Styles & Object Cache using REDIS #1222988

    Hi Jan,

    Thanks for your help!

    I have seen the thread you recently started regarding merged files and shared it with Günter :)

    Best regards,
    Yigit

    in reply to: Using Gutenberg #1222983

    Hi,

    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,
    Yigit

    in reply to: Probleme mit shortcodes.js #1222982

    Hi 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,
    Yigit

    in reply to: Probleme mit shortcodes.js #1222962

    Hi Marco,

    You are welcome! Though, I am not sure I understand the second issue. Could you please elaborate? :)

    Best regards,
    Yigit

    Hi,

    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,
    Yigit

    in reply to: Menu page on wp admin with error #1222685

    Hi,


    @bigbatt
    Thanks for your help!

    Our devs have already fixed this issue and it will be included in upcoming version :)

    Regards,
    Yigit

    in reply to: Data Table styling options #1222684

    Hi 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,
    Yigit

    in reply to: Content Element Tabs #1222671

    Hey,

    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.
    in reply to: Content Element Tabs #1222665

    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,
    Yigit

    in reply to: Woocommerce Problem #1222660

    Hi,

    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,
    Yigit

    in reply to: Woocommerce Problem #1222645

    Hi,


    @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,
    Yigit

    in reply to: Discouragement of piracy. #1222640

    Hey,

    Thanks for contacting us and bringing this to our attention!

    Please see private content field below :)

    Regards,
    Yigit

    in reply to: Different logo in one page #1222624

    Hey,

    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,
    Yigit

    in reply to: Invalid data Instagram widget #1222623

    Hi Franziska,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/instagram/ and consider using Smash Balloon plugin :)

    Best regards,
    Yigit

    Hi,

    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,
    Yigit

    in reply to: Using Gutenberg #1222614

    Hi,

    Sorry for the late reply!

    Please try following:
    1- Add following code to bottom of functions.php file of your child theme

    add_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,
    Yigit

    in reply to: I need version 4.5.3 #1222611

    Hi,

    You are welcome :)

    Let us know if you have any other questions or issues!

    Regards,
    Yigit

    in reply to: Header Design #1222609

    Hey,

    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,
    Yigit

    in reply to: Enfold #1222608

    Hi,

    You are welcome! Let us know if you have any other questions :)

    Regards,
    Yigit

    in reply to: Data Table styling options #1222161

    Hey 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,
    Yigit

    in reply to: Sticky header button color #1222102

    Hi 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,
    Yigit

    in reply to: Help with Getting Link DEscription on Parent Category #1222100

    Hi,

    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

    in reply to: Changing h3 html tags in enfold child #1222096

    Hi,


    @Guenni007
    You are right. @menainfosec please refer to Guenni’s post :)

    Best regards,
    Yigit

    in reply to: refund request #1222091

    Hi,

    We have informed Kriesi once again. If you do not hear back from us by Tuesday, please feel free to open a dispute :)

    Best regards,
    Yigit

Viewing 30 posts - 8,191 through 8,220 (of 82,625 total)