Forum Replies Created

Viewing 40 posts - 1 through 40 (of 60 total)
  • Author
  • in reply to: Cover photo isn't working since last update #66391
     ScotKinney
    Participant

    BJ LazyLoad plugin was hosing up the change avatar profile. I deactivated it and now it works as expected.

    in reply to: Cover photo isn't working since last update #66388
     ScotKinney
    Participant

    Now if I can figure out why my profile pic crop area is covered…

    in reply to: Cover photo isn't working since last update #66386
     ScotKinney
    Participant

    I’m afraid to update to Kleo 3.03, had problems last update and I haven’t figured out how to update Visual composer yet. I’ll take a look at it now.

    in reply to: Cover photo isn't working since last update #66383
     ScotKinney
    Participant

    ha! I found it…lol Sorry, I had added a little bit to quick css to round the corners: See any problems there? lol Sorry man.

    body.buddypress.is-user-profile div#item-header {
    background-image: url(“http://www.alterverse.com/wp-content/uploads/2015/06/JB_BG.jpg”);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    }

    in reply to: Cover photo isn't working since last update #66379
     ScotKinney
    Participant

    If I go to update my cover photo in account #2 it shows me the one I actually had, but it’s not displaying the correct one if that tells us anything.

    in reply to: Cover photo isn't working since last update #66377
     ScotKinney
    Participant

    Using WordFence, I cleared the cache just now and it said 0 files were deleted, which is odd in and of itself but tells me no files are being cached.

    in reply to: Cover photo isn't working since last update #66374
     ScotKinney
    Participant

    Uploading a profile photo doesn’t seem to be working right either. I can’t see the image to crop it. I was hoping to announce the new site this weekend.

    in reply to: Desktop app responsive sizing #66250
     ScotKinney
    Participant

    wow, I found a bit of css that fixed it! I added this to the quick css:

    COPY CODE
    @media all and (max-width: 480px) {
    .woocommerce table.shop_table *,
    .woocommerce-page table.shop_table * {
    font-size: 10px;
    }
    }
    in reply to: Desktop app responsive sizing #66237
     ScotKinney
    Participant

    These are the Quick CSS tweaks I’ve tried. None seem to have any affect inside the app. They definitely affect the website.

    COPY CODE
    .col-sm-8{
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 10px;
    width:300px!important;
    }
    .woocommerce table.shop_table {
    margin: 1.1em -1px 24px 0;
    text-align: left;
    width: 300px !important;
    padding: 0px 5px 0px 5px;
    }
    table.shop_table.cart {
    width: 300px;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
    }
    .woocommerce .cart-collaterals {
    width: 300px !important;
    }
    in reply to: redirect to Profile page from wwocommerce login #66062
     ScotKinney
    Participant

    This seems to do the trick:

    COPY CODE
    // Custom redirect for users after logging in with Woocommerce MyAccount page - (Scot)
    // redirect to profile instead
    function scot_wc_login_redirect( $redirect, $user ) {
    	$redirect = bp_core_get_user_domain($user->ID);
    	return $redirect;
    }
    add_filter('woocommerce_login_redirect', 'scot_wc_login_redirect', 11, 2);
    in reply to: Desktop app responsive sizing #66010
     ScotKinney
    Participant

    Here’s a screenshot, it’s a desktop app that you have to have the game to run at the moment so I can’t really give you a link. We do have it running in our phone apps though, you could install one of those and see. It’s not working there either. Go to http://www.worldcraftvr.com and at the very bottom of the page you’ll see links to the phone apps. The odd thing is, if you bring up the site in a browser on your phone it scales nicely that way. http://www.alterverse.com
    I’ve tried various CSS tweaks in quick css but no luck. You may have to create a test account and put something in your cart to see it.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: redirect to Profile page from wwocommerce login #65918
     ScotKinney
    Participant

    Thanks man, but I’m not a coder, that’s why I’m using WordPress and BuddyPress and this theme…lol
    I just used that user=username bit as a placeholder so you could see the total url.
    But yes, I disabled my function first. Peter’s login redirect doesn’t hook into the woocommerce_login_redirect.

    The code you posted above is really greek to me. I have no idea where to put it or how to use it.
    As I understand it the username is dynamic so somehow I have to get the woocommerce logi redirect to pull it form somewhere but I have no idea how. You’d have to be completely specific, step by step.

    I also want to add some code so that if the user still is logged in via cookies the next time he comes to the page it redirects him to his profile too if you know how to do that.
    Any help is appreciated!

    in reply to: redirect to Profile page from wwocommerce login #65909
     ScotKinney
    Participant

    From what I understand Peter’s redirect doesn’t currently work for this: https://wordpress.org/support/topic/stopped-working-for-profile-page. I installed it and set it and it just directed me to the regular woocommerce account page.
    So, you don’t know anything I can place in the spot there that says ?user=username
    It seems like there should be something yet I’ve spent most of the day looking and no one seems to have a simple answer.

    in reply to: Edit share-links #65576
     ScotKinney
    Participant

    I got it:

    COPY CODE
    .kleo-love {
      display: none;
    }
    in reply to: Edit share-links #65574
     ScotKinney
    Participant

    Thank you! I’m still showing the heart though. Can I remove that too?

     ScotKinney
    Participant

    What’s new in this update btw? I don’t see any info so I can’t decide if I should update or not.

    in reply to: Modify lost password and Register links #64919
     ScotKinney
    Participant

    As a follow up for anyone interested in rounding the corners of the modal window. Copy the file general-popups.php from kleo/page-parts/ to kleo-child/page-parts and add the style bit to the first line like this: <div id="kleo-login-modal" class="kleo-form-modal main-color mfp-hide" style="border-radius:10px"> Then about 4 lines down add it here as well: <div class="kleo-pop-title-wrap main-color" style="border-radius:10px"> Looks nice!

    in reply to: Log out takes me to a PMPro Login page #64911
     ScotKinney
    Participant

    How are you modifying your posts? Special permissions?

    in reply to: Log out takes me to a PMPro Login page #64909
     ScotKinney
    Participant

    lol…opps: This <a href="#kleo-login-modal" class="kleo-show-login">Login</a>

    in reply to: Log out takes me to a PMPro Login page #64908
     ScotKinney
    Participant

    I got it to work with this Login

    in reply to: Log out takes me to a PMPro Login page #64901
     ScotKinney
    Participant

    So now I have a dead login button? There must be a way to trigger the kloe login page. no?

    in reply to: customize shop page #64591
     ScotKinney
    Participant

    Removing the loop took all the products out. Thanks! But I’m still left with the sorting and an empty page 2. Working on it.

    in reply to: Modify lost password and Register links #64589
     ScotKinney
    Participant

    nvm, I found it.

    in reply to: Modify lost password and Register links #64586
     ScotKinney
    Participant

    I was asking you guys for the right knowledge. I found the page that creates the modal but don’t understand ‘exactly’ what to change to change the links. I think my game programmer has figured it out but I’d still like to switch back to the WordPress login screen for continuity across the site. For example if we log out in certain areas of the site it gives us the WordPress login screen. Where do I find Peter’s Login Redirect plugin?

    in reply to: customize shop page #64585
     ScotKinney
    Participant

    I watched that about a half hour ago. Pretty helpful. But we’re using a custom page and WooCommerce still drops all their code into it after setting it as the shop page in WooCommerce>Settings and in permalinks. I just want to strip out all the code they automatically drop in below my custom layout. I don’t need every product relisted there. I also put an image slider and a categories link box at the top of the page.

    in reply to: customize shop page #64582
     ScotKinney
    Participant

    lol…yeah, I’ve done plenty of searching. WooCommerce makes it very difficult to change the front page for some very odd reason. Try a search on their site for Edit shop page. Wouldn’t you think the first thing a person might want to do is change the look of the main page and the title and the path? Should all be very standard things and well documented. But they ignore the obvious. We’ll figure it out.

    in reply to: customize shop page #64579
     ScotKinney
    Participant

    Do I need to create a woocommerce.php file and put it into the theme folder? If so, what does it need to have in it?

    in reply to: Modify lost password and Register links #64369
     ScotKinney
    Participant

    Is there no way to just go back to using the WordPress login screen?

    in reply to: Modify lost password and Register links #64367
     ScotKinney
    Participant

    I’m still waiting for a response on this. I’m also wondering how to redirect people to their BuddyPress page after logging in and how to style the Login modal with rounded corners etc.

    in reply to: Woocomerce products and Budypress users not imported #63928
     ScotKinney
    Participant

    I’d like to create a store similar to this: https://www.unrealengine.com/marketplace
    Any ideas or suggestions for me? I’m really new to WordPress, WooCommerce and your themes.

    in reply to: Woocomerce products and Budypress users not imported #63927
     ScotKinney
    Participant

    I’m using the Kleo theme not Sweetdate.

    in reply to: Woocomerce products and Budypress users not imported #63918
     ScotKinney
    Participant

    Ah, I do see a bunch of products and categories now but no pages for the layout. Where are they supposed to be coming from? I don’t think woothemes has them or do they?

    in reply to: Woocomerce products and Budypress users not imported #63916
     ScotKinney
    Participant

    You can ignore them, please check if your demo products were imported correctly.

    I don’t see any new pages. Should I look somewhere else?

    in reply to: Woocomerce products and Budypress users not imported #63908
     ScotKinney
    Participant

    Am I missing some files maybe? Is there an example of what this looks like? It’s just additional pages and images I can use as a base for my store right?

    in reply to: Woocomerce products and Budypress users not imported #63906
     ScotKinney
    Participant

    I followed the instructions in the readme file and installed the word-press importer and when trying to import the xml file it took a few minutes and then said:

    Failed to import shop_order_status cancelled
    Failed to import shop_order_status completed
    Failed to import shop_order_status failed
    Failed to import shop_order_status on-hold
    Failed to import shop_order_status pending
    Failed to import shop_order_status processing
    Failed to import shop_order_status refunded

    in reply to: Woocomerce products and Budypress users not imported #63901
     ScotKinney
    Participant

    I may be interested in importing this too. I’m trying to set up a store with categories. Where can I find an example of this layout and instructions for installing it?

    in reply to: Modify lost password and Register links #63264
     ScotKinney
    Participant

    Do you want to try to to get on via Remote Desktop. That’s how we do it here. I kind of need this resolved.

    in reply to: Modify lost password and Register links #63026
     ScotKinney
    Participant

    Is there anything I can do to get this resolved?

    in reply to: Modify lost password and Register links #62921
     ScotKinney
    Participant

    Hi, sorry we don’t use ftp on the server. Can I send you the file?

    in reply to: More styling questions #62532
     ScotKinney
    Participant

    I think I see what happened. Somehow I used the buddypress Alliance link in my main nav toolbar. From the BuddyPress toolbar it should only show Alliances I belong to. If I want to create one I have to go to the main Alliance/Group page from the main navbar. So I’d say that’s a fix.

    Thanks for your help,
    Scot

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

Log in with your credentials

Forgot your details?