Forum Replies Created
-
Author
-
August 11, 2018 at 09:05 in reply to: Cannot override kleo-framework files using child theme #205961mirajasParticipant
Thanks for your reply.
I tested with latest OS of both Android and IOS and seems working with both.
It may cause some trouble with old OS but I can’t test all of them now. If in future I got some error due to this from users will post here.
Thanks again.
Miraj
mirajasParticipantSorry again, it was a typo and I wrote “I am doing something which will break the theme’s intended work” instead of “Am I doing something which will break the theme’s intended work?”
mirajasParticipantHi,
Sorry for being late in reply.
Thanks for your suggestion and that is the only option I think right now could solve the issue.
Apart from this, I am doing something which will break the theme’s intended work. As I am removing checks for android & ios and using facebook js sdk instead of login dialog url for android and ios devices.
Just want to make sure that this will not create any future problem.
Thank you,
MirajmirajasParticipantHi,
Thank you for your reply and pointing me in the right direction.
I checked everything except child theme. There was a CSS override which was causing the issue.
Now everything seems working great.
The issue is resolved now.
April 10, 2018 at 15:04 in reply to: kleo_register shortcode template working for buddypress registration #194290mirajasParticipantHi,
After digging a little bit more, I understand is the page I imported / kleo_register shortcode does not register user itself.
The registration form points to the BuddyPress registration page URL (Buddypress default template). We need to assign a page in the BuddyPress setting for register option. Unless we assign a page there, it will not work.
In this way, we need two registration page on a single website to perform signup and I cannot use the imported page from kleo demo single-handedly for user registration. Apart from this, all validation is done on the BuddyPress registration page (Buddypress default template).
Can we do something to use only single registration page (imported from kleo demo) for user registration and leave the register page setting under Buddypress settings without assigning?
Thank you
MirajApril 7, 2018 at 22:45 in reply to: kleo_register shortcode template working for buddypress registration #194110mirajasParticipantHi,
As you suggested I added
define(‘WP_DEBUG’, true);
define( ‘WP_DEBUG_LOG’, true );inside wp_config.php. The log file is there but the registration page does not create any logs.
I tried using chrome desktop, chrome mobile, internet explorer, puffin, firefox but its not creating any log.
Its showing other notices but not related to registration.
The log file I am attaching here. As the .log files are not allowed to update, I changed the extension to .txt
Attachments:
You must be logged in to view attached files.April 7, 2018 at 21:24 in reply to: kleo_register shortcode template working for buddypress registration #194101mirajasParticipantThis reply has been set as private.March 14, 2018 at 05:37 in reply to: DOM element with non-unique ids in Buddypress activity pages #191664mirajasParticipantThank you very much, This solves the issue.
March 13, 2018 at 13:51 in reply to: DOM element with non-unique ids in Buddypress activity pages #191562mirajasParticipantHi,
I am waiting for an answer to this issue for more than a week. Now it seems the issue is with your theme only.
Theme blackening the right-hand sidebar (comment section) of the lightbox with the following css
.mfp-content #rtmedia-single-media-container .rtmedia-media {
background-color: #000 !important;
}Okay, I will adjust myself and accept your designing for the right sidebar of the lightbox but the only thing is bugging me is the “like” butting whitening out.
The same css is found at multiple places in your theme like style.css, plugin.css, rtmedia.css
Hope for a speedy answer for this.
Thanking you
MirajAttachments:
You must be logged in to view attached files.March 12, 2018 at 07:59 in reply to: DOM element with non-unique ids in Buddypress activity pages #191445mirajasParticipantHi,
Any progress on rtMedia sidebar (comment and like section) distortion issue. As this area should be in white and right now it’s in black and like button showing in white. You can refer to the attachment I sent in my first question.
Thank you.
MirajMarch 7, 2018 at 19:19 in reply to: DOM element with non-unique ids in Buddypress activity pages #190838mirajasParticipantHi,
Thanks for the reply, but I do not think its related to rtMedia plugin as I rechecked with TwentySeventeen theme and it was working fine with it.
Even if I disabled rtMedia, it still creates “wpnonce field” with non unique ids for activity comment input form.
As each activity in activity page contain comment form, while creating comment form it cannot change id of wp nonce field and that is why it repeats same id for all wp nonce input field.
I mean if there will be 10 activity on activity page, it will create 10 wp nonce input field with same id. I checked this while rtMedia plugin was deactivated.
Thank you
Miraj -
AuthorPosts