Forum Replies Created
-
Author
-
May 5, 2015 at 05:25 in reply to: how to display social networks to buddypress member profile #57341
sharmstr
ModeratorThe 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 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.May 5, 2015 at 05:08 in reply to: Upload profile photo without having to click "Upload Image" #57338sharmstr
ModeratorIf 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 5, 2015 at 04:47 in reply to: Automated appears in Home Default first animated numbers box #57334sharmstr
ModeratorAnytime 🙂
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
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 5, 2015 at 00:48 in reply to: Kleo Post Grid – Different Colors For Each Post / Counter [unique code] #57309sharmstr
ModeratorNo, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThis 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCant 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttps://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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIn 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 4, 2015 at 21:46 in reply to: Automated appears in Home Default first animated numbers box #57282sharmstr
ModeratorI 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 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
Moderatorfyi 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIt 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAssuming 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorA 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPersonally 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorRead 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIs 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPut 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 4, 2015 at 16:47 in reply to: Automated appears in Home Default first animated numbers box #57206sharmstr
ModeratorRespond 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
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGood luck.
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
May 4, 2015 at 01:26 in reply to: Automated appears in Home Default first animated numbers box #57149sharmstr
ModeratorThose 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 3, 2015 at 19:23 in reply to: Kleo Post Grid – Different Colors For Each Post / Counter [unique code] #57138sharmstr
Moderator2 – 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks 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 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.May 3, 2015 at 17:36 in reply to: Automated appears in Home Default first animated numbers box #57130sharmstr
ModeratorYou 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 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.May 3, 2015 at 17:32 in reply to: Kleo Post Grid – Different Colors For Each Post / Counter [unique code] #57128sharmstr
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUse 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttps://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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAs 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts