Forum Replies Created

Viewing 30 posts - 1 through 30 (of 76 total)
  • Author
    Posts
  • in reply to: Error after upgrading to PHP 8.2.6 #1416288

    Thank you for your reply, I will reach out to iThemes Security.

    Regards
    Nina

    in reply to: Error after upgrading to PHP 8.2.6 #1416228

    Well, I am not sure if Enfold is the problem. Just exploring different options. Link to the log file in private content. Thanks for taking a look.
    The log is created after trying to acitvate iThemes Security Pro and WP Media Folder. In only tried to activate these two plugins. The backend gives a looong list of errors, and the frontend i turning grey.

    Regards
    Nina

    in reply to: Error after upgrading to PHP 8.2.6 #1416177

    When turning off debugging the site appears to look normal, but there is 10 plugins that can’t be activated without crashing the site. Giving the error of “Critical error on this site…” iThemes Security Pro is one of them.
    Also editing pages in backend does not work, it just seems to be spinning and not doing much more.
    I tried to install a new plugin, but that does not work. Just tells me there is a critical error on this site…
    Not sure what would cause this problem.
    Any ideas on how to move forward with this?

    Regards
    Nina

    in reply to: error on mobile #1414181

    You can close this ticket.

    in reply to: Skip link #1414180

    You can close this ticket.

    in reply to: Twitter feed #1414179

    Thank you, this worked. I will try to tweak the time a bit. If you are to fast going thru the site using a keyboard it also hits the twitter feed, but if you wait a few seconds it works like a charm.
    Thanks for your support.

    regards
    Nina

    in reply to: accessibility #1413991

    Burger menu does not seem to be accessible to screen readers. I think this may be related to this error:
    “Certain ARIA roles must contain particular children” This error shows up in Axe Dev tools and is in reference to the burger menu.
    Any ideas on how to solve this?

    Regards
    Nina

    in reply to: Skip link #1413990

    This worked, Thank you!

    Regards
    Nina

    in reply to: error on mobile #1413938

    Well, I really don’t know what happened yesterday, I tried this both on iPhone and on Android, and it looked really bad. But I tried to turn off visibility fro small and very small screens today, just to make a printscreen of the error and now it works fine. Not sure what the problem was yesterday.

    Regards
    Nina

    in reply to: Google maps #1413824

    I works perfectly. Thank you!
    Another request with great support. You can close this ticket.

    Regards
    Nina

    in reply to: Styling H2 tag #1413819

    That was it, thank you!
    Just to many things to figure out at the same time. Great support, thank you.

    Regards
    Nina

    in reply to: Skip link #1413818

    I removed the div yesterday as you mentioned, but the gap is still there and it shouldn’t be. I have tried to change the script that goes with it but it removes it completely.

    function custom_skip_link_script(){
      ?>
      <script>
    (function ($) {
        $(document).ready(function () {
        	$( '<a href="#main_content" class="jsf-button jsf-skip-link">Hopp til innhold</a>' ).insertBefore( '#top' );
            $('<a id="main_content" name="maincontent" tabindex="-1"></a>').insertAfter( '.title_container' );
            $(".jsf-skip-link").click(function(){           
                $("#main_content").focus(); 
            });
        });
    })(jQuery);
    </script>
      <?php
      }
      add_action('wp_footer', 'custom_skip_link_script');

    Everything I try to reference instead of #top just removes it.

    Any suggestions?

    Regards
    Nina

    in reply to: Styling H2 tag #1413705

    You can see here. I would like the all headings to be the same size using H2 tag, but not the default size.

    Regards
    Nina

    in reply to: Skip link #1413704

    Almost. The link is hidden when you open the page and appears when you click the tab. But there is a black gap at the top of each page, where the skp-link appears. Could this be removed?

    And how can I style it to get it a litle bit bigger? I have tried a few things, but it also makes the black gap bigger and that is not looking good.

    Regards
    Nina

    in reply to: Styling H2 tag #1413654

    I used css like this
    h2 .smallheading {
    font-size: 29px;
    }
    or just
    .smallheading {
    font-size: 29px;
    }
    And in the elements advanced tab I added smallheading as a custom css class

    regards
    Nina

    in reply to: Skip link #1413653

    Sorry, did not work. display: none did what it should do, but the link does not appear when you click tab. Remove the css and the link is back.

    Regards
    Nina

    in reply to: Google maps #1413602

    This did not do work, still very much in focus when tabbing thru the site using the keyboard. Is there a way to just give the map a tabindex of -1? I want it to be skipped completely when using a keyboard.

    Regards
    Nina

    in reply to: aria-hidden #1413601

    It was the other way arround, it is default to true and I changed it to false. :) This looks like it works. Can I just add this snippet to my functions file in my child theme? Or do I need to create the same tree structure in my child theme and copy it over? To avoid it beeing overwritten when I update the theme.

    Regards

    in reply to: Skip link #1413595

    Top left corner of the site.

    in reply to: Styling H2 tag #1413594

    if I style it either under advanced styling or general styling/typography, the change would be site wide. Right?
    I only need to change the font-size in one place. That is why I thought giving it a custom css class would do the trick.

    in reply to: Styling H2 tag #1413574

    I know I can style the H2 tag in general, but I only need to change it in one place. So general styling will not help.

    in reply to: accessibility #1413515

    This did not work as expected, instead it gave two more errors

    “Broken ARIA menu
    An ARIA menu does not contain required menu items.”

    Also: The social share buttons on posts has a text above that reads “Share this post on” This is defined as H5. Is there a way to change this? Some pages does not have that many levels so it should not be a H tag.
    Regards
    Nina

    in reply to: Google maps #1413493

    Thanks, but this gave syntax error on forEach.
    Is it possible to insert the map in a <div aria-hidden=”true”> tag? If so, how do i do that?

    Regards
    Nina

    in reply to: Enfold Forms #1413439

    You can close this ticket.

    in reply to: Enfold Forms #1413412

    Thanks for your replay. I will be using another plugin for my forms.

    in reply to: accessibility #1413231

    Is there any answers to these questions?

    in reply to: accessibility #1413043

    Uptdating the theme helped with displaying form error mesage, but how can I translate the error message into Norwegian?

    Regards
    Nina

    in reply to: accessibility #1413038

    1. The function provided worked for “An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.” error. Thank you!
    The second error is still there “Attribute alt not allowed on element div at this point.”
    2. Another error I can’t figure out is “Certain ARIA roles must contain particular children” This is in reference to the burger menu.
    3. The social share buttons on posts has a text above that reads “Share this post on” This is defined as H5. Is there a way to change this? Some pages does not have that many levels so it should not be a H tag.

    Regards
    Nina

    in reply to: accessibility #1412954

    1. For some reason Enfold theme has not been updatet since Enfold 4.8.7. As this is a site I have taken over from someone else, I don’t know why this is. But this may be why there is no option to “display fields with error”? I am updating the site with the latest version of Enfold and hope this solves that problem.

    2. This script did nothing, still got like 28 errors with the same errors “Attribute alt not allowed on element div at this point.” and “An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.”

    3. Another question in regards to accessibility is Landmarks. errors are “Document should have one main landmark” and “all page content should be contained by landmarks” Any tips on how to solve this?

    Regards
    Nina

    in reply to: Enfold update crashes site #1354937

    Thank you.

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