Viewing 30 posts - 1 through 30 (of 33 total)
  • Author
    Posts
  • #797805

    Hello,

    my customer needs to use anchor points on some pages. He created them following your howto but if you click on an anchor point the menu is hiding an area of the content it should show (see screenshots in private content).
    Would be great if you could help me with this!

    #798306

    Hey Tima,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.

    Best regards,
    Victoria

    #798502

    see private content

    #798735

    Hi,

    Thanks for the login details. First off, could you try updating the theme to the latest version (4.0.7) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    #799057

    Hello,

    I just updated the theme and now the site is crashed (after loading and loading – update never finished on my browser). Even WP-Admin does not work anymore – all sites dropping HTTP 500 error.
    Of course I would have a backup but now its some days ago I made the last and moreover I am staying in spain and having bad internet these days. It would be great if you could have a look at the site to tell me whats going wrong / maybe reuploading files (my internet is real slow).
    I attached FTP login in private content.

    Thanks!!

    #799776

    Hi timahe,

    Got your website back up and running. How are you adding the anchors? They do not seem to work at all.

    Best regards,
    Victoria

    #805750

    Hello,
    sorry for late response. Yes the anchors are still not working and I have absolutely no idea why – on other sites anchors work fine for me.
    We add anchors following this guide from your site:

    Would be great if you could have a look at this again.
    Thanks!

    #806805

    ??

    #807052

    Hi timahe,

    Well, the anchors scroll the necessary paragraph to the top, but they don’t take into account any other elements you might have, like the sticky header in this case. So simple anchors would not really work, or you need to place them above the element you need to scroll to by about 200px.

    Best regards,
    Victoria

    #807053

    Hi,

    Here is a somewhat similar issue

    Best regards,
    Victoria

    #807136

    Hello Victoria,

    thanks for your help, I have read the whole topic and now I see there are few other people experiencing the same problem but I dont know which of the provided solutions would be fine for me / my problem? I see at least for one persons worked Ismaels solution editing avia.js but actually I cant find it in the Editor. Anyways is this the correct solution? As you still have full access to the site it would be wonderful if you could have a look at it and tell us which files and where to change to change them exactly.

    Thanks!!

    #808195

    Would be great if some teammember could have look at this and give me a short answer what to do :-)

    #808483

    Hi timahe,

    There is no short answer on what to do here. Somebody has to sit down and fix this. The thing is, it in not really universal, so the script has to be kind of tailored to each specific situation.

    Best regards,
    Victoria

    #808523

    Hello Victoria,

    first of all: thanks for your detailed answer. I understand that its kind of bad to provide different solutions for different customers.. Well I am enfold customer since a year and bought about 8 licenes for different sites and yeah I would be really happy if someone of you could fix this for this installation / site setup. Normally I would say we just dont use a fixed menu and go on but at this site its a requirement.. In the end I am happy each time I am able to fix a problem with enfold just by using google a few minutes and I would be very satisfied if we can find a solution in this matter too!!

    #809346

    Hi,
    Try adding a class to the anchor element with a offset height as the padding-top value.
    The anchor link:

    <a class="anchor" name="one">Link One</a>

    The css:

    .anchor { padding-top: 90px; }

    Or
    perhaps this plugin: https://wordpress.org/plugins/hash-link-scroll-offset/

    Best regards,
    Mike

    #809388

    Thanks a lot, this works great for me on desktop devices. For my iphone 7 it looks like this:

    View post on imgur.com


    A friend checked with his 7+ and iPad and he also has problems there. 7+ seems to be the same as mine but heres a example with the ipad:

    View post on imgur.com


    he clicked on anchor point #2 (see link in private content).
    Would be great if you could help me to fix this finally!

    #809395

    Hi,
    Please try adjusting the padding size. For mobile add this code with a different amount of padding:

    @media only screen and (max-width: 427px) { 
    .anchor { padding-top: 90px; }}

    Best regards,
    Mike

    #811552

    Hello,

    for mobile devices its also fine now, BUT theres a big problem:
    The changes did not take any effect for Chrome Browser on desktop devices. Of course we cleared cache, tried private mode and on other devices (which never opened the site before) – it quite doesnt work… Its fine for firefox, safari, edge..
    Would be great if we could find a workaround for chrome!!

    Regards

    #811868

    Hi,
    Try replacing with this code:

    .anchor {
      display: block!important; 
      height: 100px!important;
      margin-top: -100px!important;
      visibility: hidden;
    }

    Best regards,
    Mike

    #814562

    Hello,

    sorry for the late respsonse. This code unfortunately doesn’t work for all devices and browser. For testing I have integrated on the site mentioned above. Would be great if you could provide me another working for all devices and browser :-)

    Thanks

    #814567

    Hello,

    sorry for the late respsonse. This code unfortunately doesn’t work for all devices and browser. For testing I have integrated on the site mentioned above. Would be great if you could provide me another working for all devices and browser :-)

    Thanks!!

    #814765

    Hi,
    Can you please explain which devices or browsers this does not work for with screenshots?

    Best regards,
    Mike

    #815056

    This code works for no device ( you can check yourself)

    .anchor {
    display: block!important;
    height: 100px!important;
    margin-top: -100px!important;
    visibility: hidden;
    }

    This code works fine for all browser WITHOUT Chrome (and for mobile devices I use the CSS you provided first)

    .anchor { padding-top: 90px; }

    see here:
    http://i.imgur.com/RJ8DGAYl.jpg

    Thanks

    • This reply was modified 7 years, 4 months ago by timahe.
    #815369

    Hi,
    I see right now you are using:

    .anchor {
    display: block!important;
    height: 100px!important;
    margin-top: -100px!important;
    visibility: hidden;
    }

    I just tested in Chrome, Edge, Firefox, and Safari on the first two anchors and they are working for me in desktop, tablet, and mobile. Yet you say it’s not working for you at all? I’m sure you cleared your cache too right? :)

    Best regards,
    Mike

    #816869

    Yes of course I cleared my cache but maybe you misunderstood what I mean what the anchor should show / where it should point to. I just uploaded a video for example in the private content so you may check :-)

    #818270

    Hi,
    That is very strange, I went to re-evaluate but your site seems down now. I’ll try again latter.

    Best regards,
    Mike

    #819636

    Hi Mike,

    I have checked on the same day – for me the site was and is still up and running. Would be great if you try again :-)
    Thanks

    #821217

    ?

    #821521

    Hi,

    Please try to put the anchor above the h2 heading. Use a span or an empty paragraph tag.

    Best regards,
    Ismael

    #822024

    Hello Ismael,

    first of all thanks for you help but I dont know what you exactly mean with this. I provided logindata in private content above, maybe you can do the changes as example and just explain them (shortly) afterwards?

    Thanks!

Viewing 30 posts - 1 through 30 (of 33 total)
  • You must be logged in to reply to this topic.