Forum Replies Created
-
Author
-
sharmstr
ModeratorChanging the priority isnt going to do anything but change the priority within wp_enqueue_scripts. What I’m trying to say is that it appears that the scripts are being enqueued before BP loads. That’s why it cant find BP_DTheme
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
ModeratorGreat.
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
June 29, 2015 at 17:35 in reply to: "Forbidden, Please Enable Javascript" during the register page #65513sharmstr
ModeratorSounds like an issue with your browser. Does it happen with the 2015 Theme enabled?
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 the site I looked at. I found the site and login info from another thread.
Anyhow, sounds like the script is trying to load too early. You probably need to wait until after bp is loaded to enqueue 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 some reason, the devs wrote the code so that the .profile-cover-inner div is only created on the groups page when a user is logged in. Without that div, there’s nothing to apply the tint to. I’ve copied them on this topic to see what they say. In the meantime, you can go to /plugins/buddypress-cover-photo/group-cover and remove the following lines (starting around line 65)
COPY CODEif ( ! is_user_logged_in() ) { return; }
Again, I dont know why it was coded this way, so it may cause issues to change it. I did some basic testing and it seems okay.
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
ModeratorThe devs came up with this fix. Go to /kleo/lib and rename theme-functions.php to theme-functions-old.php. Then copy the attached file to /kleo/lib. Make sure you change .txt to .php. Let me know if it works.
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.June 29, 2015 at 16:58 in reply to: Ajax search results are different then regular search results #65500sharmstr
ModeratorThe devs came up with this fix. Go to /kleo/lib and rename theme-functions.php to theme-functions-old.php. Then copy the attached file to /kleo/lib. Make sure you change .txt to .php. Let me know if it works.
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
ModeratorYou dont edit core files. You override the css either by using your child theme’s styles.css file or by putting your overrides in Theme Options > General > Quick CSS. Here’s the css its using now
COPY CODE.wpcf7 textarea { border: 1px solid rgba(0,0,0,.1); background: rgba(255,255,255,.1); margin: 0; width: 100%; color: #bbb; padding: 10px; } .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"] { border: 1px solid rgba(0,0,0,.1); background: rgba(255,255,255,.1); height: 48px; line-height: 48px; padding: 0 10px; width: 100%; margin-bottom: 10px; color: #bbb; } .wpcf7 input[type="submit"] { border: 1px solid rgba(0,0,0,.1); background: rgba(255,255,255,.1); transition: all .3s ease-in-out 0s; border-radius: 2px; font-size: 12px; height: auto; line-height: 18px; margin: 0; padding: 14px 16px; text-transform: uppercase; min-width: 100px; color: #888; }
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
June 29, 2015 at 16:43 in reply to: "Forbidden, Please Enable Javascript" during the register page #65496sharmstr
ModeratorI just registered a test account and there were no errors.
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 buddypress scripts are missing. I can see that you have the code to load them in your functions.php file, but they aren’t loading. With all the plugins and customization you have, its hard to say why.
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
Moderatorplease edit the imported slider template and choose your post categories to work.
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
ModeratorThe vc code for that page is attached. You’ll have to add any media to it yourself.
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
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI cant reproduce this. Please 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPut it in your functions.php file located in your child theme. This code: https://archived.seventhqueen.com/forums/topic/change-breadcrumbs/#post-56525
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
ModeratorTry this https://archived.seventhqueen.com/forums/topic/geodirectory-importing
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
ModeratorForgot to mention, you had the wrong My account menu item. It looks like you created it yourself or something. You needed to add the one from Kleo.
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
ModeratorThe issue is the coming soon plugin. If you disable it, theme options are available. With it enabled you get a “You do not have sufficient permissions to access this page.” when trying to get to theme options. Maybe you have something configured in Coming Soon Pro that’s blocking 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
ModeratorI dont know. LOL. I’ll get back to 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
ModeratorIts the weekend. I’m not setting a time 🙂
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 search. I’ve answered this twice in the last week.
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 shouldnt put an extra one on the primary if you’ve disabled it in theme options. I’ve only given you the cart code so far.
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
ModeratorOkay, I’ve been playing with this. But obviously cant test it. So, disable the cart in theme options. Then try this in your child’s functions.php file.
COPY CODEadd_filter( 'wp_nav_menu_items', 'add_cart_to_menu', 9, 2 ); function add_cart_to_menu ( $items, $args ) { if ( $args->theme_location != 'top' ) { $items .= kleo_woo_get_mini_cart(); } return $items; }
Again, I have no idea how pmpro is doing the menu switch so it may not work. But it does add the cart to my primary menu even with it disabled in Theme Options.
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
Moderatorlink?
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
ModeratorThe Kleo logic behind the cart looks for the menu that you have set as your primary or top menu. Lets stick with primary in this case since that’s what youre after. Anyhoooo, I’m assuming you have the non-member set as your primary menu in Appearance > Menu. I’ll also assume that PMPro filters the menu to switch it out when someone is logged in. BUT as far as Kleo is concerned, non-members menu is still the primary menu…. because technically it is.
So, if all of that is correct, then I’d say you’ll have to figure out how PMPro filters the menu and add the kleo magic to it.
Here’s how Kleo does is
COPY CODE/*************************************************** :: Header menu cart ***************************************************/ if ( sq_option( 'woo_cart_location', 'primary' ) != 'off' ) { add_filter( 'wp_nav_menu_items', 'kleo_woo_header_cart', 9, 2 ); } if(!function_exists('kleo_woo_header_cart')) { /** * Add search to menu * @param string $items * @param oject $args * @return string */ function kleo_woo_header_cart ( $items, $args ) { $cart_location = sq_option( 'woo_cart_location', 'primary' ); if ( $args->theme_location == $cart_location ) { $items .= kleo_woo_get_mini_cart(); } return $items; } }
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
ModeratorSure. Respond privately with details. But it sounds like you need to clear your cache.
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
ModeratorHow about a link to one of the tables?
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
Moderatortry adding this class to it body.is-user-profile.bp-header-small .profile-cover-inner
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
Moderatorhttps://wordpress.org/plugins/bp-profile-search/installation/
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’ve seen this before and it was a conflict with another plugin that used fb.init incorrectly. Please enable fb on your site again so I can see what code its producing.
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
ModeratorPlease search before posting: https://archived.seventhqueen.com/forums/topic/wp-knowledge-base-plugin-not-using-kleo-css
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
ModeratorClear your cache. If that doesnt work, then give us a link so we can see what’s happening.
I’ve upgraded 5 sites without seeing this 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
ModeratorLooks like you’ve sorted it out.
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
Moderatortry putting this in your childs functions.php file.
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_false' );
Also, did you try clearing your cache?
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
ModeratorThose are only warnings and wouldn’t stop the plugin. All of us are getting those warnings and VC has already been notified of them.
What I’m looking for is the errors that are being throw when you try to enable sensei.
And now that I read your first post again, what do you mean VC disappears. Does it just not show up in the admin menu, but its still enabled in plugins? Have you tried disabling all other plugins and just having those two enabled?
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
June 28, 2015 at 01:38 in reply to: Just Upgraded to 3.03 – New Problems – This is Getting OLD! #65279sharmstr
ModeratorI’ve been using Kleo for 1 1/2 years. Never heard of that plugin
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 because those posts were built with VC. The VC code to build those posts is the issue. Add a custom excerpt, which will display.
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, the forum screwed up the code. Copy from attached file instead.
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.June 27, 2015 at 17:19 in reply to: Just Upgraded to 3.03 – New Problems – This is Getting OLD! #65250sharmstr
ModeratorWhere does 7th queen claim to work with simple picture menu?
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 just responded to your other question about portfolios. So since you’ll be maintaining a custom copy of portfolio-masonry.php, you can also remove the plus overlay and add whatever you want. The kleo_get_img_overlay (again in two places) is what you’ll want to replace.
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