Forum Replies Created
-
Author
-
sharmstr
ModeratorI just tested my site and its still showing full width so probably not a update 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
ModeratorHow did you set it? By editing the register page or the way you should be doing it by selecting Full Width in WP Admin -> Theme Options -> Buddypress -> Register page layout?
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 childs functions.php file.
COPY CODEfunction kleo_search_menu_item ( $items, $args ) { if ($args->theme_location == 'primary') { $form = kleo_get_search_menu_item(); if (is_user_logged_in()) { $items .= '<li id="nav-menu-item-search" class="menu-item kleo-search-nav test">'.$form.'</li>'; } } return $items; }
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 22, 2014 at 03:52 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #32535sharmstr
ModeratorShort term you can load it using your functions.php file. Just make sure you put in a check so that it only runs within the groups.
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 22, 2014 at 03:51 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #32534sharmstr
Moderatorhehehe 😀
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 done the same way. Give your element an ID and then add it to the menu link
https://archived.seventhqueen.com/forums/topic/link-scroll-to-section
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 22, 2014 at 02:28 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #32525sharmstr
ModeratorAnd for the heck of it, try the 2014 theme. That will either pinpoint or rule out kleo. Whoop.
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 22, 2014 at 02:17 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #32524sharmstr
Moderatoroh and enable debugging and display it on the staging site.
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 22, 2014 at 02:15 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #32523sharmstr
ModeratorWhat’s in your kleo-child folder? Specially your functions.php file? Can you try enabling the parent kleo on the staging site and see if that make a difference?
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
ModeratorAnytime 🙂
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 22, 2014 at 01:12 in reply to: Portfolio – Edit page doesn't have Visuval composer to edit. #32517sharmstr
ModeratorI answered in your other question. https://archived.seventhqueen.com/forums/topic/portfolio-image-grid
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 -> Settings -> Visual Composer. Put a checkmark next to Portfolio, then mark this as resolved 🙂
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 22, 2014 at 01:05 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #32514sharmstr
ModeratorOkay. For whatever reason, your page is not loading the buddypress javascript file on the groups page. That’s why some of the javascript functions aren’t firing. Try clicking on any of the comment buttons. They should be opening up a comment form instead of reloading the page. The show more / show less doesnt work either.
It is loading on the profile page and that’s why everything works there.
It would be easier to figure out if an error was present in the buddypress.js file, but since its not even loading, you’ll have to turn on WP Debug to see if you get an error when it makes the enqueue_scripts call.
Turn on debuging in wp-config.php, then load the group page. Hopefully we’ll be able to see why its not loading the script.
COPY CODEdefine('WP_DEBUG', true); define('WP_DEBUG_DISPLAY', 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
October 22, 2014 at 00:36 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #32509sharmstr
ModeratorSorry, scratch that. I just realized the latest version of kleo minimizes it. Still searching….
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 22, 2014 at 00:34 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #32508sharmstr
ModeratorI’m still sorting this out, but the “what’s new” animations aren’t the only things broken. You have other javascript things broken too. I’m leaning towards the order in which your minified files are loading. Is there any way you can unminify buddypress.js so we 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
October 22, 2014 at 00:04 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #32506sharmstr
ModeratorSorry for the delay. My real job got in the way 🙂 I’ll do it now.
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
ModeratorDo you at least see the kleo section? If not, click on Screen Options and enable 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
Attachments:
You must be logged in to view attached files.October 21, 2014 at 23:57 in reply to: How do you make subdirectories in a multisite inaccessible to non-subscribers? #32500sharmstr
ModeratorI dont use PMPro so I can’t speak on that. Maybe I should install in on my test site so I can answer questions about it. Sorry. Hopefully the Kleo team will have something 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
October 21, 2014 at 20:03 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #32484sharmstr
ModeratorWhat’s the error you’re getting? Can I create an account to test on your site?
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 21, 2014 at 19:21 in reply to: How Can I Change The BuddyPress Profile Navigation Menu Text? #32475sharmstr
ModeratorDid you see this? https://archived.seventhqueen.com/forums/topic/changing-navigation-text
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 doing that because there is only one member being displayed. Add more members and it wont do that. If you’re only going to show one member, let me know and I’ll see about a fix.
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 21, 2014 at 17:00 in reply to: How do you make subdirectories in a multisite inaccessible to non-subscribers? #32417sharmstr
ModeratorI did a google search for “wordpress multi site private” and quite a few results popped up. This one looks promising, but it says its for 3.8.1, but someone in the support forum says its works on 3.9.2 so might want to see if it will work on 4. :/
https://wordpress.org/plugins/more-privacy-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
October 21, 2014 at 15:50 in reply to: Portfolio – Edit page doesn't have Visuval composer to edit. #32404sharmstr
ModeratorNo its not
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
ModeratorDepending on which one you mean, open it in revslider and go to edit slide. Then click on “Change Image” under Slider Main Image / Background
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 21, 2014 at 15:23 in reply to: Portfolio – Edit page doesn't have Visuval composer to edit. #32397sharmstr
ModeratorThe page is missing. Can’t help.
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
ModeratorChicken 🙂 Just kidding. I think its not supposed to be that way. If that’s the case, they will fix it. Let’s see what they say.
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 child css
COPY CODE#buddypress div#item-nav ul li a { padding: 15px 10px; }
I will warn you that it will move the icons closer together.
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 mark resolved.
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 careers page has a slider very similar to the Home Default slider located in the kleo download. Import that slider then go into Edit Slides. In the Slider Main Image / Background section, set your image and turn on Ken Burns. That’s what makes the image move. From there just edit each layer or delete them. You should read the Revolution Slider documentation.
After you have the slider set up the way you want, you can use it on a page. To see how pages are built, import one of the demo pages from here: https://archived.seventhqueen.com/documentation/kleo#demo I suggest the community demo. Change the slider to your slider and you should have the top of the page built. The bottom part of the careers page is just tabs that you can add using Visual Composer.
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
ModeratorOpen a new thread. And can you explain in detail what you want to do?
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’ll take a look at everything again after the update. (Even if none of this is touched in 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
Moderatorplease mark resolved.
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
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 – Set the WP Admin -> Appearance -> Customize -> Featured Content “Tag Name” to featured.
2 – Tag your post with featured, not feature as you indicated in your question.
3 – Set carousel in Theme Options
4 – Navigate to your blog page. You will see them at the top.
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
ModeratorLOL. There’s a ton of config options. You’ll be back here soon enough 🙂 Just dont get frustrated.
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 in two places. One controls WordPress Pages, the other Buddypress pages
https://archived.seventhqueen.com/forums/topic/page-info-bug
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
Moderatorbtw – those are ‘link’ colors, not text colors.
More info on transparency https://archived.seventhqueen.com/forums/topic/main-menu-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
ModeratorDo you still have transparent menu turned on? That would override it to white. I think I turned in on when I was in there.
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 was able to reproduce this issue. The slider is using the image size set in Theme Options -> Portfolio -> Thumbnail image size, then blowing it back up to fill the container size. Not good.
A quick fix is to copy /kleo/single-portfolio.php into your child them (kleo-child/single-portfolio.php) and change line 102 (or around there) from
COPY CODE<img src="'.$image.'" alt="" />'
COPY CODE<img src="'.$slide.'" alt="" />'
That will force it to load the full image instead of the thumbnail. Not sure what it will break, so let me know if you notice any issues.
@abe. Is this a bug?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
ModeratorNormally you can remove the action, then readd the action with a different priority. http://stackoverflow.com/questions/12539947/how-can-i-change-action-priority-in-wordpress
They are public functions, so maybe something like this will work? (you might have to play with it since they are in a class)
remove_action( 'init', 'setup_clients_post_type', 100 ); remove_action( 'init', 'setup_testimonials_post_type', 100 ); remove_action( 'init', 'setup_portfolio_post_type', 100 ); add_action( 'init', 'setup_clients_post_type', 49 ); add_action( 'init', 'setup_testimonials_post_type', 49 ); add_action( 'init', 'setup_portfolio_post_type', 49 );
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