Forum Replies Created

Viewing 30 posts - 23,281 through 23,310 (of 34,645 total)
  • Author
    Posts
  • in reply to: Migration from Coalition to Enfold #1049218

    Hey Ricardo Reginato Rodrigues,
    Sorry for the late reply, has this been a theme that you have been using for a year or more?
    Did your site go out of order when you updated to WordPress version 5? If so have you considered downgrading the WordPress version? This plugin would make it easy: WP Downgrade
    Perhaps this will help put your site back online while you look at your options.

    Unfortunately migrating to Enfold will required you to add your styling and settings manually, as the two are not interchangeable, but you may find that you will have many more option with Enfold and will be able roll out a completely new and updated site easily and quickly.
    Please take a look at our Enfold Demos to get an idea of what you can create.

    Best regards,
    Mike

    in reply to: Changing Easy Slider transition length in child theme #1049213

    Hi,
    Sorry for the late reply, it seems that the login has expired. But please try this function instead of the one above:

    function add_javascript_functions_page() {
    wp_dequeue_script( 'avia-module-slideshow' );
    wp_enqueue_script( 'avia-module-slideshow-child', get_stylesheet_directory_uri().'/js/slideshow.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'add_javascript_functions_page', 100 );

    Please ensure that your file and path in your child theme directory is: /js/slideshow.js
    Then clear your browser cache a few times, and also clear any cache plugin.

    Best regards,
    Mike

    in reply to: Kinda like a business partnership. Please Read #1049211

    Hi,
    Thanks for your patience and understanding.

    Best regards,
    Mike

    in reply to: Email Opt In and Image Zoom #1049210

    Hi,
    Sorry for the late reply, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I took a look at your service page and found this css is hiding your text on your top color section:

    .js_active .av-minimum-height .container {
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity 0.6s ease-in;
        transition: opacity 0.6s ease-in;
    }

    but I didn’t find where it is being added, I looked in your Quick CSS, custom.css, and the WP customizer. This css is very broad and could be effecting other elements on your site.
    I was able to override it by adding this css to your WordPress > Customize > Additional CSS

    .js_active .page-id-515 .av-minimum-height .container {
        opacity: 1 !important; 
    }

    To correct the background of your partner logos I added this css to your WordPress > Customize > Additional CSS

    .main_color .avia-content-slider .slide-image {
    	background: #fff;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Put custom menu on top #1049207

    Hi,
    Sorry for the late reply, please add z-index to your custom css:

    body .container_wrap .avia-builder-el-last {
        margin-bottom: 0;
    }

    I believe that this css is in your Quick CSS, please change it to this:

    body .container_wrap .avia-builder-el-last {
        margin-bottom: 0;
        position: relative !important; 
        z-index: 0 !important; 
    }

    Then please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: remove item on mobile only #1049151

    Hey Drebosio,
    Sorry for the late reply, please try this css, I also added the pointer event so accidentally tapping the image won’t cause it to flip and show nothing.

    @media only screen and (max-width: 768px) {
    .post-entry-11 .flip-container div.back {
        display: none !important;
    }
    .post-entry-11 .flip-container {
        pointer-events: none !important; 
    }
    }

    Best regards,
    Mike

    in reply to: update the enfold theme error. #1049150

    Hi,
    You can download the zip file by going to your Theme Forest account and choosing the download option “Installable WordPress file only”.
    Downloading-the-wrong-zip
    If this doesn’t help, please include a admin login and ftp access in the private content area so we can assist.

    Best regards,
    Mike

    in reply to: Riesenprobleme beim updaten des Enfold Themes #1049149

    Hey Mario Springer,
    Theme Forest hat seine API für Token-Schlüssel geändert. In Version 4.5 wurde dieses Problem behoben. Es wird empfohlen, das Update manuell durchzuführen.
    Es gibt ein kostenloses Plugin , mit dem Sie manuell über WordPress aktualisieren können Theme Panel durch Hochladen der Datei enfold.zip. Andernfalls können Sie die Aktualisierung über FTP durchführen. Denken Sie daran, den aktuellen Ordner “enfold” zu löschen und den neuen Ordner hochzuladen. Bitte versuchen Sie nicht, den Themenordner zu überschreiben, da dies alte Dateien zurücklässt und Fehler verursacht.
    Wir empfehlen, zu Ihrem Theme Forest-Konto zu wechseln, die aktualisierte Version von Enfold v4.5.2 herunterzuladen und manuell zu aktualisieren. Anschließend werden die neuen Token-Schlüssel verwendet. Alle Benutzer müssen für Updates ein neues Token generieren. Bitte lesen Sie diesen Beitrag

    — Translated with Google —

    Theme Forest has changed their API for Token keys, v4.5 fixes this, it is recommend to update manually.
    There is a free plugin that will allow you to manually update via the WordPress Theme panel by uploading the enfold.zip file, otherwise you can update via FTP, please remember to delete the current enfold folder and then upload the new one. Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
    Our recommendation is to go to your Theme Forest account and download the updated Enfold v4.5.2 and manually update it, then going forward it will use the new Token keys. All users will need to generate a new token for updates. Please see this post

    Best regards,
    Mike

    in reply to: enfold #1049148

    Hey Michael Bryan,
    Sorry for the confusion, we have placed a message at the top of each page stating we are on holiday

    The Support Forums are closed during the Christmas holidays, but we will be back soon for you!
    Merry Christmas and a happy new year to all of you :)

    Perhaps we missed the page you were on.
    We will be back on Jan 2, Thank you for your patience and understanding.

    Best regards,
    Mike

    in reply to: mp4 video stored on vimeo not showing on mobile #1049147

    Hey cagraphicdesign,
    Sorry for the late reply, unfortunately videos as backgrounds is a limitation that has been added to the mobile devices for the sake of user bandwidth by the manufacturers.
    One work around was to use the layerslider, another was to use other file types, such as ogg or webm, There was also a HTML5 hack, but I’ve seen most people have the best results with using a layerslider.

    For your iPad menu issue, it looks like your mobile menu is only triggered up to 766px which is too low for tablets, please try changing your mobile menu to 990px at Enfold Theme Options > Main Menu > Menu Items for mobile or we could use a landscape media query for the mobile menu:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape)
    and (-webkit-min-device-pixel-ratio: 2) {
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none;
      }
    
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
          display: block;
      }
    }

    To handle portrait & landscape, remove the line:

    and (orientation : landscape)

    Best regards,
    Mike

    in reply to: Tabs initial open option #1049146

    Hey ideance,
    Sorry for the late reply, I have been looking into this and found that the action you are referring to, placing a zero in the “Initial Open” option to have no tabs open was a bug that was corrected on or about 2018-09-10:

    Tabs are not supposed to show/hide content but only to switch between content of the tabs

    Sorry, but please consider using a accordion element if you want to toggle content.

    Best regards,
    Mike

    in reply to: Search Icon not showing in Header Menu #1049128

    Hi,
    Thanks for sharing your solution, I’m sure others that may use the Zen Menu Logic will find this helpful.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Enfold + Memberpress Forgot Password action appearance #1049127

    Hey mhoffman2,
    I assume that this is sorted out from the opening line, but if you still need assistance with this please let us know.

    Best regards,
    Mike

    in reply to: Functionality #1049065

    Hi,
    Thank you for the login, I took a look at your media library and see that you are getting many server errors of 500, and 404 errors for your images.
    I believe this may be due to your PHP version is 5.4.45, where the minimum PHP version should be v5.6, please update.
    Also your Enfold version is v4.0.2 and your WordPress version is 4.7.12
    Please also update these too.
    Then if you are still getting the server errors, try asking your webhost if they can see what the error is in your error log.
    I recommend creating a backup of your site, using your webhost tools, and if your webhost offers “staging sites”, which is typically a one click option from within your cPanel, that creates a copy of your site to test updates with, it would be good to try that.

    Here are some screenshots of what it would look like:
    staging-1
    staging-2

    Best regards,
    Mike

    in reply to: enfold #1049063

    Hi,
    Please try the login that Yigit provided above.

    Best regards,
    Mike

    Hey Christina,
    Sorry for the late reply, for your “publishing failed” error, this sounds like a “ModSecurity” issue, please ask your webhost to check your server log and white list the file or try turning off the firewall. Please see these examples:
    https://wordpress.org/support/topic/error-message-publishing-failed-or-updating-failed/
    https://wordpress.org/support/topic/publishing-fail-after-update-to-wordpress-5-0/page/3/

    For your Envato token, This sounds like either you have not given enough permissions for the token to access your account, please compare your permissions with the ones in this documentation
    The other possibility is that the site has already pinged Envato too many times recently and you have been limited, which is typically for 24 hours.
    When you do try again please do so from a incognito window (private browser), there have been reports of errors due to Envato cookies.

    Best regards,
    Mike

    Hey Ken,
    The “separator” that is after your videos is actually a border from the container, this css will remove it:

    .container_wrap {
        border-top-style: none !important; 
        border-top-width: 0px !important; 
    }

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

    Best regards,
    Mike

    in reply to: Change color of shrinking header #1049026

    Hi,
    Glad to help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: want to buy 4.5.1 #1049025

    Hi,
    Glad to help, have a Merry Christmas.

    Best regards,
    Mike

    in reply to: why my frontpage is changed to 404 page #1049024

    Hi,
    Thanks, I see your 404 is pointing to your blog page right now. So if you uncheck the option it will point to your homepage again? Or was this only at first and now it doesn’t do this?

    If this is still happening please include admin login in the Private Content area so we can be of more assistance.
    I checked the last 3 sites I updated, and none had this behavior.

    Where do you want your 404’s to go to?

    Best regards,
    Mike

    in reply to: New version broke my site hack #1049023

    Hi,
    To make the menu columns narrow, I added this css to your Quick CSS and set the width to 600px
    Please try adjusting to suit:

    #top #header .avia_mega_div {
    max-width: 600px !important; 
    }

    To make the logo not so tweaky while hovering on the menu, I added the sub-menu as a hover trigger to the script and I added a delay to reset the logo z-index:

    function change_logo_zindex_on_menu_hover(){
    ?>
    <script>
    (function($){
      $(function() {
        $('.main_menu li a, ul.sub-menu').hover(function() {
          $('.logo').css('z-index', '0');
        }, setTimeout(function() {
          // on mouseout, reset
          $('.logo').css('z-index', '100');
        }, 2000);
      });
      })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'change_logo_zindex_on_menu_hover');

    Please clear your browser cache and check.
    Have a Merry Christmas.

    Best regards,
    Mike

    in reply to: Updating Enfold v 4.4 #1049022

    Hi,
    Yes you can change the settings back, as for the editor preference, it seems most people like the old editor, but both should work.
    But please note that the Enfold advanced layout builder is not meant to work inside of the block editor, that is just like before, if you build a page with the advanced layout builder elements please don’t try to edit it with the block editor/classic editor, or visa versa.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards, have a Merry Christmas,
    Mike

    in reply to: Cannot to update enfold an error occurred – please help #1049020

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

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

    Best regards,
    Mike

    in reply to: The theme does not save anything #1049019

    Hi,
    Thank you for the login, one possible issue that I see is that your PHP is v5.5.38, where the recommended minimum is v5.6, I would recommend updating your PHP version. I also see that you are using Enfold v4.5 which did have a couple of issues, please update to v4.5.2
    But I went to your page /our-story/ and changed the text in the first text block “Who we are” and added a yellow background color.
    Please take a look and make these changes, if you still find you are having trouble please explain what specifically you are have trouble with so we can try to reproduce the error.

    Best regards,
    Mike

    in reply to: Updating theme Enfold #1049018

    Hi,
    This sounds like either you have not given enough permissions for the token to access your account, please compare your permissions with the ones in this documentation
    The other possibility is that the site has already pinged Envato too many times recently and you have been limited, which is typically for 24 hours.
    When you do try again please do so from a incognito window (private browser), there have been reports of errors due to Envato cookies.

    Best regards,
    Mike

    in reply to: WordPress 5.0.2-it_IT + Enfold 4.5.2 #1048979

    Hi,
    Thank you for the images, this first one is a advanced layout builder page being viewed in the block editor,
    https://i.postimg.cc/85d0zqLH/Schermata-2018-12-24-alle-08-59-24.png
    if you see this please switch to the advanced layout builder as in the second screenshot.
    https://i.postimg.cc/jd1ZtsGT/Schermata-2018-12-24-alle-09-01-00.png
    I see the error in your third image, but whien I look with Chrome it looks right. Are you using Safari, and is it still happening?
    https://i.postimg.cc/8zqJwfC2/2018-12-24-064812.jpg
    https://i.postimg.cc/d0r7fQkL/2018-12-24-064936.jpg
    I see that your are using v4.5.2, perhaps it was just that first time?
    If you wish there is a new option to use the classic editor instead of the block editor in: Enfold Theme Options > Select Your Editor

    Best regards,
    Mike

    in reply to: Updating Enfold v 4.4 #1048944

    Hi,
    Sorry for the late reply, I have taken a look at your site and found your admin login & ftp access, along with your v4.5.2 upgrade file.
    For the next step, I renamed your old theme folder to “enfold-old” and extracted your zip file to “enfold” this loads the new theme as your activate theme.
    I then checked that your Enfold Theme Options > Performance > Disable Template Builder Elements > Always load all elements was enabled and your Enfold Theme Options > Performance > JS & CSS file merging and compression was disabled. I then cleared your site cache.
    In my tests your site seems to be running correctly now.
    Please note we have a new option at: Enfold Theme Options > Select Your Editor which you can change to disable the “Block editor” if you wish.
    So I have left your “enfold-old” in your themes until you are satisfied that your site is running correctly, as a backup.
    To restore simply rename to “enfold” via ftp, if you are satisfied with v4.5.2 this please delete “enfold-old” via ftp, not the theme options page
    Please let us know if we can assist further.
    Thank you for your patience.
    Have a Marry Christmas :)

    Best regards,
    Mike

    in reply to: WordPress 5.0.2-it_IT + Enfold 4.5.2 #1048940

    Hey gretabeneforti,
    We would like to assist, but I don’t understand the issue well.
    Perhaps including screenshots and admin login will allow us to investigate and assist better.
    To add a screenshot please try using https://postimages.org/ and pasting the image URL in your post or the Private Content area.

    Best regards,
    Mike

    in reply to: Picture and text zoom on smartphone #1048939

    Hi,
    Thank you, can I ask why you want to change the page?
    When I look at it, it loads well and quickly, I see the info, it seems well laid out… etc.
    Perhaps if you explain what is wrong with it I can offer some ideas?

    Best regards,
    Mike

Viewing 30 posts - 23,281 through 23,310 (of 34,645 total)