Forum Replies Created

Viewing 40 posts - 7,161 through 7,200 (of 11,328 total)
  • Author
  •  sharmstr
    Moderator

    The problem is that the pinterest icons are called pinterest-circled or pinterest-squared. And the google+ one is called gplus. Your field names will never match the icon names.

    I wrote this change off the top of my head. Havent tested it. Give it a go.

    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

    If you’re talking about profile photo as in an avatar, you’ll need to ask on the BP forums. If you are talking about the profile cover photo, let me know and I’ll move this to the new feature request section to be voted 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: How redirect after signup? #57336
     sharmstr
    Moderator

    The standard way is to use one of the plugins. If you’d like to see this option added to the theme you can submit it in the new Feature Request forum.

    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

    Yes, the code is for FB. You said you had the other code. The code I gave you goes in your childs functions.php file. In the code I gave you, yes, replace the only url in that code with your url to your levels page.

    Yes, that’s how you block access to the Buddypress sections of the website.

    Yes, that language is supposed to show.

    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

    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

    in reply to: Login by email or Username #57316
     sharmstr
    Moderator

    @mitchcan. 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: Member Directory Actions Buttons #57315
     sharmstr
    Moderator

    You’re already removing the “action” div. If that plugin is putting outside of that div, we have no insight to it. Why not ask them how you would hide it using the 2015 theme. My guess is it wouldnt be any different.

    I’m confused about the first part. If you’ve removed the update AND the action buttons, what buttons are miss-aligned?

    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: sidebar profile page #57313
     sharmstr
    Moderator

    That would take considerable customization which is beyond the support given here. You’ll need to hire someone for that.

    Please search. https://archived.seventhqueen.com/forums/topic/restrict-entire-site-except-home-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

     sharmstr
    Moderator

    No, by default there is no way. Either create the shortcodes (I gave you a link that will do that for you) or search for a plugin that will allow you to enter the php code you have.

    Here’s how you can override the color for posts.

    COPY CODE
    
    .masonry-listing .type-post .post-title {
      border-left-color: pink !important;
    }
    

    You’ll have to figure out how to do it for the rest of them. The part that *should* be unique to each one is the .type-post. So maybe try .type-jobs, .type-portfolio and .type-kleo-testimonials.

    By default, enter will always take you to the standard search page. There is no way to change that. You can disable the enter to submit.

    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 the code you need to redirect after registration: https://archived.seventhqueen.com/forums/topic/how-redirect-after-signup#post-52888 All you need to do is change the url to your levels page.

    To keep people out until they have purchased access, go into Theme Options > Memberships and only allow access to the level you’ve created.

    I dont know what language you’re talking about around the registration fields. Please be more specific.

    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: sidebar profile page #57303
     sharmstr
    Moderator

    Cant see the image. Please attach to a response.

    There several private site plugins out there. Many have been discussed here. Please search.

    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 I dont. I’ve checked all 4 of my sites and I can create new profile groups on all of them. Perhaps enable debugging to see if any error messages are thrown. You can also enable the default 2015 theme to see if you still have the issue. This will tell us if its a Kleo issue or 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: Updating "member profile photo" fails #57299
     sharmstr
    Moderator

    https://buddypress.org/support/topic/upload-failed-error-was-no-editor-could-be-selected-2/

    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 "member profile photo" fails #57298
     sharmstr
    Moderator

    I just searched all the code and that error comes from WordPress in wp-includes/media.php. Google searches indicated its a lack of gd on your server?

    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: Keep Admin out of Recently Active Members #57291
     sharmstr
    Moderator

    In the meantime, you can try these https://buddypress.org/support/topic/hide-admin-from-members-and-activity/#post-190874

    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 think it has to do with all of the unclosed center tags you have from content above the animated numbers. You’re confusing it. 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: flashmediaelement #57277
     sharmstr
    Moderator

    fyi https://archived.seventhqueen.com/forums/topic/unable-to-save-title-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

     sharmstr
    Moderator

    It really only works for the ajax results. Since Directory Listing is a post the results page is the standard wordpress page showing all posts. You’d be better off putting whatever search widget that comes with your directory plugin in the header instead of the VC search form.

    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 page redirect #57266
     sharmstr
    Moderator

    Try resaving your permalinks. Settings > Permalinks > Click Save.

    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 put forums on the front page #57265
     sharmstr
    Moderator

    Assuming you want all the other stuff PLUS a section that shows the forums, you can add a text block using Visual Composer and any of the bbpress shortcodes: https://codex.bbpress.org/shortcodes/

    If you just want your home page to be your forum index, then go to appearance > reading and select your forum 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: Some Visual Composer shortcodes not loading #57263
     sharmstr
    Moderator

    A few things….

    1 – You’re running an old version of VC. You should be on 4.4.3. https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    2 – With that said, the call to action shortcode was introduced in 4.5. VC 4.5 will be available in the next Kleo update. https://archived.seventhqueen.com/forums/topic/visual-composer-4-5

    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: Forum Icon #57262
     sharmstr
    Moderator

    You need to figure out what your plugin is calling that tab in terms of the css class. My guess its “Forum” but dont know for sure.

    Try this in your quick css

    COPY CODE
    
    #buddypress div#item-nav ul #forum-personal-li a:before {
      content: "\e97b";
    }
    
    
    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

    Personally when I’m looking at the topics, I look for new ones that havent been replied to. So since you replied to that topic right after you submitted it, I passed right by it. Sorry about that.

    But you could have searched for the answer. I’ve answered the facebook redirect question several times.

    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: Redirect after logging in doesn't work #57260
     sharmstr
    Moderator

    Read the bottom of this: http://sharmstr.com/login-redirect/

    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

    There’s nothing to fix. It works. Perhaps you have 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

    in reply to: Posts not displaying #57218
     sharmstr
    Moderator

    Do they show up with the 2015 Theme enabled? I dont think you can import directly into the wp_posts table. The posts also have information in the meta tables. You should use an import 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: Image instead of slidereffects #57217
     sharmstr
    Moderator

    Is the image on a layer or is it the background of a slide?

    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: Top Bar Font Size Color #57216
     sharmstr
    Moderator

    Put important on it

    COPY CODE
    
    .header-color .top-menu li > a, .header-color #top-social li a {
      color: rgba(102,153,204, 1) !important;
    }
    

    or

    COPY CODE
    
    .header-color .top-menu li > a, .header-color #top-social li a {
      color: #6699cc !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

     sharmstr
    Moderator

    Respond privately with a link and 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: OUR RECOMMENDATION #57204
     sharmstr
    Moderator

    You dont put shortcodes in the Widgetised Sidebar. You put sidebars in them. You should put the Woo widgets in them for sale products, featured products, or whatever you want.

    Import the home shop page. Also import the Widgets.

    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: Integrating Zopim Live Chat to Kleo #57152
     sharmstr
    Moderator

    Good luck.

    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

    Those boxes are Text Blocks. Hover over it, click on the pencil to edit. Switch to text view and you’ll see the paragraph tag at the top. Delete it. Save. Done.

    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: Where do I go to lower page header #57139
     sharmstr
    Moderator

    I cant get your pages to load to see what’s going on, but it sounds like you need to turn of transparent main menu 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

     sharmstr
    Moderator

    2 – WP Admin > Posts
    3 – Use that PHP code to create a shortcode then enter the shortcode using the Text Block shortcode in VC. Here’s an online shortcode generator that may help you http://generatewp.com/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: Button 2 is not working #57132
     sharmstr
    Moderator

    Looks fine to me. In the future, please start a new topic for new issues.

    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

    You have paragraph tags at the top of the first box.

    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

    – That’s not a testimonial. That’s a Quote type post.
    – I dont understand “post x” and “page x”. If you’re talking about the left color bars next to the post title, those are set using the “format” section of the post editor to select a post type. Each post type has a different color.

    For site numbers, there’s a short code for post count, but not one for searches or featured posts.

    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: Showing Video thumbnail on front page #57127
     sharmstr
    Moderator

    Use the Kleo Post Grid shortcode instead.

    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: Button 2 is not working #57125
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/visual-composer-4-5

    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: Button 2 is not working #57124
     sharmstr
    Moderator

    As I said, I dont have an ETA. I dont 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

Viewing 40 posts - 7,161 through 7,200 (of 11,328 total)

Log in with your credentials

Forgot your details?