Viewing 9 posts - 31 through 39 (of 39 total)
  • Author
    Posts
  • #995840

    Hi,

    The editor is accessible but the update button is missing. It’s not enabled.
    Everything should be fixed after removing that css code.

    Best regards,
    Ismael

    #995909

    Hi,

    Okay, that’s odd. Are you able to see the code currently in the css file? Please let me know as I thought I removed it.

    Best,
    Roberta

    #996159

    Hi,

    Enabling the Theme and Plugin Editors in wp-config.php
    1. Use SFTP and go to the location of your WordPress site. Learn how.
    2. Open wp-config.php on your computer.
    3. Search for: define(‘DISALLOW_FILE_EDIT’, true);
    4. Change true to false: define(‘DISALLOW_FILE_EDIT’, false);
    5. Save the file and upload it back again.

    Best regards,
    Basilis

    #996584

    Hi Basilis,

    The only code I could find was define( ‘DISALLOW_FILE_MODS’, true );

    I already changed that to false and the editor showed up. I don´t know what else to do.

    Best,
    Roberta

    #996883

    Hi,

    Files are not as CHMOD 775, an u provide us with FTP?

    Best regards,
    Basilis

    #997078

    Hi,

    We use pantheon, I’ve created a login for you so you can enter. and use the ftp. Login info in the private field below.

    #997670

    Hi,

    Nikko will check it – unfortunately I cant login to Patheon, not sure why

    Best regards,
    Basilis

    #997867

    Okay, thanks for letting me know. Please let me know as soon as you have any updates.

    Best,
    Roberta

    #999318

    Hi rpesce,

    We apologize for the late response. I checked your site the issues you have on the site isn’t there anymore when checking on an ipad or adjusting the browser size.
    The only things I see on ipad is the large white space between the header and the content heading as shown in the screenshot 1 (ipad) in private content.
    This can be fixed by adding this css code:

    .html_header_transparency #top .avia-builder-el-0 .container {
        padding-top: 0;
    }
    
    p.slab-text {
        margin-top: 0 !important;
    }

    after this media query code in style.css of your child theme:

    @media only screen and (max-width: 959px) {

    In the mobile version however there are lots of things that should be fixed (see screenshot 2 in private content).
    The burger menu seems to be out of position vertically, you can fix this my removing:

    margin-top: 30px;

    from this code in style.css:

    .av_main_nav_header.av_menu_right .ubermenu-responsive-toggle {
        float: right;
        margin-top: 30px;
    }

    then add this css code in your child theme’s style.css:

    .page-id-431 #av_section_1 .flex_column.av_one_full.first {
        padding: 0 !important;
    }

    and place it after this media query:

    @media only screen and (max-width: 767px) {

    Hope this helps.

    Best regards,
    Nikko

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