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
Participanthello, still no change. i delete that cache plugin completely. If you want, you can check the ftp path:
location of compose.php –> /letserasmus.com/wp-content/themes/kleo-child/buddypress/members/single/messages
ftp credentials:
letserasmus.com
user: anicen
password: pYKZh3Abwp-admin credentials: admin / 1Lzi#8tmBVVD1XebWY
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.
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
ParticipantHello,
This change brokes the my account area in top menu as attachment.Half of My account menu doesnt seem. Any suggesstion?
Thanks,
Anilacengiz
ParticipantHello Laura,
Here is the website details:
the page i mentioned:
http://www.letserasmus.com/?geodir_search=1&stype=gd_place&s=+&snear=&sgd_placecategory%5B%5D=&sgeo_lat=&sgeo_lon=wp Login:
admin
1Lzi#8tmBVVD1XebWYacengiz
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,
Anil -
AuthorPosts