Forum Replies Created

Viewing 30 posts - 6,721 through 6,750 (of 82,624 total)
  • Author
    Posts
  • in reply to: Woocommerce product categories are empty after update #1274078

    Hi,

    I replied in your thread – https://kriesi.at/support/topic/after-update-product-lists-woocommerce-become-empty/
    I am closing this one, let us continue there :)

    Regards,
    Yigit

    in reply to: After Update, product lists (Woocommerce) become empty #1274077

    Hi,

    I have just confirmed that the issue is related to translation, you can check your test page. Please upload language files via FTP or file manager on your cPanel and that would fix the issue :)

    Best regards,
    Yigit

    in reply to: The Events Calender – Enfold #1274066

    Hi,

    Sorry for the late reply!

    I went to Events > Settings > Display and unchecked “Use updated calendar designs”. Then I added following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    .main_color #tribe-events-bar,
    #tribe-bar-form{ 
        background: transparent; 
    }

    Could you please review your website? :)

    Best regards,
    Yigit

    in reply to: Customize Social Icons in Header #1274049

    Hey Dirk,

    Please use the code as following

    
    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons['phone'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue854');
    return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons['Phone'] = 'phone';
    return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    Font should be entypo-fontello instead of fontello :)

    Best regards,
    Yigit

    in reply to: Woocommerce product categories are empty after update #1274048

    Hi @Todo,

    I replied to your thread. Let us continue there :)

    Best regards,
    Yigit

    in reply to: After Update, product lists (Woocommerce) become empty #1274047

    Hey Todo,

    I tried logging in without a password but it did not work for me.
    We have updated French language files and will include them in upcoming update. There was a translation issue so I think this might be related to it.

    Could you please download the latest version of French language files here – https://www.mediafire.com/file/8whnpckt8xrxhrz/fr_FR.zip/file and upload them inside /wp-content/themes/enfold/lang/ folder and check if that helps? :)

    Best regards,
    Yigit

    in reply to: How to set up different social network on my pages #1274040

    Hi,

    You are welcome, Sylvie!
    Let us know if you have any other questions or issues and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: remove favicon #1274038

    Hi,

    I could not figure out why default WP favicon shows up but I went to Appearance > Customizer and set the blank favicon image you uploaded in media as favicon. Would that work for you?

    Best regards,
    Yigit

    in reply to: remove favicon #1274025

    Hi,

    It looks correct. I tried this on both child and parent theme and it works for me. If you are using a cache plugin please clear cache there as well and if that does not help, please share temporary admin logins so we can look into it :)

    Regards,
    Yigit

    in reply to: Edit masonry images #1274020

    Hi,

    Great! You are welcome :)
    Please let us know if you have any other questions or issues and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: MODIFICATIONS NOT POSSIBLE ON PAGE #1274018

    Hi,

    Broken HTML code breaks ALB. I corrected 3 strong tags on your page and updated it but I think some sections were removed nevertheless.

    Please make sure to use Strong tag as following

    
    <strong>Here goes my text!</strong>
    

    Best regards,
    Yigit

    • This reply was modified 5 years, 2 months ago by Yigit.
    in reply to: Pictures missing #1274008

    Hi Johnny,

    Thanks for contacting us!

    We are going to need to inspect your website to find out what exactly is wrong. Could you please post a link of your website? :)

    Best regards,
    Yigit

    in reply to: Change of Site Address (URL) #1274007

    Hi Alex,

    Thanks for contacting us!

    I searched however your colleague’s email is not in our database. Please contact your colleague and request purchase code so you can register to our forums. If they have already registered, please share purchase code here privately so we can reset the account.

    That being said, you would need to move your site from /wordpress/ to root folder and replace the links from yourdomain.com/wordpress/ to yourdomain.com.

    If you have any other questions or issues, please start a thread on our support forum :)

    Regards,
    Yigit

    in reply to: remove favicon #1274005

    Hey fkm,

    Thanks for contacting us!

    Please add following code to bottom Functions.php file of your child theme in Appearance > Editor

    
    add_filter('avf_favicon_final_output','remove_avf_favicon_final_output');
    function remove_avf_favicon_final_output(){
    	$icon_link = "";
    	return $icon_link;
    }

    Best regards,
    Yigit

    in reply to: Woo Commerce Description NOT showing up #1274002

    Hey,

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

    add_action( 'woocommerce_after_shop_loop_item_title', 'wc_add_short_description' );
    function wc_add_short_description() {
    	global $product;
    
    	?>
            <div itemprop="description">
                <?php echo apply_filters( 'woocommerce_short_description', $product->post->post_excerpt ) ?>
            </div>
    	<?php
    }

    Cheers!
    Yigit

    • This reply was modified 5 years, 2 months ago by Yigit.
    in reply to: Enfold theme: Changing size of circle in Icon Box #1273993

    Hey,

    Thanks for contacting us!

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

    
    .iconbox_top .iconbox_icon {
        padding: 10px;
        font-size: 15px;
    }
    
    

    Best regards,
    Yigit

    in reply to: ENFOLD – The link you followed has expired. #1273990

    Hey,

    Thanks for contacting us!

    Please make sure following requirements for server settings are met:
    Set max_input_vars to 5000 and memory_limit to 256M.
    Max_execution_time = 30
    Post_max_size = 32M
    Upload_max_filesize = 32M
    Max_input_time = 60

    That issue is related to Upload_max_filesize value. You can check your current value in Media > Add New :)

    Regards,
    Yigit

    Hi,

    Thanks for contacting us!

    Please consider contacting @thomasjarvisdesign on https://www.thinkjarvis.co.uk/contact/.
    He frequently shares his projects on – https://kriesi.at/support/topic/enfold-showcase/page/62/ so you read more about them there :)

    Best regards,
    Yigit

    in reply to: Double Content on Pages #1273985

    Hey,

    Glad you figured it out and thanks for sharing your solution!
    Let us know if you have any other questions or issues and enjoy the rest of your day :)

    Cheers!
    Yigit

    in reply to: Use ALB in shortcoder plugin? #1273984

    Hey,

    Thanks for contacting us!

    You can enable ALB on any post type by referring to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type :)

    Regards,
    Yigit

    in reply to: Scroll to (top and anchor) behaves weird #1273976

    Hi,

    Glad Ismael could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Place icon inside hotspot #1273973

    Hi,

    Please add following code to Quick CSS

    .insert-logo .av-image-hotspot_inner {
        background-image: url(/wp-content/uploads/2021/01/hovericon.png);
        background-size: contain;
    }


    @Guenni007
    Thanks for your help as always El Supremo! :)

    Best regards,
    Yigit

    in reply to: Font of the title of the page #1273971

    Hi,

    Thanks for contacting us!

    I could not access to your screenshot file. Did you mean the title I attached in private content field? If so, I added following code to Quick CSS in Enfold theme options > General Styling

    .title_container .main-title a {
        font-family: 'gloriahallelujah' !important;
    }

    If not, please upload your screenshot on imgur.com and share here once again :)

    Best regards,
    Yigit

    in reply to: Events Calendar Display not looking like demo #1273969

    Hi,

    Please go to Events > Settings > Display and uncheck “Use updated calendar designs” :)

    Regards,
    Yigit

    in reply to: Logo subtext #1273968

    Hi Nicole,

    1- You can insert that code to your page using Code Block element :)

    2- Please see the link I attached in private content field :)

    Best regards,
    Yigit

    in reply to: Menu error #1273967

    Hi,

    You are currently not using the latest version of Enfold. I would like to update the theme to make sure we are trying to fix an issue that’s already been fixed. We might need to de-activate certain plugins for testing purposes as well. If you confirm, please have a backup of your site to be on the safe side and let us know :)

    Best regards,
    Yigit

    in reply to: Add Xing social share button #1273965

    Hi @TScC,

    Please refer to Mike’s post here – https://kriesi.at/support/topic/replace-social-share-button-g-with-xing/#post-908370

    Best regards,
    Yigit

    in reply to: inquiring #1273964

    Hi Naf,

    Thanks for contacting us!

    Enfold supports RTL languages including Arabic. We do not have any RTL demo to show you how it looks though.

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

    Best regards,
    Yigit

    in reply to: access to forum #1273963

    Hey Boris,

    Thanks for contacting us!

    Due to our policy, we only provide support to our registered users therefore please ask your customer to provide you their purchase code otherwise I am afraid we cannot help you.

    Thanks for your understanding!

    Regards,
    Yigit

    in reply to: Sticky Button for Mobile with custom link #1273962

    Hi,

    I added following code to bottom of Quick CSS field

    #top #donate.av-fullscreen-button .avia-button-fullwidth {
        padding: 30px 10px;
    }

    and changed “margin-top: 130px;” into “margin-top: 90px;”.

    Please review your website :)

    Best regards,
    Yigit

Viewing 30 posts - 6,721 through 6,750 (of 82,624 total)