Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #908158

    Hi there,
    I would like hide 1 text box in my pages and I flag the option in subject but it doesn’t works correctly.

    Could you support?

    Thanks for support

    #908161

    In desktop version the text box is always display

    #908303

    Hi,

    Yes, we will try to help you out. Can you give us a link where the textbox you want to hide is located.

    Best regards,
    Nikko

    #908403

    Hi Nikko,
    I need this function for all pages: http://www.bcdcosmetici.com

    Could you check for example this:

    Thanks for your support

    #908405
    #908438

    Hi bcdcosmetici99,

    Can you please attach a screenshot of the box that you need to hide? It is not very clear.

    Best regards,
    Victoria

    #908443

    Hi Victoria,
    here you find a screenshot:

    https://www.bcdcosmetici.com/wp-content/uploads/2018/02/Untitled1.png

    Thanks for support

    #908444

    I’d like to hide this in all pages but the function doesn’t work correctly.

    Thanks for support

    #908500

    Hi bcdcosmetici99,

    Thank you for specifying.

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #908534

    Hi Victoria,
    by the attachment you find a details:

    Thanks for support

    #908635

    Hi,

    Thanks for providing the admin access, please update your Enfold theme to the latest version 4.2.2 and don’t forget to make a backup first. Also update header.php in your child theme, there are changes made in the header which is needed for the Screen Settings to function properly.

    Best regards,
    Nikko

    #908671

    Hi Nikko,
    thank you for your update.

    How update my template? If I check manual from system I can’t find any update to install.
    Do you have other way to update my theme?

    Thanks for support

    #908673

    How changes I made in my header.php to solve this issue?

    Could you help me to complete this step?

    Thanks for support

    #908688

    Hi,

    Yes, you can refer to this post for complete guide on updating Enfold: https://kriesi.at/archives/the-complete-guide-to-updating-enfold and find: How to Update Enfold via FTP just follow the instructions and don’t forget to make a backup first.

    This is what the code in header.php of the latest version of Enfold looks like, there are some classes added that are needed for it to function properly:

    <?php
    	if ( !defined('ABSPATH') ){ die(); }
    	
    	global $avia_config;
    
    	$style 					= $avia_config['box_class'];
    	$responsive				= avia_get_option('responsive_active') != "disabled" ? "responsive" : "fixed_layout";
    	$blank 					= isset($avia_config['template']) ? $avia_config['template'] : "";	
    	$av_lightbox			= avia_get_option('lightbox_active') != "disabled" ? 'av-default-lightbox' : 'av-custom-lightbox';
    	$preloader				= avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';
    	$sidebar_styling 		= avia_get_option('sidebar_styling');
    	$filterable_classes 	= avia_header_class_filter( avia_header_class_string() );
    	$av_classes_manually	= "av-no-preview"; /*required for live previews*/
    	$av_classes_manually   .= avia_is_burger_menu() ? " html_burger_menu_active" : " html_text_menu_active";
    	
    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?> class="<?php echo "html_{$style} ".$responsive." ".$preloader." ".$av_lightbox." ".$filterable_classes." ".$av_classes_manually ?> ">

    Best regards,
    Nikko

    #908852

    Hi Nikko,
    I install update of enfold, copy and paste your code in header.php your code but this problem isn’t solve again :(
    Do you have some ideas?

    #909088

    Hi,

    Do you have something specific that you have changed in header.php before? if none, can you try to rename header.php to header.bup (so it won’t be read and the theme will use the parent theme’s header.php), let us know if this helps.

    Best regards,
    Nikko

    #909100

    Hi Nikko,
    thank you for your update.
    In the attachment you find the entire header.php Could you find an error?

    Thanks for support

    #909108

    Hi,

    Can you us ftp access as well? so we can try to check it further.

    Best regards,
    Nikko

    #909112
    This reply has been marked as private.
    #909262

    Hi,

    Thanks for providing the ftp access, however I can’t seem to connect, please check.

    Best regards,
    Nikko

    #910189

    Hi Nikko,
    with your instruction I solved this issue.
    Many thanks for your support!

    If you like you could close this topic.

    bye

    #910292

    Hi,

    Glad that we could help and that you have resolved the issue. Thanks again for using Enfold, have a great weekend :)

    Best regards,
    Nikko

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Hide on large screens (wider than 990px – eg: Desktop)’ is closed to new replies.