Forum Replies Created
-
Author
-
ScotKinney
ParticipantBJ LazyLoad plugin was hosing up the change avatar profile. I deactivated it and now it works as expected.
ScotKinney
ParticipantI’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.
ScotKinney
Participantha! 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;
}ScotKinney
ParticipantIf 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.
ScotKinney
ParticipantUsing 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.
ScotKinney
ParticipantUploading 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.
ScotKinney
Participantwow, 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; } }
ScotKinney
ParticipantThese 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; }
ScotKinney
ParticipantThis 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);
ScotKinney
ParticipantHere’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.ScotKinney
ParticipantThanks 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!ScotKinney
ParticipantFrom 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.June 26, 2015 at 23:53 in reply to: Just Upgraded to 3.03 – New Problems – This is Getting OLD! #65164ScotKinney
ParticipantWhat’s new in this update btw? I don’t see any info so I can’t decide if I should update or not.
ScotKinney
ParticipantAs 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!ScotKinney
ParticipantSo now I have a dead login button? There must be a way to trigger the kloe login page. no?
ScotKinney
ParticipantRemoving the loop took all the products out. Thanks! But I’m still left with the sorting and an empty page 2. Working on it.
ScotKinney
ParticipantI 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?
ScotKinney
ParticipantI 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.
ScotKinney
Participantlol…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.
ScotKinney
ParticipantDo 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?
ScotKinney
ParticipantI’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.
ScotKinney
ParticipantI’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.ScotKinney
ParticipantAh, 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?
ScotKinney
ParticipantYou can ignore them, please check if your demo products were imported correctly.
I don’t see any new pages. Should I look somewhere else?
ScotKinney
ParticipantAm 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?
ScotKinney
ParticipantI 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 refundedScotKinney
ParticipantI 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?
ScotKinney
ParticipantDo you want to try to to get on via Remote Desktop. That’s how we do it here. I kind of need this resolved.
ScotKinney
ParticipantI 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 -
AuthorPosts