Forum Replies Created
-
AuthorPosts
-
Hi,
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
YigitHey Darryl,
I created a private testing page and was deleting sections one by one and found out it is unordered list that is forbidden. Text Block element’s preview does not render it as well and when it is deleted from debugging field, ALB loads fine.
I am not really sure why that happens but I thought maybe pointing out the element gives you a clue?Regards,
YigitNovember 3, 2020 at 12:20 pm in reply to: Add an image on enfold's default blog page (grid model) #1257962Hi Audrey,
Please add following code to bottom of Functions.php file in Appearance > Editor and change image URL
add_action('ava_after_main_title','blog_ava_after_main_title'); function blog_ava_after_main_title(){ if(is_home( 'blog')){ $output = "<img class='banner-img' src='https://kriesi.at/wp-content/themes/kriesi/images/logo.png'>"; echo $output; } }You can also style your image using banner-img class. To hide it on desktop, you can add following code to Quick CSS field in Enfold theme options > General Styling
@media only screen and (min-width: 768px) { .banner-img { display: none; } }Best regards,
YigitHi,
This is the post I referred – https://www.advancedcustomfields.com/resources/shortcode/.
I tried using Video shortcode in preview and it did not work for me either. I will check with our devs once again. Also, I re-opened – https://kriesi.at/support/topic/video-shortcode-in-ajax-portfolio/ so we can continue there regarding video shortcode issue :)
Best regards,
YigitHey Jamie,
Thanks for contacting us!
Please see – https://kriesi.at/documentation/enfold/optimization/#troubleshoot :)
Regards,
YigitHey,
Thanks for contacting us and sorry for the confusion. I believe my teammate replied to wrong thread and accidentally closed it.
1- I checked your website on my retina display macbook and it shows up fine on my end. I attached a screenshot in private content field below. Have you figured it out already?
2- That is because you have uploaded preview images in Ajax portfolio section, which would be displayed on Ajax portfolio grid. I created a private page and attached in private content field below. Please also see “Ajax portfolio settings” here – https://kriesi.at/documentation/enfold/portfolio-grid/.
You can simply add Masonry Gallery or Gallery element from Advanced Layout Builder to your portfolio page to display gallery :)3- Those cells were hidden on mobile – https://imgur.com/a/MiJZAJ1. I simply edited them and chose to always display them under Advanced > Responsive settings.
4- Your logo image has no whitespace around it so it is aligned at top. I added following code to Quick CSS in Enfold theme options > General Styling
.logo img { padding-top: 25px; }Please review your website :)
Best regards,
YigitNovember 2, 2020 at 5:19 pm in reply to: Icon list headings not underlined when they are links #1257658November 2, 2020 at 5:16 pm in reply to: Add an image on enfold's default blog page (grid model) #1257653Hi,
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Cheers!
YigitHey,
Your code is missing a closing curly bracket. Please change it to following
/* custom style form fields */ #top .av-contact-form-color .input-text, #top .av-contact-form-color input[type=’text’], #top .av-contact-form-color input[type=’input’], #top .av-contact-form-color input[type=’password’], #top .av-contact-form-color input[type=’email’], #top .av-contact-form-color input[type=’number’], #top .av-contact-form-color input[type=’url’], #top .av-contact-form-color input[type=’tel’], #top .av-contact-form-color input[type=’search’], #top .av-contact-form-color textarea, #top .av-contact-form-color select { /* Background color */ background-color: #F8F8F8!important; }You can use a website like this one – csslint.net to check your custom CSS for errors :)
Regards,
YigitHi,
Thanks for contacting us!
I have checked your website and featured images seem fine in your shop pages. Have you figured it out already?
If you have any other questions or issues, please register to our support forum using your/client’s purchase code – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)
Cheers!
YigitHi,
I believe issue is related to one of your plugins. Can we try de-activating them all for testing purposes?
Best regards,
YigitHey,
Thanks for contacting us!
I edited your element and chose to display all categories as some of them were not selected. Please review your website :)
Cheers!
YigitHi,
You are welcome, Marcus!
Let us know if you have any other questions or issues!Best regards,
YigitP.S.: Yes, since it is something fairly new, I did not think of WordPress’ auto scaling function on big images :)
Hi,
You are welcome! Please let us know if you have any other questions or issues :)
Best regards,
YigitNovember 2, 2020 at 2:28 pm in reply to: icon box has ugly white border aligned with top of icon #1257601Hi,
Please try adding following code to Quick CSS in Enfold theme options > General Styling tab
#top .iconbox_top { margin-top: 0; }If that does not help, please create temporary admin logins and post them here privately so we can look into it :)
Best regards,
YigitMerhabalar Eşref bey,
Bizimle iletisime gectiginiz icin tesekkurler!
Egitim videolarimiz malesef su an sadece Ingilizce olarak mevcut. Destek forumumuza kayit olup – https://kriesi.at/support/register/, yeni gonderi yaparak – https://kriesi.at/support/forum/enfold/#new-post sorularinizi bize ulastirabilirsiniz. Ekipte Turkce konusan tek kisi olarak seve seve yardimci olmaya calisirim. Konu basligina “Turkce” yada “Merhaba” yazarsaniz ekip arkadaslarim beni haberdar edecektir :)
Regards,
YigitHi,
No worries at all! Please let us know if you have any other questions or issues :)
Best regards,
YigitHi Sergio,
I have updated the theme to the latest version. Please review your website :)
Best regards,
YigitOctober 29, 2020 at 6:11 pm in reply to: Possible to animate text element so it "slides in" from right to left? #1256834Hi Rob,
You are welcome! It looks great, thanks for sharing :)
You too have a great day!
Best regards,
YigitOctober 29, 2020 at 5:53 pm in reply to: Alignment of multiple widget with multuple items (picture + text) #1256828Hi,
– I commented out all of your custom CSS code in custom.css file and added following code to Quick CSS
#header .widget { position: absolute; right: 5%; } #header .textwidget { display: inline-flex; flex-wrap: wrap; } .header-4 { width: 100%; }– I edited your widgets and put them all into 1 custom HTML widget and added custom classes for better targeting elements.
– I edited your code in functions.php file and chose to display only 1 header widget.Please take over to do the fine tuning :)
Best regards,
YigitHi,
Please add following code to bottom of Quick CSS field in Enfold theme options > General Styling
.archive .text-sep.text-sep-cat, .archive .blog-author.minor-meta, .archive .text-sep.text-sep-comment, .archive .comment-container.minor-meta { display: none; }Best regards,
YigitOctober 29, 2020 at 4:46 pm in reply to: We would like to change the spacing between the menu items. #1256803Hi,
I replied to your thread here – https://kriesi.at/support/topic/problem-about-editing-css/.
Temporary login link is not working, it still asks for credentials so we were unable to login. Please create temporary admin logins and post them here privately. If you do not mind, please post FTP logins as well.
Best regards,
YigitOctober 29, 2020 at 4:43 pm in reply to: Mobile menu home page language switch does not work #1256801Hi Alexander,
Thanks for contacting us!
I just checked your website on my iPhone, in both portrait and landscape modes and I am able to switch language.
I do not have an actual iPad but I tried resizing on my browser, I was still able to switch languages.If you would like to remove #top from home URL, please go to Appearance > Menus and delete it. In the meantime, I will ask my teammates to check your website on Android and iPad :)
Best regards,
YigitOctober 29, 2020 at 4:37 pm in reply to: Possible to animate text element so it "slides in" from right to left? #1256800Hi Rob!
Hope you are doing well :)
Would adding Text Block element inside a Column element and then choosing animation for Column element work? If it does, that would be the simplest solution :)
Best regards,
YigitOctober 29, 2020 at 4:30 pm in reply to: Logo has hard coded image sizes that are incorrect #1256798Hey THP,
Thanks for contacting us!
According to the comment it is basically just for better page speed ranking :)
I will ask our devs if we can add a filter to it :)
Best regards,
YigitHi,
It seems like you are still running Enfold 3.4.7 on your installation. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.7.6.4.
If you would like us to update the theme for you, please post your purchase code here privately :)
Cheers!
YigitOctober 29, 2020 at 4:08 pm in reply to: Error with Instagram widget: You need to specify an Instagram username #1256795Hi Gwendeline,
Could you please create temporary admin logins and post them here privately so we can look into it?
Cheers!
YigitHi Lyse,
Then I would say there is no issue either :)
Shall we consider this tread as resolved?Best regards,
YigitHi,
You are welcome, always happy to help!
Let us know if you have any other questions or issues :)
Regards,
YigitHey Sylvie,
Thanks for contacting us!
Glad you liked Enfold!
1- We have not officially tested Enfold with WP Grid Builder therefore we cannot guarantee. To be on the safe side, could you please contact plugin authors and ask them if they had any experience with Enfold? :)
2- You can display different logo per page using custom function. Here is an example – https://kriesi.at/documentation/enfold/logo/#change-the-logo-image-on-some-pages and you can use this plugin – https://wordpress.org/plugins/zen-menu-logic/ to display different menu per page.
3- Yes, you can create your landing page however you want using Enfold’s drag and drop Advanced Layout Builder, just as any other page :)
4- Yes, that is possible as well. You can simply enable debugging mode – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and then create a Contact Form in ALB, copy its shortcode and paste it in an custom HTML widget in Footer widget areas :)
I hope that helps! If you have any other questions, feel free to post them as well :)
Best regards,
Yigit -
AuthorPosts
