Forum Replies Created
-
Author
-
sharmstr
ModeratorYou’ve proven that its not Kleo causing the issue. You should disable all plugins and see if it works.
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
ModeratorTheme Options > Buddypress. Enable full width profile header
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
ModeratorThen Kleo isnt causing the issue.
You didnt respond with what happens when you try to log in.
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 Posts shortcode.
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
ModeratorEnable full-width in Theme Options > Buddypress
Again, you can NOT have the particles on the profile.
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 was a typo. It should have said *cant* use the particles shortcode in the profile.
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 – can you take a look at this?
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 done some testing and the new bp_displayed_user_use_cover_image_header function in BP 2.4 isnt working correctly on your site. Under normal conditions with “Allow registered members to upload cover images” disabled, the Buddypress Cover Photo header will display. Since your install isnt working correctly, it displays the BP default options no matter what. Its probably due to a plugin conflict. Please test and let me know.
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
ModeratorIt sounded like you were saying its a bug by saying “BuddyPress original functions and the Theme overrides”. And you put this is the Kleo bugs forum 🙂
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
ModeratorLet me know when I can test
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 also need a link
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 have your shortcode settings set to “active”. You can change that to either Newest, Popular, Alpha, Most Forum Posts, Most Forum Topics or Random.
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
ModeratorWith it enabled, it goes to /profile/change-cover on all of my sites. Do you have server caching and/or a cdn in place? Have you purged those?
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
November 28, 2015 at 16:26 in reply to: How to change the search text color – without changing the design elsewhere? #89786sharmstr
ModeratorYou have bad css in your quick css. Once there is an issue with the css, it will stop processing the code.
You have this at the top
COPY CODE#nav-menu-item-search #ajax_searchform input{ color:#777777;
You’re missing a closing bracket. It should be this
COPY CODE#nav-menu-item-search #ajax_searchform input{ color:#777777; }
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 override it. Featured image linking is not something that BP does by default. Test it with the WP 2015 theme.
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
ModeratorBring up the page where its not working in page editor and scroll down to Theme General Settings. Pages/posts settings override Theme Options settings.
Top Menu and Main Menu use the same settings in theme options which is Theme Options > Styling > Header: Link color.
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
ModeratorTheme options > Header Options > Main menu info
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
ModeratorA plugin conflict is usually the issue. Have you tested for that? Have you tried checking out with the WP 2015 Theme enabled to rule out a Kleo issue?
Also, I recently found an issue with product descriptions with sites not using the wishlist plugin. https://archived.seventhqueen.com/forums/topic/issue-with-product-page-template-and-position-of-description
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
November 28, 2015 at 15:48 in reply to: Issue with product page template and position of “Description” #89773sharmstr
ModeratorTry this in your quick css
COPY CODE#accordion-woo .panel { clear: both !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
ModeratorCheck your buddypress settings. If you disable “Leave BP Cover plugin functionality instead of BP 2.4 core” then you have to have “Allow registered members to upload cover images” enabled 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
ModeratorWhat happens when you try to login? Does it also happen with the 2015 theme enabled?
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’m not seeing an issue when clicking on media and your second link throws a 404 error.
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 disabled owl carousel and the tido plugins and was able to upload an avatar.
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
November 28, 2015 at 15:07 in reply to: How to change the search text color – without changing the design elsewhere? #89762sharmstr
ModeratorPut this in your quick css
COPY CODE.header-color .dropdown-menu > .active > a { color: #000 !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
November 28, 2015 at 15:05 in reply to: Is it possible to make the icon for attachments smaller? #89761sharmstr
ModeratorChange auto to whatever size you want.
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
ModeratorAs in the example, use a # for the href.
It depends on where you want the button to be. The example is a shortcode you put in a text field.
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 search before posting.
https://archived.seventhqueen.com/forums/topic/modal-window#post-44099
https://archived.seventhqueen.com/forums/topic/pop-up-modal-from-a-button#post-43654Hi 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’re not annoying. You’re welcome.
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
November 21, 2015 at 17:58 in reply to: How to show login credentials on get connected page where form show #88465sharmstr
ModeratorThis has been asked before:
https://archived.seventhqueen.com/forums/topic/home-page-on-login
https://archived.seventhqueen.com/forums/topic/registrationlogin-form-on-the-front-pageHi 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
ModeratorThey are text layers with timing and animations set
http://www.themepunch.com/revslider-doc/slide-layers/
http://www.themepunch.com/revslider-doc/layer-settings/#layeranimations
http://www.themepunch.com/revslider-doc/layer-settings/#timingandsortingHi 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
ModeratorPerhaps you should ask the person who posted it 🙂
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 only disabled the avatar plugin. Buddypress has built in ways to change the avatar size: https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/
You can also use css which has been discussed in this forum before. Do a search.
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
ModeratorYoure welcome.
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 avatar plugin was causing the issue.
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 gave you an example 🙂 Add a button. The url/link for the button should be your checkout page with the level parameter.
/membership-checkout/?level=1
Change the level number to the appropriate number.
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 try this? https://buddypress.org/support/topic/how-to-use-custom-name-fields-with-xprofile/
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 need admin access to see how you’ve set up your My Account link in the menu. Also, jetpack is throwing errors. Disable it.
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 searched for the word template in both search forms and results were returned. Some of those results were in sub forums.
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
November 21, 2015 at 14:29 in reply to: Is it possible to make the icon for attachments smaller? #88436sharmstr
ModeratorTry this in your quick css
COPY CODE#bbpress-forums ul.bbp-replies li.rtm-bbp-thumb-view { width: auto !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
November 21, 2015 at 14:24 in reply to: Menu transparent altough option in general settings off #88435sharmstr
ModeratorYou have it turned on at the page level. Edit the page where this is happening. Scroll down to Theme General Settings and turn it off.
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