Forum Replies Created

Viewing 30 posts - 17,071 through 17,100 (of 35,071 total)
  • Author
    Posts
  • Hi,
    Sorry for the late reply and thanks for the link. I see your site is getting an error $ is not a function from /wp-content/plugins/reduce-bounce-rate/js/analyticsjs.js which is from the plugin reduce-bounce-rate
    2020-05-10_133209.png
    This could be due to caching plugins or minifying, please try disabling your caching plugins and clear your server cache to see if this is corrected.

    Best regards,
    Mike

    in reply to: Mobile usability problems in Enfold #1211692

    Hi,
    Sorry for the late reply, typically these are warnings and some refer to hidden labels for screenreaders, so warnings like these are understandable, but if it is other elements they could be adjusted with css. I tried checking your site but only saw a big green “Page is mobile friendly”
    2020-05-10_130333.png
    Please link to the report you saw so we see if they are the false positives we have seen before.

    Best regards,
    Mike

    Hey agentur2c,
    Entschuldigung für die späte Antwort und danke für den Link. Auf der Seite, auf die Sie verlinkt haben, werden die doppelten Zeilen mit dem Datum nicht angezeigt, aber ich habe sie auf Ihrer Startseite unter “AKTUELLES AUS UNSEREM BLOG” gefunden, um dies auszublenden. Bitte versuchen Sie diesen Code im General Styling> Quick CSS Feld oder im Feld WordPress> Anpassen> Zusätzliches CSS :

    .html_elegant-blog .avia-content-slider .slide-meta {
        display: none !important; 
    }

    Um Ihr Logo zu zentrieren und Ihre sozialen Symbole in der oberen Leiste auf dem Handy anzuzeigen, versuchen Sie bitte dieses CSS:

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    display: inline-block!important;
    vertical-align: middle!important;
    }
    
    .responsive .logo {
    position: relative!important;
    display: block!important;
    width: 100%!important;
    text-align: center!important;
    }
    #header_meta > div > ul.social_bookmarks {
    	display: block!important;
    } 
    }

    Leeren Sie dann Ihren Browser-Cache und überprüfen Sie.
    Bitte beachten Sie den Screenshot im Bereich Privater Inhalt der erwarteten Ergebnisse.

    — Translated with Google —

    Sorry for the late reply and thanks for the link. On the page you linked to I’m not seeing the double lines with the date, but I did find it on your frontpage under “AKTUELLES AUS UNSEREM BLOG” to hide this Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .html_elegant-blog .avia-content-slider .slide-meta {
        display: none !important; 
    }

    To center your logo and show your social icons in the top bar on mobile please try this css:

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    display: inline-block!important;
    vertical-align: middle!important;
    }
    
    .responsive .logo {
    position: relative!important;
    display: block!important;
    width: 100%!important;
    text-align: center!important;
    }
    #header_meta > div > ul.social_bookmarks {
    	display: block!important;
    } 
    }

    Then clear your browser cache and check.
    Please see the screenshot in Private Content area of the expected results.

    Best regards,
    Mike

    in reply to: Update WP conflicts with Layer Slider? #1211679

    Hi,
    Sorry for the late reply, I tried researching these AMP plugins but didn’t find any positive reviews for them with Enfold, but you could still try them and perhaps one will work for your needs.

    Best regards,
    Mike

    in reply to: Two google maps in sidebar widget #1211659

    Hi,
    Glad to hear you have it sorted out now, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    To add your rounded style to the “post comment” button, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    input.submit[value="Post Comment"] {
        color: #ffffff!important;
        border-color: #062857!important;
        border-radius: 100px!important;
        border-width: 2px!important;
        font-size: 16px!important;
        font-weight: bold!important;
        background-color: #084a79!important;
    }
    input.submit[value="Post Comment"]:hover {
    background: rgb(80,80,80) !important;
    }

    After applying the css, Please clear your browser cache and check.
    2020-05-10_102645.png

    Best regards,
    Mike

    in reply to: Adding post meta using advanced layout building #1211652

    Hi,
    Thanks for the feedback, perhaps when you copied and pasted the code above you had an error, please include an admin login & FTP access in the Private Content area so we can take a look.
    I tested the code in my child theme before I posted it, so it should work.

    Best regards,
    Mike

    Hey nikosiatropoulos,
    Sorry for the late reply, some webhosts use a server spam filter which might require something to pass, for example, some require a “reply-to” header in the message. Please ask your webhost if this is the case for you. Often sites that use a plugin such as WP Mail SMTP pass their spam test because WordPress sends the mail as logged in to your SMTP account. This typically this works well for sites using their own domain for mail, as you are.

    Best regards,
    Mike

    Hey jomo5280,
    Sorry for the late reply and thanks for explaining your settings, I tried to recreate this on my localhost and wrote this script to move the author image to the bottom with the other meta data.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_meta_script(){
      ?>
      <script>
    (function($){
      $(window).load(function(){
      $( '#top.single-post .post-entry' ).each(function() {
      $( this ).find( 'div.blog-meta' ).insertBefore( $(this).find('span.post-meta-infos'));
      $( this ).find('.entry-footer').css({ 'display': 'inline-block'});
      });
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_meta_script');

    2020-05-10_073216.png

    Best regards,
    Mike

    in reply to: background and safari 13+ #1211628

    Hi,
    Glad to hear, thanks for using Enfold.
    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start a new thread and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Testing Contact Form – It doesn't seem to work #1211626

    Hi,
    Glad to hear, thanks for using Enfold.
    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start a new thread and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Events Date in Magazine element (not creation Date) #1211622

    Hi,
    Glad to hear you found a solution, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Two google maps in sidebar widget #1211621

    Hi,
    Thank you, I have added the two maps, please check your contact page.

    Best regards,
    Mike

    in reply to: Image disappearing on mouseover #1211618

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Sales badge position and ajax content #1211582

    Hey adplusdesign,
    Sorry for the late reply, please include a link to your page so we can investigate.

    Best regards,
    Mike

    in reply to: Magazin – fixed positioning #1211575

    Hi,
    Sorry for the late reply and thanks for the link to your site. Unfortunately, this is the correct behavior for the element, but if you use the following script each time the pagination is clicked and the page reloads the page will return to the same area. This will only work on your frontpage “Corporate Updates” element, please let us know if you have other pages that need this.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_pagination_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
    $(".av-masonry-pagination .pagination a").each(function() {
       var $this = $(this);       
       var _href = $this.attr("href"); 
       $this.attr("href", _href + '#1');
    });
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_pagination_script');

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, typically this would be the layerslider but I’m not able to recreate this on a new install so I’m not sure if they are sending the notice about an update or not. Since you have disabled the layerslider I assume you have also disabled all of your plugins to ensure it is not a different one causing this. If you are not going to use the layerslider you could use the option in the theme panel to remove it to see if that changes anything.
    If the layerslider has sent the notice about an update we won’t be able to update it until our next release.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, please try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_meta_script(){
      ?>
      <script>
    (function($){
      $(window).load(function(){
      $( '.post-entry' ).each(function() {
      $( this ).find( '.post-meta-infos' ).css({ 'margin-top': '0px','padding': '0px'}).insertAfter( $(this).find('span.blog-categories.minor-meta'));
       $( this ).find( '.blog-tags.minor-meta' ).css({ 'display': 'inline-block'}).insertAfter( $(this).find('span.post-meta-infos'));
      });
      });
      })(jQuery);
      </script>
    <?php
    }
    add_action('wp_footer', 'custom_meta_script');

    Then clear your browser cache and check.
    Please see the screenshot in Private Content area of the expected results.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply and thanks for the login, I didn’t find any “read more” buttons, but the class for the “read more” buttons is read-more-link so your css should look like:

    .read-more-link:hover {
    background: rgb(80,80,80) !important;
    }

    For the “post comment” button your css should look like:

    input.submit[value="Post Comment"]:hover {
    background: rgb(80,80,80) !important;
    }

    Best regards,
    Mike

    in reply to: Two google maps in sidebar widget #1211559

    Hey Sonotheme,
    Sorry for the late reply, I tested adding two Google Map widgets in the same sidebar for two locations and it seems to work:
    2020-05-09_204229.png
    What happened when you tried, can we have an admin login to see?

    Best regards,
    Mike

    in reply to: New Custom Page issues #1211552

    Hi,
    Sorry for the late reply and thanks for the screenshot, I see in your screenshot that you are using the Advanced Layout Builder, so in that case the page is going to be displayed using the template-builder.php instead of the page.php file.
    Please try basing your template on the template-builder.php instead of the page.php

    Best regards,
    Mike

    in reply to: Enfold & RAM #1211551

    Hi,
    Thank you, I don’t see these on the front-end, but it does look like you have some yoast headers, you did say that you experience this when you are editing a page, which would make sense because you would not want to cache a draft page, but I don’t see this on my draft pages.
    Have you tried disabling your plugins and checking your page headers while editing? If you would like us to try please include admin login in the Private Content area.

    Best regards,
    Mike

    in reply to: Cookie behaviour – whats the difference? #1211549

    Hey OttoPf,
    Sorry for the late reply and thanks for the screenshot, the difference between “User must accept and must opt in, only essential cookies selected” and “Essential cookies are accepted on first page load, user must opt in” is that Essential cookies are accepted on first page and then the user is asked to opt-in, wherewith the other choice the user is asked to opt-in with the essential cookies selected. Please see our documentation here.

    Best regards,
    Mike

    in reply to: Enfold & RAM #1211546

    Hey,
    Sorry for the late reply, I took a look at the source code and DOM of a new install and didn’t find the headers for Cache-Control: no-transform, no-cache,
    no-store
    for the front-end or back-end of a page. Perhaps this is added by a plugin for your site?
    Please include a link to your site so we can compare headers.

    Best regards,
    Mike

    in reply to: Events Date in Magazine element (not creation Date) #1211545

    Hi,
    Sorry for the late reply, I created a test event for the Modern Event Calendar plugin and then I added a magazine element for the event category and the element shows the event date and not the creation date without having to make any changes.
    So I’m not sure why you are not getting the same results, perhaps there is a conflict with a plugin?
    Please open a new thread so we can assist, and include your admin login in the Private Content area, but as this is not your thread your login info will not be private if posted in this thread.

    Best regards,
    Mike

    in reply to: Unavailable and variable products #1211543

    Hi,
    Sorry for the late reply and thanks for the login, I see for the “out of stock” text color you are using this css:

    div.product p.stock {color: red; font-size: 13px;}

    Please try this instead:

    #top.single-product p.stock.out-of-stock {color: red; font-size: 13px;}
    #top.single-product p.stock.available-on-backorder {color: orange; font-size: 13px;}

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Google conversion tracking code on contact form #1211537

    Hi,
    Sorry for the late reply, an easy way to do this is to go to the Google Tag Manager use the trigger configuration to set a click trigger for a custom class in your developer settings tab for your contact form.

    Or, try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3);
    function avia_add_submit_attributes_to_cf($att, $formID, $form_params){
      $att = "onclick="_gaq.push(['event', 'conversion', {
    'send_to': 'AW-671553693/j_4iCNeJscABEJ2xnMAC',
    'event_callback': callback
    }]);"";
      return $att;
    }
    function custom_event(){
      ?>
    <script async src="https://www.googletagmanager.com/gtag/js?id=AW-671553693"></script>
    <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    
    gtag('config', 'AW-671553693');
    </script>
    <?php
    }
    add_action('wp_head', 'custom_event');

    Best regards,
    Mike

    in reply to: Lightbox Change Event or Click Handler? #1211524

    Hi,
    Sorry for the late reply, the Magnific Popup Lightbox has quite a few options but I didn’t see what you have asked for. Perhaps one of the other options will help or try to describe what you want to achieve.

    Best regards,
    Mike

    in reply to: Testing Contact Form – It doesn't seem to work #1211521

    Hi,
    Sorry for the late reply, I took a look at your other thread but found it was already resolved, so I assume that this thread can also be closed?

    Best regards,
    Mike

Viewing 30 posts - 17,071 through 17,100 (of 35,071 total)