Forum Replies Created
-
Author
-
sharmstr
Moderatorapp.js has been minified. You need to either re-minify app.js after you make the changes or make the changes in app.min.js
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
ModeratorGot it. Its going to take a bit of time because I’m using the WP Views plugin to add ajax filtering (searching) of the posts. But part of doing that is designing the view (results), which is the part that I can give you. In my solution, I’ll be giving the user the option to display in masonry grid or a list. Anyhow, be back with something when I’m 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
Moderator@elv: moving discussion here: https://archived.seventhqueen.com/forums/topic/display-posts-in-list
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
November 12, 2014 at 14:50 in reply to: Showing some profile fields in member’s profile header not working after update #35194sharmstr
Moderatorarrrrg
Glad you got it sorted.
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
November 12, 2014 at 14:29 in reply to: how to display related articles OVER and not UNDER post #35186sharmstr
ModeratorThe kleo team gets all the credit for making this stuff really easy to do. Glad it worked out for 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
Moderator@elv – That looks pretty good. It has some issues on smaller displays, but overall I really like it. I have on my todo list to code a post list for a custom post type on my site. I like the idea of the text being inline with the picture. I’ll work on it today and share my results with you. Also, I’ve customized the kleo meta function that will format the meta differently based on post type. It should be easy enough to add support for choosing which meta to display as well. I’ll share that later 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
November 12, 2014 at 12:55 in reply to: how to display related articles OVER and not UNDER post #35175sharmstr
ModeratorAll of those parts are in /kleo/single.php. Just copy it to your child theme and move them around. You’ll see 3 different sections in the middle of the file.
This prints the post content
COPY CODE<?php get_template_part( 'content', get_post_format() ); ?>
This prints the social section
COPY CODE<?php get_template_part( 'page-parts/posts-social-share' ); ?>
This prints the related section
COPY CODE<?php if( $related == 1 ) { get_template_part( 'page-parts/posts-related' ); } ?>
Just switch their positions. You may find that you’ll have to make a few css adjustments, but the whole things looks like it should be pretty easy to do.
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
ModeratorGlad you found the conflict. Sorry it doesnt 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
November 11, 2014 at 23:02 in reply to: Showing some profile fields in member’s profile header not working after update #35109sharmstr
ModeratorWell, even if he has the child theme active, it will work if he updates the parent theme file and doesnt have a copy in his child theme. I tried to get him to send me credentials so we dont have to guess or keep going back and forth. 🙂
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
November 11, 2014 at 22:42 in reply to: Showing some profile fields in member’s profile header not working after update #35104sharmstr
ModeratorThat plugin isnt necessary.
Edit: Unless he used custom fields which would be impossible to do without the plugin being activated. I tested his code without the plugin and it worked.
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
ModeratorMy site is loading both of those files over ssl by default… meaning I didnt have to fix anything to make that happen.
btw – your site is NOT loading over ssl by default.
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
November 11, 2014 at 18:25 in reply to: Showing some profile fields in member’s profile header not working after update #35061sharmstr
ModeratorDo you have caching enabled?
Try editing the code so it has to print something. Put something like “is this darn thing working” right after <div class=”profile_fileds”>
COPY CODE<div class="profile_fields"> Testing 1, 2, 3. <span style="font-size:22px; color:#222222; font-weight: normal;">
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
November 11, 2014 at 17:46 in reply to: Showing some profile fields in member’s profile header not working after update #35057sharmstr
ModeratorAlso, you didnt say if you actually went into a profile and set a value to those fields. If they are blank, they will not show up.
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
November 11, 2014 at 17:45 in reply to: Showing some profile fields in member’s profile header not working after update #35056sharmstr
Moderatorreply privately with admin credentials and a link to your site. 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
November 11, 2014 at 17:12 in reply to: Showing some profile fields in member’s profile header not working after update #35052sharmstr
ModeratorJust thought of something. If this is a new install, did you actually add those fields to x-profile and have they been set in the profile you are viewing?
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
November 11, 2014 at 17:10 in reply to: Showing some profile fields in member’s profile header not working after update #35049sharmstr
ModeratorIt works fine.
Going forward, do NOT update core files. Those changes will be overwritten with every Kleo update. Instead, enable your child theme and move the file to /kleo-child//buddypress/members/single/member-header.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
ModeratorYou need to update it manually. 4.3.4 is in the latest theme forest download in the plugin folder. https://archived.seventhqueen.com/documentation/kleo#updates
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 it in css
COPY CODE.widget-item-listing img { height: auto !important; width: auto !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
November 11, 2014 at 15:11 in reply to: Showing some profile fields in member’s profile header not working after update #35021sharmstr
ModeratorAs I’ve said. It works. I tested 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
ModeratorThat’s where you can add javascript code. I use it for several scripts. Are you sure that script even works?
View the page source of a page that has the widget. Do a search for <script> Look for the code they gave you to verify that its being added to the page.
I can tell you that I added it and it doesnt do anything to the gallery widget. Here’s a screenshot of my page when I view source and search for <script>.
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.November 11, 2014 at 14:56 in reply to: Showing some profile fields in member’s profile header not working after update #35016sharmstr
ModeratorRegarding codes. That’s the only code you need. Its not a kleo fucntion, its a buddypress function. Regardless of the field type that you use to set the information (checkbox, text field, dropdown) the information is stored in the database the same.
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
November 11, 2014 at 14:54 in reply to: Showing some profile fields in member’s profile header not working after update #35015sharmstr
ModeratorThe code works fine.
I need to know which member-header.php file you edited? The one in /kleo or one in /kleo-child? If it was in /kleo then the file was overwritten by the update and you need to re-add 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
ModeratorYeah. You’re the first one reporting this issue which leads me to believe its a plugin conflict. I did a google search for you and all the info I found pointed to either installing the buddypress template pack or to 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
November 11, 2014 at 14:17 in reply to: Showing some profile fields in member’s profile header not working after update #35009sharmstr
ModeratorOr, maybe you made the change to the page in /kleo without copying it to /kleo-child. In which case, the update overwrote that page and you lost your code.
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
November 11, 2014 at 14:15 in reply to: Showing some profile fields in member’s profile header not working after update #35007sharmstr
ModeratorAre you running the latest version of buddypress?
Also, I’m assuming you had to override (copy) the memeber header page to your child theme. Whenever you override default kleo pages, you must ensure that you’re comparing them to new versions after every update. There maybe new code that wont work with the old version of the page you have in your child 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
ModeratorIts probably a plugin conflict. Have you tried disabling your plugins?
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
ModeratorAlso, you were setting the background image on the column, not the row. That’s why that didnt 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
ModeratorI’m having a lot of problems staying connected to your site.
But here’s what I did.
1 – To add the background click on the pencil icon right above testimonials (upper right). In there, you’ll be able to set your background image.
2 – Hide title, breadcrumb and Information under theme general settings – title section
3 – Set the menu to transparent under general settings – display settings
4 – Removed and readded the search form, selecting ‘forums’ as the search context.
Also, please update to Visual Composer 4.3.4. You can find it in the Theme Forest download.
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 put it in theme options – javascript code. Wrap it with <script> and </script>
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
ModeratorTurn off the breadcrumb. Whenever you select transparent, it moves the “title/breadcrumb/main menu info” section up under the transparent menu. Its a side effect. I think the kleo team assumed that we’d be turning off title, breadcrumb and main menu info if we were using a transparent menu. I’ve been meaning to ask Abe about this.
Anyhow what you are seeing is actually the title/breadcrumb area. The menu is still transparent.
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
ModeratorDont alter it. I’ll take care of it on my end. Thank you though 😀
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
ModeratorThank you. I appreciate that.
I tested out the widgetised sidebar idea and it works, but you’ll have to wrap it in a div to keep it from stretching across the entire width of the page.
@abe. Is there a simple shortcode to display the form? I cant recall ever seeing 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
ModeratorDepends on what you’re after. Do you want it to pop up in a modal or display the actual form?
Adding the login modal is easy. You just need to trigger it via setting the kleo-show-login class name.
here’s an example using a button
COPY CODE[kleo_button title='Login' style='see-through' icon='star-empty' tooltip_position='left' tooltip_action='hover' size='lg' el_class='kleo-show-login']
I’m not sure if there is a shortcode to display the form on a page. If not, you can probably hack it by creating a sidebar (wp admin – appearance – sidebar), then add the buddypress login widget to it (wp admin – appearance – widgets) then use the VC Widgetised Sidebar shortcode to display it.
If you use a layout with a sidebar, you can just add the Buddypress login widget to the sidebar and it will show up on all of your pages.
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
ModeratorOther than verifying that kleo and k-elements are up-to-date, I’m not sure what else to check. You’ll have to wait for the Kleo team to take a look at this. Sorry I couldn’t sort it out for you. But at least we’ve narrowed it down.
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 turned on privacy 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
Moderatorooo. I didnt think about hooking into the content. Man, I have so much to learn still. That might be better abe. Then you dont have to alter kleo if its something only a few will use.
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, but try switching to a standard wordpress theme and disabling k-elements. Does you third part tabs still have issues? Just trying to narrow it down.
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 installed some sort of activity privacy 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
ModeratorI just found this for displaying forum topic counts in the sidebar. Haven’t tried it
https://github.com/syamilmj/Supportte/blob/master/widgets/forum-categories.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
ModeratorOr if you’re talking about the list in the sidebar, I think they are using this https://github.com/syamilmj/Supportte/blob/master/widgets/forum-categories.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
-
AuthorPosts