Forum Replies Created

Viewing 30 posts - 21,661 through 21,690 (of 35,070 total)
  • Author
    Posts
  • in reply to: Translating the contact form into german #1097310

    Hey nicolaj5,
    The autoresponder subject line should be translating because it’s in the textdomain “avia_framework”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/contact/contact.php
    msgid "Thank you for your Message!"
    msgstr "Vielen Dank für Ihre Nachricht!"

    This is from \enfold\lang\de_DE_formal.po
    If you would like to change the text, try editing the config-templatebuilder/avia-shortcodes/contact/contact.php file above at line 460, look for this:

    "autoresponder_subject" => __('Thank you for your Message!','avia_framework' ),

    Best regards,
    Mike

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) {
    .responsive .av-horizontal-gallery-enlarge-effect .av-horizontal-gallery-wrap.av-active-gal-item {
        -webkit-transform: scale(1.3) !important; 
        -ms-transform: scale(1.3) !important; 
        transform: scale(1.3) !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Weird page loading behavior #1097306

    Hi,
    Thank you for your patience, I first tested copying your page to my localhost with the de-bug code, but the error didn’t occur, Please see the video in the Private Content area.
    I found that your child theme css was missing two brackets, that I corrected for you, and your Quick CSS also had an error.
    In the end I found that this css was causing the issue:

    .av-tab-section-tab-title-container{
    	display: none; 
    }

    I added this to correct

    .av-tab-section-tab-title-container{
    	display: block !important; 
    }

    This shows the tab section on page load, but your page animation is still “flashing” the page which I believe you want to remove.
    So I added this css to remove the animation:

    .avia_transform .avia_start_delayed_animation.top-to-bottom,.avia_transform .avia-timeline-vertical .avia_start_animation .milestone_icon {
        -webkit-animation: none !important; 
        animation: none !important; 
        opacity: 1;
    }
    .avia_transform .av-tab-arrow-container span {
        -webkit-transition: none !important; 
        transition: none !important; 
    }

    but I believe that your chatbox’s “warning” on the page load is still causing a page reload at the end. I won’t be sure until I can disable it. Please clear your browser cache and check, and try disabling your plugins to see if the final reload is removed.

    Best regards,
    Mike

    Hi,
    Thank you for the login, I checked a few of your products and the galleries seem to be working well, I also didn’t find a slider that was not working. I did see that you are using Enfold v4.5.4, and I believe there was an issue with this version that didn’t show the correct url path to images unless they were absolute, this sounds like your issue so I would recommend updating to v4.5.6.
    If this doesn’t help, please link to a slider and gallery that is not working so we can investigate further.

    Best regards,
    Mike

    in reply to: ENFOLD-TOOLSET #1097276

    Hi,
    Sorry for the late reply, I have looked at your pages and found, as you described, your elements have the style “visibility: hidden;”
    directly applied.
    This css will show the elements:

    #wpv-view-layout-1074-TCPID786 {
    visibility: visible !important; 
    }

    Please ensure that your PHP is at least v5.6, Enfold v4.0.7 is quite old now so for ToolSet to only work on that version is odd. I have not seen any other issues with ToolSet.
    Please try to recreate your “Set” with the newest plugin and theme from scratch.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    .av-horizontal-gallery-animated .av-horizontal-gallery-wrap {
        -webkit-transition: none !important; 
        transition: none !important; 
    }
    .responsive .av-horizontal-gallery-fullwidth .av-horizontal-gallery-wrap {
        max-width: 100vw !important; 
    }
    }
    

    Then Please clear your browser cache and check.

    Best regards,
    Mike

    Hey Roger,
    Sorry for the late reply, I took a look at your page and see that you are getting the error Failed to load resource: the server responded with a status of 404 () avia_forced_reroute=1
    and also WebSocket connection to ‘wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data’ failed: Error during WebSocket handshake: Unexpected response code: 403
    on page load, before the form is used.
    I believe this last one is related to the JetPack plugin, please try disabling JetPack and your other plugins to see if that helps.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I see that you are using Enfold v4.5.1, please try updating to v4.5.6 and clear your browser cache, and then checking again.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply,
    Thank you for the video, Please check your mobile menu settings at: Enfold Theme Options > Main Menu > Burger/Mobile Menu > Menu Icon Submenu items > Display submenu items on click
    If this doesn’t help, please try disabling your plugins to see if there is a conflict, if this doesn’t help please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Shop Banner Image #1097236

    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: scrolling not jumping #1097234

    Hi,
    Glad to hear that the cross is perfect now, Ok so we will re-install layerslider, but the ftp access is not working for me, I tried both above.
    Please check

    Best regards,
    Mike

    Hi,
    @trobh1963 Thanks for the login, I don’t see the error on your site so I assume that you rolled the update back to bring your site back up. I see that you are using PHP v5.3.29 & Enfold v3.2.3 & WP v5.1.1
    Please update your PHP to v5.6 first, then update Enfold to v4.5.6 via FTP.
    Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first (via FTP) then upload the new “enfold” folder at /wp-content/themes/enfold/
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
    Then if you wish to update your PHP to v7.x you can, but I recommend checking that PHP v5.6 works first.
    We can assist with the FTP update, but you will need to ask your webhost to assist with PHP v5.6 first.

    Please also note that your login above is not private, so please change the password and if you want help with the FTP update, please open a new thread with admin login & ftp access in the Private Content area. Please also upload your new copy of the Enfold theme as “enfold-new” in your /wp-content/themes/ directory.
    You can link to your new thread here, so we can find it easily.

    Best regards,
    Mike

    in reply to: Shop Banner Image #1097222

    Hi,
    I took a look at your mobile menu and found that your opacity was set to zero, which hides it, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #top #wrap_all #av-burger-menu-ul > li {
        opacity: 1 !important; 
    }
    }

    For your logo image I adjusted the css some to this:

    @media only screen and (min-width: 767px) {
    #av_product_description {
        background-image: url(https://your-site.de/wp-content/uploads/2019/04/Banner-Ts-beauty-shop.png) !important; 
    }
    }
    @media only screen and (max-width: 767px) { 
    	#av_product_description {
        	background-image: url(https://your-site.de/wp-content/uploads/2019/05/Banner-Ts-beauty-shop-mobile.png) !important; 
    background-position: center !important; 
    	}
    }

    Now it is working well on mobile, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Blog Layout Page and Post #1097038

    Hi,
    1: The Design Tools & Resource is this a menu item thst only says Design Tools right now?
    2: Your link to the blog page is leading to a 404, so I can’t see your “share buttons” but I believe this will help if you try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .av-share-box {
    margin-top: 60px !important;
    }

    3: Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #advanced_menu_toggle, #advanced_menu_hide {
        color: #a64e06 !important; 
    }
    @media only screen and (max-width: 1229px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
        display: block !important; 
    }
    }

    4: please try this solution

    Best regards,
    Mike

    in reply to: Some Custom Requests please :) #1097035

    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: Remove Big Preview images per section #1096905

    Hi,
    Thanks, please remove the css so that the images in the search results show again, and we can try again.

    Best regards,
    Mike

    in reply to: General Styling not working properly #1096899

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top > #wrap_all > .header_color >.header_bg {background-color: rgba(255,255,255,0.2);}

    Best regards,
    Mike

    in reply to: Link in content-section #1096893

    Hi,
    As I take a look I see that your video is playing full width, I would recommend adding a button full time below the video, such as “Learn More” or try adding a button to your YouTube video to see if it is clickable.

    Best regards,
    Mike

    in reply to: Menu design: 4 or 5 columns #1096888

    Hi,
    Glad to hear it worked well, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field for the other two:

    .html_header_top #top .av_menu_left .main_menu .menu li#menu-item-19330 ul li#menu-item-19833 ul,.html_header_top #top .av_menu_left .main_menu .menu li#menu-item-19330 ul li#menu-item-19832 ul {
           left: -207px !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Realisierung und Programmierung #1096886

    Hi,
    Glad to hear it’s working, the WordPress > Customize > Additional CSS has top preference on css, so sometimes if you have a troublesome element, placing here will correct.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Please ensure that your theme is up-to-date v4.5.6, and also test the css in the WordPress > Customize > Additional CSS and clear your browser cache.
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Some Custom Requests please :) #1096725

    Hi,
    Glad you figured it out, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Thanks for the login, I moved it to the Private Content area. Please include the url to your site also.

    Best regards,
    Mike

    in reply to: Problems with Avia Layout Builder #1096702

    Hi,
    I added this function to your functions.php to add the widget titles:

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
        $( "<h3 class='widgettitle'>Church</h3>" ).insertBefore( "#top.page-id-236 .widget_nav_menu" );
        $( "<h3 class='widgettitle'>Church</h3>" ).insertBefore( "#top.parent-pageid-236 .widget_nav_menu" );
        $( "<h3 class='widgettitle'>Education</h3>" ).insertBefore( "#top.page-id-31 .widget_nav_menu" );
        $( "<h3 class='widgettitle'>Education</h3>" ).insertBefore( "#top.parent-pageid-31 .widget_nav_menu" );
        $( "<h3 class='widgettitle'>Calendar</h3>" ).insertBefore( "#top.page-id-472 .widget_nav_menu" );
        $( "<h3 class='widgettitle'>Calendar</h3>" ).insertBefore( "#top.parent-pageid-472 .widget_nav_menu" );
        $(".widget.widget_nav_menu").css({'padding-top': '0px'});
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    it seems to be working, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Realisierung und Programmierung #1096466

    Hi,
    Thanks for the login, I see that this is a third party plugin, to ensure we are talking about the same section, Please see the screenshot in Private Content area and the area in the red box. I have added this css:

    .awsm-details .mCustomScrollBox,.awsm-details .mCustomScrollbar {
    min-height: 800px !important;
    max-height: 800px !important;
    }

    and seems to work well, please see the second screenshot in Private Content area.
    Please adjust to suit and clear your browser cache when checking.
    I assume you checked the documentation for this plugin, this may be a setting, but I don’t know this plugin.

    Best regards,
    Mike

    in reply to: Short Separator #1096447

    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: Problems with Avia Layout Builder #1096358

    Hi,
    I have taken a look at your page, but unfortunately, I don’t see a practical way to add the headings you are looking for. We may be able to add these headings with some javascript, if there is just a couple that you want to add.
    It seems that all the ones you want to add are “Church header: Church ” is this correct?

    Best regards,
    Mike

    in reply to: Search Bar Button Animation #1096341

    Hi,
    Please try using the whole avia.js in your child theme with the correct lines modified. But you are welcome to try as you wrote, with just the one function in the child theme avia.js, if it doesn’t work you can always upload the full file via ftp.

    Best regards,
    Mike

    in reply to: Demo import problem #1096332

    Hi,
    Thank you for the login, but it seems it was in view of the public, I have redacted the info but I can not login so please check or recreate the user.

    Best regards,
    Mike

    in reply to: Tab Section Disable Swipe Mobile #1096330

    Hi,
    Sorry, the swipe function is a part of the device, not the site, I imagine there would be a script to effectively disable it across devices, but I didn’t find one, so there may not be one to disable the swipe.

    Best regards,
    Mike

Viewing 30 posts - 21,661 through 21,690 (of 35,070 total)