Forum Replies Created

Viewing 30 posts - 271 through 300 (of 82,603 total)
  • Author
    Posts
  • in reply to: Image before/after #1421109

    Hey,

    Which browser and version of IOS and iPhone are you using? Did you clear the cache on your mobile device?

    Regards,
    Yigit

    in reply to: Setting background overlay #1421107

    Hey,

    There was an error in the Quick CSS field and the code I provided was missing. After fixing the error and adding the code, it works as expected.

    Best regards,
    Yigit

    in reply to: Setting background overlay #1421096

    Hey,

    Is this all custom CSS you have in Enfold theme options > General Styling > Quick CSS and Appearance > Customize > Additional CSS fields?

    If it is, please create temporary admin logins and share them with us in the private content field so we can look into it.

    Best regards,
    Yigit

    in reply to: Image before/after #1421094

    Hey,

    I checked your website on my iPhone however, the element is working as expected on my end. I attached a screen recording in the private content field.

    What exactly is the issue you are experiencing? Please send us a screen recording of the issue.

    Best regards,
    Yigit

    in reply to: Image before/after #1420883

    Hey,

    Please make sure you clear the cache on your mobile browser.

    Cheers!
    Yigit

    in reply to: Menu buttons overlay #1420882

    Hey,

    Alright, I’m closing this thread for now then. Let us know if you have any other questions or issues.

    Regards,
    Yigit

    in reply to: contact form on footer area #1420876

    Hey!

    Is it possible to have a empty column on the footer? If yes, i will set 3 columns and I’ll leave a column blank.

    You can set footer columns to “4” in Enfold theme options > Footer, go to Appearance > Widgets, and place an empty Text widget in the widget area that you’d like to leave empty.

    Best regards,
    Yigit

    in reply to: Contact form #1420874

    Hey,

    To change the border color, please use the following code:

    
    #top .av-fields-with-error {
      border-color: green !important;
    }
    

    The error text is white at the moment ( https://i.imgur.com/bh09vMG.png ). If this isn’t what you meant, please elaborate.

    Cheers!
    Yigit

    in reply to: Setting background overlay #1420873

    Hey,

    Please make sure that there isn’t any errors in your custom CSS codes ( http://csslint.net/ ) and that you’ve cleared the caches.

    Regards,
    Yigit

    in reply to: Image before/after #1420872

    Hey,

    You can edit the Before-After Images element, go to Styling > Size > Image Size ( https://i.imgur.com/MWt2KZZ.png ), and change the image sizes as needed.

    Regards,
    Yigit

    in reply to: Menu buttons overlay #1420871

    Hey,

    Editing the Font Hover Color of the Menu Links in overlay/slide out in Enfold theme options > Advanced Styling should change the hover color. It doesn’t seem to be working at the moment. We’ll fix it in the upcoming version.

    For now, please add the following code to the bottom of the Quick CSS field and adjust the color as needed:

    
    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul li:hover a, #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a:hover {
       color: #ff0000;
    }
    

    Cheers!
    Yigit

    in reply to: Burger overlay #1420783

    Hey,

    You can change the code I posted above to the following one:

    
    #top .custom-class { font-weight: bold; margin-bottom: 40px; }
    

    Cheers!
    Yigit

    in reply to: Menu buttons overlay #1420782

    Hey,

    Do you want to adjust the background color of the mobile menu? If so, I already replied to your thread here: https://kriesi.at/support/topic/setting-background-overlay/.

    Regards,
    Yigit

    in reply to: Setting background overlay #1420781

    Hey,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab:

    
    div.av-burger-overlay-bg {
      background: transparent;
    }
    

    Regards,
    Yigit

    in reply to: Tab text size #1420780

    Hey,

    Please add the following code to the bottom of the Quick CSS field and adjust it as needed:

    
    .avia-data-table td {
      font-size: 16px;
    }
    

    Best regards,
    Yigit

    in reply to: Burger overlay #1420615

    Hey,

    That is because you inserted the custom CSS code into the custom CSS field. You should insert the custom CSS class in there, as I showed in the screenshot: https://i.imgur.com/okZdq6l.png.

    After that, you should add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling:

    
    #top .custom-class { font-weight: bold; }
    

    Regards,
    Yigit

    in reply to: contact form on footer area #1420614

    Hey,

    Please go to Enfold theme options > Layout Builder, check the “Show advanced options” option, and enable the “Debug Mode (Backend Only)” ( https://i.imgur.com/KdiejNb.png ).

    Then, edit the page where you have your Contact Form element, and copy it’s shortcode from the debug field that’ll appear right below the Advanced Layout Builder. After that, go to Appearance > Widgets, add a Custom HTML widget to your Footer widget area, and paste the shortcode of the Contact Form into the Custom HTML widget.

    Regards,
    Yigit

    in reply to: Change text color error message contact form #1420613

    Hey Stilecatalini,

    Please stop creating duplicate threads: https://kriesi.at/support/topic/contact-form-2/.

    Best regards,
    Yigit

    in reply to: Contact form #1420612

    Hey,

    You have the following custom CSS code:

    .av-fields-with-error {
      font-size: 20px;
      background-color: rgba(0,0,0,0);
      border: 0;
    }

    With this code you’re setting background color to transparent. Modify this code to change the background color.

    Best regards,
    Yigit

    in reply to: Logo too big #1420462

    Hey,

    You should check the custom CSS code you have in the Enfold theme options > General Styling > Quick CSS and Appearance > Customize > Additional CSS fields for errors.

    Regards,
    Yigit

    in reply to: Contact form #1420451

    Hey,

    It looks like your custom CSS is not applied. Probably because of an error in your CSS as I mentioned in your other threads.

    Please use the CSS Lint site ( http://csslint.net/ ) to check your CSS for errors and fix them. This should work after fixing the CSS error.

    Regards,
    Yigit

    in reply to: Burger overlay #1420449

    Hello,

    You can go to Appearance > Menus, click the Screen Option on the top right corner, and check the CSS Classes option ( https://i.imgur.com/2d9bwAS.png ). Then, you can select your ENG menu item, give it a custom CSS class ( https://i.imgur.com/okZdq6l.png ), and add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling to display it in bold:

    
    #top .custom-class { font-weight: bold; }
    

    Best regards,
    Yigit

    in reply to: Newsletter #1420447

    Hey,

    I can see the issue. Please see the troubleshooting steps here: https://kriesi.at/documentation/enfold/contact-form/#troubleshoot. We’d recommend you replicate the issue on a staging site and follow these steps so as not to affect your live site.

    Best regards,
    Yigit

    in reply to: Logo too big #1420445

    Hi,

    I already provided you with custom CSS code for that here https://kriesi.at/support/topic/widget-image-dimensions-only-phone/#post-1419863.

    If it’s not working correctly, there might be an error in your CSS. You can check for errors using this site http://csslint.net/ and correct them. After that it should work as expected.

    Cheers!
    Yigit

    in reply to: email link (icon) on the headerbar #1420444

    Hey,

    Yes, that is possible but it would require customization which is out of the scope of our support. If that’s something you really need, feel free to hire a freelancer for the task.

    Best regards,
    Yigit

    in reply to: Logo too big #1420442

    Hey,

    Both the logos in the header and footer are 250x48px. The only difference is the one in the footer has 10px top and bottom margins. Attached a screenshot in the private content field.

    Best regards,
    Yigit

    in reply to: Css error (logo too big) #1420439

    Hey,

    Please stop creating duplicated threads: https://kriesi.at/support/topic/logo-too-big/.

    Best regards,
    Yigit

    in reply to: Logo too big #1420438

    Hello,

    There isn’t a custom CSS applied for the logo on mobile devices. I checked your website on my iPhone and the logo size looks correct on my end. I attached a screenshot in the private content field.

    Please make sure to clear your mobile device’s browser cache.

    Regards,
    Yigit

    Hi,

    If you have a staging site, please go to /enfold/js/aviapopup/ directory, open the jquery.magnific-popup.js file, find the following code:

    
    						'<div class="mfp-img"></div>'+
    						'<figcaption>'+
    

    and change it to the following:

    
    						'<div class="mfp-img"></div>'+
    						'<div class="protectionOverlaytext"><img class="wccp_pro_overlay_protected_img" src="https://capturelight.net/wp-content/plugins/wccp-pro/images/transparent.gif" style="width:100%; height:100%"></div>' +
    						'<figcaption>'+
    

    Let us know if that works.

    Best regards,
    Yigit

    • This reply was modified 2 years, 1 month ago by Yigit.
    in reply to: Alignment inside header bar #1420295

    Hello,

    I already replied to your question here: https://kriesi.at/support/topic/mail-link-on-the-header-bar/.

    Regards,
    Yigit

Viewing 30 posts - 271 through 300 (of 82,603 total)