Forum Replies Created

Viewing 30 posts - 8,881 through 8,910 (of 34,913 total)
  • Author
    Posts
  • Hi,
    Thanks for sharing katbi89, I see your other thread was related to the server blocking our domain.

    Best regards,
    Mike

    in reply to: Problem on display img variation #1398213

    Hi,
    Glad Ismael 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: after update critical error on home page #1398212

    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: Social media icons in header problem #1398211

    Hey stevel58,
    Please try going to Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager and delete the flaticon-sports icon and then save your settings and then try to install the icon file linked below.
    If you get an error when tring to install the file then it could mean that your webhost doesn’t have the PHP ZipArchive Extension enabled, this is needed for the server to unzip zip files, try asking your webhost to check.
    If this doesn’t help please include an admin login in the Private Content area so we can check.

    Best regards,
    Mike

    Hey Jasper_1,
    Thanks for your question, I have tested using the burger menu on the desktop on my demo site, and clicking the current menu item does close the menu overlay.
    Perhaps you have a customization or a plugin interfering with this behavior on your site, try disabling these on your site to isolate the issue.
    If you can’t please include an admin login in the Private Content area so we can check.

    Best regards,
    Mike

    in reply to: New Token/Purchase needed to update from Enfold 4.5 to 5.0? #1398208

    Hey Nikolaus Rentrop,
    Thanks for your question, if your Envato private token has expired and the original account is not yours so you can not login and create a new one or download the latest version, then please create a new Envato account when you purchase the theme then update your site by downloading the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    After updating see our documentation for creating a new Envato Token.

    Best regards,
    Mike

    Hi,
    Thanks, when I try to import the construction.xml file in your media library to WordPress ▸ Tools ▸ Import ▸ WordPress I’m getting an Internal Server Error 500, this points to a server issue, please check your server error logs for any clues, you may want to try this xml import again just before checking the server error logs so the error is on top of the logs.
    Enfold_Support_371.jpeg
    I have not seen this Internal Server Error while importing a demo before, are you sure your webhost is not blocking our site with mod-sec?
    Another option could be to create a localhost WordPress install and import the demo and then use the plugin Duplicator and migrate your localhost version to your webhost, see the video on the plugin page if you have not used this plugin before, it is quite easy.

    Best regards,
    Mike

    in reply to: Change Shop #1398205

    Hi,
    Please remove the above solution and add this script to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script_pa_autore() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      $('.shop_attributes .woocommerce-product-attributes-item--attribute_pa_autore').each(function() {
         $(this).clone().wrapInner('<p class="pa-autore"/>').children(0).unwrap().appendTo('.woocommerce-product-details__short-description').css({'margin':'0'});
         $('.pa-autore .woocommerce-product-attributes-item__label').wrapInner('<p class="autore-label"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'});
         $('.pa-autore .woocommerce-product-attributes-item__value').wrapInner('<p class="autore-value"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'});
         $('.pa-autore .autore-value p').css({'margin':'0'});
      });
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_script_pa_autore');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    The expected results:
    Enfold_Support_369.jpeg

    Best regards,
    Mike

    in reply to: Adding image #1398145

    Hi,
    I adjusted the script to this to account for the languages:

    function custom_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
        $('html[lang="en-GB"] #header_main #media_image-4').css({'padding':'0'}).detach().insertAfter($('.av-sidebar-social-container').css({'border-bottom':'1px solid #e1e1e1'}));
    	$('html[lang="el"] #header_main #media_image-5').css({'padding':'0'}).detach().insertAfter($('.av-sidebar-social-container').css({'border-bottom':'1px solid #e1e1e1'}));
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_script');

    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Thanks, I tried a manual import but I got a Internal Server Error with this message:
    File is empty. This error could also be caused by uploads being disabled in your php.ini file or by post_max_size being defined as smaller than upload_max_filesize in php.ini.
    Please check your server error log to see if there are any other clues, also ask your webhost if they are blocking our site: kriesi.at
    and ask if “allow_url_fopen, “allow_url_include” and “register_globals” are “off”
    then try turning these “on”.

    Best regards,
    Mike

    in reply to: Add dotted navigation to testimonial block #1398135

    Hi,
    For the new page for mobile up to 450px please try this css:

    @media only screen and (max-width: 450px) { 
    	#top .avia-testimonial-content {
        width: 100%;
    	}
    	#top #main .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a {
        opacity: 1;
        top: 12%;
    	}
    }

    Please see the screenshot in the Private Content area of the expected results

    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

    Hey Elena,
    Thanks for the login, I created a single full-width column with the custom class six-icons and the 6 icon boxes inside, each icon box either has the custom class icon-right or icon-left and I added this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    .six-icons .icon-left {
    	width: 48%;
    	display: inline-block;
    }
    .six-icons .icon-right {
    	width: 48%;
    	float: right;
    	display: inline-block;
    }

    This block of icons will stay in the portfolio content and not overlap the sidebar, and you will be able to add it to the builder Templates to add it to other pages.
    Please check if this is what you had in mind.

    Best regards,
    Mike

    in reply to: Adding image #1398112

    Hi,
    Thanks for the login, I was not sure which image you wanted to use so I picked one, try adjusting to suit.
    Enfold_Support_365.jpeg

    Best regards,
    Mike

    in reply to: Adding image #1398078

    Hey troupdim,
    The Photography Demo uses a sidebar header, so please see our documentation for Adding a header widget area, this will place the image before the social icons:
    Enfold_Support_361.jpeg
    to move it after the social icons try adding a script like this to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
        $('#header_main #media_image-2').css({'padding':'0'}).detach().insertAfter($('.av-sidebar-social-container').css({'border-bottom':'1px solid #e1e1e1'}));
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_script');

    please note that your image widget ID maybe different, if you need help adjusting please link to your page so we can examine.
    This is the expected results:
    Enfold_Support_363.jpeg

    Best regards,
    Mike

    in reply to: Bug: CDN Use and fonts loading twice #1398069

    Hi,
    Glad Günter 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 #1398068

    Hey Gagik Vardanian,
    Yes lifetime for one domain and 6 months of support, for only $17.63 more you can get one year of support on our forum.

    Best regards,
    Mike

    Hi,
    Glad Ismael 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: PopUp function #1398066

    Hi,
    Thanks for the feedback, to automatically open the popup you would need some custom javascript, which is possible, but you may find it easier to use a plugin as it will give you more options as when to popup, etc.
    The free WP Popups typically works well with Enfold.

    Best regards,
    Mike

    in reply to: Theme installieren #1398064

    Hey Michael Lerchster,
    Thanks for your question, it sounds like you are uploading the full zip file with documentation, try to download the installable WP version from your Theme Forest account, there are two links, one is the full zip the other is the installable zip.
    Otherwise, try extracting your zip file to your computer and then find the directory enfold then create a new zip of just that directory enfold.zip and try installing it.

    Best regards,
    Mike

    in reply to: css active second level menu #1398061

    Hi,
    Glad Nikko was 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: "Preisfrage" #1398060

    Hey Singer,
    Thank you for your question, Enfold v3.8.4 will not work with PHP v8, the current version of Enfold is v5.4.1, you can purchase it here.
    You would simply create a new Theme Forest account to make the purchase.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    After you update then see our documentation for creating a Envato Token and registering your theme.
    I recommend creating a full server backup before updating for fallback, but typically updating from your version should work fine.

    Best regards,
    Mike

    in reply to: trouble with layout of text box and image #1398058

    Hi,
    Sorry I guess I misunderstood, I thought you wanted the image and the box the same size, when the image is a background of the column or when the image is an element in the column the width of the column is what determines the width of the image, the height of the image is based on it’s aspect, it looks like you are using a landscape image in a portrait layout try using a double width column of the image if you want is larger, or try changing you image into a portrait layout, and use independent height for the columns
    The text box fills the column, if you want it larger try using a larger column or try a Grid element to remove the space between the columns and make the text larger.
    I couldn’t login to see your test page as there is only a password and no user info.

    Best regards,
    Mike

    Hi,
    Please post the login link in the Private Content area below, we don’t receive any emails to the above address.

    Best regards,
    Mike

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: AngularJS Application and Enfold Elements #1398047

    Hi,
    Can you show an example so we can understand better, the tab section and accordion loads the content on page load and it just not visible, then clicking makes it visible, if you are only adding content after a click then try adding a delay, but I would recommend adding the content on page load. I don’t have much experience with angular.

    Best regards,
    Mike

    Hi,
    Try changing your PHP time limit from 120 to 300.

    Best regards,
    Mike

    in reply to: change word into icons sec menu #1398044

    Hi,
    Thanks, what is the URL?

    Best regards,
    Mike

    in reply to: Enfold Medical Font Pack #1397984

    Hi,
    Please see this link.

    Best regards,
    Mike

    in reply to: Update #1397983

    Hey Dablec di Tiziano Moletta,
    To update an old version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    If you don’t have a Theme Forest account because the theme was installed by someone else you can create one when you make a new purchase so you will always have access to the latest versions in the future.
    Once you update please see our documentation for creating an Envato Token.

    Best regards,
    Mike

Viewing 30 posts - 8,881 through 8,910 (of 34,913 total)