-
Author
-
November 15, 2014 at 14:54 #35585shopno420Participant
please see the picture, here if i do not click on text field no “post update” button appear, i know its for ajax. but when i enter from ajax disable browser like opera mini i unable to post status as no “post update” button. so i want to by default “post update” button always appear, what should i do, please help me.
Attachments:
You must be logged in to view attached files.November 15, 2014 at 17:17 #35609sharmstrModeratortry this
COPY CODE#buddypress #whats-new-options { height:40px; overflow: hidden; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 15, 2014 at 18:14 #35615sharmstrModerator/kleo-child/style.css or in quick css in theme options.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 15, 2014 at 18:23 #35617shopno420ParticipantThanks its working
i palce this code in header.php in <head> blocks using this css<style>
#buddypress #whats-new-options {
height:40px;
overflow: hidden;
}
</style>is there will any problem for this ?
November 15, 2014 at 18:28 #35618sharmstrModeratorWell if you didnt copy it to your child theme, then you will lose it during the next kleo update.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 15, 2014 at 18:30 #35620shopno420Participantif i now active child theme then any settings will changed ? though i know how t export theme option settings and how to import.
November 15, 2014 at 18:31 #35621sharmstrModeratorand if you do move header.php to your child theme, you’ll have to check to see if header.php was modified (new code added) after every update. Do yourself a favor and put it in quick css.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 15, 2014 at 19:49 #35627sharmstrModeratorBefore you activate, export theme settings. Then activate child and import theme settings. Or, USE QUICK CSS.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.