Viewing 30 results - 2,011 through 2,040 (of 142,845 total)
  • Author
    Search Results
  • #1479578

    Hey Christopher Schön,

    Thank you for the inquiry.

    Which email address did you use to register the account, and what is the account name? We couldn’t find any account registered under your current email address.

    Best regards,
    Ismael

    #1479574
    Jak73
    Participant

    Hi,
    i added this code to function.php:

    function add_dynamic_hidden_h1() {
        if (!is_admin()) { 
            $page_title = get_the_title(); 
            if (empty($page_title)) {
                $page_title = "Unbekannte Seite"; // Fallback
            }
    
            echo '<div style="position:absolute; left:-9999px; top:-9999px;"> 
                    <h1>My Website - ' . esc_html($page_title) . '</h1>
                  </div>';
        }
    }
    add_action('wp_body_open', 'add_dynamic_hidden_h1');

    As my layout has very less text, because of design reasons, i’m trying to add “My Website -” as h1 (almost for seo reasons) and to load the page-title next to it.

    In my source code it looks like this:

    <div style="position:absolute; left:-9999px; top:-9999px;"> 
                    <h1>My Website - Explore</h1>
                  </div>
    	<div id='wrap_all'>

    Which is what i’m trying to archive.

    Unfortunetly, when i go to Google webmaster tools and do a live test, i get something different:

    <div style="position:absolute; left:-9999px; top:-9999px;" aria-hidden="true"> 
                    <h1>My Website - Explore</h1>
                  </div>
    	<div id="wrap_all" aria-hidden="true">

    Which seems not to works for seo?
    How can i fix that?

    kind regards
    Jak

    Ella Kate
    Guest

    Are you Looking for a high-authority Guest Posting backlink Service for your site that will help you achieve top Google rankings? Then you’re at the right place!

    Guest Posting Services became an important part of Search Engine Optimization. In the race, Google ranking guest posts is an essential part of Off-page SEO. Content is the king of boosting your Google ranking. If your content is perfectly written in your blog post with proper keyword targeting, there are more chances to rank your website on top. The blog posting services on High DA Sites will move you to the next level.

    Here is the high Quality sites https://docs.google.com/spreadsheets/d/1hKE2Ca4-9Uk5sQF0g83dpZKUE85b4ylC3BYxVR4TteI/edit?usp=sharing Chose the sites and share me i give the best price

    Let’s work together to enhance the performance of your website and achieve your digital marketing goals. Order now and start seeing the benefits of high-quality guest posts!

    thinkjarvis
    Participant

    Hi We have have found a bug with the full width easy slider.

    If you enable transparent header and have a full width easy slider at the top of the page then the caption doesnt load in consistently.

    Sometimes it does sometimes it doesnt.

    You can see this on the site in the private comments.

    INSTURCTIONS TO RECREATE:
    Visit the pages in the private content, browse between them a few times, after the initial pageload the header and button elements stop appearing over the header image.

    This is an ALB full width easy slider with caption and 2 buttons.
    The buttons and caption do not display consistently.

    #1479550

    Hi Rikard,

    I appreciate the reply. Well that’s very peculiar!

    Whatever page, including home page, I try to edit, I get the grey screen in the screenshot below. I can change to the block editor with the top right blue button.

    Layout builder screenshot greyscreen.

    #1479538

    Hi,

    Sorry for the late reply. We’ve checked this and it looks like the theme styling and settings are correct. This CSS in your child theme is setting your menu items as white:

    /* add new css to fix header style in this version */
    .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
    color: #fff;
    }

    If you want to target the search icon as well, then please add this CSS as well:

    .header_color .main_menu ul:first-child > li > a svg:first-child {
      stroke: #fff;
      fill: #fff;
    }

    Best regards,
    Rikard

    #1479532

    that isn’t working for me.
    I now added this code to hide the side navigation that DOES show up in a popup from a link in my footer “TILMELD DIG NYHEDSBREV” but the portfolio side navigation was not showing before I did that.

    /*hide post side nav for footer link*/
    #top button.mfp-arrow {
        display: none;
    }

    I tried adding this to hide the post nav but that didn’t work either:

    function no_post_nav($entries)
      {
          $entries = array();
          return $entries;
      }
    add_filter('avia_post_nav_entries','no_post_nav');
    • This reply was modified 1 year ago by Munford.
    • This reply was modified 1 year ago by Munford.
    #1479531

    As I mentioned, I purchased the latest version of the Enfold theme because version 3.8 was active on our wordpress and we were having some problems with the site.
    We downloaded and activated the new theme correctly.
    Almost everything works perfectly. We find the pages, the articles.
    The only problem is that the portfolio items are viewable on wordpress but not active on the site.
    Let me explain. If you go to our site http://www.csparcodeipini.it You can see at the top the various items like “Home, Padel, About Us” and others.
    These are active because they are under the pages on wordpress that are active on the site
    They are missing some items that are among the portfolio items.
    I see them on wordpress but they are not active on the site, I would like to figure out how to activate them on the site so that they are visible
    I hope I have explained myself

    #1479530

    I also noticed that if I set the page with the magnific to be the footer, then when I click on the popup text it scrolls back up to the top of the page.

    #1479517
    jensmart
    Participant

    Helllp!
    I updated my site to the latest theme and committed the cardinal sin up not creating a backup. :-(
    So Now I can’t access the Enfold Advanced Editor. The front end is working, but when I try to edit a page with the advanced Layout Builder, it loads a grey screen, with only the toolbar at the top with a button to change to the Default block editor.

    I renamed the theme folder and reinstalled the new theme, but it’s still not working.

    Any suggestions are greatly appreciated.

    John

    #1479516
    Martin Stembridge
    Guest

    Hello

    I am taking over a friends website to try and give it a bit of an update.

    There seem to be a few errors with it.

    Its running your Coherence theme which I assume has been stopped as I cant find any updates for it.

    Do you have a replacement theme or would we have to start a fresh install?

    thanks for any of your help

    Martin

    #1479515
    Rustum
    Participant

    Hi there,
    I am using the Product Filters for WooCommerce plugin (https://woocommerce.com/products/product-filters/) and in the console, I get the following error. *The issue occurs on multiple sites where I have the same plugin:
    Uncaught TypeError: can’t access property “applyFilters”, obj is undefined
    in /wp-content/themes/enfold/js/avia-js.js?ver=7.1:72
    obj.applyFilters = this.wpHooks_applyFilters;

    If I deactivate the plugin, then the above error in the console goes away. Please assist and advise if there is a way to resolve this to stop this error.

    Thanks.

    #1479513

    In reply to: Buttons don’t align

    concerning to svg ( that topic is closed ) you asked make svg – so i thought you do not have one.
    You can use Illustrator to do so from an image – but this image redrawer is not 100% accurate, it depends mainly on the image and its resolution.

    #1479510
    janssen-media
    Participant

    Hi (Rikard),

    this is the new inquire besides the old Thread: https://kriesi.at/support/topic/strange-behavior-when-i-scroll-up/#post-1479357

    Your credients are on the private field, i have insert the Flipboxes on a testpage – the Site is currently in production ;-) (EDIT: page is live now).

    It seems to work, if you scrolling from top to down (mobile) but if you scroll back to top it jumps to the end.

    Greetings

    • This topic was modified 1 year ago by janssen-media. Reason: credients modified because page is live
    #1479505

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1479497

    as mentioned here you can add html code
    you do not need to do that line by line ( but it shows you more clearly what $sub .= happens by means of that dot ) – the dot stands for adding some html

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
      $sub .= "<h1 class='logo-title'>";
      $sub .= "My Website Textlogo";
      $sub .= "</h1>";
      return $sub;
    }

    pay attention on usage of quotes – if you wrap the inserted html by double quotes – you had to use for classes, alt, href, title etc inside it single quotes.

    #1479489

    Hey ausgesonnen,
    This is from the top border of a section that you only show on mobile, to remove it try this css:

    #av_section_2.container_wrap.av-desktop-hide.av-medium-hide {
        border-top-style: none;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hey distortedimage,
    Try this css instead:

    #top .package-slider .avia-slideshow-arrows.avia-slideshow-controls a.prev-slide:before {
        content: "<" !important;
    }
    #top .package-slider .avia-slideshow-arrows.avia-slideshow-controls a.next-slide:before {
        content: '>' !important;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Screen Shot 2025 03 16 at 3.11.36 PM

    Best regards,
    Mike

    #1479486

    Hey amyncuih,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_action( 'wp_footer', 'ava_custom_script_tab_section',99 );
    function ava_custom_script_tab_section() {
        ?>
    <script>
    window.addEventListener('DOMContentLoaded', function() {
        (function($) {
            function scrollToTab(s, e) {
                $(s).on(e, function(event) {
                    var anchor, loc, cur, hash, tab, parent, pos;
                    if( e == 'load' ) {
                        loc = window.location.hash;
                        hash = loc;
                    } else {
                        loc = $(this).attr('href');
                        hash = loc.substring(loc.indexOf('#'));
                    }
                    tab = $('.av-section-tab-title[href="'+ hash +'"]');
                    parent = tab.parents('.av-tab-section-outer-container');
                    pos = parent.offset();
                    tab.trigger('click');
                    if(hash) {
                        setTimeout( function() {
                            $(window).scrollTop( pos.top - 100 )
                        }, 100 );
                    }
                });
            }
            scrollToTab( '.avia-buttonrow-wrap a', 'click' );
            scrollToTab( window, 'load' );
        })(jQuery);
    });
    </script>
        <?php
    }
    
    add_theme_support( 'deactivate_tribe_events_calendar');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1479484
    Munford
    Participant

    on the page below I have 2 links called TILMELD DIG VORES NYHEDSBREV.
    The top one is in a popup made with the enfold magnific popup code:

    function inline_popup_enabler(){ ?>
        <script>
        (function($){
          $(window).load(function() {
              $('.inline_popup').magnificPopup({
                type:'inline',
                midClick: true 
              });
          });
        })(jQuery);
        </script>
    <?php }
    add_action('wp_footer', 'inline_popup_enabler');

    I am then using “mfg-hide” in a color section containing some text and a sender.net widget with a signup form. The popup works but the form is not showing up.

    The one on the bottom (which is a footer page) is done using an iframe and you can see the form widget there. It’s the same widget I uses in the tops ection. I also tried adding a code block to that top color section with the javascript I got off the sender page for the form.
    It’s this and they told me to put all the code together in a code block, but that doesn’t work either:

    <script>
      (function (s, e, n, d, er) {
        s['Sender'] = er;
        s[er] = s[er] || function () {
          (s[er].q = s[er].q || []).push(arguments)
        }, s[er].l = 1 * new Date();
        var a = e.createElement(n),
            m = e.getElementsByTagName(n)[0];
        a.async = 1;
        a.src = d;
        m.parentNode.insertBefore(a, m)
      })(window, document, 'script', 'https://cdn.sender.net/accounts_resources/universal.js', 'sender');
      sender('4f4c8522254761')
    </script>
    
    <div style="text-align: left" class="sender-form-field" data-sender-form-id="m8a4fv8kegj7l6vonkw"></div>

    Can you take a look? I like the top popup better but need the form to show up.

    Thanks
    Nancy

    • This topic was modified 1 year ago by Munford.
    #1479482
    cgw3
    Participant

    I wondered if you might be able to help with a small issue following your switch to SVG for several of the elements in v7 and v7.1 please.

    I use my own custom to set the colours and have had no issues with the Search, Return to Top and Shop Cart until v7 updates to SVG, I found another post where you gave the css for the Search icon and I found the Return to Top CSS I needed but I am not having as much luck with the Shop Cart.
    Would it be possible for you to post the css you are using with the updated Shop Cart please.

    Also out of interest are there any other functions you have switched to SVG now that I might have missed?

    Thank you ever so much.

    #1479473

    Hey finchkelsey,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-data-table-wrap td {
    	vertical-align: top;
    }

    Screen Shot 2025 03 16 at 9.07.45 AM

    Best regards,
    Mike

    #1479467

    Hey ausgesonnen,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 989px) { 
    .html_header_sticky.html_mobile_menu_tablet #top #wrap_all #header, .html_header_sticky.html_header_transparency #top #wrap_all #header, .html_header_sticky #top #wrap_all #header {
        position: absolute !important;
    }
    }

    Best regards,
    Mike

    #1479455

    Hi,
    Please see this thread.

    Best regards,
    Mike

    #1479450

    I just tried it, it didn’t seem to work. I left login details on my original post, perhaps you can troubleshoot?

    Also for the 2nd part, how do I move the Sale Shop Category up to the top on mobile as well?

    Thank you so much!

    #1479424

    Hey northorie,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #av-layout-grid-1 .flex_column {
        background-image: url(//schlafundseele.mindful-designs.de/wp-content/uploads/2025/03/Design-ohne-Titel-22-1.png) !important;
        background-repeat: repeat;
        background-position: center;
        background-size: contain;
        background-position: top center;
    }
    }

    Best regards,
    Mike

    #1479416

    Hi,
    I believe there may have been a issue with your font, I uploaded a new one from Google Fonts and added this css:

    #top #wrap_all .sacramento h2 {
    font-family: "sacramento", cursive;
    font-weight: 700;
    }

    and it seems to work now:
    Screen Shot 2025 03 15 at 1.14.49 PM

    Best regards,
    Mike

    #1479415
    Dana2225
    Participant

    I have used the Enfold theme since 2017. I created the website within a Child Theme. About a week ago, we stopped being able to log in to the website dashboard. Instead, I received a message stating that my website had a critical error. After calling BlueHost, they said the problem was that the Enfold theme was “broken”. They had to disable/remove the Enfold theme so my site would work again. All my pages seem accessible in the dashboard; however, the website only displays the Blog page. I believe they deleted Enfold from my account. Please help me get my site back up and running correctly.

    This is what I see on my dashboard under themes:

    Broken Themes
    The following themes are installed but incomplete.

    Name Description
    Enfold Child The parent theme is missing. Please install the “enfold” parent theme.

    #1479406

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    Hey engage24,

    Maybe a plugin or custom code is causing that to happen? https://kriesi.at/support/topic/recaptcha-error-token-to-validate-form-already-expired/

    Best regards,
    Rikard

Viewing 30 results - 2,011 through 2,040 (of 142,845 total)