Forum Replies Created

Viewing 40 posts - 10,401 through 10,440 (of 11,328 total)
  • Author
  • in reply to: Full width showing side panel #32539
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Full width showing side panel #32538
     sharmstr
    Moderator

    How 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Disable Ajax Search Icon in Top Menu when logged out #32537
     sharmstr
    Moderator

    Try this in your childs functions.php file.

    COPY CODE
    
    function 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Short 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    hehehe 😀

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Navigation Scroll Down #32526
     sharmstr
    Moderator

    Its 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 solution

    This 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
    Moderator

    And 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    oh 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    What’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Portfolio Image Grid #32519
     sharmstr
    Moderator

    Anytime 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Portfolio Image Grid #32516
     sharmstr
    Moderator

    Go 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Okay. 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 CODE
    
    define('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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Sorry, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    I’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Sorry 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: New Menu Items in Update #32502
     sharmstr
    Moderator

    Do 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 solution

    This 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
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    What’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Did 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: members avatar #32454
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    No its not

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This 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.
    in reply to: Background Image on Slider Div #32400
     sharmstr
    Moderator

    Depending 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 solution

    This 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
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Using Media Slider Setting – Image too small #32396
     sharmstr
    Moderator

    Chicken 🙂 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: member-header issues #32394
     sharmstr
    Moderator

    Put 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Style settings not working #32373
     sharmstr
    Moderator

    Please mark resolved.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: First Display #32370
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Header address #32362
     sharmstr
    Moderator

    Open 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Portfolio Issues #32361
     sharmstr
    Moderator

    I’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Header address #32355
     sharmstr
    Moderator

    please mark resolved.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Page Info Bug #32343
     sharmstr
    Moderator

    Theme Options -> Buddypress

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: No Featured content display above regular articles #32338
     sharmstr
    Moderator

    1 – 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 solution

    This 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.
    in reply to: How to Change Nav Bar Font Color? #32326
     sharmstr
    Moderator

    LOL. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Header address #32325
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to Change Nav Bar Font Color? #32320
     sharmstr
    Moderator

    btw – 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to Change Nav Bar Font Color? #32319
     sharmstr
    Moderator

    Do 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Using Media Slider Setting – Image too small #32318
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Need to change priority of custom post type creation #32313
     sharmstr
    Moderator

    Normally 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 10,401 through 10,440 (of 11,328 total)

Log in with your credentials

Forgot your details?