Forum Replies Created

Viewing 30 posts - 6,871 through 6,900 (of 82,624 total)
  • Author
    Posts
  • in reply to: Blog post full width #1271558

    Hi,

    Glad we 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: Blog post full width #1271550

    Hi,

    Please use following code instead

    #top .fullsize .template-blog .post .entry-content-wrapper > *,
    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 100%;
    }
    

    Best regards,
    Yigit

    in reply to: Images doesn't work #1271545

    Hi,

    Thanks for the update!
    Let us know if you have any other questions or issues and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Images "Custom link" stopped working #1271543

    Hi Gert,

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

    Best regards,
    Yigit

    in reply to: Enfold Theme broken #1271542

    Hi,

    I can see that images in slider are not showing up in the page you shared. Could you please elaborate on the header issue as well?

    I installed Enable jQuery Migrate helper plugin as Enfold is not compatible with WP 5.6 yet and plugin helps with jQuery issues. I am not seeing any error regarding slider but HTML is just empty.

    Do you mind if the try de-activating all active plugins for testing purposes?

    Best regards,
    Yigit

    in reply to: Update for WP 5.6 #1271539

    Hi Chris,

    Thanks for contacting us!

    We are planning to release the WP 5.6 and PHP 8 compatibility version within 2 weeks :)

    Best regards,
    Yigit

    in reply to: Enfold Theme broken #1271538

    Hey,

    You were using Enfold 3.8 which is pretty old. I manually updated the theme to the latest version 4.7.6.4.

    Please review your website and refer to this post – https://kriesi.at/documentation/enfold/theme-registration/ and register your theme to receive auto updates as Rikard suggested.

    Regards,
    Yigit

    in reply to: License #1271531

    Hi Stephanie,

    Thanks for contacting us!

    Could you please post your purchase code here privately so we can reset your forum account? :)

    Regards,
    Yigit

    in reply to: Enfold Theme #1271147

    Hi,

    You are welcome!
    Please feel free to get in touch with us if you have any other questions and enjoy your weekend :)

    Best regards,
    Yigit

    in reply to: Remove display all image numbers at once? #1271114

    Hi Reina,

    I checked your website and I cannot see titles on both hover and lightbox window. Have you figured it out already? :)

    Best regards,
    Yigit

    in reply to: How to add a Button to the header #1271110

    Hey Gavin,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area :)

    Cheers!
    Yigit

    in reply to: Change phone number on homepage #1271102

    Hi,

    It seems like menu items were added with customization however since Editor tab is missing on your website, we are not able to check if that is the case.

    Could you please post FTP logins here privately as well or enable Editor in WP dashboard? :)

    Best regards,
    Yigit

    in reply to: Shop Banner #1271100

    Hey,

    Thanks for contacting us!

    You can create your shop page using Advanced Layout Builder, such as this one – https://kriesi.at/themes/enfold-shop/ and add Product elements under Plugin Additions tab of Advanced Layout Builder to display your products :)

    Best regards,
    Yigit

    in reply to: blocked servers #1271098

    Hi,

    Please see private content field below.

    Best regards,
    Yigit

    in reply to: Woocommerce Single Product Page Questions #1271096

    Hey Corina,

    Thanks for contacting us!

    1- Please add following code to Quick CSS in Enfold theme options > General Styling and adjust as needed

    #top.single-product .price span {
        font-size: 20px !important;
    }

    2- It seems like you have achieved it already with following code? :)

    #top .related.products h2, #top .upsells.products h2 {
        font-family: 'roboto-slab-regular' !important;
    }

    If you need further assistance, please let us know!

    Best regards,
    Yigit

    in reply to: Tab section breaks #1271094

    Hey CS,

    Thanks for contacting us and sorry for the late reply!

    Have you tried to enable “auto repair function” and checked if that helps? If not, please do so.

    I am seeing some different shortcodes such as “avia_vinvin_hero” as well. If auto repair function does not help, could you please create temporary admin logins and post them here privately so we can create a testing page on your installation and check what is causing the issue?

    Best regards,
    Yigit

    in reply to: Smaller Than Container Width #1271088

    Hi,

    You can upload your screenshots on imgur.com and post links here.

    I checked your website and it seems like you have already figured it out :)
    You could also edit your Color Section element and give it unique ID (“your-unique-id” in example below) and then add following code to Quick CSS in Enfold theme options > General Styling tab

    #your-unique-id .container {
        max-width: 80%;
    }

    Best regards,
    Yigit

    in reply to: Enfold Theme #1271079

    Hallo Frank,

    Thanks for contacting us!

    I hope you do not mind me replying in English as I am not one the German speaking moderators in our team :)

    1- We sell Enfold exclusively on ThemeForest and they do not offer such 30 day trial so I am afraid that would not be possible.
    2- Yes, you can use the same license on subdomains. You would need separate license for additional domains.

    I hope that helps! If you have any other questions, please let us know :)

    Regards,
    Yigit

    in reply to: blocked servers #1271077

    Hi,

    I contacted our hosting providers again since IP addresses are actually not blocked by us. Once I hear back from them, I will update you here.

    Sorry for the unintended inconvenience :)

    Regards,
    Yigit

    in reply to: Advanced Layer Slider not showing #1271072

    Hi,

    LayerSlider WP was missing in WP dashboard so I installed it once again and then commented out following code in functions.php file of your child theme and that helped

    if (!(is_admin() )) {
      function defer_parsing_of_js ( $url ) {
        if ( FALSE === strpos( $url, '.js' ) ) return $url;
        if ( strpos( $url, 'jquery.js' ) || strpos( $url, 'jquery.c.js' ) || strpos( $url, 'wpfront-notification-bar.js' ) ) return $url;
        // return "$url' defer ";
        return "$url' defer onload='";
    }
      add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );
    }

    Please review your website :)

    Best regards,
    Yigit

    Hi Ed,

    This sounds like I would need to add a code block to every page I want the buttons to appear on

    Yes, that is correct. When using classic editor for blog posts, you can simply choose to display share buttons below content however since you are using ALB, it would not work.

    is there a way for me to insert these social share buttons on all posts and pages, as per the design of the plugin?

    Could you please contact plugin author and ask them if that would be possible? Their shortcode might accept some attributes to change the design. This shortcode is the only one I could find :)

    Best regards,
    Yigit

    in reply to: Demo One-Page-Portfolio not able to load #1270909

    Hi,

    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: Background video in color section is mute #1270907

    Hi,

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

    Best regards,
    Yigit

    in reply to: Demo One-Page-Portfolio not able to load #1270906

    Hi,

    Thanks!

    I am done importing the demo. I could not manage to successfully import images so I uploaded them manually.
    I also install enable jQuery migrate helper plugin as current version of Enfold is not officially compatible with WP 5.6. When we release new version of Enfold, you can delete the plugin.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Demo One-Page-Portfolio not able to load #1270891

    Hi,

    Yes, will do.
    Please see private content field for my email.

    Best regards,
    Yigit

    in reply to: Demo One-Page-Portfolio not able to load #1270887

    Hi,

    I am sorry for causing you extra work, I should have been more careful.
    We will wait to hear from you. In the meantime, if there is anything I can do to help, please let me know.

    Best regards,
    Yigit

    in reply to: Demo One-Page-Portfolio not able to load #1270881

    Hi,

    Please generate a new password using the link below. Password reset link would be submitted to your email that you used on your website.

    Best regards,
    Yigit

    in reply to: Demo One-Page-Portfolio not able to load #1270879

    Hi,

    Yes, me neither and that is because plugin is de-activated. I forgot I logged in using a token. I am sorry about that!

    Best regards,
    Yigit

    in reply to: Demo One-Page-Portfolio not able to load #1270877

    Hi Yann,

    Thanks!
    Enfold theme options were broken after the import so I wanted to reset the database and re-import however since we do not have login credentials, I am now not able to log back into WP dashboard..

    Could you please create temporary admin logins and post them here privately? Sorry for the inconvenience!

    Best regards,
    Yigit

    Hey Ed,

    Thanks for contacting us!

    You are using this plugin – https://wordpress.org/plugins/easy-social-sharing/, is that correct?

    If so, please go to plugin settings and remove “inline” from “Specific Locations” and save.
    Then, add Code Block element to your content between your content and Comments element and use following shortcode to display your social share buttons

    [ess_inline_network]

    Best regards,
    Yigit

Viewing 30 posts - 6,871 through 6,900 (of 82,624 total)