This topic has 3 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #97576

    When i’m going to insert button it opens up a popup overly i filled fields but still few fields were remaing and im unable to scroll cant add any button

    This is really disappointing issue please fix it top priority basis.

     

    Screenshot attached.

    Attachments:
    You must be logged in to view attached files.
    #97625
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #97726

    Hello Laura,

    Please follow up with higher level support and get back to me i can’t work this way.

    Thanks,

    -Gulsher

    #97793
     Radu
    Moderator

    Hi,

    Please add this function to wp-content/themes/sweetdate/functions.php

    COPY CODE
    
    
    function patch_buttons_css(){
        echo "<style>\n";
        echo '
    
    div#TB_window  {
        max-height: 75% !important;
        overflow-y: hidden !important;
    }
      
       div#TB_ajaxContent {
        overflow-x: hidden !important;
    }
    
        ';
        echo "\n</style>";
    }
    add_action( 'admin_print_styles', 'patch_buttons_css' ,90);
    

    Then you will be able to scroll on that.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?