Forum Replies Created

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

    1 – You dont have a menu on the home page

    2 – Your slider isnt static.

    Get it all set up and I’ll have a look.

    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 content not showing / only search bar #52940
     sharmstr
    Moderator

    Testimonials are custom post types. You add them by going to WP Admin > Testimonials

    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 Styles? #52937
     sharmstr
    Moderator

    I dont know if they have published a guide yet or not, but I just build them in VC then copy them if I need to use them elsewhere.

    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: Button Styles #52933
     sharmstr
    Moderator

    the class is btn-see-through

    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

    Its gotta be something simple since it doesnt do that by default. Instead of making me set up an environment (slider) to test, can you give me temp admin access so I can play with your slider?

    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: Qucik contact error #52930
     sharmstr
    Moderator

    I dont need to try it. Have you done what abe has suggested?

    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: Profile not round #52927
     sharmstr
    Moderator

    Did you install a new plugin? What the heck is this junk that’s screwing up the image code that kleo uses (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: Having problems renaming media Tab in profile #52926
     sharmstr
    Moderator

    Awww, thank 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: Custom dynamic page title in breadcrumb #52923
     sharmstr
    Moderator

    There’s a breadcrumb_trail filter you can tap into. Check out the kleo_breadcrumb function in /kleo/kleo-framework/lib/function-breadcrumb.php.

    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: Avatar Position Error #52911
     sharmstr
    Moderator

    Oh right. I did write a plugin to begin with, but then @abe said he’d do it. So, the one you are using is @abes 🙂

    Wow, you’re digging through the archives 🙂

    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: Having problems renaming media Tab in profile #52906
     sharmstr
    Moderator

    Use regular single quotes instead of those fancy ones you have in there. 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: Avatar Position Error #52905
     sharmstr
    Moderator

    Actually I’m not. @abe did it.

    When I’m tracking down an issue with my sites, the first thing I do is disable ALL plugins. I dont disable one, test it, then enable it. If you disable them all from the beginning, then enable one by one, you wont miss 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: Qucik contact error #52899
     sharmstr
    Moderator

    Sorry @abe. Meant to take you off this thread after we determined it was a mail sending 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: Avatar Position Error #52897
     sharmstr
    Moderator

    So, when we say its HAS to be a plugin causing it, we mean 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.
    in reply to: Avatar Position Error #52893
     sharmstr
    Moderator

    I need to see a link

    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? #52888
     sharmstr
    Moderator

    Scratch what I said earlier. Put this in your childs function file

    COPY CODE
    
    add_filter('kleo_fb_register_redirect','my_fb_reg_redirect');
    function my_fb_reg_redirect() {	
    	return ' http://framevents.com/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

    in reply to: Avatar Position Error #52877
     sharmstr
    Moderator

    Its either a plugin issue or not all of your css files are loading.

    You’ll see in the css I gave you there is .is-user-profile selector. That means it will only happen on the user profile page. But that code is for the header, not for the avatar.

    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? #52873
     sharmstr
    Moderator

    You can try editing /wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.php. Look around line 253. You’ll see

    COPY CODE
    
    $redirect = apply_filters('kleo_fb_register_redirect', bp_core_get_user_domain( $user_ID ) . 'profile/edit/group/1/?fb=registered', $user_ID );
    
    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

    You can change those in the settings. See attached. The resulting shortcode would be

    COPY CODE
    
    
    [kleo_bp_members_carousel type="active" number="12" min_items="1" max_items="6" image_size="full" rounded="rounded" item_width="150" online="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

    Attachments:
    You must be logged in to view attached files.
    in reply to: How to mix Sweetdate and Kleo ? #52846
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/matching-system-like-sweet-date-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: Avatar Position Error #52845
     sharmstr
    Moderator

    It doesnt do that by default. So something is overriding your css. Either custom css you’ve put in or a plugin. Didnt you have an issue with the border being oval instead of round as well?

    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: Why am I not able to create any groups???? #52844
     sharmstr
    Moderator

    So many question marks.

    Why aren’t you able to? What happens? Are you getting an error message? Are you not seeing the link? By default you should be able to so if you have Settings > Buddypress > Settings > Group Creation enabled for all users.

    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: rtmedia doesn't show image on activity profile #52843
     sharmstr
    Moderator

    Ask in their forums http://community.rtcamp.com/c/rtmedia

    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: Set default values for Post Meta #52842
     sharmstr
    Moderator

    As you’ve seen, there is no option at the post level for that. You can request it here: https://archived.seventhqueen.com/forums/topic/kleo-features-requests/page/6

    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: rtmedia doesn't show image on activity profile #52837
     sharmstr
    Moderator

    That’s what it looks like. Or its a configuration issue. Do you have “enable media in profile” turned on in rtMedia?

    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 options #52836
     sharmstr
    Moderator

    To be honest, you’re probably better off asking the people who wrote the plugin. Unfortunately, you have to pay for their support. So what I would do is send them a pre-sales question: http://www.paidmembershipspro.com/contact/ to see if its even possible to do what you want without any custom coding. Kleo gives you some basic blocking of buddypress, but that’s about it.

    With that said, personally I havent had a need to use PM Pro on any of my sites so I dont know much beyond the basics. I’ve been meaning to dig into it more, so this might be a good opportunity for me to learn more about it. If they respond saying it possible without any custom code, let me know and I’ll see if I can help.

    The alternative is to pay them http://www.paidmembershipspro.com/pricing/

    Actually, based on what knowledge I do have of PM Pro, you’re going to have to custom code the buddypress stuff.

    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: Set default values for Post Meta #52834
     sharmstr
    Moderator

    Theme Options > Blog > Display post meta = 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

    in reply to: How redirect after signup? #52833
     sharmstr
    Moderator

    I know you just installed a different redirect plugin for after logins, but this one claims to do both login and registration redirects https://wordpress.org/plugins/peters-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

    in reply to: rtmedia doesn't show image on activity profile #52832
     sharmstr
    Moderator

    Does it work when you enable the WP 2015 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

     sharmstr
    Moderator

    Been asked several times. Its a common wordpress thing to do. As the Kleo doc indicates, you need at least 128MB.

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

    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: Post Grid Settings not showing my CPT #52795
     sharmstr
    Moderator

    That options allows you to use VC when creating your post (CPT). It doesnt have anything to do with that list, as you’ve discovered.

    The funny thing is that I can see the kleo CPTS (portfolios, testimonials and clients) in the list. I wonder if it has something to do with how you set up the CPT. Maybe you needed to set something. Take a look at the arguments used when kleo sets up the client post type. Specifically ‘publicly_queryable’ => true. Maybe that will help?

    COPY CODE
    
    $args = array(
                'labels' => $this->get_labels( 'clients', $this->labels['clients']['singular'], $this->labels['clients']['plural'], $this->labels['clients']['menu'] ),
                'public' => true,
                'publicly_queryable' => true,
                'show_ui' => true,
                'show_in_menu' => TRUE,
                'menu_icon' => 'dashicons-businessman',
                'query_var' => true,
                'rewrite' => array( 'slug' => esc_attr( apply_filters( 'kleo_clients_slug', 'clients' ) )),
                'has_archive' => true,
                'hierarchical' => false,
                'menu_position' => 20, // Below "Pages"
                'supports' => array( 'title', 'thumbnail' )
            );
    
    
    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: text is light #52793
     sharmstr
    Moderator

    Yes. Its wrong. I’m done with this thread. 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: text is light #52786
     sharmstr
    Moderator

    But that wasn’t the problem one. It was the one above it. Click on that http font and look at the handle and parameter. That’s your issue. Not the Great Vibes one. I was only giving you a hint to see if you could find 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: text is light #52781
     sharmstr
    Moderator

    Where is Great Vibes being loaded from?

    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: text is light #52778
     sharmstr
    Moderator

    Yes it is. Look at the page source. Its whatever is causing that mess of code for the google fonts. Its creating a bad link to a font. Look just below it for how its supposed to look.

    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 edit default portfolio #52776
     sharmstr
    Moderator

    Go to WP Admin > Portfolios > Categories. You’ll see that most of your categories dont have any portfolios assigned to them. As I said before, they wont show up in the list unless you have something assigned to 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: post unrestricted HTML content #52775
     sharmstr
    Moderator

    You should ask the people who support BBPress: https://bbpress.org/forums/search/unrestricted+html/

    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: Post Grid Settings not showing my CPT #52770
     sharmstr
    Moderator

    It says it works perfectly with CPTS :/ http://vc.wpbakery.com/features/grid-builder/

    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: Post Grid Settings not showing my CPT #52769
     sharmstr
    Moderator

    Then I dont know. Those are shortcodes that come with VC. Kleo doesnt touch 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: Post Grid Settings not showing my CPT #52767
     sharmstr
    Moderator

    For which post grid shortcode? The Kleo one, the VC one or the VC Masonry 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

Viewing 40 posts - 7,881 through 7,920 (of 11,328 total)

Log in with your credentials

Forgot your details?