Forum Replies Created

Viewing 40 posts - 2,521 through 2,560 (of 11,328 total)
  • Author
  • in reply to: Uploading Group Avatar #90822
     sharmstr
    Moderator

    It HAS been updated. They just havent updated the text in the change log. Download and update.

    You’re getting the error because you have old code in your child theme that isnt compatible with BP 2.4.

    https://archived.seventhqueen.com/documentation/kleo#wp-engine

    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: Only use the side menu? #90819
     sharmstr
    Moderator

    Create menu with nothing in it and assign it to primary menu. Enable “add toggle button on your main menu” in theme 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: How to change related post images aspect ratio #90816
     sharmstr
    Moderator

    Kleo sets the carousel images to 480×270, then the css sets the max-width to 100% and the height to auto. This will resize the width based on how many items are being displayed (1, 2 or 3). You can override that with the following function placed in your child theme’s functions.php file which will make them square.

    COPY CODE
    
    add_action( 'after_setup_theme', 'kleo_custom_media_size', 20 );
    
    function kleo_custom_media_size() {
        global $kleo_config;
        $kleo_config['post_gallery_img_width'] = 480; //initial was 480
        $kleo_config['post_gallery_img_height'] = 480; //initial was 270
    }
    
    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: Kleo Tabbed Content #90812
     sharmstr
    Moderator

    No reason to keep it. I just used it to build the shortcode.

    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: Uploading Group Avatar #90811
     sharmstr
    Moderator

    Please clarify. Did you download again and you now have 3.1.3 installed? If so, since you took the site down to install Kleo, did you also test WP 2015 Theme?

    Since it uploads fine but displays wrong, did you look for fault in the css? A css definition that making it small?

    Its really hard to help you when I cant 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 solution

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

    in reply to: wrong password produces error #90807
     sharmstr
    Moderator

    Honestly, I’ve only used GoDaddy (for a short period. the worst!) and siteground. I’m pretty happy with Siteground. It seems like the two best choices out there are either WPEngine (though a lot of what they do screws things up) and Siteground. There’s discussions about it on the bp forums.

    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: Messages menu bar not showing on mobile responsive layout #90791
     sharmstr
    Moderator

    I need access to see whats going on.

    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

    According to that error message you dont have 256M. As I hinted to in your other topic, just because you want 256M doesnt mean godaddy is going to let you have it. In other words, you can put whatever you want in wp-config.php, but godaddy will only serve you so much.

    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: Messages menu bar not showing on mobile responsive layout #90776
     sharmstr
    Moderator

    Assuming you’re talking about the buddypress profile menu…. Are you saying it doesnt show up at all, not even under the + menu item?

    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: Put Login Button in main navigation menu #90774
     sharmstr
    Moderator

    There’s no container to pop your button into that would be separate from the menu. So like I said, if you float the menu left against the logo, the login button will follow.

    You can try this, but I cant guarantee that it will be ideal for your site and logo. You’ll need to mess around with the percentages.

    COPY CODE
    
    @media (min-width: 991px) {
    .navbar-header {
        width: 15%;
    }
    .collapse.navbar-collapse.nav-collapse {
        width: 85%;
    }
    .nav.navbar-nav {
        width: 100%;
    }
    .kleo-show-login.menu-item {
        float: right !important;
    }
    }
    
    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: Installing Plug-Ins is crashing my site due to memory #90764
     sharmstr
    Moderator

    You can increase your memory: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    You need at least 128, but will probably need 256 if GoDaddy will let 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

    in reply to: app.min.css to app.css #90762
     sharmstr
    Moderator

    Also, app.css will be overwritten during updates. You’ll lose your changes.

    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: app.min.css to app.css #90761
     sharmstr
    Moderator

    You can enable development mode in Theme Options > Misc, but that will use the un-minified version off all css and js files.

    Why dont you use !important for the nested elements that you’re having trouble overriding?

    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: Uploading Group Avatar #90760
     sharmstr
    Moderator

    Click on your name in Themeforest, go to downloads and download. But if you have an API key setup, then you do it in WP Admin by going to updates.

    They havent updated the change log yet. I think because it was a national holiday for them and they took a bit of a break. I’ll let them know.

    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: Change registration email #90757
     sharmstr
    Moderator

    Click on your name under your avatar to go to your profile and click edit.

    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: Put Login Button in main navigation menu #90728
     sharmstr
    Moderator

    You can try this

    COPY CODE
    
    .kleo-show-login.menu-item.menu-item-type-custom {
        float: right !important;
    }
    

    But you cant brake the menu apart. So floating the menu left will still move the login left, but the login would be the last item. You cant even do that the way you wanted to initially.

    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: Put Login Button in main navigation menu #90695
     sharmstr
    Moderator

    Putting it as your last items in your menu will put it to the right. No?

    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: Events Manager shortcode in HTML Raw Visual Composer #90689
     sharmstr
    Moderator

    To use shortcodes provided by plugins use a VC text element, not html raw.

    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: Blog Post Color #90673
     sharmstr
    Moderator

    Its been discussed. See these

    https://archived.seventhqueen.com/forums/topic/change-masonry-listing-color
    https://archived.seventhqueen.com/forums/topic/blog-help#post-12998

    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: Put Login Button in main navigation menu #90670
     sharmstr
    Moderator

    You can make it look like a button by putting the button tag around the title. See attached.

    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: signup.broken #90666
     sharmstr
    Moderator

    I cleared your cache and its working 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: Change registration email #90665
     sharmstr
    Moderator

    Kleo doesnt touch the built in emails so you can use the standard way of editing them which would be to use a plugin (search the WP plugin repository) or via php http://www.webtipblog.com/change-wordpress-user-registration-welcome-email/

    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: Put Login Button in main navigation menu #90663
     sharmstr
    Moderator

    Is there a reason why you need to use a shortcode instead of the built in Login and Registration links? The Kleo login and registration links will hide once a user logs in. The Kleo login link will launch the popup login form. You can stylize the link using css to make it look like a button.

    You can have the menu on the left by choosing that layout in Theme Options > Header 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

    in reply to: Stripe JavaScript Error #90649
     sharmstr
    Moderator

    I hear ya. But did you try with the WP 2015 Theme? That’s how we can tell if its a theme issue or not. It gives you the ability to stop the finger pointing 🙂

    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: Bug with testimonials function #90624
     sharmstr
    Moderator

    The testimonial IDs are numbers, not names. You can get the ID by bringing up the testimonial in the editor and looking at the post ID in the url. See attached.

    With that said, there is a bug that I found that will be fixed in the next k-elements release. Until then, you can fix the problem by editing /k-elements/compat/plugin-js-composer/config.php. Around line 1883 to 1886 you’ll see a value array that looks like this

    COPY CODE
    
    'value'       => array(
    	'Yes'   => 'yes',
    	'No'    => 'no'
    )
    

    Switch the yes and no lines so it looks like this.

    COPY CODE
    
    'value'       => array(
    	'No'   => 'no',
    	'Yes'    => 'yes'
    )
    

    On your page, each section (row) has a background. You can change those by clicking on the pencil icon for the row. See attached.

    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: Videos looking terrible in Related Articles #90578
     sharmstr
    Moderator

    The soundcloud iframes have a 1200×400 px ratio. When reducing down to 3 columns, only the width changes, not the height. The content is centered in the frame. Most soundcloud covers look fine, but some dont. Thats dependent upon the layout of the image. If you were to reduce the height to keep the same aspect ratio, it would look like this. (see attached).

    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: Membership Option #90556
     sharmstr
    Moderator

    This requires custom code that is beyond the scope of support. Have you looked into syncing the PMPro member level with the BP member type? Seems to me that in doing this you wouldn’t need to add the BP member types to the selections in Theme Options > Memberships. http://www.paidmembershipspro.com/2015/09/apply-a-buddypress-member-type-on-membership-checkout-or-level-change/

    For new Kleo users, it probably seems like Buddypress member types should already be included in the selections in Theme Options > Memberships. The main reason its not is because its for Paid Membership Pro membership levels. It was never designed to include Buddypress member types because BP member types didnt exist when it was built. I havent fully researched this yet, but I can imagine that using PMPro membership levels and BP member types on the same site to restrict areas is going to cause a ton of confusion for most Kleo users and will be hard to code a fool proof method to ensure that BP areas are being restricted correctly. That’s why I think using syncing the membership level with the bp member type is a much better solution.

    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 format page template for Event Organizer plugin #90493
     sharmstr
    Moderator

    You’re welcome.

    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: Odd Styling of Page #90492
     sharmstr
    Moderator

    Please search before posting. Its been discussed a few times. Here’s the solution until the next update. Put this in your quick css

    .woocommerce #accordion-woo {
    clear:both !important;
    }
    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 do I block the “search” for parts of my site? #90490
     sharmstr
    Moderator

    You need a plugin. Paid Membership Pro does that, but there are others out 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: Kleo Tabbed Content #90489
     sharmstr
    Moderator

    Its not easy and its beyond the scope of support here. But I’m doing it on one of my sites because, I’m amusing for the same reason as you, the content of the tabs is dynamic.

    What I did is built a skeleton of the tab structure I wanted in VC, switched to Classic Mode, and copied the shortcode that was produced. I used that do_shortcode() within my php template, substituting variables for the dynamic data.

    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 format page template for Event Organizer plugin #90488
     sharmstr
    Moderator

    That’s really beyond the scope of support here because of the amount of work involved. But think of it like this. You want the Kleo layout and structure of a page, but the events content. So, using single.php as an example, everything before and after the have_posts() loop is page layout (header, title, main content section, sidebar, footer). The stuff within the have_posts() loop is the specific content that you want to display. In this case its the event(s). Given that, you probably should start by copying single.php to whatever name the plugin needs (single-event.php??). Delete the stuff within the loop, and replace it with whatever stuff is in the have_posts() loop in your event plugins template file. That should at least put the event information where it needs to be on the page (unless they’ve done a ton of css that conflicts with Kleo). From there you will need to customize the style to suit kleo (font sizes, colors, etc) and perhaps remove other things like related posts, likes, blah blah.

    Hope that helps.

    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: signup.broken #90486
     sharmstr
    Moderator

    Okay. I think what you are saying is that when people click on the Sign Up link in your menu, they are being redirected to the login form instead of the PM Pro membership levels page. It looks like you’ve enabled Theme My Login private site. Where do you tell it to exclude the level page so guests can access 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

    in reply to: signup.broken #90485
     sharmstr
    Moderator

    Wait. Can you clarify. You say sign up. But then you say stuck at login. So which is 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

    in reply to: signup.broken #90483
     sharmstr
    Moderator

    Worked for me. I edited your post to remove the credentials.

    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: Only use the side menu? #90449
     sharmstr
    Moderator

    btw – thank you for opening a new topic for this and not asking on the other one we have open 🙂

    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: Only use the side menu? #90448
     sharmstr
    Moderator

    The side menu icon has to be somewhere to activate it.

    One option is to put it as the only thing in the main menu. Here’s an example of that: http://seventhqueen.com/themes/kleo/resume/

    In theme options, it explains how this is done: “Another way to toggle it is by adding this class to any element on the page: open-sidebar
    You can even add this class to a menu item by putting in the Title Attribute input: class=open-sidebar”

    Knowing that, you can put the trigger on anything you want.

    If you want it open by default, do a search here. Its been discussed.

    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: Updating to Rev Slider to 5.1 #90444
     sharmstr
    Moderator

    moving this because its not 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: Updating to Rev Slider to 5.1 #90443
     sharmstr
    Moderator

    There’s a help file in rev slider that will explain how to do it. But basically just put you mouse over the slider, click the caret and select export.

    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: Uploading Group Avatar #90442
     sharmstr
    Moderator

    You’re not up-to-date. Update Kleo to 3.1.3. There’s a fix for the bp activity button display.

    After you update, check the avatar upload again. If you’re still having issues, schedule some time when you can check WP 2015.

    You’re the first one to report this issue and its not happening on my 3 sites. Its unlikely its a Kleo issue, but trying with the WP 2015 Theme will help us determine that.

    Do you have any BP file or function overrides in your child theme that may not be compatible anymore?

    It really smells like a plugin conflict. 🙂

    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 - 2,521 through 2,560 (of 11,328 total)

Log in with your credentials

Forgot your details?