Forum Replies Created
-
Author
-
sharmstr
Moderatorand even in your test, you’re still putting a container in there. On my site, it was for a button.
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 gave you the fix already. Please use 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
ModeratorThe header/bottom content fields have been updated in the next minor release and will accept html. I’ve tested it and you will be able to add an image like this
COPY CODE<img src="http://localhost:8080/wp/wp-content/uploads/2014/02/kleo_buddypress_bbpress_rtmedia.png" />
To answer your question though, yes you can put the single image shortcode in there now.
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, but you also have a container in there that the rest of us didnt have. See attached.
COPY CODE.bg-full-video .container, .bg-full-video .container-full { pointer-events: auto; }
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
Moderator🙂
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@maxarts – 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
ModeratorThis will be fixed in the next update. In the meantime, put this in your Theme Options > General > Quick CSS
COPY CODE.social-header { z-index: 1600; }
@abe – Can you fix this in core? I’m not sure if this is exactly how you want it done. Thanks 🙂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
Moderatorrespond privately with a link and credentials for an account that has messages.
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 fix is available in BP 2.3.2 https://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.3.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
ModeratorSorry for being dense, but I dont know what you mean. Can you attach an screenshot?
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’ll have to change buddypress functions so ask on their forums.
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 had this issue on another site. It turned out to be a plugin conflict. Disable plugins until you can find the offending 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
ModeratorI would do a google search for a plugin. There’s nothing in kleo for this and its really more WP 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
Moderatorrespond privately with a link a 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
ModeratorNo.
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 full download package from theme forest. Same as its always been.
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, this will be fix in the next minor release. In the meantime, put this in your childs functions.php file. Remember to remove it after the next update
COPY CODEfunction kleo_title_main_content() { if (sq_option('title_location', 'breadcrumb') == 'main') { $title_status = true; if( is_singular() && get_cfield( 'title_checkbox' ) == 1 ) { $title_status = false; } if ( $title_status ) { if ( is_singular() && get_cfield( 'custom_title' ) && get_cfield( 'custom_title' ) != '' ) { $title = get_cfield( 'custom_title' ); } else { $title = kleo_title(); } echo '<div class="container">'; echo '<h1 class="page-title">' . $title . '</h1>'; echo '</div>'; } } }
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 attached the same image twice, but yes, it appears to be a bug.
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 are saved per theme, so you’ll need to import/export: http://sharmstr.com/saving-importing-and-exporting-kleo-settings/
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 css
COPY CODE[class^="icon-"]:before, [class*=" icon-"]:before { color: #4d151d !important; } .hr-title { border-color: #4d151 !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
sharmstr
Moderatorhttps://archived.seventhqueen.com/forums/topic/website-down-after-update
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/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
ModeratorOh geez. No wonder nothing is working. https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-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
ModeratorIf they aren’t in the db, how will they show on the activity feed? That is the answer. 🙂
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
ModeratorAre you on Kleo 3.0.1?
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
ModeratorHere’s the function to stop registering of certain notifications. This doesnt hide them, it STOPS them from being saved to the db.
COPY CODE//Block certain activity types from being added function bp_activity_dont_save( $activity_object ) { $exclude = array( 'updated_profile', 'new_member', 'new_avatar', 'friendship_created', 'joined_group' );
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@mirek – I’m not having a problem translating. My question is for radu. Thanks for trying to help, but I dont need assistance. 🙂
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 you have private messaging turned on in Settings > Buddypress?
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 had them add importing in the next minor update (dont have an eta) because it was a bit to hard to figure out on your own. They updated the doc a bit early.
Here’s how to do it now.
1 – Go to geo directory > design and set it up like attached.
2 – Go to geo directory > permalinks and it up like attached. Create the pages first if you haven’t done so already. You just need to create blank pages, except for the one you’ll use for locations. That’s the one that should get the shortcode for the full map header as mentioned in the doc.
3 – Go to settings > reading and set your front page to whatever you set to your geo locations page (in my screenshot above its Home Business Directory)
4 – Go to Appearance widgets and see if Geo Directory created the widgets for you. See attached. If so, then you’re all set. You can tweak the widgets to get whatever display you want. The one I had to change is GD Home Content Section > Popular Post View > Layout: Grid View (Three column).If GD didnt auto create the widget for you, let me know and I’ll tell you how to import 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
Attachments:
You must be logged in to view attached files.sharmstr
Moderator1 – It does. If its not for you, check for jquery errors on the page.
2 – same as above
You can log into the Kleo demo and see that all of that works fine with ajax.
3 – You should ask on the bp forums. Kleo doesnt handle that. I remember seeing a custom function to do that.
4 – Again, ask on the bp forums. There’s probably a plugin for that.
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
ModeratorWhy not use the built in way of doing it?
Theme Options > Styles
Either change the change the main or alternate sections. For featured items, make sure you set your row to use the appropriate style (main or alternate)
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@mirek – Having to delete the files after every update inst update proof. That’s my point.
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
Moderatorif you saw that was the issue on Friday/Saturday, why am I just now hearing about it?
I only just looked at it today.
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
ModeratorHey Radu, but how does that make them upgrade safe? Given, an upgrade wont overwrite their files saved to wp-content/languages/themes/, but it will readd the default ones back into /kleo/languages. So if it does that wont it use those instead? Do they have to go back and delete them again?
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 definitely have. You shouldnt be editing core kleo files. You should have installed the kleo child theme, enabled it and made your changes there.
Follow these step carefully
– Backup your site including the db.
– Figure out what changes you have made and note them somewhere. I see a bunch in /kleo/styles.css
– Upgrade your site to Kleo 3.0.1 (you have a newer version of BP that Kleo 2.4.3 inst completely compatible with)
– Upgrade all of the kleo approved plugins (rev slider, k-elements, cover photo, visual composer)
– Install the kleo child theme but dont enable it
– Go to Theme Options > Import/Export and export your settings
– Activate the kleo child theme
– Go to Theme Options > Import/Export and import your settings
– Apply any changes you had made before, but this time do it within the kleo child theme (i.e. /kleo-child/styles.css)AGAIN, BACK UP YOUR SITE BEFORE DOING THIS
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
ModeratorHave you edited anything in /themes/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
ModeratorIt should by default. Please provide a link with 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
ModeratorAt one point, you had your media size setting to 1038×9999. When those images were uploaded, it save them at that size. This is not Kleos doing. All Kleo is doing is bringing back the images. It doesnt care what size they are.
Anyhow, I check your media size settings in wp admin and they are back to 1024×1024. After that I reuploaded the feature image for podcast 89 and its displaying correctly now.
You can use this plugin to fix all your previously uploaded images: https://wordpress.org/plugins/regenerate-thumbnails/
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 container responsiveness is doing that. Its by design. You can upload an image that is atleast 1920 x 400, but if you view on a smaller screen you wont see the entire image.
I’m moving this to the bugs forum since I can confirm the photo being deleted when you change the center, top or bottom setting.
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’m out now.
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