Forum Replies Created
-
Author
-
acengiz
ParticipantI added below script to foother.php and it worked.
Source: https://wordpress.org/support/topic/how-to-remove-image-title-when-hovering-over-image Regards, Anil<script type="text/javascript"> jQuery('document').ready(function($){ $('[title]').removeAttr('title'); }); </script>
acengiz
ParticipantAha okey, i am using “GD Booster” for caching. I think i should deactivate it while i am working on project, right?
Yes i have enabled kleo child theme as you can see in attachment.
Attachments:
You must be logged in to view attached files.acengiz
ParticipantActually I’m not gonna change the text, i edit compose.php for subject input. But i couldn’t see any changes after this:
<input type="text" name="subject" id="subject" value="<?php if ( isset( $_GET['subject'] ) ) echo $_GET['subject']; else bp_messages_subject_value(); ?>" />
In bp forum, they directed me to you. (“Ask Kleo how to add BP templates in a Kleo child theme.”)
Before i asked to you, i tried to change label name to be sure that file does not change anything. So what am i missing?Thanks,
Anilacengiz
ParticipantHello,
Is it possible to make it like notifications, notifications open to left side?
Thanks,
Anilacengiz
ParticipantHere is the right picture. Why dont u have edit post 🙂
Attachments:
You must be logged in to view attached files.acengiz
Participantacengiz
ParticipantHello,
This change brokes the my account area in top menu as attachment.Half of My account menu doesnt seem. Any suggesstion?
Thanks,
Anilacengiz
ParticipantOkey when i added the code to style.css, ,it worked. Thank you.
Is there any documentation to learn the names of pages like “search-results.geodir-page”? I want to use the same method to customize the listing page also.
For your question; by resizing the main menu, i mean that in theme options “main menu height” is 80. Bu in search results, i want to make it 40 and also “sticky main menu” should be 40. Is that possible?
Best regards,
Anilacengiz
ParticipantI want to remove top menu, header and also resize the primary menu as attached pic.
Thanks,
AnilAttachments:
You must be logged in to view attached files. -
AuthorPosts