Forum Replies Created

Viewing 30 posts - 1,711 through 1,740 (of 82,603 total)
  • Author
    Posts
  • in reply to: Need to license enfold #1371268

    Hey,

    You are welcome!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Regards,
    Yigit

    in reply to: Icons and Other Information in Top Bar #1371267

    Hey,

    Your HTML in “Phone Number Or Small Info Text” field in Enfold theme options > Header > Extra Elements was broken. I fixed it and that helped.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Need to license enfold #1371265

    Hey,

    Could you please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5 and generate a new Personal Token and try once again with it? :)

    Regards,
    Yigit

    in reply to: Form is not sending email to some recipients #1371261

    Hi,

    Glad you figured it out! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Text Underlined on Menu #1371256

    Hi,

    You are welcome! Glad I could help :)

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

    Best regards,
    Yigit

    in reply to: Need to license enfold #1371255

    Hey Oscar,

    Thanks for contacting us!

    1- Could you please try updating the theme using Envato Market plugin – https://www.envato.com/lp/market-plugin/

    2- If you have an access to Envato/ThemeForest account that was used when purchasing the theme, you do not need to purchase a new license. You can simply login to that account and go to Downloads page to download the latest version and update the theme manually – https://kriesi.at/documentation/enfold/theme-update/.

    6 months of support is included with your new purchase. You can extend it to 12 months for a discounted price. You will receive lifetime updates even when your support period expires. You can renew support for 6 months for $41.13 after it expires which is optional.

    3- You will not be able to receive support by us but you will receive theme updates once the support period is over.

    I hope that helps! Let us know if you have any other questions and enjoy the rest of your day :)

    Regards,
    Yigit

    in reply to: Links underlined with WP 6.1 #1371254

    Hi Bernd,

    My bad, I did not see your last post before I posted mine :)

    Thank you for your patience!

    Regards,
    Yigit

    in reply to: Links underlined with WP 6.1 #1371246

    Hi Bernd,

    CSS added in WP 6.1 targets all links that does not have “wp-element-button” class. So please add following code to bottom of Quick CSS field in Enfold theme options > General Styling

    
    a:where(:not(.wp-element-button)) {
        text-decoration: none;
    }
    

    Best regards,
    Yigit

    in reply to: Please contribute and translate Enfold #1371237

    Hey,

    Thanks for your contribution Luigi! I have uploaded the language files on our GitHub :)

    Best regards,
    Yigit

    in reply to: Text Underlined on Menu #1371231

    Hi,

    Please add following code to bottom of Quick CSS as well

    
    figure {
      margin: 0;
    }
    

    Cheers!
    Yigit

    in reply to: Text Underlined on Menu #1371224

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    a:where(:not(.wp-element-button)) {
      text-decoration: none;
    }
    

    Regards,
    Yigit

    in reply to: image box-shadow #1371222

    Hi Peter,

    Glad you figured it out and thanks for the update :)

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

    Best regards,
    Yigit

    in reply to: Strange form title #1371217

    Hi,

    Could you please clear dynamic cache on your server as well? Title field should be empty so I believe the title is there due to server sided cache :)

    Best regards,
    Yigit

    in reply to: Trouble with Polylang #1371211

    Hi mb,

    We are sorry for the late reply!

    Issue seems to be related to your customization on your child theme’s functions.php file. I switched to parent theme and posts have showed up. I believe following code is causing the issue

    
    add_filter('pll_get_taxonomies', function ($taxonomies, $is_settings) {
    	unset($taxonomies['category']);
    	unset($taxonomies['post_tag']);
    	unset($taxonomies['portfolio_entries']);
    	return $taxonomies;
    }, 10, 2);
    
    add_filter('pll_get_post_types', function ($post_types, $is_settings) {
    	unset($post_types['portfolio']);
    	unset($post_types['post']);
    	return $post_types;
    }, 10, 2);
    

    but could not confirm since functions.php file is not editable in theme editor.

    If translation options do not show up on your live installation, please edit your post, click “Screen options” on the top right corner and make sure “language” options is checked – https://imgur.com/a/VmaxP7y

    I left parent theme active. Please review your website :)

    Best regards,
    Yigit

    in reply to: Issue addin items to cart on a desktop #1371032

    Hey,

    Thanks for contacting us!

    Could you please try de-activating facebook pixels plugin temporarily, clear cache and check if that helps?

    Best regards,
    Yigit

    in reply to: Wishlist: Form Alert Message #1371030

    Hey Steve,

    Thanks for contacting us!

    We have forwarded your request to our devs and shared this thread as reference. We will update you on the decision here :)

    Best regards,
    Yigit

    Hi Aseem,

    Thanks for reaching out to us!

    We have forwarded your message to Kriesi. If interested, we will contact you :)

    Regards,
    Yigit

    in reply to: Grid Row Customizations #1370724

    Hi,

    I removed opacity from .imagen-inicio and added following code to bottom of Quick CSS field instead

    
    .imagen-inicio::before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(255,255,255,0.1);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
    
    .imagen-inicio .flex_cell_inner {
      z-index: 1;
    }
    

    Please review your website :)
    Best regards,
    Yigit

    in reply to: changing width and height of attached PNG #1370721

    Hi Aurora,

    I edited your Img tag in caption and added ID as Rikard recommended however it was not reflected on the front end of your site even though I cleared cache. So I targeted the image using alt attribute as following in Quick CSS field

    
    #top img[alt="Psykolog Therese velkommen"] {
      max-width: 240px;
      margin-left: 0;
    }
    

    Please review your website and adjust the width as needed :)

    Best regards,
    Yigit

    in reply to: reviews stars not showing #1370719

    Hi Daniel,

    Thanks for the information and sorry for the late reply!

    I logged in to your site to check the issue but stars are now loading fine on my end :)

    Could you please review your website?

    Best regards,
    Yigit

    in reply to: Cooperation #1370717

    Hi Bart,

    Sure! Enjoy the rest of your week :)

    Best regards,
    Yigit

    in reply to: Events Calendar issue #1370711

    Hi,

    No worries at all! Thank you for the update :)

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

    Best regards,
    Yigit

    in reply to: Cooperation #1370259

    Hi Bart,

    We added BradMax Player to recommended plugins list – https://kriesi.at/support/topic/recommended-plugins/ :)

    Best regards,
    Yigit

    in reply to: reviews stars not showing #1370116

    Hi Daniel,

    We would like to inspect your site. Please post temporary WP admin and FTP logins here privately :)

    Best regards,
    Yigit

    in reply to: child theme: importing demo side #1370045

    Hi,

    Thanks for the information!

    I have imported the demo. Please review your website :)

    Best regards,
    Yigit

    in reply to: Events Calendar issue #1369994

    Hey,

    Thanks for contacting us!

    Could you please create a testing installation and post temporary WP admin logins here privately so we can look into it?

    I tried to reproduce the issue on my test installation however get tickets button works for me. I attached the link in private content field below.

    Best regards,
    Yigit

    in reply to: OPENSTREETMAPS – LEAFLET MAP AND Borlabs Cookies #1369979

    Hi,

    Thanks for contacting us!

    Could you please try using OpenStreetMap iframe as following instead of using ALB element?

    
    [borlabs-cookie id="openstreetmap" type="content-blocker"]<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/.."></iframe>[/borlabs-cookie]
    

    Regards,
    Yigit

    • This reply was modified 3 years ago by Yigit.
    in reply to: child theme: importing demo side #1369960

    Hey,

    Thanks for contacting us!

    Could you please create temporary WordPress admin logins and FTP logins and post them here privately so we can help you import construction demo? :)

    Best regards,
    Yigit

    in reply to: Demo Files #1369954

    Hi Matthias,

    Thanks for contacting us!

    Yes, all demo images are included in Enfold 2017 demo and you can use them on your Enfold based projects :)

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

    Best regards,
    Yigit

    in reply to: Cooperation #1369943

    Hi Bart,

    Please see private content field below :)

    Best regards,
    Yigit

Viewing 30 posts - 1,711 through 1,740 (of 82,603 total)