Forum Replies Created

Viewing 40 posts - 1 through 40 (of 65 total)
  • Author
  • in reply to: Flickering Type #44031
     lovewp
    Participant

    Any 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.

    in reply to: What went wrong here? #44030
     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.

    in reply to: What went wrong here? #43840
     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 🙂

    in reply to: What went wrong here? #43831
     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?

    in reply to: What went wrong here? #43824
     lovewp
    Participant

    @sharmstr so there is nothing I can do about this?

    in reply to: Search Text #43687
     lovewp
    Participant

    @Sharmstr

    I put in

    .form-control::-webkit-input-placeholder{color:#fff;}

    nothing happened?

    in reply to: Mailchimp Integration #43683
     lovewp
    Participant

    @sharmstr That’s after a lot of work. I still can’t get my Header to center?

    in reply to: Pop-Up Modal from a Button #43670
     lovewp
    Participant

    @sharmstr Thank you!

    in reply to: Mailchimp Integration #43669
     lovewp
    Participant

    @sharmstr I’ve followed all instructions, my form is not inline, it’s breaking? can you please take a look.

    http://pdxhuddle.com

    in reply to: Search Text #43668
     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

    in reply to: Button Color #43509
     lovewp
    Participant

    This 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.

    in reply to: intergrating social login plugin with kleo login #43508
     lovewp
    Participant

    @Radu I would like to implement the same login, since the conversation was private, can you explain please?

    in reply to: Button Color #43506
     lovewp
    Participant

    Thank you.

    in reply to: Flickering Type #43505
     lovewp
    Participant
    in reply to: Button Color #42481
     lovewp
    Participant

    @radu Just changing the buttons like this site, a nice lite gray, can you help?

    in reply to: Button Color #42480
     lovewp
    Participant

    @radu can you tell me what to edit? If I change the CSS it will affect all the buttons correct?

    in reply to: Hamburger sidebar nav #41799
     lovewp
    Participant

    ! is_home() && is_front_page() do not work? Please let me know what you are suggesting. Thanks.

    in reply to: Hamburger sidebar nav #41797
     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

    in reply to: Hamburger sidebar nav #41729
     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

    in reply to: Hamburger sidebar nav #41728
     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.

    in reply to: Centering Icons #41562
     lovewp
    Participant

    @radu thank you.

    in reply to: Flickering Type #41560
     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 opacity

    warrenw [11:04 AM]
    and you animate to a fractional opacity (fade out, fade in)

    warrenw [11:04 AM]
    you’ll see a flicker

    warrenw [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 opacity

    Can you please help me with this,it really looks bad.

    Thanks.

    in reply to: Login / Register #40905
     lovewp
    Participant

    @kamal you fixed this once, can you please tell me what you did. Thanks.

    in reply to: Login / Register #40815
     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

    in reply to: childs function.php file #40814
     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();
    }

    in reply to: childs function.php file #40810
     lovewp
    Participant

    This 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

    in reply to: childs function.php file #40809
     lovewp
    Participant

    This 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.

    in reply to: childs function.php file #40765
     lovewp
    Participant

    Parse error: syntax error, unexpected T_CLASS, expecting ‘)’ in /functions.php on line 21

    in reply to: childs function.php file #40764
     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.

    in reply to: childs function.php file #40763
     lovewp
    Participant

    @sharmstr I don’t have that directory structure? Do I need to create it?

    in reply to: Typo #39639
     lovewp
    Participant

    @Abe I found the file above and fixed the error, there is still one more page(attached) that contains the same error.

    in reply to: Mobile Display Issue #39034
     lovewp
    Participant

    @sharmstr Sorry about that, I thought you were support, thanks for your help

    in reply to: Typo #39027
     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

    in reply to: Logged In question #39020
     lovewp
    Participant

    @sharmstr Can you please point me to a link, I searched and didn’t find anything?

    in reply to: Icon color #38965
     lovewp
    Participant

    @Abe I’ve been working with @sharmstr which I gave my address too.

    http://pdxhuddle.com/dev/

    As you can see the icons on the landing page have a square border around them. Can you please help with this.

    Thank you.

    in reply to: Icon color #38957
     lovewp
    Participant

    @Abe what link is in reference? I don’t understand.

    in reply to: Icon color #38953
     lovewp
    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.

    in reply to: Icon color #38938
     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.

    in reply to: Icon color #38927
     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.

    in reply to: Icon color #38915
     lovewp
    Participant

    @sharmstr so I add:

    .icon-megaphone:before {
    color: red;
    }

    for each icon?

    and about the border on the icon, what other page are you referring too? please be clear as WP is new to me, I am getting the hang of it 🙂

Viewing 40 posts - 1 through 40 (of 65 total)

Log in with your credentials

Forgot your details?