Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • #366540

    Hi Josue,

    Im technically not that sound when it comes to FTP, It was my developer who upgraded using FTP and he is on leave for the next 5 days. please tell me the steps to do the same.

    #367099

    Hi,

    Open /wp-content/themes/enfold/functions.php/ and look for line 306:

    $version_number = get_option('avia_stylesheet_dynamic_version'.$safe_name);
    			if(empty($version_number)) $version_number = '1';
    

    Replace it by this:

    $version_number = get_option('avia_stylesheet_dynamic_version'.$safe_name);
    			if(empty($version_number)) $version_number = '2';
    

    Regards,
    Josue

    #367636

    The changes have been made, but the issue persists. please advice

    #368528

    Hi!

    For some reason the dynamic stylesheet is not getting generated/updated, we’d need to FTP access in order to debug this issue, as a temporary fix try adding this to css/custom.css:

    .container {width:100%;} .container .av-content-small.units {width:73%; }
    			
    			  .responsive .boxed#top , .responsive.html_boxed.html_header_sticky #header{ width: 1310px; max-width:90%; }
    			  .responsive .container{ max-width: 1310px; }
    			
    

    Regards,
    Josue

    #372559
    This reply has been marked as private.
    #372895

    Hi!

    Check it now, width is now 1310px.

    Cheers!
    Josue

Viewing 6 posts - 31 through 36 (of 36 total)
  • You must be logged in to reply to this topic.