Forum Replies Created

Viewing 30 posts - 6,601 through 6,630 (of 82,624 total)
  • Author
    Posts
  • in reply to: Enfold Feedback #1278712

    Hey Thomas,

    Thank you so much for your kind words!

    It’s really nice that this is coming from you as you are one of the, if the not the most, productive Enfold users I know :)

    Thank you!

    Regards,
    Yigit

    in reply to: Header #1278126

    Hi Raquel,

    Yes, you can choose to have transparent header only on your home page. It is transparent by default but we can gladly help you change it into a color. Sticky and shrinking header would be applied globally by default as well but it is possible to change it using custom CSS :)

    Best regards,
    Yigit

    in reply to: Icon grid columns #1278124

    Hi,

    You can simply change the code to following one for 6 columns :)

    #custom-col .avia-icongrid-numrow-5 li {
        width: 16.6%;
    }

    Best regards,
    Yigit

    in reply to: Icon grid columns #1278054

    Hi,

    Thanks for contacting us!

    Please edit your Icon Grid element and choose to display 5 columns, then go to Advanced > Developer Settings tab and give your element an ID attribute (“custom-col” in example below) and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    #custom-col .avia-icongrid-numrow-5 li {
        width: 12.5%;
    }

    This would increase the column count to 8. Please adjust the value as needed.

    Cheers!
    Yigit

    • This reply was modified 5 years, 1 month ago by Yigit.
    in reply to: icon grid #1278050

    Hi,

    Thanks for contacting us!

    Please edit your Icon Grid element and go to Styling > Font Colors and choose to define custom colors and change icon font color as needed – https://imgur.com/a/iXkrykV :)

    Regards,
    Yigit

    in reply to: Vorschau funktioniert nicht #1278049

    Hey Frieder,

    1- Please see my reply to point 2 first and then check if that still happens when using classic editor. If you would like to continue using block editor and disable auto save, please use a plugin such as this one – https://wordpress.org/plugins/disable-gutenberg-autosave/

    2- You might be using a plugin on other site to enable classic editor. Could you please choose “WP Classic Editor” in DTP site and check if that helps?

    Regards,
    Yigit

    in reply to: Breadcrumb position #1278046

    Hey Almo,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/breadcrumbs/#insert-breadcrumbs-as-shortcodes and add it to your page as a shortcode :)

    Best regards,
    Yigit

    in reply to: Woo Commerce und Enfold Sortier- und Suchfuktionen #1278045

    Hey Sabine,

    Thanks for contacting us and sorry for the late reply!
    Our German speaking moderators are currently busy working on other tasks so I will reply in English, not to waste more of your time so I hope that is fine :)

    1- I added following code to Quick CSS in Enfold theme options > General Styling

    /* Remove sorting 1 */ 
    .product-sorting {
        display: none;
    }
    /* PRODUKTSUCHE styling to match Produkt-Kategorien */ 
    #top #woocommerce-product-search-field-0 {
        border: 1px solid #aaa;
        border-radius: 4px;
        height: 28px;
    }
    #top #woocommerce-product-search-field-0::placeholder {
        color: #999;
    }
    #top #woocommerce_product_search-4 .widgettitle {
        margin-top: 0;
        padding-top: 15px;
    }

    If I understood correctly, you would like to have more advanced product filter however, Enfold does not have such filter out of the box. So, you would need to find a plugin for that I am afraid.

    2- I added following code to Quick CSS as well

    #top h2.woocommerce-loop-product__title {
        margin-bottom: 5px;
    }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Vorschau funktioniert nicht #1278038

    Hi,

    Thanks for contacting us and sorry for the late reply!

    1- I am not sure if I understood the issue clearly. Does preview of the page not work as expected? If so, have you created that page using a page duplicating plugin?
    2- In screenshot avia_DTP, you are using Block editor and in other screenshot, you are using Classic WP editor. To switch your preferred editor, please go to Enfold theme options and choose to use classic WP editor – https://imgur.com/a/vH2vXtc :)

    Best regards,
    Yigit

    in reply to: Header #1278032

    Hey Raquel,

    Thanks for contacting us!

    Yes, that would be possible. We currently do not have a demo to showcase both features you mentioned however they are available in Enfold.
    You can see shrinking header example in this demo – https://kriesi.at/themes/enfold-shop/ and different logo in this one – https://kriesi.at/themes/enfold-freelancer/

    I hope that helps! Let us know if you have any other questions :)

    Regards,
    Yigit

    in reply to: Replete Theme #1278030

    Hi David,

    Thanks for contacting us!

    I have attached the latest available version of Replete in private content field below. Please note, it was not tested with PHP7 and WP4.4+.

    I hope that helps :)

    Best regards,
    Yigit

    in reply to: Icons gone on a lot of pages #1278023

    Hi,

    1- That is expected. Shortcode would display icon=’ue800′, which is the default icon by the way, attribute even when icon is disabled.
    2- Have you hard refreshed your page after updating your page? Because if you see info icon, character code must be updated. It would simply not show one icon and display another icon’s character code in shortcode
    3- Yes, by “a copy of your page” I meant “a copy of that specific page”, not entire site :)
    4- I fixed the typo. Thanks for the letting us know!

    I have never seen a case where icon changes by itself and to be honest, at this point I am not sure how to proceed since I cannot reproduce the issue on my local installation and that we cannot see your live site.

    Some users reported different issues related to duplicating pages using plugins. So if the page was initially created by duplicating using a plugin, maybe that would explain it but I am just guessing :)

    Best regards,
    Yigit

    in reply to: Masonry gallery with Extra Caption below image #1278015

    Hi,

    You are welcome!

    Let us know if you have any other questions and enjoy the rest of your day! :)

    Best regards,
    Yigit

    in reply to: Masonry gallery with Extra Caption below image #1277973

    Hi,

    I adjusted the code in .av-masonry-helper.php file and then added following code to Quick CSS in Enfold theme options > General Styling

    .masonry-name-field {
        display: block;
        position: fixed;
        bottom: 0;
        color: white;
    }
    .av-fixed-size .av-masonry-outerimage-container {
        bottom: 15px;
    }
    .av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content { bottom: 14px; }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Title in slider – cant edit fontsize / color #1277952

    Hi,

    Enfold does not have cache, it only has file merging and compression option and clearing those is as simple as going to Enfold theme options > Performance > disable CSS & JS file merging and compression, check “Delete old CSS and JS files?” at the bottom of the tab and save theme options :)

    Best regards,
    Yigit

    in reply to: DJ Enfold theme Head Slider #1277949

    Hi,

    Yes, that would be possible as well however with a bit of customization. Where exactly would you like to display them? It would be the best if you chose the position that is closer to your desired position and custom CSS will slightly change depending on that. In following example, I chose “bottom framed”.

    – Please edit your Fullwidth Easy Slider element and go to Advanced > Developer Settings > Custom CSS Class and give your element a custom CSS class (“my-custom-slider” in example below)
    – Then, go to Enfold theme options > General Styling > Quick CSS and add following code

    
    .my-custom-slider .caption_bottom .slideshow_caption .slideshow_inner_caption {
        bottom: 40px;
        left: 25px;
    }

    This would move captions 40px from bottom and 25px from left :)

    Best regards,
    Yigit

    in reply to: burger menu not loading on mobile #1277945

    Hi Antonio,

    I must have seen cached version, glad it is working!
    We are going to release the new update very soon. It was planned for the end of January however during testing we found a compatibility issue between a new feature we are going to introduce and WPML, so we decided to fix it first and then will release :)

    You are welcome! Please let us know if you have any other questions or issues!

    Best regards,
    Yigit

    in reply to: Masonry gallery with Extra Caption below image #1277732

    Hi,

    – Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb and add the code in functions.php file of your child theme
    – Copy /enfold/config-templatebuilder/avia-shortcodes/av-masonry-helper.php file to your child theme inside /shortcodes/ folder
    – Find following line

    $bg = '<div class="av-masonry-outerimage-container">' . $img_before . '<div class="av-masonry-image-container" ' . $img_style . $outer_title . $outer_alt . '>' . $img_html . '</div></div>';

    – Change it to following

    $bg = '<div class="av-masonry-outerimage-container">' . $img_before . '<div class="av-masonry-image-container" ' . $img_style . $outer_title . $outer_alt . '>' . $img_html . '</div></div><span class="masonry-name-field">'. esc_attr( $alt ) .'</span>';

    It would display alt text :)

    Best regards,
    Yigit

    in reply to: Theme Name: Graduation Version: 3.0.4 Author: Kriesi #1277694

    Hey,

    You are welcome!

    Sorry if I was not clear. The reason why I suggested you to rename the theme from “Enfold” to “Graduation” before uploading it was to make sure that you do not lose any changes :)
    It is great that you have created a child theme but it seems like parent theme was renamed, which is not a good practice, especially if you would like to use auto-update feature – https://kriesi.at/documentation/enfold/theme-registration/ :)

    Regards,
    Yigit

    in reply to: Masonry gallery with Extra Caption below image #1277692

    Hi Sigmund,

    Thanks for contacting us!

    Could you please post a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com and share the links here :)

    Best regards,
    Yigit

    in reply to: burger menu not loading on mobile #1277690

    Hi Antonio,

    Hope you are doing well :)

    Enfold is currently not fully compatible with WP5.6. I installed “Enable jQuery Migrate Helper” plugin and set jQuery version to legacy one in plugin settings which should have fixed the issue however it has not. So I am suspecting a plugin conflict.
    Could you please try de-activating plugins and check if that helps? I can see your menu items when I scroll to the bottom of the page while burger menu is active.

    Regards,
    Yigit

    in reply to: Theme Name: Graduation Version: 3.0.4 Author: Kriesi #1277684

    Hi,

    You can login on ThemeForest with the account you used when purchasing the theme and download the latest version in Downloads page.
    If you do not have a license, you can purchase one here – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 :)

    Best regards,
    Yigit

    in reply to: Tabs In Mobile #1277678

    Hi,

    – Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enable debugging mode for ALB
    – Add Table element to your page, choose to display Tabular data and choose to make entire table scroll-able on mobile in Advanced > Responsive tab – https://imgur.com/a/GK6Szkn
    – Copy the shortcode of Table element from debugging field that should appear right below ALB and paste it inside your tabs

    Unfortunately, I cannot think of any other solution for smaller devices. Only other option I think is to decrease font size further however I do not think that is a good solution.

    Best regards,
    Yigit

    in reply to: Theme Name: Graduation Version: 3.0.4 Author: Kriesi #1277675

    Hi,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version.
    It seems like theme was renamed to “Graduation”, so to avoid overwriting changes you made in Enfold theme options, please change the name of the theme and then upload.

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    in reply to: Datei und Bildnamen bei Mouseover #1277656

    Hi,

    I changed the code to following one

    function remove_title_attr(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('#wrap_all a').removeAttr('title');
    jQuery('#wrap_all img').removeAttr('title');
    jQuery('.av-masonry-image-container').removeAttr('title');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'remove_title_attr');

    and disabled “Disable jQuery Migrate” in Enfold theme options > Performance tab. Enfold is not fully compatible with WP5.6 yet therefore jQuery migrate needs to be disabled for now :)

    Please review your website!

    Best regards,
    Yigit

    in reply to: Link on full width slider #1277652

    Hi,

    No worries at all! Glad we could help :)

    Please let us know if you have any other questions or issues and enjoy the rest of your day! :)

    Best regards,
    Yigit

    in reply to: Issue with Real Estate Plugin Optima Express #1277460

    Hi,

    You are welcome!

    Yes, it is fixed in Enfold and will be included in upcoming update which was delayed due to compatibility issue with WPML. As soon as we make sure they work well together, we will release the update. You can delete the plugin after updating Enfold :)

    Thanks for letting us know! We will keep an eye on it :)

    Best regards,
    Yigit

    in reply to: Issue with Real Estate Plugin Optima Express #1277454

    Hey Rob,

    Which version of Enfold and WordPress are you currently using?
    If you are using Enfold 4.7.6.4 and WordPress 5.6, could you please install this plugin – https://wordpress.org/plugins/enable-jquery-migrate-helper/ and set jQuery version to Legacy one in plugin settings, clear cache and check if that helps?

    I cannot see related error in console but if it is a recent issue, I would guess it might be WP update :)

    Cheers!
    Yigit

    in reply to: Datei und Bildnamen bei Mouseover #1277450

    Hi Stefan,

    – Please go to Enfold theme options > Performance and disable JS file merging and compression option, enable “Delete old CSS and JS files?” at the bottom of the page and save theme options.
    – Clear browser cache and check if file names are gone
    – Go back to Enfold theme options > Performance and enable JS file merging and compression options, disable “Delete old CSS and JS files?” at the bottom of the page and save theme options.

    If it still does not work after that, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    in reply to: Need to Update Theme #1277446

    Hey,

    Please register to our support forum using your purchase code here – https://kriesi.at/support/register/, login and post FTP and WP admin logins here privately and we will gladly look into it :)

    Due to our policy, we only provide support to our registered users :)

    Regards,
    Yigit

    • This reply was modified 5 years, 1 month ago by Yigit.
Viewing 30 posts - 6,601 through 6,630 (of 82,624 total)