-
Author
-
January 10, 2016 at 13:16 #97576partner_tezrosolutionsParticipant
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.January 10, 2016 at 19:42 #97625LauraModeratorHello, 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 solutionLaura 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 🙂
January 11, 2016 at 14:16 #97726partner_tezrosolutionsParticipantHello Laura,
Please follow up with higher level support and get back to me i can’t work this way.
Thanks,
-Gulsher
January 11, 2016 at 17:01 #97793RaduModeratorHi,
Please add this function to wp-content/themes/sweetdate/functions.php
COPY CODEfunction 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 -
AuthorPosts
You must be logged in to reply to this topic.