Forum Replies Created
-
Author
-
AyoadeParticipant
Great! This worked.
Only one issue is left …the background of the search box turns green when I click on it instead of white (as seen in the picture attached).
Can you help me make the background white after clicking? Thanks.
Attachments:
You must be logged in to view attached files.AyoadeParticipantIt does not fix it. I have tried that and cleared the cache. Here’s the code I used:
COPY CODE.kleo-search-form #searchform .input-lg { height: 36px !important; border-radius: 8px !important; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; background-color: #fff; } .kleo-search-form #searchform .input-group-btn { position: absolute; right: 26px; top: 15% !important; } .kleo-search-wrap.kleo-search-form.search-style-default { margin-top: 1%; }
AyoadeParticipantHi Laura,
After updating to the new version of Kleo, I lost the styling for the KLEO search box (attached). Could you please help me out?
Attachments:
You must be logged in to view attached files.AyoadeParticipantThis morning …here’s what I see:
Warning: Illegal string offset ‘http_code’ in /home/woculu5/public_html/afrimash.com/wp-content/themes/kleo/kleo-framework/inc/pixelentity-themes-updater/class-envato-protected-api.php on line 307
Warning: Invalid argument supplied for foreach() in /home/woculu5/public_html/afrimash.com/wp-content/themes/kleo/kleo-framework/inc/pixelentity-themes-updater/class-pixelentity-themes-updater.php on line 49
AyoadeParticipantThank you so much, Laura. It worked out nicely. Great job!
Attachments:
You must be logged in to view attached files.AyoadeParticipantGreat job!
Thank you for helping. I would actually prefer a slimmer search box like the one on eBay – http://www.ebay.com/.
AyoadeParticipantThanks Laura for your answer. That’s exactly how the toggle works currently. However, I want all the tabs to open by default so that users can close any of them at will.
Is that possible?
AyoadeParticipantGreat job!
I have deactivated and deleted BuddyPress successfully, and everything is working fine. Thank you so much.
April 9, 2016 at 02:21 in reply to: How Can I Make Enquiry Buttons Align Properly Under “Add to Cart” Button? #115422AyoadeParticipantExcellent Radu! Problem solved smoothly and fast.
March 16, 2016 at 12:05 in reply to: Is there a command to launch the KLEO “Contact Us” Form from a URL? #110946AyoadeParticipantGreat Radu! It worked perfectly
March 15, 2016 at 14:38 in reply to: Is there a command to launch the KLEO “Contact Us” Form from a URL? #110708AyoadeParticipantI’m not sure the earlier picture attached well. I have attached another one here.
Attachments:
You must be logged in to view attached files.March 7, 2016 at 17:18 in reply to: How Can I Remove “Related Products” from Products Single Page? #109002AyoadeParticipantOkay, thank you very much.
March 7, 2016 at 16:58 in reply to: How Can I Remove “Related Products” from Products Single Page? #108982AyoadeParticipant@sharmstr That worked nicely; but I recently included “More Products from thesame Author” in the single product page, and it was also removed by that function.
Is there another way to solve this problem? Thank you.
AyoadeParticipantsince I couldn’t get through that, I have reinstalled Peter’s Login to keep the site running. Thank you anyway.
AyoadeParticipantYou will see in the attached video that the page hanged when I clicked login.
However when I login with my admin credentials, I am redirected to my admin wordpress dashboard which is fine; but with the support username and password, the browser just hangs.
I would prefer if non-admin users are redirected to the homepage or something instead of nothing.
Thanks for helping out @Radu.
Attachments:
You must be logged in to view attached files.AyoadeParticipantHi Radu,
Simply go to http://afrimash.com/wp-login.php
Attempt to login with the other username and password I provided and then with the admin detailss.You will see the problem.
February 5, 2016 at 21:35 in reply to: Can I replace the Last Update Shown on Members Page with Member’s Data? #102365AyoadeParticipantNice job Radu! Everything is working fine now.
AyoadeParticipantNope.
I was using Peter’s Login Redirect but later removed it.
So, I’m not using any now.
February 4, 2016 at 21:51 in reply to: Can I replace the Last Update Shown on Members Page with Member’s Data? #102223AyoadeParticipantGreat job Radu!
However, I noticed a new problem …not sure if it’s related…
When I update any page in my dashboard, I get an error (see attached picture) …ultimately, the page updates but returns this error.
Please help me.
Attachments:
You must be logged in to view attached files.February 4, 2016 at 18:34 in reply to: Can I replace the Last Update Shown on Members Page with Member’s Data? #102180AyoadeParticipantThis reply has been set as private.February 4, 2016 at 16:45 in reply to: Can I replace the Last Update Shown on Members Page with Member’s Data? #102148AyoadeParticipantHe gave me the following instruction:
You can hide the activity with this css
#item-header #latest-update {
display: none;
}And you can add profile fields data with this. Put it in your child theme’s functions.php file.
add_action( ‘bp_profile_header_meta’, ‘display_user_info’ );
function display_user_info() {
echo “Field Name Here: ” . bp_profile_field_data(‘field=Field Name Here’);
echo “</br>”;
echo “Another Field Name Here: “. bp_profile_field_data(‘field=Another Field Name Here’);
}That was under this topic – https://archived.seventhqueen.com/forums/topic/can-i-use-a-different-title-on-buddypress-profile-picture-instead-of-activity-see-attached-picture
AyoadeParticipantHi Shamrms, thank you for helping out. I tried to replicate adding Group Masonry on another page and still got the funny view. Is there something I might be doing wrong?
I tried on this page – http://afrimash.com/social/.
-
AuthorPosts