Forum Replies Created

Viewing 30 posts - 7,201 through 7,230 (of 82,624 total)
  • Author
    Posts
  • in reply to: changing avia iconbox title to h2 #1262663

    Hi,

    Please change the code I posted in my last reply to following one and adjust left margin value as needed

    #top #wrap_all .main_color h2.avia_iconbox_title {
        display: initial;
        color: white;
        margin-left: 15px;
    }

    Best regards,
    Yigit

    in reply to: Display issues #1262662

    Hi,

    It seems like you have not regenerated thumbnails after changing image sizes. I set the size of Gallery images to 600x600px and regenerated them.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: which plugin would you recommend #1262661

    Hi,

    Sorry, I do not have any plugin suggestions but to me this sounds like a task a freelance developer would take care in a few hours. So please consider to hire one :)

    Best regards,
    Yigit

    in reply to: column ankerlink does not work #1262659

    Hi,

    Glad we could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Avia Layout Builder #1262658

    Hi Helmut,

    Thanks for contacting us!

    You are currently using an older version of Enfold. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.7.6.4. Updating the theme would fix the issue.
    After updating the theme, you can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/ and insert Personal Token in Enfold theme options so you would receive auto updates and update the theme with a few clicks in WP dashboard.

    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 :)

    Cheers!
    Yigit

    in reply to: Enfold cost – Is there a renewal requirement? #1262641

    Hey Ray,

    Thanks for contacting us!

    It is a one time fee. With your purchase you get life time updates and 6 months of support.

    If you decide to purchase Enfold, you can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/ and insert Personal Token in Enfold theme options so you would receive auto updates in WordPress dashboard and update the theme with a few clicks.

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

    Best regards,
    Yigit

    in reply to: column ankerlink does not work #1262638

    Hey Vera,

    I tried removing your domain from the link and that worked. Please see private content field for clarification.

    Please review your website :)

    Cheers!
    Yigit

    in reply to: Black Friday #1262441

    Hi Frans,

    Thanks for contacting us!

    Yes, we are going to make a discount :)

    Cheers!
    Yigit

    in reply to: changing avia iconbox title to h2 #1262440

    Hey,

    Yes apparently it is needed after switching tag to H2.

    I added following code to bottom of Quick CSS field

    #top #wrap_all .main_color h2.avia_iconbox_title {
        display: initial;
        color: white;
    }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: old links doesnt work in gallery #1262432

    Hi,

    Please replace the content of /enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php file with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_7_6_4/config-templatebuilder/av-helper-masonry.php. Since Editor is missing under Appearance tab, I could not update the file. Fix will be included in upcoming version.

    After updating the file, please edit your Masonry Gallery element and go to Advanced > Link Settings and choose to use Custom Link in “Image Link” :)

    Best regards,
    Yigit

    in reply to: Transparent header not working #1262419

    Hi,

    No worries at all! I initially thought it was one of the cache plugins as well :)

    Thanks! You too have a great day and let us know if you have any other questions or issues!

    Best regards,
    Yigit

    in reply to: Display issues #1262414

    Hi,

    Thanks for contacting us and sorry for the late reply! Please do not reply to your own thread to push it as it actually pushes your thread to the end of our queue.

    1- We have already fixed the issue and it will be included in upcoming update. I have updated enfold/framework/php/function-set-avia-frontend.php file on your installation so now it should be working correctly. I could not confirm as you currently only have 2 items in “Corporate” category but pagination on your home page works.

    2- Please use a plugin such as this one – https://wordpress.org/plugins/simple-image-sizes/ and change the size of “gallery” image sizes which is 845x684px by default.

    3- Please go to Appearance > Menus and click Screen Options and check “Description” and edit your text in description field – http://i.imgur.com/mjg0bd5.png :)

    Best regards,
    Yigit

    in reply to: Transparent header not working #1262408

    Hi,

    Issue is related to “Smart Logo Showcase Lite” plugin. Deactivating it solves the issue.
    If de-activating plugin will not work for you, please contact plugin authors as they should have better insight what could be the issue :)

    Best regards,
    Yigit

    in reply to: Transparent header not working #1262376

    Hey,

    Could you please create temporary admin logins and post them here privately so we can look into it? :)

    Cheers!
    Yigit

    Hi Béla,

    You were using an older version on this site as well. I updated it and chose to use classic WP editor instead of Block Editor.
    Please review your website :)

    Best regards,
    Yigit

    in reply to: Accordion Slider On Mobile and Grid Row Box Shadow #1262373

    Hey,

    Please do not create duplicated threads and please ask a question per thread so it does not get confusing :)

    1- I replied here – https://kriesi.at/support/topic/partner-logo-on-mobile/

    2- Please add following code to Quick CSS

    #top .avia-logo-element-container .slide-entry {
        display: block;
        width: left;
    }
    #top.page-id-16071 .avia-content-slider-inner {
        height: auto !important;
    }

    You have following code in both Customize > Additional CSS and Quick CSS fields

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .slide-entry {
        margin-left: 0 !important;
        width: 100% !important;
        clear: none !important;
        margin-top: -45px !important;
        margin-bottom: -5px !important;
      }
    }
    
    @media only screen and (max-width: 464px) {
      .responsive #top #wrap_all .slide-entry {
        margin-left: 0 !important;
        width: 100% !important;
        clear: none !important;
        margin-top: -60px !important;
        margin-bottom: -50px !important;
      }
    }

    You may need to adjust your custom CSS.

    3- Please edit your Grid Row element and give it a unique ID (“shadow-cell” in example below) and then add following code to bottom of Quick CSS field and adjust it as needed

    #shadow-cell .flex_cell_inner {
        box-shadow: 10px 10px 10px #888;
    }

    4- Please refer to this post – https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts and upload it in Enfold theme options. I cannot see Century Gothic font on any browser :)

    Regards,
    Yigit

    Hi,

    Duplicated thread – https://kriesi.at/support/topic/accordion-slider-on-mobile-and-grid-row-box-shadow/

    Please do not create duplicated threads as it is making it harder for us and others to follow.

    Best regards,
    Yigit

    in reply to: Partner Logo On Mobile #1262359

    Hi,

    I added following code to bottom of Quick CSS field

    @media only screen and (max-width: 480px) {
    #top .aviaccordion-slide {
        left: 0 !important;
        transform: none !important;
        position: unset !important;
    }
    
    #top .aviaccordion {
        position: initial;
    }}

    Please review your website

    Cheers!
    Yigit

    in reply to: changing avia iconbox title to h2 #1262356

    Hi,

    You can change font color in Styling > Colors and choose to display icon on the left in Content > Button – https://imgur.com/a/mWNbfVd

    If that is not what you meant, please post a screenshot show the changes you would like to make. You can upload your screenshots on imgur.com and post the links here :)

    Best regards,
    Yigit

    in reply to: Enfold Theme Bug #1262352

    Hey Stefanie,

    Thanks for contacting us!

    Please update Enfold to the latest version 4.7.6.4 – https://kriesi.at/documentation/enfold/theme-update/ and flush cache. Updating the theme to the latest version would help :)
    You can then refer to this post – https://kriesi.at/documentation/enfold/theme-registration/ and insert Personal Token in Enfold theme options to receive auto updates in WP dashboard.

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

    Best regards,
    Yigit

    in reply to: Updating from 4.5.2 to current Version 4.7.6.4 #1262348

    Hi,

    Glad Rikard could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: wordpress not saving enfold color section #1262341

    Hi,

    Please feel free to delete test page I created and let us know if issue persists :)

    Best regards,
    Yigit

    in reply to: fatal error – whole Website is broke after one small change #1262340

    Hi Béla,

    I saw the issue and noticed you were using an older version of the theme.
    I updated Enfold to the latest version 4.7.6.4 and then chose to use WP Classic editor instead of Block Editor in Enfold theme options.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: wordpress not saving enfold color section #1262336

    Hi,

    I saved your page as a template and created a private testing page (link in private content field below), added Color Section element and a few other elements and updated the page but every element is on the page.

    Could you please let us know how we could reproduce the issue step by step?

    Best regards,
    Yigit

    in reply to: Google Map doesn't work #1262330

    Hi,

    I am afraid I do not have enough information on that case to make a suggestion. I left the thread open to see if my teammates have any idea but apparently they do not have either.

    Please consider asking for suggestions in WordPress forums or Facebook groups such as Advanced WordPress :)

    Best regards,
    Yigit

    in reply to: Two Columns in Text Field #1261779

    Hi,

    I checked your website but it looks fine on my end on both mobile and desktop with resized window. Attached a screenshot in private content field :)

    Have you tested on actual device?

    Best regards,
    Yigit

    in reply to: Ich warte #1261773

    Hi,

    Thanks for contacting us!

    Please login to our support forum and start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post. I checked your account and you have not started any threads yet. Please note that we provide support through our support forums only.

    Please attach temporary admin logins in private content field when you start a thread so we can inspect the issue :)

    Regards,
    Yigit

    in reply to: Stripe Header Menu not complete – Bug in Enfold Theme? #1261768

    Hi,

    You are welcome and thanks for letting us know!
    We will look into it :)

    Let us know if you have any other questions or issues and enjoy your weekend!

    Best regards,
    Yigit

    in reply to: Enfold questions? #1261767

    Hi,

    Please see private content field below :)

    Best regards,
    Yigit

    in reply to: Admin & Link Missing Issues #1261764

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 30 posts - 7,201 through 7,230 (of 82,624 total)