Forum Replies Created

Viewing 30 posts - 24,691 through 24,720 (of 82,625 total)
  • Author
    Posts
  • in reply to: Read more button on elegant blog layout #739007

    Hey TJ!

    We have included a fix in the latest version of the theme and you should no longer need to add custom CSS. If you would like us to look into it, please remove your custom code and point out your page :)

    Best regards,
    Yigit

    in reply to: "Drop" doesn't work in the Drag 'n' drop builder…?? #739006

    Hi!

    You are currently using a very old version of the theme. Please update Enfold to the latest version 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Cheers!
    Yigit

    in reply to: phone for social media icon #739005

    Hi BPC!

    Please refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/

    Best regards,
    Yigit

    in reply to: Enfold theme edit is corrupt #739003

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

    Cheers!
    Yigit

    in reply to: Google Api Key – sorry for bothering #738993

    Hey!


    @tobego
    Please start a new thread and attach temporary admin logins in private content field. If you post them here, they will be visible to creator of this thread as well

    Regards,
    Yigit

    in reply to: Google Api Key – sorry for bothering #738991

    Hey volmering!

    I added an API key @Vinay generated and it worked fine in this private testing page. Please review your site :)

    Best regards,
    Yigit

    in reply to: Enfold theme edit is corrupt #738985

    Hi!

    I edited your .htaccess file and removed following line. Please review your website now

    Best regards,
    Yigit

    in reply to: Hide the default shop banner in a specific type page #738982

    Hey Elsa,

    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 its 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: Menu Problems #738976

    Hey!

    I removed custom icon named “Flaticon” and it fixed the issue. Please review your website now

    Regards,
    Yigit

    in reply to: Refund #738972

    Hey!

    Sure, we will inform Kriesi that your refund request has been delivered to him.

    Users request a refund on ThemeForest and ThemeForest delivers those requests to authors :)

    Regards,
    Yigit

    in reply to: Google Maps API not working #738971

    Hi!


    @dcashion
    Authorisation required. Can you please post those logins as well?


    @addesign
    Can you please create a new thread and attach temporary 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: Google map not working #738968

    Hi,

    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: Photo Gallery – Photos Not Lining Up #738967

    Hey Ryan,

    I edited your gallery and changed “Gallery Style” to “Small thumbnail”. Please review your website now

    Best regards,
    Yigit

    in reply to: Add title tags to social media links #738966

    Hey!

    Please add following code to Functions.php file in Appearance > Editor

    function av_social_target(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.social_bookmarks li a').attr('target','_blank');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_social_target');

    Best regards,
    Yigit

    in reply to: Refund #738964

    Hey!

    Thanks for contacting us!

    Sorry to hear about that.
    Since purchase and download processes are managed by Envato/ThemeForest, you would need to request a refund from them :)

    Let us know if you have any other questions!

    Regards,
    Yigit

    in reply to: Add Instagram to Social Share Links #738961

    Hey Martin,

    It is currently not possible to share pages/posts on Instagram unfortunately :)

    Best regards,
    Yigit

    in reply to: Add a row below 4 footer widgets #738958

    Hey!

    Please go to Enfold theme options > Footer and choose to display 5 columns and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .flex_column:nth-child(5) {
        width: 100%;
        margin-left: 0;
    }
    #footer .flex_column:nth-child(1), #footer .flex_column:nth-child(2), #footer .flex_column:nth-child(3), #footer .flex_column:nth-child(4) {
        width: 20%;
    }

    Best regards,
    Yigit

    in reply to: Change social icons #738953

    Hi,

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

    #top .social_bookmarks li {
        margin-right: 10px;
    }
    

    Best regards,
    Yigit

    in reply to: Change social icons #738949

    Hey!

    Please add following code to Quick CSS

    #top #wrap_all .social_bookmarks a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    #top .social_bookmarks li {
        width: 40px;
    }

    Regards,
    Yigit

    in reply to: Maximum width container #738948

    Hi!

    Please add a unique ID to your color section element and add following code to Quick CSS

    #your-unique-id .container {
        margin-left: 0;
    }

    Regards,
    Yigit

    in reply to: Font issues #738942

    Hi,

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

    body .av-special-heading .av-special-heading-tag { -webkit-font-smoothing: antialiased; }
    

    Best regards,
    Yigit

    in reply to: structured data problem with masonry gallery #738937

    Hey filz51,

    Can you please post WP admin and FTP logins here privately so we can look into it?
    Also, if you are not using the latest version of the theme which is 3.8.4, please firstly update – kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    in reply to: Change social icons #738933

    Hi,

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

    #top #wrap_all .social_bookmarks a {
        background: black;
        color: white;
    }
    #wrap_all {
        box-shadow: -10px 0px 20px rgba(0,0,0,0.2), 10px 0px 20px rgba(0,0,0,0.2);
    }
    

    Best regards,
    Yigit

    in reply to: Maximum width container #738930

    Hi!

    Please change the code to following one

    .page-id-50 .content,.page-id-50 .sidebar {
    padding-top: 0; 
    }

    Regards,
    Yigit

    in reply to: Login / Logout #738926

    Merhabalar,

    Rica ederim :)
    Baska her hangi bir soru veya sorununuz olursa tekrardan iletisime gecmekten cekinmeyin.

    Iyi gunler & iyi calismalar!

    Regards,
    Yigit

    in reply to: Space menu footer #738922

    Hey!

    To decrease the spacing even further, please add following code to Quick CSS as well

    #footer { padding: 0; }

    Best regards,
    Yigit

    in reply to: Change social icons #738921

    Hey BPC,

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

    #header .social_bookmarks li a {
        font-size: 20px;
    }
    

    2- Can you please post the link to your page and point out the changes you would like to make?

    Best regards,
    Yigit

    in reply to: Masonry-Gallery wird nicht angezeigt! #738916

    Hallo!

    You are currently using an older version of the theme. Please update Enfold to the latest version 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    in reply to: Space menu footer #738915

    Hi!

    Please add following code to Quick CSS as well

    #footer .widgettitle {
        text-transform: none;
    }
    #footer .widget {
        margin: 10px 0 10px 0;
    }

    Regards,
    Yigit

    in reply to: Login / Logout #738912

    Merhabalar! :)

    Hic onemli degil. Malesef benim istekleri silmeye erisimim yok. Kriesi ile iletisime gecip silmesini rica edicem :)

    Boyle bir eklenti kullanmayi deneyebilirsiniz – https://codecanyon.net/item/ultimate-membership-pro-wordpress-plugin/12159253. Temayla test etmedik malesef o yuzden kesin sorunsuz calisma garantisi veremiyoruz ama her hangi bir sorun olmamasi lazim. Eklenti sahipleriyle iletisime gecip Enfold’la ilgili her hangi bir deneyimleri olup olmadiklari sorar misin? :)

    Cheers!
    Yigit

Viewing 30 posts - 24,691 through 24,720 (of 82,625 total)