Forum Replies Created

Viewing 30 posts - 7,681 through 7,710 (of 82,625 total)
  • Author
    Posts
  • in reply to: Align navigation text left on full page overlay menu #1255727

    Hi,

    Please add following code to bottom of Quick CSS field in Enfold theme options > General Styling

    .av-burger-overlay-inner {
        text-align: left;
        padding-left: 20px;
    }
    .av-burger-overlay-active #top .av-hamburger-inner::before, .av-burger-overlay-active #top .av-hamburger-inner::after, .av-burger-overlay-active #top .av-hamburger-inner::before, .av-burger-overlay-active #top .av-hamburger-inner {
        background-color: #e3957b;
    }

    Best regards,
    Yigit

    in reply to: Theme dashboard sidebar menu is missing #1255724

    Hey @hundianer,

    You are currently using an older version of the theme, 4.5.3. Please update Enfold to the latest version 4.7.6.4 – https://kriesi.at/documentation/enfold/theme-update/ and that should help :)

    Cheers!
    Yigit

    in reply to: Enfold Menü verschwunden #1255722

    Hi,

    Maximum upload file size seems to be 4 MB. Please increase it to at least 32M or post FTP logins here privately as well as it would not be possible to install the theme from WordPress dashboard due to upload size limit :)

    Best regards,
    Yigit

    in reply to: Layer slider activation, Enfold #1255710

    Hey,

    Thanks for contacting us!

    You do not get a license for bundled LayerSlider. It is available upon installation and you can find LayerSlider WP on WordPress menu. Please also see – https://kriesi.at/documentation/enfold/advanced-layerslider/

    Let us know if you have any other questions :)

    Cheers!
    Yigit

    in reply to: Activate layer slider in Enfold #1255709

    Hey Anja,

    Thanks for contacting us!

    You do not get a license for bundled LayerSlider. It is available upon installation and you can find LayerSlider WP on WordPress menu. Please also see – https://kriesi.at/documentation/enfold/advanced-layerslider/

    Let us know if you have any other questions :)

    Best regards,
    Yigit

    in reply to: Enfold Menü verschwunden #1255704

    Hi,

    No, that error is usually related to your server configuration. Please refer to this post – https://kriesi.at/documentation/enfold/hosting-requirement/ and make sure server requirements are met.

    If that does not help, please post admin logins here privately. I tried to login with previously provided logins but those did not work for me.

    Cheers!
    Yigit

    in reply to: Comment section not displaying #1255703

    Hi Simone,

    I edited your post, clicked “Screen options” on the top right corner and checked “Discussion” then scrolled down to Discussion field and checked “Allow comments” which was unchecked and updated the post. That helped. Please review your website :)

    Regards,
    Yigit

    in reply to: Enfold Health #1255701

    Hey,

    Please go to Enfold theme options > General Styling and insert it in Quick CSS field.

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

    Regards,
    Yigit

    in reply to: Schmidt Vorsorgekonzeption "Das Vorsorge-Konzept" #1255700

    Hi,

    Thanks for contacting us!

    I Google Translated your query however I am not sure if I understood it clearly. Could you please elaborate or if possible, post in English?

    Best regards,
    Yigit

    in reply to: Update Enfold #1255698

    Hi Katrin,

    Please refer to this post – https://kriesi.at/documentation/enfold/hosting-requirement/ and make sure server requirements are met.

    If that does not help or if you have any other questions or issues, please register to our support forum using your purchase code – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum so we can look into it :)

    Best regards,
    Yigit

    in reply to: Responsiveness of Video in Easy Full-width Slider #1255286

    Hey,

    I checked your website and there are no lines around the video on my end. Attached a screenshot in private content field below.
    The reason height shrinks on smaller screens is to avoid displaying black lines and videos are disabled on mobile for compatibility reasons.

    Could you use Video element on mobile to display your video instead and hide the slider on mobile? :)

    Best regards,
    Yigit

    Hi,

    1- I added following code to bottom of Quick CSS field

    @media only screen and (max-width: 1024px){ 
    .flex_column {
        width: 100% !important;
        margin-left: 0 !important;
    }}

    Please note it would switch every column width to 100% on screens below 1024.

    2- Edited your column and gave it a custom CSS class “icon-align” and added following code to bottom of Quick CSS field

    .icon-align .iconbox_icon {
        top: 0px;
    }

    Please review your website :)

    Regards,
    Yigit

    in reply to: Social media icons in the header not shown on mobile view #1255283

    Hi,

    I just replied to that thread. Let us continue there :)

    Best regards,
    Yigit

    in reply to: Social media icons in the header not shown on mobile view #1255282

    Hi,

    I added following code to bottom of Quick CSS field

    @media only screen and (max-width: 360px) { 
    .responsive #top #wrap_all #header .social_bookmarks { 
        display: none; 
    }}
    @media only screen and (max-width: 480px) {
    .responsive #top #wrap_all #header .social_bookmarks {
        width: auto;
    }
    .responsive #top .av-logo-container .avia-menu {
         right: 50px;
    }}

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Social media icons in the header not shown on mobile view #1255277

    Hi,

    I can see your social icons next to hamburger menu on mobile. Have you figured this one out already? :)

    Cheers!
    Yigit

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

    Best regards,
    Yigit

    in reply to: Admin & Link Missing Issues #1255273

    Hi,

    1&2- I deleted following code from Quick CSS and Custom CSS fields

    #header #header_main .container {
        max-width: 110% !important;
    }

    3- Added following code to bottom of Quick CSS field

    #top #header .avia_mega_div > .sub-menu > li > ul > li a:hover { 
        background-color: #ddd !important;
    } 

    4- It is already on the right edge on my end.
    5- Added following code to bottom of Quick CSS field

    #top .social_bookmarks li {
        border-color: #dddddd;
    }

    Please review your website :)

    Best regards,
    Yigit

    Hey,

    I added following code to bottom of Quick CSS field

    
    #top .social_bookmarks li a:focus {
        text-decoration: none;
    }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Remove featured badge from product #1255260

    Hi,

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

    Best regards,
    Yigit

    in reply to: Align navigation text left on full page overlay menu #1255087

    Hi,

    Please see private content field below :)

    Best regards,
    Yigit

    in reply to: Change Sub Menu Indicator width #1255085

    Hi,

    Great!

    I will close this thread and reply in your other thread so we can continue there :)

    Best regards,
    Yigit

    in reply to: Changelog and Schema-Accordeon #1255008

    Hi S,

    I have attached the test report in private content field.

    I have also installed and activated Schema & Structured Data for WP & AMP plugin by Magazine3 but could not notice any issues. Could you please let us know step by step? Plugin is currently active.

    Best regards,
    Yigit

    in reply to: Change Sub Menu Indicator width #1255001

    Hi,

    We are sorry for the late reply!

    I wanted to check your website but login credentials did not work for me. Please try adding following code to Quick CSS in Enfold theme options > General Styling tab and adjust the values as needed

    .avia-menu-fx {
        width: 70%;
        left: 15%;
    }

    If that does not help, please check login credentials once again :)

    Best regards,
    Yigit

    in reply to: Change background banner image for mobile #1254994

    Hi,

    The simplest way would be duplicating your Color Section elements, replacing background image and choosing to display them only on mobile – https://imgur.com/a/YKr3KCk, as Rikard suggested. You would simply hide your existing color sections on mobile and display duplicated Color Section element with background image that is optimized for mobile :)

    Best regards,
    Yigit

    in reply to: lag in ajax portfolio preview #1254992

    Hey,

    Thanks for contacting us and sorry for the late reply!

    Have you tried de-activating all active plugins and check if that helps? I believe issue might be plugin related.

    Best regards,
    Yigit

    in reply to: back button on single post page #1254987

    Hey,

    Thanks for contacting us and sorry for the late reply!

    I added following code to bottom of functions.php file in Appearance > Editor

    add_action( 'ava_after_content', 'enfold_customization_back_button' );
    function enfold_customization_back_button() {
    	echo do_shortcode("[av_hr class='invisible' height='90' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']");
    	$link = get_permalink( avia_get_option('blogpage') );
    	echo do_shortcode("[av_button label='Back' link='manually,".$link."' link_target='' size='medium' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']");
    }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Admin & Link Missing Issues #1254979

    Hi,

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

    @media only screen and (max-width: 767px) {
    #footer .flex_column {
        width: 100%;
        margin-left: 0;
    }}

    2&3&4-

    – Shows condensed menu words on mobile:
    – On desktop mode, Each page top title doesn’t stay centered on all sub pages except home page.
    – Main header mega menu. It’s expanded dramatically with way too much padding between the drop-down menu.

    I believe you have already figured this one out as I cannot reproduce this issue. If not, please post a screenshot and show the issue. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    5- I adjusted the cookie bar colors in Enfold theme options > Advanced Styling and added following code to Quick CSS

    .avia-cookie-consent a {color: #253838; font-weight: 700 !important; }
    

    We do not offer paid services however I will keep an eye on this thread as I understand this is urgent for you :)

    Please review your website and let us know if anything else is broken

    Best regards,
    Yigit

    in reply to: Activate the mobile menu past 990px #1254973

    Hi,

    You are welcome!

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

    Best regards,
    Yigit

    in reply to: Events Calendar Widget Texts Translation #1254972

    Hi Carlos,

    We are sorry for the late reply!

    Those strings are already translatable.
    Please go to Loco Translate > Themes > Enfold and then click edit on Portuguese (Brazil) and search for those strings. I just tested it on my local installation using Loco Translate and I am able to translate those strings.
    Please make sure to save and sync after updating the strings :)

    Best regards,
    Yigit

    in reply to: New demos? #1254968

    Hey Mike,

    Thanks for contacting us and sorry for the late reply!

    We had a dedicated teammate for creating new demos however things did not work out so we could not release new demos. That being said, we are going to prioritize adding new demos :)

    Best regards,
    Yigit

Viewing 30 posts - 7,681 through 7,710 (of 82,625 total)