Forum Replies Created
-
Author
-
excellinsParticipant
Ok thanks I’ll try that out. Please permit me to inform you of another bug.. on the forum.. klep bbpress forum. When replying using android decide the reply box shifts like the image below.to be able to understand this… Use an android phone .. try to reply this message and as you type the text box moves to the right making content from the left hard to see.. the image I sent below if you noticed the world “tags ” isn’t showing.
Attachments:
You must be logged in to view attached files.excellinsParticipantThanks for quick response.. please how do I purge the Facebook cache? On mobile browser all I need do is clear the history right?
excellinsParticipantHow do i do that… Do you mean these ?
Attachments:
You must be logged in to view attached files.excellinsParticipantThanks for support. Abe thanks to Radu also, he has been very awesome and patient. You guys are the best.
excellinsParticipantThis bug has been discovered since but sadly Seventh queen has not fixed the bug. i just checked your demo again and the bug is still there. go to this url: https://seventhqueen.com/themes/kleo/members/demo/#acomment-105776
scroll down to the activity as shown in the image i sent to you, and click on reply, it wont work. this is abug and it has not been fixed for a very long time now.
Attachments:
You must be logged in to view attached files.excellinsParticipantHi Randy es the bug is also on your demo.
I sent an image earlier on, please view the previous thread f this message.excellinsParticipantThe problem is still found on my site and on kleo theme demo,i clicked on the reply and it still doesnt work. please follow the link on kleo demo
https://seventhqueen.com/themes/kleo/members/demo/#acomment-103382then scroll down as in the image i screen shot below,
Attachments:
You must be logged in to view attached files.excellinsParticipantYes its ok, also below is my php 5.6 version which is current, my host suggest i migrate to php 7, do i need to tick and untick any of those or proceed with the upgrade.. i have backed up my files and db
Attachments:
You must be logged in to view attached files.excellinsParticipantHey Keiran thanks i did this and it worked.. i hope this makes the site more responsive.. can i upgrade to PHP 7.1? my host supports this and i am currently still on php 5.6
excellinsParticipantBut I Just Checked kleo demo theme and the problem is on KLEO DEMO theme also. Can you fix it there? If it’s fixed there I can know the problem is from me. After adding your css the reply button still doesn’t work.
excellinsParticipantok Kieran, i will use this to limit the main activity stream feed to 10, is this ok? also will it limit the activity of members too?
function limit_main_activity( $loop ) {
$loop[‘per_page’] = 10;
return $loop;
}
add_filter( ‘bp_after_has_activities_parse_args’, ‘limit_main_activity’ );excellinsParticipantHello, i just saw this code from the link you provided, should i add this code the functions.php file? or where can i add it. Also i want to change the 5 value to 10, will this reduce the activity stream updates to 10??
function my_filter_activity( $loop ) {
// only fetch the last five entries if we’re on a user’s activity page
if ( bp_is_user_activity() ) {
$loop[‘per_page’] = 5;
}return $loop;
}
add_filter( ‘bp_after_has_activities_parse_args’, ‘my_filter_activity’ );excellinsParticipantWow thanks for this, please can you direct me on how to:
1. reduce the number of feed.
2. and how to limit any unnecessary widgets on mobile, also please any idea on how to use wp_is_mobile? please i am not a developer but i can follow your instructionsexcellinsParticipantHi Radu, i included this code, the double lines was removed but the reply button still doesn’t work on my site, i also checked your demo page and the reply too doesn’t work there also. you can still check this link of the demo page: https://seventhqueen.com/themes/kleo/members/demo/#acomment-103127..
View the image attached to seeAttachments:
You must be logged in to view attached files.excellinsParticipantWow, thanks, i just did this now and it worked perfectly… thanks so much for this. Hope an update will fix it soon. because when i update my theme it will over write my changes right? so i will need to do this everytime i update the theme again??
excellinsParticipantDont forget to login, you can reproduce this by loggin in first. i logged in to your demo using demo, and demo for password. then click on the reply button as seen on the image i attached.
Attachments:
You must be logged in to view attached files.excellinsParticipantRadu, to understand this better do the following:
1. got to this kleo demo url: https://seventhqueen.com/themes/kleo/members/demo/#acomment-1031272. click to reply “Ghhfg”…clicking on the reply produces no result.
Please view the image below, it is simple to be reproduced.
Attachments:
You must be logged in to view attached files.excellinsParticipantThanks for responding to issues quick Kieran.. I appreciate your help and support.
excellinsParticipantHello, please can you go through the thread, i beleive i posted images concerning this issue. below is an image i posted earlier showing the error on the kleo theme page
Attachments:
You must be logged in to view attached files.excellinsParticipantAn update has been released but it didn’t solve the problem.. This is sad because alot of members can’t login back to my site. Even the kleo demo theme has the same issue on mobile phone. You can login using Facebook on mobile phones.
Attachments:
You must be logged in to view attached files.excellinsParticipantHello, please has this issue been verified, i tried also on the kloe demo theme using a mobile phone it didnt work, and currently members can login using facebook using smarphones. It works only on computers and laptops.
excellinsParticipantello Radu. You are using a desktop or laptop computer that’s why it worked.when members use laptop or desktop computers it works. But when they use. Mobile phones it doesn’t work. I used latest Chrome browser and Firefox on mobile phone and it doesn’t work. I used a different android phone and also tried it but it doesn’t work as well. I asked members for feedback and they all said they can’t login using the Facebook option on their mobile phones. I tried it also to login on kleo demo theme using mobile phone and it doesn’t work
-
AuthorPosts