Forum Replies Created

Viewing 30 posts - 1 through 30 (of 50 total)
  • Author
    Posts
  • in reply to: Activate Mobile Menu at higher resolution #1431331

    Awesome! That works perfectly. Thank you very much @Nikko – much appreciated :)

    Please mark this thread as “Solved”.

    Thanks once again :)

    in reply to: Activate Mobile Menu at higher resolution #1431322

    Ah yep, that’s closer @Nikko – now it’s hiding the main menu. Thank you.

    However, when clicking the burger menu at that resolution, nothing happens (ie the menu doesn’t appear).

    It’s fine at mobile resolutions – if I click the burger menu, the menu appears/drops down.

    But at 1280×720 for example, clicking the burger menu – the dropdown doesn’t appear.

    Would it be safe to assume something is “hiding” it? I can’t see anything in CSS that might be doing it, but I’m probably just missing it?

    in reply to: Activate Mobile Menu at higher resolution #1431312

    Actually I stand corrected – the Burger Menu actually does appear at the 1300px width.

    However, the top menu is still there as well, and that doesn’t completely disappear until 990px.

    Does it make a difference that I’m using the “Max Mega Menu” plugin?

    The site in question is posted in the private content section below:

    • This reply was modified 7 months, 3 weeks ago by adapt. Reason: Added link to site in question
    in reply to: Activate Mobile Menu at higher resolution #1431308

    Hi @Yigit

    Thanks for the response. I pasted in the code from the page you linked to (under “Burger/Mobile menu activation – Custom Screen Width”):

    /* Activate burger menu */
     @media only screen and (max-width: 1300px) {
    #top #header .av-main-nav > li.menu-item  {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }}

    However, even after clearing server, CloudFlare and Chrome caches, there was no change – the burger menu didn’t activate until the tablet resolution (“Activate for Smartphones and Tablets (browser width below 990px” in the “Menu Items for mobile” subheading in the Enfold > Main Menu options that I’d set).

    in reply to: Removing “post-meta-infos” completely #1424829

    That’s extremely helpful – thank you @Ismael!

    This can be marked as “solved” now.

    Cheers!

    in reply to: Removing “post-meta-infos” completely #1424749

    Thanks for the reply @Ismael, much appreciated. That worked!

    Just to double check – when doing edits like this, should I emulate the folder structure as well?

    For example, the child theme didn’t have an “includes” folder, so I created it.

    Is this the best way to do it?

    Also, final question. This is slightly unrelated, but also related.

    Just under the part we just edited, are the social share buttons, which I left “activated” (ie on).

    However, the header for this is “Share this entry“. I’d like to change this to “Share this article“.

    Is there a simple way (in the browser Inspect function) to figure out which file the code comes from, to set this text?

    Because if I know that, then I know the next steps. This is the same for a lot of sections that I may want to change update across the site – I can never know which file to look into to update – is it functions.php, or as above, loop-index.php etc etc.

    in reply to: Best way to inject variable content into post body #1424443

    @Ismael – thanks for the reply – that’s not something I had considered. Much appreciated!

    @SHR Design – you might want to create your own thread for your issue, as it’s completely unrelated to this topic.

    Understood – thanks for the clarification @Ismael.

    Perhaps something to consider for a future update to the theme….. :)

    in reply to: Restrict Masonry gallery title & description #1418826

    Thanks Ismael, that’s an excellent solution. The one Mike provided works for now, so I’ll just stick with that, but if we need to make adjustments in the future, I’ll revert to this suggestion, as it’s probably the cleanest.

    Thanks!

    in reply to: Restrict Masonry gallery title & description #1418705

    Actually, is there a way to dynamically display a “…” at the end of the text, if it’s one of the ones that is too long and gets cut off?

    Just so the user can clearly see it’s “continued”, rather than just cutting it short?

    in reply to: Restrict Masonry gallery title & description #1418703

    That’s perfect Mike – that’s exactly what I was looking for.

    Thank you!

    in reply to: Restrict Masonry gallery title & description #1418518

    Sure thing Ismael, I’ve included the link to the page below.

    In the meantime I’ll check out the links you provided – thank you!

    in reply to: Using ALB to customize author archive page? #1361676

    Understood, thank you

    Thanks @Ismael.

    I systematically went through and disabled each plugin one at a time and tested, and sure enough, after disabling this plugin, the spacebar started working in ALB elements again.

    I have no idea how/why that could interfere with the spacebar function in some ALB elements, but perhaps somewhere in that plugin’s code was some code similar to what @Guenni007 mentioned.

    Additionally regarding the second issue with “ld-section-heading” appearing in the wrong place, I noted that when I disabled “display: flex” in Chrome developer tools, the text went to where it should be.

    As such, I added

    .ld-section-heading {
        display: inline !important;
    }

    into Quick CSS, and that seemed to solve the problem.

    I’m not sure if this is the best solution, and whether it’ll break when viewed on certain screens/resolutions, but for now I’m claiming it as a “win”….lol.

    Sorry, one further issue we’ve noticed.

    After adding in ALB into the LearnDash courses/lessons, it’s messing up placement of the “ld-section-heading” text from LearnDash – please see attached screenshots.

    I’m assuming I just need to modify the “ld-section-heading” class to work around ALB, but not sure how to do this.

    Thanks for the response Nikko. I’ve included the temporary login below. It’s set to expire 1 week after access – hopefully that’s sufficient time.

    Please be advised, the issue mentioned above (spacebar not working) doesn’t just occur on LearnDash course/lesson pages, but sitewide, so on any regular Post or Page as well.

    As mentioned, it works fine for Text Blocks, but seems like that’s the only element that it works for.

    I’m wondering if it has something to do with the WYSIWYG editor? As that editor is not available in any other element.

    Also please note – although I created a child theme, the active theme is NOT the child theme, so the code modification had to be made on the parent theme functions.php

    in reply to: Masonry Grid modification #1356505

    Hi Rickard

    Thanks for the followup. This is all I needed help with at this stage, so this can be closed (shame there’s no option for the person who started the thread to mark it as “solved”, otherwise I would’ve already done that).

    Thanks for your guys help!

    in reply to: Masonry Grid modification #1356447

    Oh NICE! That’s it, that totally fixed it. Thank you!

    in reply to: Masonry Grid modification #1356087

    Thanks @Ismael, much appreciated.

    Your solution has narrowed the gap between each element, which is fantastic, so thank you for that.

    However, unfortunately it’s introduced a new problem – the thumbnail for the very first element no longer appears (you can only see the title). I’m guessing it gets cut-off somehow?

    As a side note, I also note there seems to be a much bigger gap between the last element in the Masonry and the footer, which this change caused somehow.

    I can’t believe how frustrating this is – it feels like 2 steps forward and 1 step back.

    Any ideas?

    in reply to: Masonry Grid modification #1356065

    Is there anyone from the support team able to help?

    I still need help reducing the gap between elements when viewing on mobile. The solutions given above fix image/layout issues on desktop, but they have exacerbated the gaps when viewing the site on mobile.

    in reply to: Masonry Grid modification #1355789

    Still needing some help on this @Ismael, or any other mod/support person, please.


    @Guenni007
    – while it would be nice for other members to be able to help out, in a lot of cases it’s for business/company privacy. That’s why I’m paying for ongoing support from Kriesi.

    in reply to: Masonry Grid modification #1355544

    Thanks Ismael.

    Your solution is close to what I already had (and mentioned in my first post). I modified it slightly so it’s:

    bottom: 230px;

    (instead of 50px per your suggestion)

    and I added:

    @media only screen and (max-width: 767px) {
    #top .av-masonry-outerimage-container .av-masonry-image-container {
        height: 50%;

    This means both the thumbnail and title are exactly how I want them in terms of thumbnail image size and title is much closer to thumbnail, when viewing in mobile..

    However, now the gap between elements is even bigger than before. Please see attached screenshot so you can see what I mean.

    This is the problem I’ve had from the start – I was able to modify image height and move title so it’s directly under it’s thumbnail, and have different view settings for mobile vs desktop.

    However, I can’t solve the problem where there’s such a big gap between each element, when viewing on mobile.

    This is what I need help with.

    BTW, when I say “each element”, I mean: thumbnail + it’s title = 1 element.

    The page currently has 11 elements (ie articles).

    Hope that makes sense, and hopefully you can help with this issue.

    Thanks!

    in reply to: Masonry Grid modification #1355437

    The setting at 70% “solves” the problem on desktop, but not on responsive (mobile view) – that’s what I’m trying to explain in my post above.

    There is a big gap between thumbnail and title, when viewing on mobile.

    I figured I could create a “mobile only” setting in CSS with “@media only screen and (max-width: 767px)” and set the height to 34%, as the thumbnail looks better (fits mobile screen better), however that still doesn’t fix the problem that there’s a gap between the thumbnail and title, so that’s what I need help with.

    As I explained, I tried adding -250px margin-top to the title text, which kinda fixes the gap…however the other thumbnail/title elements don’t shift up with it – they stay fixed, so then the gaps are simply between each thumbnail/title.

    I’m guessing I’m just missing something really obvious, so any help would be greatly appreciated!

    in reply to: Masonry Perfect Grid Setting: Images are zoomed? #1352681

    Hi Nikko

    Thanks for the response. That does fix the issue with the images, so thank you for that.

    The only problem is that it meant it created a fairly large gap between the thumbnail and the title, so I modified your suggested 54% to 70% instead, and that seems to have helped.

    It means the images are “mostly” recognizable (they are still a little “zoomed in”), and the gap between the thumbnail and title isn’t so big that it’s noticeable, so that’s the best compromise for now.

    Thanks once again :)

    in reply to: Masonry elements aren't clickable #1352586

    Actually don’t worry about it for now.

    I just checked the site, and the update broke a few other pages as well, so for now I’ve had to revert back to the old version of the site (pre-Enfold template update) and will have to check the code manually to copy over the updates the developer made directly on the template files (yeah, not making these changes on the child theme was extremely silly)…..

    Thanks for your help!

    in reply to: Masonry elements aren't clickable #1352584

    Sure thing – login details included below.

    I’ve looked at the most obvious points and can’t figure out why the full width slider is getting “cut off” like that, so I’m guessing it’s something really obvious that I’ve completely overlooked, lol.

    Any/all help is greatly appreciated!

    in reply to: Masonry elements aren't clickable #1352471

    Thanks for such a speedy response and troubleshooting Rikard. Much appreciated!

    Unfortunately I don’t recall why we had that code in there to begin with – I guess we wanted to hide the mouse pointer for some reason.

    Regarding my second point – would you happen to know why the homepage full screen slider is getting cut off like that as well? I wasn’t able to figure it out. This happened after I updated the theme.

    The only thought that comes to mind is that the update overwrote a change someone must have made directly on the theme files (rather than on a child theme).

    Understood, thanks for the response.

    Perhaps something you guys may consider for a future update, as it would be fantastic for ecommerce sites, where you need to build out hundreds if not thousands of product pages on the fly, and it just implements the template you’ve created for it.

    in reply to: Making the excerpt clickable as well #1314072

    Hi Mike

    Sorry for the delay in response – life got in the way a bit!

    Anyway, your solution is perfect – thank you very much!

    in reply to: Making the excerpt clickable as well #1311863

    Hi Mike

    Thanks for the response. Please find the link in the “Private Content” section below.

    One key thing to note – only the first post (the one at the top of the page) actually has the excerpt and links to it’s “full post”. All the other posts are “dummy” posts – they only contain the title and featured image, but don’t actually link to the “full post”.

    Hope that makes sense! Let me know if you need anything else….

    Thanks!

Viewing 30 posts - 1 through 30 (of 50 total)