Forum Replies Created
-
Author
-
changeisyoursParticipant
Actually, use this link http://www.ourgratitudecollective.com/membership-account/membership-levels-with-shortcode/
changeisyoursParticipantSorry to jump in here … But I wanted exactly this … To create a BuddyPress specific side bar to show under my Buddypress Activity page. I did exactly as directed above but still it is pulling the Main Sidebar.
I am using Kleo Theme and my site is blocked to nonmembers so posting a link wouldn’t do much good. I can give you support access if needed.
changeisyoursParticipantThis logo path code is working for me. But I would also like to have a different path for logged in users.Thank you for the reference. I just don’t know where exactly to put the if/else is_user-logged_in code. Do you put it between the below along with the if/else that is currently in there, overwrite the if/else that is currently in there, or something else entirely?
COPY CODE<strong class="logo"> <a href="http://www.ourgratitudecollective.com/activity/"> <?php if ($logo_path != '') { ?> <img id="logo_img" title="<?php bloginfo('name'); ?>" src="<?php echo $logo_path; ?>" alt="<?php bloginfo('name'); ?>"> <?php } else { ?> <?php bloginfo('name'); ?> <?php } ?> </a> </strong>
changeisyoursParticipantThis logo path code is working for me. But I would also like to have a different path for logged in users.Thank you for the reference. I just don’t know where exactly to put the if/else is_user-logged_in code. Do you put it between the below along with the if/else that is currently in there, overwrite the if/else that is currently in there, or something else entirely?
<strong class=”logo”>
<?php if ($logo_path != ”) { ?>” src=”<?php echo $logo_path; ?>” alt=”<?php bloginfo(‘name’); ?>”>
<?php } else { ?>
<?php bloginfo(‘name’); ?>
<?php } ?>
changeisyoursParticipantThis just in! Updating to wordpress4.2.2 made the new theme update work. @luba and others who the fix isn’t working for … Make sure you are updated to the most recent wordpress.
For some reason some of my kleo child settings are missing but working to recreate those now.
changeisyoursParticipantI did that Abe, it is still not working. Right when I activate Kleo child I get white screen with this message
“Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.”
It stays that way until I rename the theme folder then I can log back in to wp-admin.
changeisyoursParticipantThis is still not working for me. I did:
1. downloaded the updated theme (Version 3.0.4 – 05.07.2015)
2. manually updated through ftpIt still didn’t work so I did:
3. @sharmstr’s fix of commenting out the update line of code in framework kleo.phpStill didn’t work so I did:
4. manually added the kleo-theme-update-fix.zip fixIt is still not working.
I can’t access the wp-admin page unless I have a different theme activated. In order to do this and get past the wp-admin 500 error, I change the name of the theme folder. I made sure to change the name back before making the updates.So I reverted back everything to the most recent theme update (#1 and 2 above).
What can I do?
I have the old wordpress 3.9.6 – could that be the problem?
Some back story. Three weeks ago when kleo 3.0 first came out I updated and this error happened so I just reverted back to a backed up version. My old (pre 3) version was working fine and I made no changes but these problems came up the night before last.
changeisyoursParticipantSorry for the delay. I was trying to use a discount code for an existing member (to offer them a discount/change their membership price). Apparently it was not designed for that. I am just working around it by making the changes manually (since it happens infrequently on my site).
changeisyoursParticipantActually yes, I just looked at my notes, I did try the twenty twelve theme and the error still happened. So, back to my question above … Since it is not a theme issue does kleo provide any support for the plugins that are bundled in the theme or do I have to purchase support through the plugin sites directly?
changeisyoursParticipantNo, I haven’t done it yet because it would mean taking my site offline. I will try it asap and get back to you. Another related question. I have noticed that purchasing Kleo does not give access to support to all of the plugins included with the theme. So does that mean if this is not a theme issue I will have to purchase the support for paidmembershipspro? They offer very little support unless you pay.
changeisyoursParticipantPhew … yes, the link worked. I will work on finding the offending plugin … in the meantime this is such great news that I can access it this way
changeisyoursParticipantDoes that mean it should be in the left column of my dashboard/admin page? I don’t see it there nor under any of the submenus. See screenshot. What am I missing?
Attachments:
You must be logged in to view attached files.changeisyoursParticipantHi Abe
I have done that
Memberships -> Payment Settings -> Gateway Account email matches paypal
also
Woo Commerce -> Settings -> Email from email address matches paypal
is there another place where the email will need to match paypal?Oh and I removed the IPN URL handler from paypal because of the error messages from Paypal (If this problem continues, IPNs may be disabled for your account) but I am still getting the error on my end when I test the url. I will send a private follow up message with that url. Let me know if you’d also need a screenshot of my Payment Gateway and SSL page but I want to be assured that info is completely safe since it has my paypal api uname, pword, and signature.
changeisyoursParticipantHello
I see many people have the same problem I have. The Visual Composer gets stuck while loading. I just downloaded Kleo today and it included the Version 4.1.2. I followed the instructions you have given others (delete and resinstall thr plugin) but it is the same version and nothing seems to change. I have the same problem with Visual Composer continually loading. -
AuthorPosts