Forum Replies Created

Viewing 40 posts - 1,561 through 1,600 (of 11,328 total)
  • Author
  • in reply to: image lightbox #97595
     sharmstr
    Moderator

    The only blog posts that open up images in a lightbox are gallery posts types. Image and Standard post types take you to the post when you click on them.

    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: can not install theme KLEO #97594
     sharmstr
    Moderator

    There’s no image attached.

    What does ‘ X 5 weird site’ mean?

    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: Internet Explorer 8 #97592
     sharmstr
    Moderator

    As you can see in the Compatible Browsers section, it does not.

    (moving because this isnt 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: facebook login position #97590
     sharmstr
    Moderator

    Since you’re using a plugin, ask the developers of Theme My Login if there is an action or filter to insert the button at the top of the form. If so, you can add something like this in your child theme’s function.php file.

    This removes the button from the bottom of the form…

    COPY CODE
    
    add_action('init','remove_fb_button');
    function remove_fb_button() {
    	remove_action( 'login_form', 'kleo_fb_button', 10 );	
    }
    

    This would add the button to the top if the plugin has a filter called ‘login_form_top’…

    COPY CODE
    
    apply_filters( 'login_form_top', 'kleo_fb_button', 10 );
    
    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: Activity Privacy Issue #97588
     sharmstr
    Moderator

    Put this in your quick css

    COPY CODE
    
    #buddypress #whats-new-options {
        display: block !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: Remove menu from specific gd pages #97587
     sharmstr
    Moderator

    Do you want to remove the entire menu or just some of the menu items? If the entire menu, do you want to hide the top menu, main menu or both?

    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: Buddy press Gallery #97586
     sharmstr
    Moderator

    You can achieve something similar to the Portfolio with rtMedia, rtMedia Sitewide Gallery, rtMedia shortcode generator. You can use rtMedia custom attributes, but if I remember correctly, the user can select attributes when uploading an image to the activity stream. And if they could, I dont think you can add a custom attribute filter to the gallery. You’ll have to consult their documentation to be sure.

    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: PmPro and BuddyPress permition settings #97584
     sharmstr
    Moderator

    By default, PMPRo doesnt block any buddypress components. Kleo adds some capability which you can find in Theme Options > Memberships.

    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: PmPro level features #97583
     sharmstr
    Moderator

    Refer to this recent discussion: https://archived.seventhqueen.com/forums/topic/membership-level-bullet-point-lists

    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: Disabling left side menu in front page #97581
     sharmstr
    Moderator

    Can I ask why? It doesnt appear that you’re letting logged out users access posts, so why not just make it a private site and add the post grid you have under your login button to your login page? That way logged out users will still see a post grid and the menu will be hidden automatically.

    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: Description tab besides add to cart? #97578
     sharmstr
    Moderator

    Known issue: https://archived.seventhqueen.com/forums/topic/product-descriptions-not-displaying-properly#post-91521

    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: Revolution Slider Error #97524
     sharmstr
    Moderator

    My guess is that it has something to do with the fact that you’re running Kleo 3.0.1 and VC 4.5.2 with Rev Slider 5.1.3. Kleo didnt introduce Rev 5.x support until Kleo 3.0.7 or so.

    The reason why you’re not getting Kleo update notifications is because your version of Kleo is so old that its not compatible with the new code on the themeforest servers that was introduced over 6 months ago. You’ll have to do a one-time update via FTP. After you update Kleo to 3.1.3, make sure you go to Appearance > Install Plugins and update VC to 4.8.1.

    https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    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: BP-WP Reviews plugin not working correctly #97515
     sharmstr
    Moderator

    Yep, that’s right. But its a bummer. 🙂

    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: screen is broken #97513
     sharmstr
    Moderator

    Hey Abe – It happens on the demo site with Firefox. Go to the activity, leave a comment on the first activity. Scroll up and you’ll see that its cut off. See attached (page is scrolled all the way up and its still cut off).

    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: Pictures on the feature post #97508
     sharmstr
    Moderator

    1 – The revslider and news ticker are not connected, so I’m not sure what you mean. Just add the news ticker to the top of your static page. Or if you are using the news demo page, just delete the rev slider if you dont want it.

    I did answer 2 & 3 already

    2 – https://archived.seventhqueen.com/forums/topic/featured-page-revolution-slider-static-page#post-96665

    3 – https://archived.seventhqueen.com/forums/topic/member-area-of-community-page#post-96668

    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: Tag Search #97486
     sharmstr
    Moderator

    There’s 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

    in reply to: LOGIN NOT REFRESHING #97485
     sharmstr
    Moderator

    Its working for me now. Its not hanging anymore. I tried it 3 times. Each time it logged me in without having to refresh.

    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: Personal information field #97479
     sharmstr
    Moderator

    I dont understand your question. Can you explain further?

    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: Buddypress Profile Fields and Delete Account #97477
     sharmstr
    Moderator

    Just curious as to why you would have to redirect a user to the cancellation page after they delete their account. Buddypress and PMPro use the same accounts in WP. Once the user deletes their account with BP they cant even access the cancellation page because they dont have an account anymore.

    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

    This is beyond the scope of support. If you’d like to hire 7th queen to code this for you, you can get a quote by emailing dev@seventhqueen.com.

    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: Buddypress Profile Fields and Delete Account #97474
     sharmstr
    Moderator

    PMPro provides information on how to do this with their paid support: http://www.paidmembershipspro.com/update-buddypress-profile-additional-user-information-registration/

    Redirect to cancellation would require custom code that is beyond the scope of support here. If you pay the PMPro membership fee, I’m sure they can give you the code.

    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: Display a specific group on a page #97470
     sharmstr
    Moderator

    The default members shortcode will not allow you to do this. I found this plugin that will show members of a group, but it probably wont display them in the Kleo style. (meaning you’d have custom code the css) http://vc.wpbakery.com/addons/buddypress-shortcodes/

    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: Tag Search #97464
     sharmstr
    Moderator

    The ajax search searches the same way WP does, so no, it doesnt search tags. You can add your CPT to the search in Theme Options > Header > Search Context.

    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: Favorite star media #97463
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    .button.fav.bp-secondary-action {
        display: none !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: css: page scrolling #97462
     sharmstr
    Moderator

    Also, you’re not on 3.1. You are on 3.0.9. The version of BP you’re running isnt compatible. You need to update to Kleo 3.1.3. I see that you are afraid to. My suggestion is to disable the A2 optimized plugin, or at least the caching and minify options of that plugin before every upgrade.

    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: css: page scrolling #97461
     sharmstr
    Moderator

    Hey Tom – Your site is really screwed up. I’m pretty sure its because you’re minifying jquery. Can we disable that? Once we do that, instead of giving you a way to add the scroll css to the site, lets figure out why you need to add it in the first place.

    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: My portfolio items are messed up #97459
     sharmstr
    Moderator

    Something you have installed is putting injecting css into the page that’s screwing it up. You can override with this.

    COPY CODE
    
    .portfolio-items .media {
        overflow: visible !important;
        margin-top: 0px !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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Insert shortcode in Main menu info #97456
     sharmstr
    Moderator

    Yes

    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: Visual editor problem #97455
     sharmstr
    Moderator

    You can safely ignore the outdated message. That will be removed in the next update.

    What isnt working?

    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: Logo image taller than menu bar #97383
     sharmstr
    Moderator

    There is no size requirement. Just make sure your text isnt all the way to the top and all the way to the bottom.

    Try this in your quick css

    COPY CODE
    
    @media (max-width: 991px) {
    .logo {
        text-align: center !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: Logo image taller than menu bar #97381
     sharmstr
    Moderator

    I wasnt done.

    Check it now. I added custom css to your quick css to make the logo section 80px. You can change that to whatever you want. The responsiveness issue was really due to using a jpg instead of a png. It works better if the background is transparent. You might want to create a new logo with the entire background transparent, but for now I’ve faxed it by making part of the background transparent.

    Is this what you wanted?

    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: Logo image taller than menu bar #97341
     sharmstr
    Moderator

    I added more white space to your logo. Still sorting out the responsiveness issue. I need to step away from my computer. I’ll look at it again in a little while.

    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: Justify all posts #97327
     sharmstr
    Moderator

    Try it with important

    .post .article-content p {
    text-align: justify !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: Logo image taller than menu bar #97323
     sharmstr
    Moderator

    credentials dont work.

    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: Remove effect from blog post #97322
     sharmstr
    Moderator

    In the widgetized sidebar settings, add the following to the extra class name field

    animated animate-when-almost-visible el-appear start-animation

    Let me know if that works.

    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: Visual Composer Won’t Install #97312
     sharmstr
    Moderator

    Go to your server and delete the js_composer directory out of the plugins folder then try the install again.

    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: Archive Link #97306
     sharmstr
    Moderator

    No problem 🙂

    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: Archive Link #97301
     sharmstr
    Moderator

    I didnt ask that.

    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: K-elements and Visual composer not uppating #97300
     sharmstr
    Moderator

    You dont need to upload everything. You already have Kleo 3.1.3 installed. All that is missing is the zip files in /lib/inc. I’ve added them.

    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: Membership level bullet point lists #97294
     sharmstr
    Moderator

    Did you actually save your go pricing table?

    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 - 1,561 through 1,600 (of 11,328 total)

Log in with your credentials

Forgot your details?