Forum Replies Created

Viewing 30 posts - 17,911 through 17,940 (of 82,625 total)
  • Author
    Posts
  • in reply to: Link no follow on social profile icons #865346

    Hi,

    It seems to work fine on my end. Attached a screenshot in private content field. Have you figured it out already?

    Best regards,
    Yigit

    in reply to: Hamburger Menu Collapse on left side #865340

    Hi,

    Glad you figured it out! :)

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

    Best regards,
    Yigit

    in reply to: Masonry Post: Rounded Corners #865334

    Hi,

    Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“my-custom-class” in example below) and then use the code as following

    .my-custom-class .av-masonry-entry.av-masonry-item-loaded * {
        border-radius: 10px;
    }

    Best regards,
    Yigit

    • This reply was modified 8 years, 6 months ago by Yigit.
    in reply to: hide photo for mobile version #865332

    Hey!

    Please refer to @guenni007’s post :)


    @guenni007
    Thanks for your help as always :)

    Regards,
    Yigit

    in reply to: Enfold Theme for an education institute #865331

    Hi Thorsten,

    Thanks for contacting us!

    We would love to help but unfortunately due to our agreement with Envato/ThemeForest, we are not allowed to sell/distribute themes directly.

    If there is anything else we can help, please let us know :)

    Cheers!
    Yigit

    in reply to: Burger not showing on small screens #865329

    Hey serasan,

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

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Yigit

    in reply to: Enfold theme change – no content shown #865327

    Hi,

    Glad you figured it out! :)

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

    Best regards,
    Yigit

    in reply to: Hamburger Menu Collapse on left side #865323

    Hey,

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

    .html_av-overlay-side .av-burger-overlay-scroll {
    right: auto;
    left: 0; 
    }
    .html_av-overlay-side .av-burger-overlay-scroll {
        -webkit-transform: translateX(-350px);
        transform: translateX(-350px);
    }
    

    Best regards,
    Yigit

    in reply to: Enfold Showcase #865298

    Hi,


    @DUALWERK
    Great work!!!

    Best regards,
    Yigit

    in reply to: I cannot contact with support #865292

    Hey Robert,

    Thanks for contacting us!

    We would like to inform you that we only provide support to our registered users.

    You can register to our support forum here – https://kriesi.at/support/register/ and then start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post.

    Please make sure to elaborate on the issue you are having/changes you would like to make on your thread. If you would like to include screenshots, you can upload them on http://imgur.com or Dropbox public folder and attach the links in your posts :)

    Best regards,
    Yigit

    in reply to: Removing Enfold menu bar #865290

    Hi,

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

    Best regards,
    Yigit

    in reply to: design changes help/guidance #865006

    Hi,

    I edited your page and placed your button inside a Color Section element with a unique ID, choose to display no padding and added following code to Style.css file of your child theme

    #cart-section { min-height: 50px; }

    In your case, i think it will be the best if you copy header.php file to your child theme and apply the changes directly on the file. That would be a better solution in the long run.

    It seems like you figured out the rest already :)

    Best regards,
    Yigit

    in reply to: Border TOP MENU #864995

    Hi,

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

    #top .av_header_transparency #header_meta {
        border: none;
    }

    Please review your website

    Best regards,
    Yigit

    in reply to: Responsive Menu not working on iPad #864994
    in reply to: Smart Slider 3 #864981

    Hi Daniel,

    Sorry for the late reply!

    We are preparing to release an update so Kriesi is currently very busy.

    Thanks for your offer however currently we are not interested in such partnership opportunities. We will save this thread for future and contact you in case we would like to have more information from you :)

    Best regards,
    Yigit

    in reply to: Weird things showing up on my website #864976

    Hey,

    Please flush cache in W3 Total Cache settings and refresh your page a few times. That should help. If it does not, please create a temporary admin login and post it here privately so we can look into it.

    Regards,
    Yigit

    in reply to: SCROLL TO TOP #864969

    Hi,

    1- Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and copy footer.php file from parent theme to your child theme and then edit the file on your child theme and add your button manually right before following line

    
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a>

    2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .logo {
        top: 30px;
    }
    

    Best regards,
    Yigit

    Hi,

    That is totally up to you. However in case you are using/will use WPML and want to apply custom CSS code for all languages, you should add the code to style.css file :)

    Let us know if you have any other questions!

    Best regards,
    Yigit

    in reply to: Make footer widget appear only on mobile #864960

    Hi,

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

    ul#menu-shisha-thrid-menu li {
        width: auto;
        margin-right: 20px;
    }
    ul#menu-shisha-thrid-menu {
        display: flex;
    }
    

    and then edit the value in Mike’s post and change it to 90% :)

    Best regards,
    Yigit

    in reply to: Link no follow on social profile icons #864943

    Hi,

    You can simply create the folder and name it “includes” and place it inside your child theme where style.css file and functions.php files are and then insert the file inside that “includes” folder. If you need assistance, please post FTP logins here privately :)

    Best regards,
    Yigit

    in reply to: Subtitle In header #864941

    Hi,

    Sorry for the misunderstanding. I was correcting the issue however made a small mistake. Could you please post FTP logins here privately so i can correct the issue? Sorry for the inconvenience!

    Best regards,
    Yigit

    in reply to: Your theme options #864885

    Hey Maiko,

    Thanks for contacting us!

    You can check out existing Enfold demos here. Enfold also has Magazine element that you can use to display your posts in different styles. Please see examples here – http://kriesi.at/themes/enfold-2017/elements/magazine/. Since Enfold uses Advanced Layout Builder (Enfold’s own easy to use drag and drop layout builder), you can easily create many different layouts within minutes.

    We are marketing Enfold as the most flexible, powerful and user-friendly theme we have ever created. You can easily extend Enfold’s functionality and insert custom codes. However, please note that without knowing the exact changes you would like to make, we cannot guarantee that all the codes you would like to use on your website would work out of the box.

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

    Best regards,
    Yigit

    in reply to: CSS crap #864879

    Hi,

    I brought it to our devs’ attention.

    Our devs have been working on fixing current bugs and adding new features. I do not have much experience with Divi and i believe it would not be ethical to compare our theme with any other however we will keep on improving Enfold. That is currently our top priority :)

    Regarding styling, if you do not mind sharing admin logins here privately and point out the pages where you are having the issues, we should be able to correct them but please note we will probably need to add additional custom CSS code :)

    Best regards,
    Yigit

    Hi!

    Glad Günter could help! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: Link no follow on social profile icons #864792

    Hi,

    Yes, please copy it inside “includes” folder on your child theme :)

    Best regards,
    Yigit

    in reply to: App Demo not working – import error #864053

    Hi,

    Thanks! You too have a nice one! Enjoy your weekend and let us know if you have any other questions or issues

    Regards,
    Yigit

    in reply to: Merhaba Yiğit ! #864050

    Merhabalar,

    Daha onceden bahsetmis olabilirim, temada olmasini istediginiz ozellikleri buradan Ingilizce olarak talep edebilirsiniz – https://kriesi.at/support/enfold-feature-requests/.
    Menulerin yanina ikon manuel olarak su anda koyabilirsiniz. Eger yardim lazimsa olursa her zaman ki gibi bir “Merhaba Yiğit !” kadar uzaginizdayim :)

    Regards,
    Yigit

    in reply to: App Demo not working – import error #864046

    Hi,

    You are welcome Lana!
    It seems to be related to that specific demo. We have reported this issue to our devs already.

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

    Best regards,
    Yigit

    in reply to: Contact Form Title color change #864045

    Hi,

    No, not at all! I did not notice you were using an older version of the theme (4.0.7). Please update Enfold to the latest version 4.1.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/. You can check out highlighted new features here – http://kriesi.at/archives/enfold-4-1-mobile-improvements-photography-demos-new-gallery-and-more.

    After updating the theme, Layout Builder tab should be added in Enfold theme options :)

    Best regards,
    Yigit

    in reply to: Post Slider Not Working with new update #864042

    Hey,

    Please try de-activating all active plugins and check if that helps. If it does, you can activate them one by one to find the culprit.

    Best regards,
    Yigit

Viewing 30 posts - 17,911 through 17,940 (of 82,625 total)