Forum Replies Created

Viewing 30 posts - 10,471 through 10,500 (of 34,921 total)
  • Author
    Posts
  • in reply to: Logo center, burger menu right, search icon left #1368162

    Hey tcampaner,
    Thank you for the link to your site and your patience, it took a few tries to create a solution that would work for mobile and desktop.
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .html_burger_menu #header_main .logo.avia-standard-logo {
    	display: flex;     
    	justify-content: center;
    	position: relative;
    	float: unset;
    }
    .html_burger_menu #header_main .main_menu {
    	top: 0px;
    }
    .html_burger_menu #header_main .main_menu {
    	width: 100%;
    }
    .html_burger_menu #header_main .av-main-nav-wrap {
        float: unset;
    }
    .html_burger_menu #header_main .av-burger-menu-main.menu-item-avia-special {
    	float: right;
    }
    .html_burger_menu #header_main .main_menu #menu-item-search a {
    	color: #a6424a;
    }
    @media only screen and (max-width: 767px) {
    .responsive #top #header_main .logo {
        width: 100%;
    }
    }

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

    Best regards,
    Mike

    in reply to: Remove image from pages #1368159

    Hi,
    That looks correct to me, do have any pages where it is not working?

    Best regards,
    Mike

    in reply to: Remove image from pages #1368156

    Hi,
    I don’t see any images on that page, please see the screenshot in the Private Content area.
    Please note that not all images use the class .big-preview.single-big from your example, I was trying to show that the post class .single should be changed to .page for pages.
    If you link to a page with images you want removed I can help with some css.

    Best regards,
    Mike

    in reply to: No blank characters possible #1368152

    Hey jpassmann,
    Thanks for your question but I’m not sure if I understand completely, the thread title is about blank spaces, if you are having trouble adding blank spaces try disabling your plugins, and user reported that the WP Maintenance Mode & Coming Soon plugin cased this issue on their site, so perhaps this is your issue with some plugin.
    As for the warning in the title field, this has been the warning for quite a while now, we recommend not adding html to title fields, some people forget to close the tags and the theme can not auto close the tags in the title field, often it breaks the page.
    If you want to add a strong tag in your title field please use our plugin: Special Character Translation
    If this is not what you ment, please explain further with a link to a test page or screenshots.

    Best regards,
    Mike

    in reply to: Adjust default validation text in contact form #1368145

    Hey Jaro,
    Is your issue related to your site language show this text in English? If so you can edit the .po file for your language with Poedit see our documentation. Poedit is easy to use and free, some language files are not as complete as others.
    You can also change the text to something else in your language.
    You can also change the text with javascript, by adding this code to the end of your functions.php file in Appearance ▸ Editor:

    function custom_contact_form_text_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    $('html[lang="en-US"] .avia_ajax_form.av-form-labels-visible label').text(function(index, text) {
        	return text.replace('Please prove that you are human by solving the equation ', 'Answer this question if you are real');
    		});
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_contact_form_text_script');

    Note that I have set the page language to English with: html[lang=”en-US”] you can remove this or change it to your language, then edit Answer this question if you are real to suit your needs.

    Best regards,
    Mike

    in reply to: Adjust default validation text in contact form #1368144

    Hey Jaro,
    Is your issue related to your site language show this text in English? If so you can edit the .po file for your language with Poedit see our documentation. Poedit is easy to use and free, some language files are not as complete as others.
    You can also change the text to something else in your language.
    You can also change the text with javascript, by adding this code to the end of your functions.php file in Appearance ▸ Editor:

    function custom_contact_form_text_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    $('html[lang="en-US"] .avia_ajax_form.av-form-labels-visible label').text(function(index, text) {
        	return text.replace('Please prove that you are human by solving the equation ', 'Answer this question if you are real');
    		});
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_contact_form_text_script');

    Note that I have set the page language to English with: html[lang=”en-US”] you can remove this or change it to your language, then edit Answer this question if you are real to suit your needs.

    Best regards,
    Mike

    in reply to: Link for Akkordeon Slider #1368141

    Hey iicinfo,
    In the Accordion Slider to can set a link for each slide in the advanced tab under Link Settings:
    2022-10-09_004.png
    you can also choose to open a new tab.
    For your link you will need to add a custom ID for the link anchor to your target page, so in your text block element go to the advanced tab and look in the Developer Settings and add your unique ID to Custom ID Attribute:
    2022-10-09_005.png
    please note that IDs can not begin with a number od contain spaces.

    Best regards,
    Mike

    in reply to: Remove image from pages #1368138

    Hey ralfakerkhoff,
    For pages you would use the class “.page” like this:

    .page .big-preview.single-big {
    display: none;
    }

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

    Best regards,
    Mike

    in reply to: Performance Settings #1368136

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold Shop grid row picture sizes ? #1368135

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: "noindex" detected in the "robots" meta tag #1368129

    Hi,
    Glad we were able to help and thanks for sharing your steps this may help others, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Titles font instable #1368127

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Last easy problems #1368120

    Hi,
    Glad to hear this worked, as for adding the layerslider to the shop page I tried many ways but didn’t find a solution.
    To add a image and text to your shop page go to Enfold Theme Options ▸ Shop Options ▸ Shop Banner Image and add your image and banner text:
    2022-10-09_003.png

    Best regards,
    Mike

    in reply to: Another Logo when scrolling down #1368109

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Titles font instable #1368088

    Hi,
    Glad this helped, it’s because the arrows hang below the color sections over the text on mobile.
    Unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Another Logo when scrolling down #1368087

    Hi,
    As I understand on pages like the one you linked to with no transparency, before scroll you wouls like this logo:
    2022-10-08_001.jpg
    and after scroll you would like this logo:
    2022-10-08_002.jpg
    Then try this css:

    #top #header.header-scrolled:not(.av_header_transparency) .avia-standard-logo a {
      width: 221px!important;
      height: 100px!important;
      background-image: url(https://enfold.webers-webdesign.de/wp-content/uploads/logo-IIC_Website_03092022-transparent.png)!important;
      background-repeat: no-repeat;
      background-size: cover;
    }
    #top #header.header-scrolled:not(.av_header_transparency) .avia-standard-logo img {
    	visibility: hidden;
    }

    After applying the css, please clear your browser cache and check.
    Please note that I didn’t know the link to both of your logo images, so please adjust the urls, but it css will work as is.

    Best regards,
    Mike

    in reply to: Column Photo to Responsive Full Width Pic #1368084

    Hey nV15OoBtg21iTn5z,
    We could probably offer some css to have the image “cover” the space, which would remove the white space above and below on mobile, but you will lose a little on the sides, unless you want to stretch the image and don’t mind a little distorting.
    Another option would be to clone the element and use an image that is just right for mobile and set the display for the two elements so they only show on the screens you wish.
    If you want some help with the css, please link to your page so we can examine.

    Best regards,
    Mike

    in reply to: Newsletter Code #1368083

    Hey diefleischerei,
    Thank you for your question, I assume that the code you have from Mailchimp is javascript and includes the popup script, I also assume that you want this to work on every page, in this case you could add your code to this function replacing “-your code here-” and add it all to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_mailchimp_popup_script() { ?>
      <script>
    -your code here-
      </script>
      <?php
    }
    add_action('wp_footer', 'custom_mailchimp_popup_script');

    if this doesn’t work then post your code so we can examine it to advise better.

    Best regards,
    Mike

    in reply to: Replace path only #1368082

    Hey schweg33,
    Thanks for the link to your page, you can use javascript to replace the image and link of the image element image.
    Try adding this code to the end of your functions.php file in Appearance ▸ Editor:

    function custom_replace_image_in_image_element() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    var image = document.querySelector("#top.postid-142 .avia-image-container.avia-builder-el-8 img");
    var link = document.querySelector("#top.postid-142 .avia-image-container.avia-builder-el-8 a");
    var source = "https://-your-domain-/wp-content/uploads/fruher-und-heute/Restaurant-Fernsicht-1966.jpg";
    image.src = source
    image.srcset = source
    link.href = source
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_replace_image_in_image_element');

    Ensure that you fix the url to the image before testing, I was not sure if you wanted it posted.
    You may want to resize your image to the size you wish, currently it is a different aspect so making it fit with css will stretch it.

    Best regards,
    Mike

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Tab Section Titel Länge ändern #1368054

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Last easy problems #1368007

    Hi,
    Thanks for the screenshot, to remove the black bottom & right border from the search button in your sidebar, add this css to your Quick CSS:

    #woocommerce_product_search-2 button {
        border-width: 0;
    }

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

    Best regards,
    Mike

    in reply to: SPIDERFLY ELEMENTS #1368005

    Hey navindesigns,
    He is a user that developed these a few years ago, back then other users said they worked great but I don’t know if they still work with Enfold 5+ and our new changes, so you will need to ask him and perhaps test yourself.
    Enfold doesn’t officially approve or verify third-party customizations, and we would not be able to support them in this forum.
    I’m not knocking it I’m just saying we can’t fix it if an issue occurs.

    Best regards,
    Mike

    in reply to: Wrapping text around an image #1368002

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: "noindex" detected in the "robots" meta tag #1368001

    Hi,
    Thanks for the screenshots, while I only read English, I believe that your Google Console is not pointing to the robots.txt, it is referring to the robot meta tag in your page source code that I took a screenshot of above.
    This is different than the robots.txt and your thread title is about the meta tag, you can easily see the meta tag on line 11 in your source code and don’t need a plugin.
    Try re-submitting your page to the Google Console, as I recall it might take a day before google scans it again.

    Best regards,
    Mike

    in reply to: "noindex" detected in the "robots" meta tag #1367948

    Hi,
    Thanks for the link to your site, but I don’t find noindex, I find index in the robots meta tag:
    2022-10-07_002.jpg
    Please check again.

    Best regards,
    Mike

    in reply to: Font Color in Ajax Search #1367946

    Hi,
    Thank you for the link to your site, I see an error for “rocket-loader” on your site but I don’t see a plugin for this, this sounds like a caching script but I’m not sure, do you recognize it? Does your server use a “object” cache such as Memcached, Redis, Varnish, Litespeed?
    2022-10-07_001.jpg
    I’m not sure if it is related. I didn’t find any errors in your child theme style.css, but I did find that if you enable CSS File Merging And Compression your style.css works.
    Or if you change the Enfold Theme Options ▸ General Layout ▸ Alternate Content Secondary Font Color to white the form text & placeholders become white, but I don’t think that you wanted the placeholders white.
    I tested the child theme style.css on my demo site but couldn’t reproduce this issue, so by default the child theme style.css is working correctly.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: "noindex" detected in the "robots" meta tag #1367891

    Hey micmacGraphic,
    Another user reported that Yoast SEO was adding the noindex, try disabling the plugin.
    Also check that WordPress ▸ Settings ▸ Reading ▸ Search engine visibility is not checked:
    2022-10-06_006.jpg
    If this doesn’t help please include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

Viewing 30 posts - 10,471 through 10,500 (of 34,921 total)