Forum Replies Created

Viewing 30 posts - 9,541 through 9,570 (of 34,667 total)
  • Author
    Posts
  • in reply to: Fullscreen Slider Link Buttons Spinning After Click #1374389

    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: WayPoint Trigger #1374388

    Hey qhsedirectory,
    It looks like the ending bit of code is missing from the script, but I can’t tell for sure without logging in, and I think your caching plugin is delaying the loading of jQuery so the script won’t work. Please disable any javascript cache settings and include a admin login so I can check the script.

    Best regards,
    Mike

    in reply to: Text extends beyond the edge of tables #1374280

    Hey HolgerRaddatz,
    Thanks for the link to your site, you can use this css to brake the words so they stay in the cells, please note that not all browsers will show the hyphens, Chrome on Windows doesn’t but the words are still broken.

    #top .avia-table.avia-pricing-table-container li {
    	 -ms-word-break: break-all;
         word-break: break-all;
         word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
    }

    Another option is to reduce the font size for the tablet screen, but your long words still need to be broken, but this might look better:

    @media only screen and (min-width: 768px) and (max-width: 1415px) { 
    #top .avia-table.avia-pricing-table-container li {
     font-size: 12px;
     -ms-word-break: break-all;
         word-break: break-all;
         word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
    }

    So try different font sizes to find a balance that you like.

    Best regards,
    Mike

    in reply to: Using and editing avia-builder.css in a child theme #1374273

    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: Can't change the map pointer size #1374221

    Hi,
    I checked the Andover page from your screenshot on Windows in Chrome, Firefox, & Edge and it was large on all.
    If your on a Mac iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Can't change the map pointer size #1374210

    Hey waveseven,
    Thanks for the link to your site, when I checked the page linked below the map marker was 96px x 96px
    2022-11-28_004.jpeg
    perhaps you are still seeing a cached version?

    Best regards,
    Mike

    in reply to: Mega Menu Customization #1374209

    Hi,
    Thanks for the feedback, here is a link to our menu subtext documentation that shows the css needed to show the subtext for menu items when using the top header. When using the sidebar header there is more room so the theme shows the subtext by default.
    But unfortunately, the subtext is disabled for submenu items.
    I have asked the rest of the team if there is a way to enable this and will reply when I hear back, Thank you for your patience.

    Best regards,
    Mike

    in reply to: Easy slider full width video error on mobil #1374206

    Hi,
    Thanks for the link, the website is using the Revolution Slider, so you could use that plugin, or you can try the layerslider plugin to see if it will also play on mobile.
    But please be aware that there is no guarantee that they will always work.

    Best regards,
    Mike

    in reply to: Blog #1374203

    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: Customize Newsletter Registration #1374160

    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: Blog #1374157

    Hey AuroraArcus,
    This is because of the theme option Enfold Theme Options ▸ Theme Options ▸ Where Do You Want To Display The Blog
    was set to your page Blog so the theme added the auto generated blog, I disabled this for you so you can create a custom blog page with the Advanced Layout Builder and the elements you choose.
    Please check.

    Best regards,
    Mike

    in reply to: Customize Newsletter Registration #1374156

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

    function move_mailchimp_privacy_check_to_end() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    $( '.avia-mailchimp-form' ).each(function() {
    $( this ).find( '.av_mailchimp_privacy_check' ).insertAfter( $(this).find('.av-last-visible-form-element').removeClass('first_form') );
    });
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'move_mailchimp_privacy_check_to_end');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    this is the expected results:
    2022-11-28_003.jpeg

    Best regards,
    Mike

    in reply to: Button for blog #1374153

    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: show fetured image source copyright under image #1374151

    Hi,
    Try using the plugin Simple Image Sizes, it will let you change the image sizes and let you set the crop to false.
    After you make the changes you will need to use the plugin Regenerate Thumbnails to change all of the thumbnails.
    I believe the size you want to change is featured_large as it is the 1500×630 image.

    Best regards,
    Mike

    in reply to: Editing Masonry Gallery Changes Order of Images #1374148

    Hi,
    Very good then, I hope you have a great day. 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: Button for blog #1374146

    Hi,
    Thanks for the login, the new button was using the same custom class widget-book as the other button so the custom css was changing the text color.
    I changed the custom class for the button to widget-blog and added it’s own custom css in your Quick CSS.

    #footer .widget-blog a {
    	color:#fff;
    	font-weight: 700;
    text-transform:uppercase;
    font-family: "comfortaa" !important;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Editing Masonry Gallery Changes Order of Images #1374139

    Hey Timothy,
    Thanks for your screenshots, but when I test by setting the images in the gallery and saving, and go to the front end and then re-edit the gallery is in the same order
    original placement:
    2022-11-28_001.jpeg
    re-edit placement:
    2022-11-28_002.jpeg
    Have you tried disabling any theme customizations and plugins and trying again?

    Best regards,
    Mike

    in reply to: Easy slider full width video error on mobil #1374131

    Hey jb84,
    Background videos will not play on mobile devices, this is a limitation set by the browsers, this is why for mobile you should pick a fallback image.
    There may be plugins that use hacks to bypass this limitation, but with each browser update, the browsers are blocking more and more of these.
    We do not use hacks and follow the browser rules, and recommend you do too or you will always be struggling with the browsers over this looking for new hacks.

    Best regards,
    Mike

    in reply to: Bug: Icons Misson On Cart page #1374126

    Hi,
    Glad Yigit 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: Featured Image Cropping #1374123

    Hey Madeleine,
    Try using the plugin Simple Image Sizes, it will let you change the image sizes and make crop false.
    The size you want to change is entry_with_sidebar
    after you make the changes you will need to use the plugin Regenerate Thumbnails to change all of the thumbnails.

    Best regards,
    Mike

    in reply to: category with excerpt and featured image not possible! #1374119

    Hi,
    Glad we could help.

    Best regards,
    Mike

    in reply to: Google Droid Sans Font in HTML, but not selected #1374117

    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

    Hey Alfredo,
    Thanks for the link to your site but I’m not sure what you want to be changed, try including a mockup so we can understand better.
    I looked at your burger menu and didn’t notice anything off except your menu items are a little small.

    Best regards,
    Mike

    Hey Alfredo,
    Sorry unfortunately not, you could try using a plugin for this function and add it’s shortcode to your page.

    Best regards,
    Mike

    in reply to: Google Droid Sans Font in HTML, but not selected #1374090

    Hi,
    Thanks for the login, I see that you are using Droid Sans for your menu items at Enfold Theme Options ▸ Advanced Styling
    Try using a different font or follow these instructions to load it locally.
    2022-11-27_011.jpeg

    Best regards,
    Mike

    in reply to: Error: Trying to access array offset on value of type null #1374088

    Hi,
    Thanks for the feedback, the plugin will need to call it’s image elements as https for them to show on your site, strange that the plugin images are not included in the plugin files the images would be called from your own site.
    If the plugin site ever goes down, or out of business, your plugin would not work, perhaps this is not a good plugin to build your business on?

    Best regards,
    Mike

    in reply to: Theme Error reported on server log for website #1374087

    Hi,
    Glad to hear.

    Best regards,
    Mike

    in reply to: How can I add icons to Enfold Secondary Menu items? #1374086

    Hey dennisnoharemanon,
    Thanks for the link to your site, I recommend saving your icons as image files such as png or jpg and then use CSS to add the images, here is an example of what it would look like.

    #header_meta .sub_menu #menu-item-2545:before {
      content: url(/blog.png);
      display: inline-block;
      padding-right: 10px;
      height: 10px;
      width: 10px;
    }
    #header_meta .sub_menu #menu-item-2546:before {
      content: url(/mail.png);
      display: inline-block;
      padding-right: 10px;
      height: 10px;
      width: 10px;
    }
    #header_meta .sub_menu #menu-item-2547:before {
      content: url(/phone.png);
      display: inline-block;
      padding-right: 10px;
      height: 10px;
      width: 10px;
    }
    

    Please give this a try and let us know if you have any trouble.

    Best regards,
    Mike

    Hey Proleaks,
    Thanks for your patience, as I understand your question you would like to use the robots.txt file to disallow GoogleBot from looking for pages that don’t exist, this is the correct approach and you would upload this file to your server at the root path via FTP. Typically this is not on your server by default, you must create it.
    Here is a Free Robots.txt Generator
    As I look at your error log above most all of them are in this directory /systemisch-achtsam-loesungsorientiert/tag/ so you could block that directory like this:

    User-agent: *
    Disallow: 
    Disallow: /cgi-bin/
    Disallow: /systemisch-achtsam-loesungsorientiert/tag/

    try the generator and add the directories and files from your log above.

    Best regards,
    Mike

    in reply to: Mega Menu Customization #1374078

    Hey clause2,
    Please see our Mega Menu documentation
    you will see the Mega Menu option in the menu items
    2022-11-27_009.jpeg
    You can enable the menu item Description option in the screen options at the top of the menu page:
    2022-11-27_010.jpeg

    Best regards,
    Mike

Viewing 30 posts - 9,541 through 9,570 (of 34,667 total)