Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1034781

    I suddenly have a major problem with all my anchors.
    I uploaded your recommended plugins (WP Super Cache, Optimus – WordPress Image Optimizer) and all of a sudden my LayerSlider didn’t work anymore. I then deinstalled it, could fix my LayerSlider, but now all the #anchors don’t work anymore.
    My top menu shows to different anchors on my homepage (except Blog & News) and they all don’t work anymore on firefox. On Chrome some of them work, but not #methoden and #uns. How could that happen? I tried to redo it but it still doesn’t work.

    AND: I have two images that open an Iframe. Those iframes showed arrows next to it which I wanted to avoid. So I added this code:

    It worked fine, but now the arrows are showing again.
    Is this all due to the plugins? And would you know how to get this fixed again?

    #1034785

    Sorry, forgot to add the code:
    To avoid the arrows next to my iframes I added this code:
    .page-id-3153 button.mfp-arrow {
    display: none;
    }

    And then they didn’t show anymore. But now they are back???

    #1034786

    Just to make sure it’s clear. The anchors work but show to completely wrong sections.
    AND: All the images don’t preload, so all of a sudden I have to move the mouse to load the images. so weird.

    #1034839

    It seems that in FIREFOX the anchors show to the END of the designated Layout Element and not to the BEGINNING! So e.g. #uns jumps to the END of the section where this anchor is assigned to, and not the BEGINNING.
    In CHROME only #methoden and #uns jumps to the end of the section, the other anchors are ok.
    How weird is that?
    This all happened after installing the plugins (WP Super Cache, Optimus – WordPress Image Optimizer) and deactivating and deleting them didn’t help.

    #1034854

    Also the loading time seems totally effected by this plugin problem.
    It used to load real fast, but now it’s super slow – and on an ipad it reloads and reloads and takes forever to fully load.
    I saw at a different project, that those plugins are usually already pre-installed (WP Super Cache, Optimus – WordPress Image Optimizer). In my case they were not.
    Can this be fixed at all?

    #1034888

    Also when reloading after a while on Firefox or Safari, the content of each color element loads when I come to the END of the section, and not in the BEGINNING! So this might also relate to the anchors showing to the END of an assigned section instead of to the BEGINNING.
    I also added the FTP credentials.
    PLS help! Thanks

    #1035116

    Hi Nora,

    I have checked this both on Chrome and Firefox.
    Seems good on chrome but not on firefox.
    Also I have modified your links from http://yoursite.com/#vision to just /#vision since you have a one page website, so clicking the link doesn’t refresh the page but just scrolls to the proper section.
    I also added a page preloader since there are a lot of things on your homepage, after doing these things in firefox it seems to be working properly on my end.

    Best regards,
    Nikko

    #1035129

    Problem is, I DO have pages such as BLOG & NEWS and the TEAM PAGES and CLIENT PROJECTS that are on a different page. So that’s why I set the links like that.

    Thanks so much – I can see that when using the menu on the home page, the anchors work fine.
    But when being on my BLOG & NEWS page and want to go back to the home page, the anchors show to the END of the section again.
    I attached a link.

    Questions:
    1. Why is it necessary to have this preloader?
    2. Can I install any caching plugin? One of the two recommended plugins caused the error.
    3. Do you know why the arrows still show in my iframes? I added this code, which worked fine before, but now it doesn’t anymore.
    .page-id-3153 button.mfp-arrow {
    display: none;
    }
    4. Is there a way to decrease loading time on Tablets?
    THANKS SO MUCH FOR YOUR HELP!

    #1036044

    Hi NoraGTS,

    /#vision is okay since it will base on the root of your site, but using just #vision only works on the same page but not on other pages.
    I have added a test page with a button which links to another test page which is based on your homepage but I removed your mobile slider on that test page (links in private content), I tested it and it worked properly, I think the calculation on the position of your section becomes inaccurate because of the mobile slider.

    1. I think preloader is necessary since you have a lot of things in the homepage which takes some time for some elements to load, but if you don’t think it’s good idea then you can remove it since it’s really just optional.
    2. I think you can still install however we can’t really tell you what caching plugin would work properly on your end, since it also depends on the hosts settings and configuration, the plugins we recommend are what we tested that works well especially on the demo, however there are also some people who complains that this caching plugin doesn’t work for me, but this one works well, maybe some trial and testing would be needed on what works well on your site.
    3. Where is this applied? I tried to check on the page with an ID for 3153 and it is trashed. Try to replace .page-id-3153 to #top maybe this will help.
    4. You can try some of the stuff mentioned in this post which is for optimization: https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow

    Best regards,
    Nikko

    #1036058

    So, is there anything wrong with my MOBILE SLIDER? Or is it just too much.
    about 3.: Please see below:
    Do you know why the arrows still show in my iframes? I added this code, which worked fine before, but now it doesn’t anymore.
    I tried #top but that didn’t work.

    #1036069

    Hi NoraGTS,

    I think it’s because it’s there but not displayed and adds to the height at the initial loading of the site which causes the inaccurate position.
    As for the arrows, try adding this code in Quick CSS (located in Enfold > General Styling):

    #top.home .mfp-arrow {
        display: none;
    }

    if that doesn’t work use this:

    #top.home .mfp-arrow {
        display: none !important;
    }

    Best regards,
    Nikko

    #1036098

    Ah, that makes sense. So all the problems I was facing were because of the MOBILE SLIDER and not due to the caching plugin.
    The code worked fine.
    Thanks so much.
    I will check out the file you added.
    Happy Thanksgiving to you all.

    #1036223

    Hi NoraGTS,

    You’re always welcome!
    Glad that we could help and Happy Thanksgiving to you also :)
    Feel free to comeback if you need further assistance.

    Best regards,
    Nikko

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