Forum Replies Created

Viewing 30 posts - 31 through 60 (of 97 total)
  • Author
    Posts
  • 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.

    in reply to: Enfold update crashes site #1354807

    Version 4.9.2 would do I think.

    in reply to: Enfold update crashes site #1354387

    Ok. Is there somwhere I can download the previous version of Enfold?

    in reply to: Enfold Forms #1349133

    I tried WP forms and this did not work, I the tried CF7 and this did work, so I recreated the form, which is a drag in CF7, but we are up and running again. What I would like to figure out is why Enfold forms are suddenly failing? On sites that has been live for years and are updated with latest version of Enfold and also other plugins? I have tried deactivating plugins with no luck. For me, the solution has been CF7, and I am not really happy with that.
    It would be great if you could figure out why your forms fail. I am not the only one with this problem.

    Regards
    Nina

    in reply to: Remove footer on plugingenerated page in Enfold #1346777

    Think I figured it out.

    in reply to: enfold and woocommerce problems #1340911

    Finally got it solved. It was a settings issue, but since the site was working fine for three months and then this error happend I had noe idea on what to tweak or change. WooCommerce support came ut with the solution. So case closed. Thanks for suggestions and support.

    in reply to: enfold and woocommerce problems #1340692

    I downloaded the site to do a conflict test. I switched themes and tried with both Storefront and twentytwentytwo, and the problem was still there. I also disabled all the plugins, except WooCommerse itself, no change. So as far as I can tell, Enfold does not seem to be the problem. If anything comes up, I will let you know.

    in reply to: enfold and woocommerce problems #1339340

    Hi

    First off, I am not sure if this is an Enfold issue, just wondering if anyone using WooCommerce with Enfold has come across this issue.
    I have tried disabling all plugins but nothing works. I am testing different things at the moment.
    Putting the url in private field. The first product to show up has a price of 359, it should be 449. And in the backend the price is right. Which also means that when i log in I don’t see anything wrong. When I am logged in i see the correct price both frontend and backend.
    This really is a mystery to me.

    Regards
    Nina

    in reply to: Enfold Forms #1329804

    sorry for the late feedback. I had to change all the forms on the site to Contact form 7. I am not really happy with this form, but I had no other choice.
    The problem is also popping up on other sites as well.

    Regards
    Nina

    in reply to: Enfold Forms #1323268

    I have updated to the latest version of Enfold. It did not help.
    Nes temporary login below

    Nina

Viewing 30 posts - 31 through 60 (of 97 total)