Forum Replies Created
-
AuthorPosts
-
Hi,
You are welcome! Let us know if you have any other questions or issues :)
@Guenni007 Thanks for your help :)Best regards,
YigitHi,
Please use this plugin – https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/ and try installing it as a new theme :)
Best regards,
YigitHi,
I enabled debugging mode – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and found more broken Strong tags.
When you are editing your page, are you adding Strong tags? If you are, are you making sure they are opened and closed correctly as following?<strong>Here is my strong text!</strong>I deleted broken tags and tried adding new elements to the page and updating and there is no issue right now. If you keep the page open and edit, you might be overwriting the changes I made. So please go to Landing page, refresh a couple of times and then try editing.
Best regards,
YigitJuly 2, 2020 at 12:11 pm in reply to: Facebook share button does not launch app on iPhone (ios) #1227446Hey Rob,
That is actually done on Twitter end and similar should be applied by Facebook.
For Facebook you can either use fb:// or https://, fb:// opens links in app and https:// opens in browser. We can not use fb:// because if user does not have Facebook installed on their device, it would not work and since currently there is no way for us to check “if Facebook app is installed on users device”, we simply use https:// and open in browser as all users have a browser on their device :)Regards,
YigitHey Mark,
We are sorry for the late reply!
Could you please go to Enfold theme options and disable “Page Preloading” and check if that makes any difference?
Best regards,
YigitHi,
We are sorry for the late reply!
Would using your first menu item as Mega Menu or separating “hotel” and “zimmer” be an acceptable solution for you? It seems like adding delay is not really working properly instead causing hiccups. I attached a screenshot where you can see submenu is hidden when hovering on main menu item.
Best regards,
YigitHi,
We are sorry for the late reply.
I am pretty sure issue is related to broken HTML tags as Victoria suggested earlier. I attached a screenshot from your landing page where you can see there are 3 Strong opening tags and no closing tag :)
Correct way of using Strong tags would be as following
<strong>Here is my strong text!</strong>I edited your landing page and corrected all Strong tags so you should not have the same issue again, as long as you make sure you open and close HTML tags correctly.
Please review your website :)
Best regards,
YigitHi,
I filled the fields just as in your screenshot and tried switching German letters to English letters but it only worked after changing your email. Are you only having the issue with this email? Is this the same email address you used on Mailchimp? If both answer are yes, that could be the reason :)
Best regards,
YigitHi,
I just tried subscribing and it worked fine. Attached a screenshot in private content field.
Could you please elaborate on the issue you are having and maybe write down the steps we should take to reproduce the issue? :)
Best regards,
YigitHi,
My JS skills are not the best therefore I am unable to provide a quick solution for that right now. However, I will check with our devs :)
Best regards,
YigitHi,
You are welcome! Always happy to help :)
I edited your element and went to Advanced > Responsive tab and unchecked “Hide Mobile Menu Submenu Items”. It now displays submenu item by default and clicking on 5 works as expected :)
Best regards,
YigitHi,
I added following code to bottom of Quick CSS
@media only screen and (max-width: 767px) { #top.avia-blank { display: block; } }That fixed the issue on Blank template for me. Could you please check your website once again and if there are other pages with the same issue other than page I linked in private content field, share them too? :)
Best regards,
YigitHey S,
1- Please add following code to Quick CSS
@media only screen and (max-width: 989px) { .avia-icongrid-numrow-3 li { width: 33.333%; }}2- Please add this code to functions.php file – https://kriesi.at/support/topic/support-questions-from-staff-cannot-be-answered/#post-728372
Best regards,
YigitHi,
I edited your gallery and chose to display images fullsize. Please review your website :)
Best regards,
YigitHi Katharina,
Sorry for the late reply!
Please use following code instead
@media only screen and (max-width: 767px) { .responsive .logo img { padding-bottom: 30px; }}When you move your logo up, it moves behind header meta section and since header meta section does not have transparent background, your logo is cut off. Code above would add bottom padding to your logo on small devices and make it centered :)
Best regards,
YigitHi,
Sure, you can use (Email address hidden if logged out) but please post logins here privately so any available moderator can look into it :)
Best regards,
YigitHi Morticka!
Issue seems to be related to Blank page template. I edited your page and simply chose to hide header and footer under layout section and that seemed to help. Please review your website :)
Best regards,
YigitHi Marcin,
Thanks for contacting us!
You are currently using Enfold 4.5 so you should be able to update the theme with a Personal Token. Please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert your token in Enfold theme options.
Alternatively, you can refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update the theme to the latest version 4.7.5 manually.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)
Best regards,
YigitHi Tomaz,
Thanks for contacting us!
How did you translate the text in slider? Maybe you could duplicate slider for each language and choose to display that slider on corresponding page? :)
Cheers!
YigitHi,
@Thirdware please make sure you are using the latest version of Enfold which is currently 4.7.5 – https://kriesi.at/documentation/enfold/theme-update/Best regards,
YigitJune 30, 2020 at 10:15 am in reply to: Conflict Between WooCommerce and Modern Events Calendar (with Enfold only) #1226670Hi,
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 :)
Best regards,
YigitHi Grainne,
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 :)
Best regards,
YigitHi,
There was a CSS error in Style.css file, an extra “!important;”. I deleted it and that should have made your custom CSS work. In case you experience such issues, you can check your CSS for errors using – http://csslint.net/ :)
Let us know if you have any other questions or issues!
Best regards,
YigitHi,
I deleted following code from enfold/css/custom.css file
@media only screen and (max-width:767px){ .main_color .av-hotspot-fallback-tooltip-count { display: none; } .av-hotspot-fallback-tooltip-inner { margin-left: 0px; } }We thought you wanted to delete those numbers. I deleted it from Quick CSS field while changing the code however did not check other files. It should be the way you want it now :)
Best regards,
YigitHey,
@minestelecom Thanks for your suggestion. We have updated the string and it will be available in upcoming version.
@ezwebdesign Thank you Roger! I have uploaded Dutch languages files :)Best regards,
YigitHey,
Changes are done except for “MI CARRITO” text. I cannot see it. Could you please post a screenshot and show the changes you would like to make?
Regards,
YigitHi,
Thanks for the clarification, clearly we were not on the same page :)
I changed the code to following@media only screen and (max-width:767px){ .av-hotspot-blank .av-hotspot-container .av-image-hotspot_inner { opacity: 0; } }Please review your website :)
Best regards,
YigitHey,
Login credentials did not work for me. Please check them once again :)
Best regards,
YigitHi,
I added the code to bottom of Quick CSS field and cleared cache on your caching plugins. Please review your website :)
Best regards,
Yigit -
AuthorPosts
