Forum Replies Created

Viewing 30 posts - 14,731 through 14,760 (of 82,625 total)
  • Author
    Posts
  • Hi,

    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 start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: 4.3.1 lightbox not working #950661

    Hi,

    Have you updated your header.php file to solve issue as well?
    Thanks for sharing your solution! :)

    Best regards,
    Yigit

    in reply to: Enfold theme #950658

    Hi JB,

    Thanks for contacting us!

    I am afraid the only way to get full support and theme updates is by having access to a Themeforest account which was used to purchase the theme.

    The easiest way would be to get in touch with your developer and ask him for the purchase code and an API key. That would allow you to create a forum account here (one that got access to more than the pre-sale question area) and would also allow you to update the theme from your backend.

    If you cant get in touch with your developer for whatever reason, you can also try to contact Envato support and ask them if its possible for them to credit the purchase to a Themeforest account of your own: https://help.market.envato.com/hc/en-us/requests/new
    However this will probably only work if your developer already sent you a payment receipt or something similar for the purchase.

    Last option would be to create a themeforest account of your own and use it to re-purchase the theme.

    I hope one of the first two options works out for you, but unfortunately we can’t help until we have a valid verification that the theme was purchased properly. This is necessary for us, since there are quite a few people out there who don’t buy the theme on themeforest and instead download it for free on illegal file sharing sites and then even have the audacity to ask us for support.

    Sorry for that!

    Cheers!
    Yigit

    in reply to: Added wrong email to purchase code #950657

    Hi Ahmad,

    Thanks for contacting us!

    Please see private content field below :)

    Best regards,
    Yigit

    in reply to: Update via ftp crashed my site #950336

    Hey elames,

    Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.

    If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest.

    If updating breaks your website, please try deleting /wp-content/themes/enfold folder and re-installing it – https://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/. Also, please make sure you are using PHP version 5.6 or higher.

    Best regards,
    Yigit

    in reply to: 4.3.1 lightbox not working #950334

    Hi!


    @alexx8675
    Replied to you in your thread. Let us continue there :)

    Cheers!
    Yigit

    Hi,

    I checked the page in private content field in on Chrome, Firefox, Safari and Opera but lightbox opens and plays videos fine on my end. Which browser and OS are you using? Also, could you please post a screencast showing the issue?

    Best regards,
    Yigit

    in reply to: 4.3.1 lightbox not working #950297

    Hey fredengl,

    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: mobile fixed links under the logo #950220

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: mobile fixed links under the logo #950197

    Hi,

    Lutfen assagidaki koduda Quick CSS alanina ekleyin

    @media only screen and (max-width: 767px) { 
    .responsive .title_container .breadcrumb {
        left: auto;
        right: 0;
    }}
    

    Fakat kucuk ekranlarda yine ayni sorun olacaktir. Kucuk ekranlarda breadcrumbsi silme alternatifi sizin icin uygunsa assagidaki kodu kullanabilirsiniz

    @media only screen and (max-width: 660px) { 
    .responsive .title_container .breadcrumb {
        display: none; 
    }}

    Best regards,
    Yigit

    in reply to: website crashes after update to 4.3 #950184

    Hi,

    We will keep the thread open and wait to hear from you :)

    Best regards,
    Yigit

    in reply to: mobile fixed links under the logo #950169

    Hey Turgay,

    You have following custom CSS code

    .logo img {
        height: 160% !important;
        max-height: 141px !important;
    }
    
    .logo img {
        height: 160% !important;
        max-height: 130px !important;
    }

    Please change it to following one

    @media only screen and (min-width: 769px) {
    .logo img {
        height: 160% !important;
        max-height: 141px !important;
    }
    
    .logo img {
        height: 160% !important;
        max-height: 130px !important;
    }}

    Best regards,
    Yigit

    in reply to: Warning: masonry_entries.php on line 56 #950162

    Hey,

    Have you tried adding following code to Functions.php file in Appearance > Editor?

    
    add_theme_support('avia_no_session_support');

    If you have not, please do so :)

    Regards,
    Yigit

    in reply to: update theme to 4.3 is breaking site error 500 #950160

    Hey,


    @loyalmedia
    Please go to /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/ folder via FTP and delete events_countdown.php file inside it. If you would like us to delete it for you, please start a new thread under Enfold sub forum and attach FTP logins in private content field.

    Cheers!
    Yigit

    Hey,

    I could not find Masonry gallery with pagination on your page. Could you please create a testing page where we can see the issue?
    Also, please try de-activating all active plugins and check if that helps.

    Best regards,
    Yigit

    in reply to: website crashes after update to 4.3 #950099

    Hi,

    You are currently using PHP Version 5.3.10. Could you please ask your hosting provider to upgrade it to minimum 5.6 and preferably to 7.x?

    Best regards,
    Yigit

    in reply to: Buttons on tablets #950096

    Hi,

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

    @media only screen and (max-width: 769px) and (min-width: 480px) {
    .responsive #top #wrap_all .flex_column.button-col {
        width: 50%;
    }}
    

    Best regards,
    Yigit

    in reply to: Description column in table not scrolling #950091

    Hey Huw,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Yigit

    in reply to: website crashes after update to 4.3 #950055

    Hey Corine,

    Could you please post FTP logins as well? We might need to access theme files on your server.

    Best regards,
    Yigit

    in reply to: can we make labels like this visual #950049

    Hi,

    You are welcome!
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: update did not work #950029

    Hey,


    @c0rien
    Please try updating the theme via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    If you would like us to update the theme for you, please start a new thread under Enfold sub forum and attach FTP and WP admin logins in private content field. If you post them here, they will be visible to creator of this thread as well :)

    Best regards,
    Yigit

    in reply to: I want the demo Freelance just for one page #950023

    Hi!

    Glad you figured it out! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: Element caption masonary #950021

    Hi,

    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 start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: Element caption masonary #950000

    Hi,

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

    #top .av_header_glassy.av_header_transparency .social_bookmarks li a {
        color: #85bc26;
    }
    

    Best regards,
    Yigit

    in reply to: can we make labels like this visual #949972

    Hi,

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

    .avia_textblock span.post_tag a {
        color: white;
    }
    
    .avia_textblock span.post_tag {
        background: #999999;
        padding: 5px;
        border-radius: 3px;
        margin-right: 5px;
    }
    

    Best regards,
    Yigit

    in reply to: Smaller buttons on mobile devices #949930

    Hi,

    Glad you figured it out! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: can we make labels like this visual #949928

    Hi,

    Yes, that should be possible. Could you also please post a link to your page? :)

    Best regards,
    Yigit

    in reply to: Element caption masonary #949927

    Hi,

    1- Please use following code instead

    #top #wrap_all .av-masonry-entry .av-masonry-entry-title {
        font-size: 20px;
    }

    2- Please go to Enfold theme options > Header > Transparency Options and adjust transparent header menu colors :)

    Best regards,
    Yigit

    in reply to: Developer purchased theme #949924

    Hey Glyn,

    Thanks for contacting us!

    As long as username and API key are correct, you would receive auto updates. However to receive full support and to have access to theme files, you would need access to ThemeForest account that was used when purchasing the theme.

    If you have any other questions, please let us know :)

    Cheers!
    Yigit

    in reply to: after update error 500 #949755

    Hi,

    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 start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 30 posts - 14,731 through 14,760 (of 82,625 total)