Forum Replies Created

Viewing 30 posts - 1,711 through 1,740 (of 82,614 total)
  • Author
    Posts
  • Hi,

    I was blocked by the security so I could not login to your WP dashboard.

    Could you please post FTP password here privately as well? :)

    Regards,
    Yigit

    Hi,

    I commented out your custom CSS code in Appearance > Customize > Additional CSS, then went to Enfold theme options > Main Menu > General and chose to display menu as icon in “Menu Items For Desktop”.

    Please review your website :)

    Regards,
    Yigit

    Hey,

    Thanks for contacting us!

    Could you please create temporary admin logins and post them here privately so we can look into it? :) If you would like us to install the theme via FTP, please post FTP logins here privately as well.

    Regards,
    Yigit

    in reply to: Re: Enfold Logo too small / NotenBeurs #1371316

    Hi,

    You are welcome! :)

    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: SVG logo alt text request #1371315

    Hey Tim,

    Thanks for contacting us!

    SVG elements does not have an ALT attribute – https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute. Could you use Title or Desc tags inside SVG element instead?

    Best regards,
    Yigit

    in reply to: my website is very large now, how to control #1371311

    Hey Peter,

    Thanks for contacting us!

    Have you enabled CSS and JS file merging and compression options in Enfold theme options > Performance tab? If you have, please refer to this post – https://kriesi.at/documentation/enfold/optimization/#troubleshoot and disable unique timestamps :)

    Regards,
    Yigit

    in reply to: Enfold with YITH request a quote #1371310

    Hey,

    Thanks for contacting us!

    It seems like you have following custom CSS code in Appearance > Customize > Additional CSS

    
    .cart button.single_add_to_cart_button, .cart a.single_add_to_cart_button {
      display: none !important;
    }
    

    Please remove it and the button should show up :)

    Best regards,
    Yigit

    in reply to: Re: Enfold Logo too small / NotenBeurs #1371309

    Hey,

    Thanks for contacting us!

    I went to Optimole plugin settings and excluded images containing “logo” in filename. Your logo was resized to 120x100px by the plugin.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Mobile view Grid Row #1371305

    Hi,

    We are happy that Nikko could help!

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

    Best regards,
    Yigit

    in reply to: fake_facebook image path not found #1371271

    Hi George,

    Thanks for contacting us!

    fake_facebook.jpg image is located inside /enfold/images/layout/ folder, not inside uploads folder. Could you please create temporary WP admin logins and FTP logins for one of your sites where we could reproduce the issue and post them here privately so we can inspect it? :)

    Best regards,
    Yigit

    in reply to: Enfold Theme Options Not Displaying Correctly #1371270

    Hey @smallcph,

    Could you please use this website – http://csslint.net/ and check your custom CSS for errors?

    If that does not help, please create a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it :)

    Best regards,
    Yigit

    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

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