Forum Replies Created
-
Author
-
jamesbuddyrogers
ParticipantNot marked as solutionjamesbuddyrogers
ParticipantNot marked as solutionjamesbuddyrogers
ParticipantNot marked as solutionjamesbuddyrogers
ParticipantNot marked as solutionDecember 13, 2017 at 20:53 in reply to: Slow pageloads and Sweetdate showing blank in backend #182952jamesbuddyrogers
ParticipantNot marked as solutionDecember 11, 2017 at 18:40 in reply to: Slow pageloads and Sweetdate showing blank in backend #182699jamesbuddyrogers
ParticipantNot marked as solutionDecember 8, 2017 at 23:31 in reply to: Slow pageloads and Sweetdate showing blank in backend #182407jamesbuddyrogers
ParticipantNot marked as solutionjamesbuddyrogers
ParticipantI deactivated all and it still didn’t work.
I sent login and staging login.
Username flywheel .. pass is Goodtimes123!
December 7, 2017 at 18:49 in reply to: Slow pageloads and Sweetdate showing blank in backend #182263jamesbuddyrogers
ParticipantNot marked as solutionDecember 6, 2017 at 16:46 in reply to: Slow pageloads and Sweetdate showing blank in backend #182123jamesbuddyrogers
ParticipantNot marked as solutionjamesbuddyrogers
ParticipantI have emailed that address for a quote and provided info but never got a quote.
jamesbuddyrogers
ParticipantI attached a screen shot. I was wanting to make these changes to make the entire reply box area from a user smaller so that more replies show in a screen. Right now there is a lot of wasted space because the avatar is large and the text name and @mention name are underneath the avatar.
Is this more clear for you?
Thanks
jamesbuddyrogers
ParticipantI de-activated all plugins except bbpress and buddypress and it doesn’t work for me.
I was able to navigate without the staging going to the main site. Rather than clicking a member profile can you click recent activity then click into a topic and there you can try @mention
There are no more console errors. I removed the arrowchat. THat was causing other conflicts.
thanks
jamesbuddyrogers
Participanthttps://imingle.ca/1508178991709/wp-login.php
you can use the jamesbuddyrogers user credentials I gave earlier.
jamesbuddyrogers
ParticipantI have completely removed the arrowchat application and still unable to get @mentions to work.
I am updating the staging site now. So not sure what else this could be?
jamesbuddyrogers
ParticipantYou need to login as member/user SevenQ
I can’t get it to work deactivating that stuff.
jamesbuddyrogers
ParticipantI can not get this working. Here is a staging site .. are you able to test on my staging site then tell me what you did so I can do that to the live site?
https://imingle.ca/1508178991709/wp-login.php
UN – SevenQ
Pass – GM8c4C)PJHHmGRR@WHi%M$Lqjamesbuddyrogers
ParticipantHi, I was using android phone browser. This also happen to iphone users.
This happens with various images and seems to be if someone loads an image that is vertical taken from a mobile device the system then landscapes it and rotates it sideways.
Next message will have image as I will send from my phone. I suggest you take an image on mobile and try to laod. I tested this and it happened to me and I have had 5 or 6 members contact me with the same issue.
jamesbuddyrogers
ParticipantIt happens in both. My concern is a user displayed image.
Go to user profile and try to load a vertical profile picture or a picture in the media section. they will rotate sideways.
jamesbuddyrogers
ParticipantHi, you can login with
imingle.ca/wp-admin
SevenQ
3oobQbqVeLWl2#N)R@OXBMx7jamesbuddyrogers
Participantis there a way to get them displaying the same age? not sure I follow your reply as a solution?
jamesbuddyrogers
ParticipantI have removed the child folder inside the child folder. Must have copied by mistake.
However, the search bar at the top is NOT searching member names. Still displays no results when it works from the members page search tab.
Not sure how you are seeing this work as it won’t work for me on two differnt computers and my phone.
jamesbuddyrogers
ParticipantI must be doing something wrong.
imingle.ca public html folder
192.169.153.0
jamesbuddyrogers
Braidyea123!WP login
jamesbuddyrogers
Braidyea123!jamesbuddyrogers
ParticipantI did this in both functions.php and sweetdate-child/functions.php
Neither work. Thanks for your patience with me on this.
<?php
/**
* @package WordPress
* @subpackage Sweetdate
* @author SeventhQueen <themesupport@seventhqueen.com>
* @since Sweetdate 1.0
*//**
* Sweetdate Child Theme Functions
* Add extra code or replace existing functions
*/if ( ! function_exists( ‘kleo_search_menu_item’ ) ) {
/**
* Add search to menu
*
* @param string $items
* @param oject $args
*
* @return string
*/
function kleo_search_menu_item( $items, $args ) {
if ( $args->theme_location == ‘primary’ ) {
ob_start();
get_template_part( ‘page-parts/header-ajaxsearch’ );
$form = ob_get_clean();if(is_user_logged_in()) {
$items .= ‘<li id=”nav-menu-item-search” class=”menu-item kleo-menu-item-search”><i class=”icon icon-search”></i>‘ . $form . ‘‘;
}
}return $items;
}
}?>
jamesbuddyrogers
ParticipantI see two funtctions.php in the child theme.
functions.php
sweetdate-child/functions.phpwhen I put the code in sweetdate-child/functions.php it does not search members. I also tried the code in functions.php and saw this error at the top of website.
jamesbuddyrogers
ParticipantThe front page search box with latest members under it I have to ‘hold and open in new tab’ to view the profile. All of the other profile images I just press and it links to the profile.
Are you trying to click from mobile on the home page under the slider search box? It is only this one area that functions different than all the other profile images.
-
AuthorPosts