Forum Replies Created
-
Author
-
sharmstr
Moderator1 – 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTestimonials 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis 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
Moderatorthe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDid 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 solutionThis 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
ModeratorAwww, thank you 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOh 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUse 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 solutionThis 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
ModeratorActually 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry @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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSo, 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 solutionThis 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
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorScratch what I said earlier. Put this in your childs function file
COPY CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 2, 2015 at 16:39 in reply to: member caroussel display in 150 px instead of thumb resolution, pagebuilder #52849sharmstr
ModeratorYou 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 solutionThis 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
Moderatorhttps://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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIt 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAsk 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAs 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTheme 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDoes 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 2, 2015 at 06:50 in reply to: Im getting error similiar to this for whatever I try to do.. #52808sharmstr
ModeratorBeen 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBut 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhere 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes 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 solutionThis 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
ModeratorGo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIt 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThen 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorFor 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts