Forum Replies Created
-
AuthorPosts
-
May 10, 2020 at 7:40 pm in reply to: Jump links not working on page created with advanced layout editor #1211694
Hi,
Sorry for the late reply and thanks for the link. I see your site is getting an error$ is not a functionfrom/wp-content/plugins/reduce-bounce-rate/js/analyticsjs.jswhich is from the pluginreduce-bounce-rate

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,
MikeHi,
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”

Please link to the report you saw so we see if they are the false positives we have seen before.Best regards,
MikeMay 10, 2020 at 6:45 pm in reply to: Social Media Icons / Topbar im Mobile-Modus / Übrige Striche #1211686Hey 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,
MikeHi,
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,
MikeHi,
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,
MikeMay 10, 2020 at 4:30 pm in reply to: Change button background color on hover in post "read more" button #1211657Hi,
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.

Best regards,
MikeHi,
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,
MikeMay 10, 2020 at 1:56 pm in reply to: Content Form – All emails sent through form going to Junk – how to fix this? #1211644Hey 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,
MikeHey 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');Best regards,
MikeHi,
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,
MikeHi,
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,
MikeHi,
Thank you, I have added the two maps, please check your contact page.Best regards,
MikeHi,
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,
MikeMay 10, 2020 at 11:40 am in reply to: Move Date and Author directly under Blog Title & Tag Wrapping Issue #1211616Hi,
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,
MikeHey adplusdesign,
Sorry for the late reply, please include a link to your page so we can investigate.Best regards,
MikeHi,
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,
MikeMay 10, 2020 at 4:49 am in reply to: Dashboard shows a plugin needs update, but when I select no need update #1211570Hi,
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,
MikeMay 10, 2020 at 4:00 am in reply to: Move Date and Author directly under Blog Title & Tag Wrapping Issue #1211565Hi,
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,
MikeMay 10, 2020 at 3:08 am in reply to: Change button background color on hover in post "read more" button #1211561Hi,
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 isread-more-linkso 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,
MikeHi,
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.phpBest regards,
MikeHi,
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,
MikeHey 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,
MikeHey,
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 forCache-Control: no-transform, no-cache,for the front-end or back-end of a page. Perhaps this is added by a plugin for your site?
no-store
Please include a link to your site so we can compare headers.Best regards,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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 -
AuthorPosts


