Forum Replies Created

Viewing 30 posts - 24,781 through 24,810 (of 82,620 total)
  • Author
    Posts
  • in reply to: enfold creative studio demo not available #738444

    Hi Tinner,

    It sounds like you are using an older version of the theme. 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/

    Cheers!
    Yigit

    in reply to: Related Posts Styling #738441

    Hi!

    Please go to Enfold theme options > Blog Layout > Related Entries and choose “Show Thumbnail and post title by default” then go to Enfold/includes/related-posts.php file and find

    		'columns' => 6,
    		'post_class' =>  "av_one_half no_margin ",

    and change it to

    		'columns' => 3,
    		'post_class' =>  "av_one_third no_margin ",

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

    #top .av-related-style-full .related_column {
        clear: none;
        width: 33%;
    }
    #top .av-related-style-full .av-related-title, #top .av-related-style-full .related_image_wrap, .related_posts.av-related-style-full a { display: block; }
    #top .av-related-style-full .related_image_wrap {
        width: 100%;
    }
    #top .av-related-style-full .related_image_wrap,#top .av-related-style-full .related_image_wrap img {
        border-radius: 0 !important;
    }

    Regards,
    Yigit

    in reply to: How to remove "Pages" in sidebar from default content? #738438

    Hi Tim,

    Please go to Appearance > Widgets and replace widgets that are inside “Displayed Everywhere” widget area. If you would not like to display them, please insert empty text widget to your widget area

    Best regards,
    Yigit

    in reply to: Website displaying blank page! #738437

    Hi!

    If you only made changes in header.php file, please refer to this post – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and overwrite theme files via FTP and then add the code i posted above into enfold/functions.php file. Your content and options are saved on your database, so only changes you made on theme files will be overwritten.

    Best regards,
    Yigit

    in reply to: Full width slider caption position on mobile #738434

    Hey!

    That is because you have following custom CSS code

    .page-id-734 .slideshow_align_caption {
        top: -130px !important;
    }

    Please change it to following

    @media only screen and (min-width: 1024px) {
    .page-id-734 .slideshow_align_caption {
        top: -130px !important;
    }}

    Best regards,
    Yigit

    in reply to: 1px thin line using grid row #738430

    Hi,

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

    #kollektion {
        margin-bottom: -1px;
    }
    

    Best regards,
    Yigit

    in reply to: Website displaying blank page! #738427

    Hi!

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

    
    function my_custom_code(){
    //Your code goes here
    }
    add_action('wp_head', 'my_custom_code');
    

    And add the code you added into header.php file where it says “//Your code goes here”

    If you keep on having issues, please elaborate. Also, please try going to Enfold theme options and making small changes and save it just to flush stylingsheet

    Cheers!
    Yigit

    Hey!

    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/
    Then edit your Color Section element and choose to display “diagonal section border” – http://i.imgur.com/qbHDTzJ.png

    Cheers!
    Yigit

    in reply to: Hide the SHOP page #738423

    Hey Graham!

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

    add_filter('avf_set_follow','avia_set_nofollow');
    function avia_set_nofollow(){
    if(is_shop()){
    $meta = '<meta name="robots" content="noindex, follow" />' . "\n";
    }
    return $meta;
    }

    Cheers!
    Yigit

    in reply to: Website displaying blank page! #738422

    Hey!

    Header.php file was broken in your theme. I fixed it. Please review your website now

    Cheers!
    Yigit

    in reply to: Hook to add widget to mobile menu? #738421

    Hi,

    Unfortunately currently there is no hook for mobile menu as it is generated using JS.
    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Yigit

    in reply to: Mail Repsonder #738417

    Hi!

    I edited wp-content/themes/enfold/lang/de_DE.po file :)
    You are welcome! Let us know if you have any other questions or issues!

    Regards,
    Yigit

    Hey Kevin,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Yigit

    in reply to: Website displaying blank page! #738406

    Hey Epic!

    Can you please post FTP logins here privately as well?

    Regards,
    Yigit

    in reply to: Can't change body font #738403

    Hi!

    If you have imported a demo first and then customizing your website, i believe it came with the demo import :)
    Glad it is working fine now!

    Thanks for sticking with us Michael, we appreciate it :)

    Let us know if you have any other questions or issues and enjoy the rest of your day!

    Cheers!
    Yigit

    in reply to: Testimonial's block keeps changing size #738400

    Hey!

    Thank you for choosing Enfold! :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

    in reply to: enfold questions #738399

    Hey Claudia

    Thanks for contacting us!

    1- There are many paid and free plugins for such functionality, such as this one – http://member.wishlistproducts.com/
    2- Enfold already has a built-in MailChimp newsletter element which can be connected to your MailChimp account :)

    Let us know if you have any other questions!

    Regards,
    Yigit

    Hey!

    I am getting “Server said: Login authentication failed” when i try to connect to your server. Please check the logins once again.
    Also, can we try de-activating all active plugins for testing purposes?

    Regards,
    Yigit

    in reply to: Can't change body font #738393

    Hi!

    Work Sans font family is chosen in Enfold theme options > Advanced Styling for Body elements. Please remove that element and save theme options :)

    Best regards,
    Yigit

    in reply to: Edit Combo Widget #738392

    Hi!

    Can you please try using Enfold Latest News widget instead?
    If it does not help, please elaborate on the changes you would like to make.

    Best regards,
    Yigit

    in reply to: Mail Repsonder #738391

    Hey!

    I updated German language file on your installation. Can you please check it now?

    Best regards,
    Yigit

    in reply to: Mail Repsonder #738383

    Hey!

    Please post FTP and WP admin logins here privately so we can look into it.

    Best regards,
    Yigit

    in reply to: How to change the layout of the blog posts module? #738378

    Hi,

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

    @media only screen and (max-width: 990px) {
    .big-preview.single-big, .big-preview.single-big img {
        width: 100%!important;
    }}
    

    Best regards,
    Yigit

    in reply to: Help to build a private area #738377

    Hey Jose!

    Please try using a plugin such as this one – https://wordpress.org/plugins/wp-private-content-plus/

    Regards,
    Yigit

    Hey Chris,

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

    li#menu-item-search a {
        line-height: 30px!important;
        height: 30px!important;
    }
    

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

    function av_move_search(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery("#menu-item-search").detach().appendTo('#header_meta ul.social_bookmarks')
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_move_search');

    Best regards,
    Yigit

    in reply to: Taxomony filter posts by category #738371

    Hi,

    Sorry for the late reply!

    Please try using Masonry element and choose to display sorting :)

    Best regards,
    Yigit

    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 post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

    in reply to: Read more button on elegant blog layout #738361

    Hi,

    Glad it worked for you! :)

    We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.

    Best regards,
    Yigit

    in reply to: Mail Repsonder #738359

    Hi,

    Sorry for the late reply!
    Please try using this plugin – https://wordpress.org/plugins/loco-translate/ or this free software – https://poedit.net/ to translate the strings in enfold/lang folder

    Best regards,
    Yigit

    Hi!

    Can you please post FTP logins here privately as well?

    Best regards,
    Yigit

Viewing 30 posts - 24,781 through 24,810 (of 82,620 total)