Forum Replies Created
-
Author
-
sharmstr
ModeratorDownload it from themeforest.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNot sure what you mean by “see no change”. Are you saying that users are not redirected after their first login? If so, you can try peters login redirect plugin. It has a “Post-registration” redirect that you can set to your levels page. I havent tried it but dont see why it wont work.
As far as a levels on the register form, that’s not possible.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’ve already answered this question when you asked it the first time 🙂
https://archived.seventhqueen.com/forums/topic/my-email-is-in-spasmHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere’s no image attached.
Theme General Settings are only added to WP Posts/Pages and Kleo specific CPTs. Kleo doesnt auto add it to custom CPTS because it knows nothing of your CPT.
Anyhow, its been asked and answered a few times: https://archived.seventhqueen.com/forums/topic/add-kleo-meta-box-to-custom-post-type#post-28801
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDoes it happen with the 2015 Theme Enabled? Do you have enough memory allocated to handle all of your plugins? Have you tried enabling WP debug and setting the display to true?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry this in quick css
#buddypress #whats-new-options > div {
padding-top: 0px;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUse the rtmedia shortcodes for the gallery. Instructions are on their site: http://docs.rtcamp.com/rtmedia/features/shortcodes/gallery.html
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSomething is overriding you z-index for the background of the modal. Try this in your quick css
COPY CODE.mfp-wrap { z-index: 104311 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe menu colors are set in theme options > styling. If you really want to set it using custom css instead…
1 – .kleo-toggle-menu .minicart-buttons .btn-default { background-color: red !important; }
2 – You can add html around the contact link.
COPY CODE<span style="font-size:18px;">Submit a ticket</span>
3 – .current-menu-item a { background-color: blue !important; color: green !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorkleo/lib/theme-functions.php around 539. If your next question is going to be, how do I add google search to it, the answer is I have no idea. 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorRight above the directions for how to add the username next to the account avatar are the directions to create the links.
With BuddyPress/bbPress installed you can add a link to your profile with ##profile_link## in the URL input from Links section bellow. Example: ##profile_link##/messages
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorThis has nothing to do with wp-admin. Its wp-login. Anyhow, that’s probably your problem.
In the future, please check all your custom stuff before contact us.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’s not the friend request page doing that. Its the wp-login.php page (http://ourcampusconnect.com/wp-login.php). And its saying page not found. Did you use some code to hide that page?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks fine to me
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorInstead of editing core code, try the second example here: http://www.webtipblog.com/exclude-custom-post-type-search-wordpress/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGo to wp admin > appearance > install plugins. If it doesnt show up there, then download the full kleo package from themeforest. Its in there as well.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNot that I can see. But, I just figured out a way to conditionally show content within the table based on membership level. This way you can hide a buy button on the members current level. PMPro has a “membership” shortcode you can use. Register for a free account on pmpros site and then follow this link to see the examples on how to use it: http://www.paidmembershipspro.com/documentation/content-controls/with-shortcodes/
Assuming you have a button somewhere in the column (probably the footer), instead of selecting Button for row type, select HTML.
In the text box, you can use a combination of the pmpro shortcode and the kleo button shortcode like this
COPY CODE[membership level="0,-1,-2"][kleo_button title="Buy Me" href="http://www.yoursite.com/shop/membership-levels/silver-package/" target="_self" style="highlight" size="lg" icon="0" tooltip_position="left" tooltip_action="hover"][/membership]
That code first looks to see if the user is not logged in, not a member or isnt a level 1 or 2 member. If so, it will display a Kleo button.
You can do this for each column, changing the -1 and -2 as necessary. You can probably take it a step further and add an additional message saying they are already a member of that level. Something like
COPY CODE[membership level="0,-1,-2"][kleo_button title="Buy Me" href="http://www.yoursite.com/shop/membership-levels/silver-package/" target="_self" style="highlight" size="lg" icon="0" tooltip_position="left" tooltip_action="hover"][/membership] [membership level="1"]Your Current Level[/membership]
My suggestion is to create a new page and add the Kleo button shortcode to it. Get it looking exactly how you want it, then switch to classic view so you can see the button shortcode and copy it from the page into your table.
You might even be able to use the same concept and membership shortcode in other areas of the column. Like the header and/or body content.
Hope this helps.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThank you for the access. I should have been more clear. I needed access and an account that has friend requests. When I logged in with the account you gave me, there are no friend requests and page looks fine.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI just logged in an see that you’re on Kleo 3.0.3. Please upgrade to 3.0.4.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDid you create the form in bp profile search? https://wordpress.org/plugins/bp-profile-search/installation/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorKleo doesnt handle that, bp does. There is a bp follow plugin somewhere.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe according settings have instructions for that
Enter section number to be active on load or enter “false” to collapse all sections.
theme options > styling > main > headings
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAlso, if you dont see the Kleo section, enable it by click on screen options in the upper right.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou can add them via Appearance > Menu. Look within the Kleo section. There are directions on how to add the links.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAsk on the bp forums. Again, its their plugin and their form.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttps://codex.buddypress.org/getting-started/guides/modifying-the-registration-form/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThank you for the update 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhat registration? Buddypress? Woocommerce? bbpress?
Each of those plugins have forums and documentation on how to add fields. Kleo doesnt handle that. Kleo only stylizes the forms generated by those plugins.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator@abe – You’re right. I should have known that. Sorry for that 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease don’t post your response twice. It wont make me answer any faster. There are a lot of people who need help here. I’m working as fast as I can. I hope you understand that.
Instead of asking a multiple questions in this topic, its better to start a new topic. That way you have access to one of the many people who help out here and you dont have to wait for me to respond.
Start another topic for the favorite button. Maybe someone else can help you.
For likes, try this css. It should get you close.
COPY CODE#buddypress .activity-list .activity-content { border-bottom-width: 0px; } #buddypress div.activity-comments ul li { border-top-width: 0px; border-bottom-width: 1px; border-bottom-style: solid; } .activity-like-count { padding-left: 130px !important; top: -10px; } .logged-in #buddypress div.activity-meta { padding-bottom: 0px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAgain, I cant help you without access so I can see what’s going on.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere was no miscommunication. I understood what you meant. What I’m saying is that its hard to figure out why this is happening since I cant reproduce the problem on any of my sites. Basically what I’m saying is that I believe its an issue isolated to your site.
Do you have the same issue with the slider here: http://seventhqueen.com/themes/kleo/posts-carousel/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts throwing 200 http errors which is an upload error so it probably has something to do with the avatar upload plugin.
Temporarily enable the WP 2015 Theme and test registration. Let me know what happens.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat error is not generated by Kleo. Its a SQL error. Its hard to tell what plugin generated it but its has something to do with Visitors.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator@abe – I can reproduce on my sites.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorChanging favorite from star to button: I dont know
1 – I dont know. Never used buddyboss and its not officially supported by Kleo
2 – I cant see the comment button without a loginHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorClick on the Scripts tab and put this in the css box
.chosen-container {
width: 200px !important;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWe cant view that link without access.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry this in your quick css
.item-likes:before {
color: red;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts