Forum Replies Created
-
Author
-
sharmstr
ModeratorBuddypress doesnt have a way to classify groups. Looks like there are a few plugins that will allow you to add taxonomies to groups, but I’ve never used them. If they work, you’ll still have an issue with determining “Top 10”. What’s the criteria? The number of members? The number of posts? (hypothetical)
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 glad you figured it out.
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 cant do it with VC. You need to code it. Examples are in the links I gave you. Its all wordpress stuff and not Kleo specific.
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 setting a min and max items to show
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
ModeratorEdit the page and scroll down to Theme General Settings and set a custom logo. Note that I said “edit the page” and not “go to theme options”.
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
ModeratorSorry, hit submit too soon. Finally, read this to get the current user id https://codex.wordpress.org/Function_Reference/get_current_user_id
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 should read this: http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/ Especially the Querying Custom Post Types section. Then you can read this for all the arguments you can pass to wp_query https://codex.wordpress.org/Class_Reference/WP_Query
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
ModeratorTurn off transparent main menu in theme options and only turn it on for the page that need it.
This has been asked and answered several times. In the future, please search before posting. Thank you 🙂
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
ModeratorLots of info here for you https://archived.seventhqueen.com/forums/topic/menu-header-caousel-sidebars-can-someone-please-help-me-with-these-issues#post-62952
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 add the code in the link I provided above? Besides clearing your browser cache, did you clear your server cache/cdn?
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
Moderator1: Technically that is “normal”. The footer is at the bottom of the content, not the page. That’s normal behavior.
COPY CODE.registration #socket { position: fixed !important; bottom: 0 !important; width: 100% !important; }
2: Put this in your quick css
COPY CODE.wpb_column > .wpb_wrapper > *:last-child { margin-bottom: 2px !important; }
3 – Change the bp_core_redirect so that it redirects to your activity page.
COPY CODEbp_core_redirect('http://yoursite.com/activity/');
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
ModeratorPut this in your quick css
COPY CODE.main-color ::selection { background-color: #003333 !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
ModeratorAgain, look for plugin conflicts.
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
ModeratorYeah… usually is 🙂
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 do as instructed by the error and check the logs? Does it happen with the WP 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
Moderatormaybe it has something to do with being logged in. look for a plugin conflict.
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 went through your old posts and found your site. I can see your individual groups, no problem.
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 a link to the answer.
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
October 4, 2015 at 17:00 in reply to: Stay at same position after sending comment at single post pages #80778sharmstr
ModeratorIt should append an anchor to the url which will scroll you back down to the comment you left. Log into the demo site to see how it should work: http://seventhqueen.com/themes/kleo/uncategorized/unrevealed-shortcodes
If your site is not doing that, look for plugin conflicts that would override this functionality.
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.October 4, 2015 at 16:14 in reply to: Menu icons no longer available when upgrading from 3.0.6 #80774sharmstr
Moderator@abe – Can you take a look at this. Icons for menu items are not being populated. Running Kleo 3.0.9 with K-elements 3.0.8. Enabled debug and no errors are being generated. No errors in console either. All plugin deactivated as well. Thanks.
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
October 4, 2015 at 15:32 in reply to: Menu icons no longer available when upgrading from 3.0.6 #80771sharmstr
ModeratorYou have cloud servers in place that allow your site to load faster. It does this by caching copies of your files on multiple servers. If you dont clear/purge those files so the servers get the new files, you’ll run into issues like this.
The function that builds the icon list is part of k-elements. Can you enable debugging on the test site? Add this to wp-config.php
If this line exists
COPY CODEdefine('WP_DEBUG', false);
change it to
COPY CODEdefine('WP_DEBUG', true);
If this line exists
COPY CODEdefine('WP_DEBUG_DISPLAY', false);
change it to
COPY CODEdefine('WP_DEBUG_DISPLAY', true);
If they dont exist, add them.
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
ModeratorIf you cant fix it by clearing the cookies, you can add the layout switcher long enough to select the masonry layout.
You dont have to open a new topic for the error, but if you had searched here or googled it, you’d see that the common fix is to make sure you’re running PHP 5.3+. I’m running 5.6.13 on all of 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
October 4, 2015 at 13:55 in reply to: Menu icons no longer available when upgrading from 3.0.6 #80766sharmstr
ModeratorDid you purge your cdn after the upgrade? You’re using cloud based hosting so you’ll need to make sure all the cloud severs have the updated code.
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 cant add a divider before the main menu.
You cant add links to pins. I suggest using icons instead.
You’ll need to place rows within a row. The out row is where you set your background image and your full height.
You’ll need inner rows for each link. Add an ID to them, then use that ID to setup the icon 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
Attachments:
You must be logged in to view attached files.October 4, 2015 at 13:39 in reply to: Menu icons no longer available when upgrading from 3.0.6 #80763sharmstr
ModeratorActually, you need to upgrade it since you havent added your themeforest api. Let me know when its on 3.0.9
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
October 4, 2015 at 13:37 in reply to: Menu icons no longer available when upgrading from 3.0.6 #80762sharmstr
ModeratorI just realized that your test site was on 3.0.6. Let me upgrade it. I’ll get back to you. Sorry :/
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
October 4, 2015 at 13:36 in reply to: Menu icons no longer available when upgrading from 3.0.6 #80760sharmstr
ModeratorI can see the icon list fine. I added a smiley icon to your My Account menu item. Check it out.
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 use this…
COPY CODE/* both top and main */ .dropdown-menu { background-color: red !important; } /* top only */ .top-menu .dropdown-menu { background-color: red !important; } /* main only */ .navbar-nav .dropdown-menu { background-color: red !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
ModeratorCredentials aren’t working.
I asked you to clear the cache because in Chrome you were (are) seeing the standard blog layout. Kleo has a layout switcher that if used will write your blog layout selection to a cookie. My assumption was at some point while you were trying to set this up, you enabled it and selected the standard layout. Instead of telling you to add the layout switcher and select masonry, the faster way is to clear your browser cache. I should have been more specific to say that you need to clear your cookies as well.
Kleo overrides many Visual Composer settings so you can set the styling via the row’s Section Style which allows you choose one of the styles you’ve set up in Theme Options. You can override that with the css I gave you previously. You can add the following to the page via the gear icon in VC
COPY CODE/* the post outer container */ article { background-color: red !important; } /* the post container */ .post-content { background-color: green !important; border-color: blue !important; }
I purposely make the colors ugly so people can see exactly what part of the css does what.
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 need to add the css I gave you to get the color contrast. Change green to whatever you want.
Try clearing your chrome cache.
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
Moderator1 – I’m using chrome. This is what I see. Same with Firefox. Are you seeing something different?
2 – I see lots of color changes including borders. What exactly is wrong?
3 – The background and posts are different colors. Unless you mean the article background
COPY CODEarticle { background-color: green !important; } .post-content { background-color: white !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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorMost issues around here are solved by purging. People just dont realize that they need to do it after any, and I mean ANY change. That includes plugin updates.
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
ModeratorPurge your server cache/cdn.
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
ModeratorLink please
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
COPY CODE.vc_column_container a.bbp-forum-title { color: #fff !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
Moderatorrespond privately with a link and admin credentials. I’ll have a look for you.
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
ModeratorThis is not a bug. They have never been in the profile. The create group link only exists in one place on the frontend. That’s on the groups directory page. Users cant create forums either. They can only create topics. The create new topic forms only exists within forums. Not in profiles.
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
ModeratorPut this in your quick css
COPY CODE.kleo-carousel-container .entry-summary { display: none; }
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