Forum Replies Created
-
Author
-
niljeParticipant
hi,
thanks, thats what I already tried, it’s the one field I can’t deleteAttachments:
You must be logged in to view attached files.niljeParticipantit’s on maintenance mode, but I can give you a screenshot
Attachments:
You must be logged in to view attached files.niljeParticipantSo I would have to write to each bp plugin support, where it shows it wrong? Oh my 🙁 I wouldn’t even know which plugins they are because it was already integrated in Kleo.
Thanks, but it seems like the plugin you suggested doesn’t work any more…
Can’t we just trick it somehow by overriting or anything? Like, all usernames (never mind if via FB or not) capitalized and without – .. or automatically space instead of – ?
niljeParticipantGladly,
I took a screenshot and put a red shape at the wrong facebook-usernames. At the Breadcrumb Section you see the Name like it is in Facebook, so there it’s correct. But that’s the only place where it is right at the Frontend (at the Backend it is correct too)
Thanks!
Attachments:
You must be logged in to view attached files.niljeParticipantohh I think you misunderstood me, sorry. With ’email icon’ I just meant the message icon which is already there at the mainmenu. I just mean the order / priority of which is shown, when the menu goes into a ‘slidemenu’ at mobile devices.
It would be ok too, if there would just be one icon instead of two at mobile devices. So then there would just be the notifications-icon
niljeParticipantHello again, still need help with this. Could you tell me where I would find a solution? Is it about Buddypress or the Facebook Settings or what could it be?
Thanks..niljeParticipanthi,
sorry for the late answer,
so what I mean… at the screenshot you see the mobile version of the mainmenu, there are two icons outside, in this case notifications and the card. But I would like them to see the Email Icon and the Notifications.. or anything but the card.
Thanks!
Attachments:
You must be logged in to view attached files.niljeParticipantThing is, it is sometimes right. At the Breadcrumb Section for example.. so it can’t be that hard to show it right?
Again thanks for looking into it
niljeParticipantNothing at all? At other pages where you can login with facebook it is shown the normal way.
And in wordpress, for example at the breadcrumb section it is shown normally tooniljeParticipantoh my, don’t know whats going on…
tried it two times again since last time, first it showed again confused theme colors which I didn’t set / mixed parts of new and old settings. After updating to Kleo 3.0 it stayed that way. Again restored backup, design was fine again, updated to 3.0, design remains good.
But now, I cant even see the options of the whole Kleo panel. Yesterday I had just problems with ‘Styling Options’ and could change for example the general options, now I don’t see that any more. Well for now it’s ok, design works, but really don’t know whats going on there.niljeParticipant🙁 same problem… but now without the settings of the plugins I used yesterday.
Maybe it has something to do with the new feature ‘color presets’ or something? No idea..niljeParticipantok… I’m trying to restore my whole site-backup from yesterday. pretty sure it was the plugin ‘better wordpress minify’, had a bad feeling in the first place, even though it had good reviews.
hope it’s going to be well :/
maybe the productcategory works than as wellthanks for looking into it!
– oh that went fast. worked, updating now kleo 3.0
niljeParticipantok.. what does this file exactly, can I create it or is there just a newer version I could put in instead of the one I have now?
niljeParticipantthats strange… I’ve installed a few plugins to make the site faster yesterday, but did a backup before and tried to run it again with the ‘old’ dynamic.css. Plugins I used are ‘WP Super Cache’, ‘Better WordPress Minify’, an Imageoptimizer and a Database Cleaner of old Revisions. Could this have to do with one of these plugins? But why doesnt it work with the dynamic.css I saved before those changings?
niljeParticipantNo, doesn’t solve the issue. And now it is confused with the styling options, it shows some old color-versions I had a while ago and it won’t update the changes of the Styling Options too.
niljeParticipantright, thanks and sorry
now I have Version 4.4.3 of VC
(still without categoryresults)niljeParticipantchanged memory limit into 256.. still no change
about visual composer, thats strange, cause it said it would have updated successfully. But could it be, that I just get an update when I buy VC? Just have the one I got from ‘Kleo’.
niljeParticipantHm, don’t know what else to do… updated VC, installed Taxonomy Metadata and other plugins which was recommended. At the System Status, I don’t see any reasonable issues and then I deactivated every single plugin, it still doesn’t work… maybe I’ve set something wrong at the WooCommerce Admin Panel?
Do you know an alternative Plugin/Widget for this?
niljeParticipantnot the prettiest way, but I did this:
a.ajax_view_all {display:none}so there is no ‘view all results’ and there are only the ones you see with the ajaxified function
sorry for my bad english.
still hope for a better solution, but it works so far for me.
niljeParticipantoh, now I see it’s “not a support question”? what does that mean?
I just don’t find the variable and path to create the code to put it into ‘add filter’, thought that would be easy for you to answer? I worked it out with the social share, but don’t know how to see ‘kleo love’ too, which is right next to ‘social share’ in the original.niljeParticipantHi,
short update, the links at the mainsite works again.
But I still don’t know how to get kleo love and social share into the add-filter-codeRegards
niljeParticipantIt’s already enabled.. I see it at the single post pages too, but have to get it somehow into the ‘after-item’ filter of the post-layout plugin I’m using… I searched for the “$” and the path of kleo love item, but I couldn’t get it to work… like that, like I said:
$social_share = get_template_part( ‘page-parts/posts-social-share’ );
that works perfectlyor is there maybe a solution with both, social share and kleo love item and its called ‘after-content’ or something like that, saw something too, but doesn’t work…
niljeParticipantGreat, we could solve the problem
That’s the code it works perfectly with:add_filter( ‘pt_cv_after_item’, ‘my_after_item’, 10, 2 );
function my_after_item( $args, $post_id ) {
// get post comment
$args = array(
‘status’ => ‘approve’,
‘number’ => ‘1’,
‘post_id’ => $post_id,
);ob_start();
foreach($comments as $comment) :
echo($comment->comment_author . ‘<br />’ . $comment->comment_content);
endforeach;$social_share = get_template_part( ‘page-parts/posts-social-share’ );
// Change global $post
global $post;
$gpost = $post;
$post = get_post( $post_id );// Show comment form
comments_template();// Recovery global $post
$post = $gpost;$args = ob_get_clean();
return $args;
}I added this line: $social_share = get_template_part( ‘page-parts/posts-social-share’ );
But I just see the social shares like facebook, twitter etc… how can I put the ‘kleo-like-item’ into it?Thanks!
niljeParticipantOk, thanks… I found a plugin a time ago, its called ‘category order’, but it doesn’t work. Any idea why?
niljeParticipantHi, it’s me again.
The settings via Visual Composer worked fine, but theres still a problem. The Ajax searchresult works like it should be, but as soon as I ‘view all results’ (or just confirm by enter), there are again all pages/products.
Can I costumize that somehow? Same is the member search of VC, so there can’t be a global change, unfortunately.
Best Regards,
Dani -
AuthorPosts