Forum Replies Created
-
Author
-
lovewp
ParticipantAny Safari browser on a Mac, all you have to do is mouseover the circular member photos and your screen will start blinking like a Christmas Tree.
I can’t be the only one to bring this to your attention, I’ve now received 8 emailsfrom members asking why it’s happening, it looks like a mistake.
lovewp
Participant@Abe Obviously what I wrote above was not read. As I stated, I turned off all plug-ins except for the plug-ins that came with the theme, then I uploaded 16 different images of all heights and widths and was unable to reproduce the issue.
This issue is NOT closed, I’m not sure why you mark issues as closed when there has been no solution or explanation as to why this occurred??????
This is the third “Closed” topic where my answer was never answered, rather dismissed.
I’m just looking for support. Thanks.
lovewp
Participant@Abe I turned off all plug-ins but what came with the theme, I then uploaded 12 different images of all shapes and sizes, no issues.
I turned back on all my plug-ins, then uploaded the same 12 images, once again couldn’t replicate the problem.
So then to dig deeper I had the gentleman send me the photo that busted the theme, I uploaded it with all plug-ins on and didn’t have any issues.
So diagnosis is unknown, btw, I never do anything in vane đ
lovewp
Participant@Abe It was never square it’s always been round, I have not added any Facebook plug-ins? I myself uploaded 6 different images of all sizes, I could not reproduce the distorting image above, you say it’s not a theme issue, I beg to differ, as I said, I’ve tried a combination of things trying to reproduce, couldn’t.
Please don’t just say it’s a plug-in issue when you have no idea what I’ve tried, I’ve turned off all plug-ins, didn’t do a thing, I turned off everything but what came with the theme, no problems, i turned on all my plugins, still no problems, just one image out of 82 is displaying incorrectly.
Don’t you find this behavior a bit odd?
lovewp
Participantlovewp
Participant@sharmstr I’ve followed all instructions, my form is not inline, it’s breaking? can you please take a look.
lovewp
Participant@sharmstr I do not have Flash and cannot install it on our network, I’m just looking for the class that controls the “search” text color
lovewp
ParticipantThis didn’t change anything, btn-default is not even being used, look at the classes on the btns, standard Bootstrap btns aren’t even being used.
lovewp
Participant@Radu I would like to implement the same login, since the conversation was private, can you explain please?
lovewp
Participantlovewp
Participant@radu can you tell me what to edit? If I change the CSS it will affect all the buttons correct?
lovewp
Participant! is_home() && is_front_page() do not work? Please let me know what you are suggesting. Thanks.
lovewp
Participant@sharmstr Ok, everything installed and linked up, now how do I hide the hamburger navigation when on the blog page? where is the setting to do so? Thanks
lovewp
Participant@sharmstr is there shortcode to put the hamburger in the menu via a ##hamburger## type method? if that were the case I could turn it off and on, is that possible? Thanks
lovewp
Participant@sharmstr I installed what you recommended, however, I cannot see the sideways hamburger option, so I can’t turn off it’s visibility? Can you please walk me through the steps, thanks.
lovewp
Participant
@Abe this is really an issue on a Mac, it’s really bad, fonts flickering from thin to bold then back to thin, have you looked into the opacity issue I’m reading about?A developer friend of mine had this to say:
warrenw [10:58 AM]
so you’re animating opacity in the circles around the avatar, right?warrenw [11:03 AM]
I believe the root issue is that if you have a page where all the styles are at full opacitywarrenw [11:04 AM]
and you animate to a fractional opacity (fade out, fade in)warrenw [11:04 AM]
you’ll see a flickerwarrenw [11:04 AM]11:04
I think the easiest thing to do is to add a style to the page that is always at a fractional opacityCan you please help me with this,it really looks bad.
Thanks.
lovewp
Participant@kamal Can you please post the code you put into the CSS editor in the admin. Even after your update the top bar is still broken, thanks
lovewp
Participant@sharmstr Delete your code? I’m trying to get it working, why would I delete it?
function kleo_ajax_login()
{
// Check the nonce, if it fails the function will break
check_ajax_referer( âkleo-ajax-login-nonceâ, âsecurityâ );// Nonce is checked, get the POST data and sign in user
$info = array();
$info[âuser_loginâ] = $_POST[âlogâ];
$info[âuser_passwordâ] = $_POST[âpwdâ];
$info[ârememberâ] = (isset( $_POST[ârememberâ] ) && $_POST[ârememberâ] === true) ? true : false ;$info = apply_filters(âkleo_ajaxlogin_attsâ, $info);
$user_signon = wp_signon( $info, false );
if ( is_wp_error($user_signon) ){
echo json_encode(array( âloggedinâ => false, âmessageâ => â<span class=âwrong-responseâ><i class=âicon icon-attentionâ></i> â . __( âWrong username or password. Please try again.â, âkleo_frameworkâ ) . â</span>â ));
} else {
if ( sq_option( âlogin_redirectâ , âdefaultâ ) == âreloadâ ) {
$redirecturl = apply_filters( âlogin_redirectâ, â/activityâ, â, $user_signon );;
}
else {
$redirecturl = apply_filters( âlogin_redirectâ, â, â, $user_signon );
}echo json_encode(array(âloggedinâ=>true, âredirecturlâ => $redirecturl, âmessageâ=> â<span class=âgood-responseâ><i class=âicon icon-ok-circledâ></i> â . __( âLogin successful, redirectingâŠâ,âkleo_frameworkâ ) . â</span>â ));
}die();
}lovewp
ParticipantThis is the error I get.
Parse error: syntax error, unexpected T_STRING in /home/zeroni6/public_html/pdxhuddle.com/dev/wp-content/themes/pdxhuddle_child/functions.php on line 30
lovewp
ParticipantThis thread isn’t closed? @sharmstr I fixed the characters, still no luck, my question is this, I don’t think it’s reading the functions.php file in the child theme at all, I don’t know how to set-up the child theme, I tried but kept getting errors.
lovewp
ParticipantParse error: syntax error, unexpected T_CLASS, expecting ‘)’ in /functions.php on line 21
lovewp
Participant@Abe Can you please tell me how to get your child theme to work, I have the folder inside of themes, it contains your functions and style files, I’m doing something wrong, I cannot get the above code to function, I don’t think it’s even being seen, please help me out.
Thanks.
lovewp
Participant@Abe I found the file above and fixed the error, there is still one more page(attached) that contains the same error.
lovewp
Participant@sharmstr this doesn’t look like a valid answer.. can you please help me out. thank you.
// Message replacement function
function youruniqueprefix_filter_gettext( $translated, $original, $domain ) {
//get topic title to supress unwated string later
//$topic_title = bp_get_the_topic_title();// This is an array of original strings
// and what they should be replaced with$strings = array(
âOh bother! No topics were found here!â => âSelect one of the topics above to participate.â,
âThe forum â%sâ is closed to new topics and replies.â=>â,
// âYou must be logged in to create new topics.â => âPlease â . âLog Inâ; . â to create new topics.â,
//Add some more strings here,
);// See if the current string is in the $strings array
// If so, replace itâs translation
if ( isset( $strings[$original] ) ) {
// This accomplishes the same thing as __()
// but without running it through the filter again
$translations = &get_translations_for_domain( $domain );
$translated = $translations->translate( $strings[$original] );
}return $translated;
}add_filter( âgettextâ, âyouruniqueprefix_filter_gettextâ, 10, 3 );
// message replacement function ends
lovewp
Participantlovewp
Participant@sharmstr By adding your example the display is a square border around the icon with the round blue border still highlighting the icon when you rollover it, I’m trying to change the hover blue border to white.
look at my site right now, it has your code from above.
lovewp
Participant@abe @sharstr – I changed the ‘border’ color in the admin, it did nothing to the border around the icon on the homepage? Where do I control the border color?
Thanks.
lovewp
Participant@Abe What have I asked that is out of scope? Everything I’ve asked is directly related to the theme?
Can I please get an answer on how to color the border around the icon on the homepage, thanks.
-
AuthorPosts