Forum Replies Created

Viewing 30 posts - 25,651 through 25,680 (of 82,620 total)
  • Author
    Posts
  • in reply to: Mason gallery light box not showing photos on iPad #729455

    Hey!

    Our devs are investigating the issue. They might come up with a better solution to include in the upcoming update. Until then, this is a temporary solution :)

    Cheers!
    Yigit

    in reply to: how can i change the font size inside the button? #729453

    Hi!

    Great! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

    in reply to: Tagline to the right of logo area #729451

    Hi,

    I added your text near logo by referring to this post instead – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/ and then added following code to Quick CSS field in Enfold theme options under General Styling tab

    .logo img {
        float: left;
    }
    .logo {
        width: 100%;
    }
    span.subtext {
        float: left;
        line-height: 10px;
        margin-left: 20px;
        margin-top: 15px;
    }
    @media only screen and (max-width: 768px) {
    span.subtext { margin-left: 0; }
    }

    Please review your website now

    Best regards,
    Yigit

    in reply to: Remove date from blog post #729448

    Hey!

    Can you please post the link to your page where you would like to make changes so we can provide you an accurate solution?

    Regards,
    Yigit

    in reply to: Width of menu sidebar in photography demo #729438

    Hey tinip,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_header_sidebar #top #header {
        width: 20%;
    }
    .html_header_left #main {
        margin-left: 20%;
    }
    

    Best regards,
    Yigit

    in reply to: Lightbox problem on iOS 10.2 #729437

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-safari .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Best regards,
    Yigit

    in reply to: Lightbox problem on iOS and OSX #729436

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-safari .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Best regards,
    Yigit

    in reply to: Mason gallery light box not showing photos on iPad #729435

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-safari .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Best regards,
    Yigit

    Hey!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

    in reply to: Product image gallery "flickers" in Safari #729432

    Hey!

    Our devs are looking into the issue. We will include a fix with upcoming update.
    Glad it is working now though! :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

    Hey!

    You are welcome!
    Please change the code to following one

    .avia-safari .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }

    We are still working on the issue and i believe that would be a better solution :)

    Cheers!
    Yigit

    Hey!

    Can you please try adding following code to Quick CSS in Enfold theme options under General Styling tab?

    .avia-safari .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Regards,
    Yigit

    in reply to: Product image gallery "flickers" in Safari #729419

    Hi!

    I could not reproduce the issue on Safari on OSX 10.11. Which version of Safari are you using?

    Edit: Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-safari .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Cheers!
    Yigit

    • This reply was modified 9 years, 1 month ago by Yigit.

    Hi GerryPacher!

    Can you please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }}

    and check if that helps?

    Regards,
    Yigit

    in reply to: Enfold Lightbox pictures disappearing on Iphone and Ipad #729413

    Hi,

    I added following code to Style.css file of your child theme

    @media only screen and (max-width: 1024px) {
    .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }}

    and now it does work fine on my end. Can you please check and confirm? :)

    Best regards,
    Yigit

    in reply to: Save Element as Template Not Showing #729401

    Hey childproofer,

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
    Also please make sure that you are using the latest version of the theme which is currently 3.8.4 – kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    in reply to: Enfold Page Builder is not working #729397

    Merhabalar!

    I connected to your server however following folder where you have your subdomain seems empty on my end. Can you please check it once again?

    Best regards,
    Yigit

    in reply to: Disabling past dates in datepicker #729392

    Hi,

    It does work fine. You are using a plugin to display datepicker on your frontpage.
    I created a private test page and deactivated your plugin and it did work fine.
    Please review your website now and contact plugin authors if you would like to apply the changes on their plugin :)

    Best regards,
    Yigit

    in reply to: Hide submenu's #729387

    Hi,

    You are welcome! :) Glad Rikard could help!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

    in reply to: Reduce Logo Padding #729386

    Hi,

    Please flush cache in your caching plugin as well. It does show up fine on my end on Chrome as well when i check it on incognito mode :)

    Best regards,
    Yigit

    in reply to: Tabs only with icons #729384

    Hi,

    You are welcome, always happy to help :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

    in reply to: how can i change the font size inside the button? #729375

    Hey!

    Happy new year! :)

    Please edit your special heading element and wrap “x” into a span with custom class as following

    
    <span class="my-custom-x">X</span>

    then add following code to quick CSS

    .my-custom-x { color: yellow; font-size: 20px; font-weight: bold; }

    Regards,
    Yigit

    • This reply was modified 9 years, 1 month ago by Yigit.
    in reply to: Portfolio issue on iOS #729371

    Hi,

    Glad to see you too! :) Happy new year!

    Are you experiencing this issue on ios 10.2? If you are, that seems to be related to that version as some other users are having the same issue as well.

    Can you please post FTP and WP admin logins here privately so we can look into it?

    Best regards,
    Yigit

    in reply to: Sipariş Formu Oluşturma #729368

    Merhabalar!

    Boyle bir eklenti kullanmayi denediniz mi – https://wordpress.org/plugins/yith-woocommerce-request-a-quote/? Bazi alternatifler mumkun olabilir fakat su an icin en uygunu eklenti kullanmaniz gibi gorunuyor :)

    Best regards,
    Yigit

    in reply to: Import default theme #729196

    Hey cjpa,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    in reply to: A few issues #729190

    Hey!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

    in reply to: slider in home page #729189

    Hey!

    I am not sure if i understood the issue regarding Revolution slider. It seems fine on my end.

    We have used Fullwidth Easy Slider element on construction demo home page :)

    Best regards,
    Yigit

    in reply to: Reduce Logo Padding #729184

    Hi,

    It seems like you referred to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and added widget area to your header but since it is currently empty, causing whitespace above your logo. Please remove it.

    To move your extra elements to the right side, please go to Enfold theme options > Header > Extra Elements and choose to display your elements on the right side.

    Best regards,
    Yigit

    P.S.: There was a small typo in Nikko’s code. I corrected it. Please try it now and it should work

    in reply to: A few issues #729180

    Hi,

    I added following code to bottom of Quick CSS field

    .page-id-1206 #after_section_16 .container { 
    max-width: 100% !important; 
    width: 100% !important;
    }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Is safe buy your theme here? #729178

    Hey Nacho,

    Thank you for contacting us!

    We only sell our themes on ThemeForest and Enfold theme can be purchased here.
    Those illegal copies are usually modified therefore they have vulnerabilities. Also, they are not updated. Latest version of the theme is currently 3.8.4. And finally, you will be able to register to our support forum – https://kriesi.at/support/register/ and start a new thread whenever you have a question or an issue if you purchase the theme through ThemeForest.

    Let us know if you have any other questions :)

    Best regards,
    Yigit

Viewing 30 posts - 25,651 through 25,680 (of 82,620 total)