Forum Replies Created

Viewing 40 posts - 41 through 80 (of 82 total)
  • Author
  • in reply to: Home Company Demo Site #177187
     Strothi
    Participant

    Found it 🙂 For anyone looking: You just need to reassign the triangle image as a background to work 🙂

    in reply to: Home Company Demo Site #177185
     Strothi
    Participant

    @ledsignkorea I have the same issue. Could you let me know how you solved it?

    Thanks 🙂

    in reply to: ipad menu in landscape does not work #168928
     Strothi
    Participant

    Dear Kieran,

    thanks for the suggestion. Now the full menu is shown, but essentially put below the logo and thus takes quite some screen estate away. In other words, now the menu items are accessible – which is a plus – but it looks a bit out of place. Is there any chance to get the compact menu working on the iPad in landscape view?

    Kind regards,
    Philip

    in reply to: Header image settings work differently per page #157793
     Strothi
    Participant

    Ok, thanks @radu. Any idea why it’s also not working on the events page?

    in reply to: Buddypress CSS Bold Change #157486
     Strothi
    Participant

    Perfect, thanks! 🙂

    in reply to: Buddypress CSS Bold Change #157481
     Strothi
    Participant

    Dear @Abe,

    could you be so kind and help me fix the issue with the menu items as per my screenshot?

    Thanks in advance 🙂

    in reply to: Buddypress CSS Bold Change #157471
     Strothi
    Participant

    Looks good, except for the profiles top menu…

    Attachments:
    You must be logged in to view attached files.
    in reply to: Buddypress CSS Bold Change #157456
     Strothi
    Participant

    Dear @Abe,

    here you go.

    Thanks in advance!

    Kind regards,
    Philip

    Attachments:
    You must be logged in to view attached files.
    in reply to: Buddypress CSS Bold Change #157293
     Strothi
    Participant
    This reply has been set as private.
    in reply to: Buddypress CSS Bold Change #157291
     Strothi
    Participant
    This reply has been set as private.
    in reply to: Buddypress CSS Bold Change #157289
     Strothi
    Participant

    Hey @Abe,

    so the screenshot is from a menu item where just the menu item is shown instead of text. It’s this one:

    COPY CODE
    .navbar-nav [class^="icon-"]:before, .navbar-nav [class*=" icon-"]:before {
        font-weight: bold;
    }

    If this where just that one, I wouldn’t mind. But all the Buddypress H5 headings have also gone bold, as have menu titles etc. Just doesn’t work with the rest of the site anymore.

    Kind regards,
    Philip

    in reply to: Menu icon doesn’t show when class=open-sidebar #154671
     Strothi
    Participant

    Thanks @Radu,

    increasing max_input_vars from 1000 to 2000 helped solve the issue.

    Kind regards,
    Philip

    in reply to: Menu icon doesn’t show when class=open-sidebar #154625
     Strothi
    Participant

    Ok, thanks, will do and report back 🙂

    in reply to: Menu icon doesn’t show when class=open-sidebar #154620
     Strothi
    Participant
    This reply has been set as private.
    in reply to: Menu icon doesn’t show when class=open-sidebar #154484
     Strothi
    Participant

    Dear @Radu,

    Thanks for looking into it. Unfortunately, your solution doesn’t work so far. Currently, any icon I select will disappear in the menu setting when I try to save it. I select an icon, click on save and when I then review the menu setting, the icon is gone again!

    Kind regards,
    Philip

    in reply to: Menu icon doesn’t show when class=open-sidebar #154259
     Strothi
    Participant
    This reply has been set as private.
    in reply to: VC-Element “kleo-gap” isn’t recognized anymore #146327
     Strothi
    Participant

    Dear Laura,

    I found the issue. There was an override in the CSS, which I’ve now fixed.

    Kind regards,
    Philip

    in reply to: “0 comments” for CPT is showing #144900
     Strothi
    Participant

    Dear all,

    in case anyone runs into a similar problem, I solved it by using https://wordpress.org/plugins/disable-comments/ for disabling comments entirely for the post types in question 🙂

    All good!

     Strothi
    Participant

    Hey Radu,

    please find the code on pastebin here: http://pastebin.com/FZti3pDU

    Thanks in advance for looking into it!

    Kind regards,
    Philip

    in reply to: Hide profile meta on public profiles #128496
     Strothi
    Participant

    Dear Radu,

    Thanks for pointing me in the right direction. Actually, it turned out that I had to adapt cover-image-header.php – probably because the general cover image function is active. Now it works 🙂

    Thanks again 🙂

    in reply to: Member page listing layout issue #127457
     Strothi
    Participant
    Not marked as solution
    in reply to: Member page listing layout issue #127444
     Strothi
    Participant
    Not marked as solution
    in reply to: Member page listing layout issue #127439
     Strothi
    Participant
    Not marked as solution
    in reply to: Member page listing layout issue #127428
     Strothi
    Participant
    Not marked as solution
    in reply to: Meta fields in custom post type #126082
     Strothi
    Participant

    Awesome!!! Thanks so much 🙂

    in reply to: Meta fields in custom post type #126066
     Strothi
    Participant

    Dear @sharmstr,

    I’ve used the code above to get rid of all my meta data, unfortunately I still end up with the “edit” link in admin mode and a corresponding meta field block in the actual cpt view. As in, as you can see here, the logo is shifted to the right, even though all meta data is hidden: https://fslci.org/universities/universite-de-bordeaux/ due to the actual meta box still showing up.

    I thought about correcting it via css, but that property applies to all posts, not just the cpt. I tried quite a lot of different ways, but I haven’t found the solution yet. I’m hiding the meta fields field by field with in my case

    if ( in_array('tags', $meta_elements ) && ( get_post_type() == '!=universities' ) ) {

    I guess there could also be a nicer way by just defining a new function for when get_post_type() == 'universities' applies, but while I’m fairly good at reading code and understand its functions, I’m not of a big code writer myself.

    Any help would be greatly appreciated!

    Thanks in advance 🙂

    in reply to: Change the scrolling speed #123735
     Strothi
    Participant

    @abe, turns out, I was wrong 🙁 Didn’t see tab was already selected… So, this works only, when the tab I want to jump to has already been selected before. If it’s not selected and I click the menu item, it doesn’t do anything. So, back to where we were before.

    in reply to: Change the scrolling speed #123734
     Strothi
    Participant

    @abe,

    solved my issue 🙂 I noticed that I can set a css class in my menu items, so I did and now it works. I can’t set the speed yet, but it works alright this way. Love it!

    Kind regards,
    Philip

    in reply to: Change the scrolling speed #123721
     Strothi
    Participant

    @abe,

    Thanks for looking into it. Indeed, that’s what I would need and it would be great to have that as an option 🙂 In the end, if I use the same principle for sections, it works as I need it, as in it jumps to the section. So it would make sense, if it does the same for tabs as well.

    Kind regards,
    Philip

    in reply to: Change the scrolling speed #123612
     Strothi
    Participant

    @Abe,

    upon further testing it turns out, that scroll/jump to tab actually doesn’t work as it should. If I’m already on the start page for example and I want to jump/scroll to a tab in that page, that does not work as the click on the menu has no effect except for changing the domain and referencing the tab. But it’s not reloading the page nor jumping/scrolling to the tab in question. If I’m however on a different page and click on the same menu entry, it takes me to the right tab. Tested in FF and Safari on Mac. To check what I meant, go to https://fslci.org and try to access the vision section via the top menu on the homepage.

    Thanks in advance for looking into it.

    Kind regards,
    Philip

    in reply to: Change the scrolling speed #123557
     Strothi
    Participant

    Hey @abe,

    I just noticed that you introduced support for tab links in your latest update, which is amazing!!! Was trying to fix that issue on Friday and now it’s already solved 🙂 Question: Any way to make this work together with the kleo-scroll-to option? I understand that I can set the time for specific links as described in your post, but how can I make that also work with the tab element? Any suggestion?

    Thanks so much in advance.

    Kind regards,
    Philip

    in reply to: Critical issues after update #116631
     Strothi
    Participant

    @lifevise I solved my problem! It wasn’t the theme, but a plugin conflict. It seems that WordPress changed some js related things, which caused a plugin that I had installed to block js elements from loading properly. In my case the “Use jQuery jsDelivr” plugin caused the issue. Hope you get your side fixed as well 🙂

    in reply to: Critical issues after update #116602
     Strothi
    Participant

    @abe As both I and Lifevise highlighted in our posts, we have upgraded! The problem started with updating to 4.0.5. It’s not working, this is a serious problem, please look into it!

    in reply to: Critical issues after update #116564
     Strothi
    Participant

    As a further test, I just replaced the files as per the pop-up, but it doesn’t change anything since I had already installed Kleo 4.0.5 anyhow and the problem remains. Timeline is gone, grid doesn’t show, slider doesn’t show, symbols don’t show, menus are not responsive anymore, pictures and blog entries don’t show. All in all, site is not working anymore!!!

    in reply to: Critical issues after update #116562
     Strothi
    Participant

    @abe: I did just update both, wordpress and kleo and I’m having the same issue. A lot of content doesn’t show, I can’t even navigate anymore via the normal top menus. Something is blocking the entire site. Many VC elements also don’t seem to work properly, so that might be the cause of the issue?

    in reply to: New Member do not show in BP Activity Stream #106540
     Strothi
    Participant

    Dear Laura,

    yes, I’m running buddypress and bbpress and user profiles are also synced and show up as they should. The only thing which does not work is seeing them in the activtiy stream.

    Kind regards,
    Philip

    in reply to: KLEO Updates Change Log #104997
     Strothi
    Participant

    @abe, could you update the update log, so we can see what changed in 3.9 / 3.9.1?

    Thanks in advance!

    in reply to: Google Fonts don't reder properly #96853
     Strothi
    Participant

    Dear Radu,

    Thanks for your reply. I’ll look into it!

    Kind regards,
    Philip

    in reply to: Google Fonts don't reder properly #96419
     Strothi
    Participant

    Dear Radu,

    apologies for the late reply from my end. Unfortunately, the issue is still present for me. Having checked on multiple machines from colleagues, it appears that the issue is only with Chrome for Mac! Chrome for Windows is indeed not affected. Any idea why?

    Thanks so much in advance.

    Kind regards,
    Philip

    in reply to: Keymaster sign shows out of place #83357
     Strothi
    Participant

    Perfect, solved the issue. Sorry that I didn’t see the threat myself before posting…

Viewing 40 posts - 41 through 80 (of 82 total)

Log in with your credentials

Forgot your details?