Forum Replies Created

Viewing 40 posts - 3,281 through 3,320 (of 11,328 total)
  • Author
  • in reply to: Need to add button in main menu #82875
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Need to add button in main menu #82874
     sharmstr
    Moderator

    I added it to 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

    in reply to: Row background image not working in some browsers #82864
     sharmstr
    Moderator

    sweet. it was a total guess 🙂

    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 add button in main menu #82861
     sharmstr
    Moderator

    😀

    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: Styling Problems with Kleo #82858
     sharmstr
    Moderator

    I dont. Sorry.

    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 add button in main menu #82856
     sharmstr
    Moderator

    I added their code to the menu item label and it works. 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: Need to add button in main menu #82849
     sharmstr
    Moderator

    Which line? My answer with em: you put that in the menu.

    His answer was css.

    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: Styling Problems with Kleo #82848
     sharmstr
    Moderator

    Well, now that we have fixed them all individually, you could have done this easier by adding a custom class name to the row (i.e. make-me-white) and added this to change all of them

    COPY CODE
    
    .make-me-white .widgets a {
        color: #fff !important;
    }
    

    😀 LOL

    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: General questions, blocking / restricting access #82846
     sharmstr
    Moderator

    There are several plugins that will lock all pages to guest. They have been discussed before. Here’s one topic, but you can search for others.

    https://archived.seventhqueen.com/forums/topic/site-only-for-registered-users

    Once they are registered you can use Theme Options > Memberships to block buddypress.

    Members directory: The bp members directory http://www.yoursite.com/members
    Other profiles: Viewing bp member profiles other than the logged in user http://www.yoursite.com/members/usernameotherthanyours
    Groups directory: The bp group directory http://www.yoursite.com/groups
    Group page: Viewing individual groups http://www.yoursite.com/groups/groupname
    Activity: The bp activity feed http://www.yoursite.com/activity
    Sending private message: Sending PMs http://www.yoursite.com/members/you/messages/compose
    Adding media: Adding media http://www.yoursite.com/members/you/media upload
    Popular – The selected level with be styled differently. See silver here: http://seventhqueen.com/themes/kleo/membership-account/membership-levels/

    There is a pmpro addon to block bbpress

    If you go into pmpro settings, you can auto block pages by category. http://www.paidmembershipspro.com/documentation/

    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: Is profile data in table form? #82844
     sharmstr
    Moderator

    No, its not. Right click on it to inspect in in your browser and you’ll see that its a definition list http://www.w3schools.com/tags/tag_dl.asp

    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: Social Articles Conflict? #82843
     sharmstr
    Moderator

    Awesome. Thanks for reporting back.

    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: Styling Problems with Kleo #82842
     sharmstr
    Moderator

    Shoot. I just re-read that. That was an a$$ comment. I promise I didnt mean anything by it. I love that you’re trying to learn this stuff. I was there before.

    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: Styling Problems with Kleo #82835
     sharmstr
    Moderator

    Not sure where you got that css from, but you need this

    COPY CODE
    
    .widget_bp_core_login_widget a, .widget_awpcp-categories a {
        color: #fff !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: Row background image not working in some browsers #82833
     sharmstr
    Moderator

    Hmmmm… Firefox is throwing an error saying “Image corrupt or truncated”. https://bugzilla.mozilla.org/show_bug.cgi?id=941823

    Firefox wont even load your image if you access it directly.

    Maybe try a smaller image? Like 1920 instead of 3000

    Looks like the revslider paralax demos work fine in firefox, but their images are in the 1920px range: http://revolution.themepunch.com/wordpress-hero-vimeo/

    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: White gap below the top bar #82827
     sharmstr
    Moderator

    Okay, the issue is that its not an actual page, so Kleo wont style it correctly.

    Try this in your quick css

    COPY CODE
    
    .forcefullwidth_wrapper_tp_banner {
        margin-top: -20px !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: Need to add button in main menu #82823
     sharmstr
    Moderator

    Hi Herve. Please search before posting. These have been answered. Please have a look at the following https://archived.seventhqueen.com/forums/topic/i-want-to-put-button-in-main-menu-possible

    You’ll have to ask the plugin developer if there is a way to add their button to the menu

    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: Social Articles Conflict? #82820
     sharmstr
    Moderator

    Thank you. It wasnt long enough 🙂 There’s this one but I havent tried it.
    http://buddydev.com/plugins/buddyblog/

    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: White gap below the top bar #82817
     sharmstr
    Moderator

    I think your issue is that you’re trying to place a form on top of the slider. Respond privately with credentials so I can see how you’re trying to build this page.

    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 row in Visual Composer #82805
     sharmstr
    Moderator

    go into row settings and set inner container to 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: Rev Slider Template upload issues #82802
     sharmstr
    Moderator

    I dont know. I’m a windows user. Perhaps google for an answer?

    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 Post Title from Custom Post Type #82797
     sharmstr
    Moderator

    if your cpt is called color-codes, you can hide it with this

    COPY CODE
    
    .single-color-codes .page-title {
    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: Hiding items in Buddypress Profile Cover Area #82793
     sharmstr
    Moderator

    That’s cool. I miss stuff all the time 🙂

    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: Featured image is not showing by posting to FB #82790
     sharmstr
    Moderator

    Its this one http://www.findinghumanways.com/7879/

    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: Hiding items in Buddypress Profile Cover Area #82789
     sharmstr
    Moderator

    You only put it on the first selector. Not the second one.

    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: Featured image is not showing by posting to FB #82777
     sharmstr
    Moderator

    I used the debug tool on these two pages and its grabbing the correct image

    http://www.findinghumanways.com/why-is-eu-struggling-with-migrants-and-asylum/
    http://www.findinghumanways.com/refugees-and-hope/

    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 pro profile and menu #82769
     sharmstr
    Moderator

    The official suggested method is to use a plugin.

    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: Featured image is not showing by posting to FB #82746
     sharmstr
    Moderator

    credentials dont work.

    Please enable kleo sharing and disable the other sharing

    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: More space to Top Menu's right items #82743
     sharmstr
    Moderator

    adjust as you see fit

    COPY CODE
    
    .top-menu {
        padding-right: 50px !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: List Column Gap/padding? #82741
     sharmstr
    Moderator

    It only looks like the gap is not the same. They actually are. What’s throwing it off is your multiline “PODIATRY, DENTAL AND OPTOMETRY CONTRACTED PROVIDERS”. Since that is longer than anything in the other columns, its making the separator longer (takes up the entire width).

    try this

    COPY CODE
    
    ul.list-unstyled.list-divider {
        width: 100% !important;
    }
    

    again, all you need to do is right click to get the css for the separator…

    COPY CODE
    
    .main-color .list-divider li {
        border-color: green;
        border-width: 10px;
    }
    
    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: Featured image is not showing by posting to FB #82737
     sharmstr
    Moderator

    respond privately with a link and admin 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: Hiding items in Buddypress Profile Cover Area #82736
     sharmstr
    Moderator

    what happens if you put .following infront of it

    .following #buddypress .kleo-isotope>.kleo-masonry-item, .following #buddypress .kleo-isotope>li

    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: News Highlight Element #82716
     sharmstr
    Moderator

    You asked “one on left with list on right”. That’s exactly what the new focus does. Please look at it.

    COPY CODE
    
    .news-highlight .standard-listing:not(.template-page) .type-post {
    border-bottom-width: 0;
    }
    

    If you right click on the elements you want to change, then click inspect, you can see which css you need to change.

    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: Featured image is not showing by posting to FB #82715
     sharmstr
    Moderator

    Kleo sharing works. There are a few reasons why it wouldn’t. Plugin conflicts would be the number one reason. There’s also the facebook debug tool you can use: https://developers.facebook.com/tools/debug/ FB caches images that it uses for sharing. Perhaps you just need to clear that using the tool in the link I provided. I’ve had to use it on my sites before. Let me know how it goes.

    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: Hiding items in Buddypress Profile Cover Area #82713
     sharmstr
    Moderator

    Try it with !important

    Regarding adding an order by star rating. I have no idea and its beyond the scope of support here.

    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: Featured image is not showing by posting to FB #82678
     sharmstr
    Moderator

    I cant help you with that. If you use the kleo share with a plugin that will generate the og code so it knows what image to share, then you’ll be set. Most of us use Yoast SEO but there are other plugins 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: membership pro profile and menu #82674
     sharmstr
    Moderator

    As tonyw said, use the Menu Items Visibility Control plugin or something similar.

    Kleo doesnt do anything with the PMPro member account page. You’ll have to edit it. I have no idea if you can override it in your child theme. The page is located here: /plugins/paid-membership-pro/shortcodes/pmpro_account.php.

    See attached file for suggested 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Featured image is not showing by posting to FB #82669
     sharmstr
    Moderator

    How is your site generating the og tags? Kleo will not do that by default so you need to figure out what plugin you have is determining the image to share and why its not taking the post image instead of your site logo.

    Is the “connect” injected into post content via some plugin?

    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: separator Width #82668
     sharmstr
    Moderator

    Full = 100%
    Long = 50%
    Short = 25%

    If you want something other than those, then put that value in the Custom Inline Style field

    COPY CODE
    
    width: 75%
    

    You need to set the background color of the abbr to the same color as your dark background

    COPY CODE
    
    abbr {
        background-color: #000 !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: Hard to change the theme options – CSS #82665
     sharmstr
    Moderator

    The color is set to inherit if you set a color in the row settings. If you want different font colors for the row and the custom heading within that row, then overriding it via css like you have is the way to do it.

    I believe the intent of the see through button was to use it on an image background, so the font is set to whatever background color you have set for that section using theme options. You can override that by adding this css to the page.

    COPY CODE
    
    .btn.btn-see-through {
        color: red !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: Turn off all animations #82663
     sharmstr
    Moderator

    That feature is in progress: https://archived.seventhqueen.com/forums/topic/add-onoff-to-certain-js-animations

    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 - 3,281 through 3,320 (of 11,328 total)

Log in with your credentials

Forgot your details?