Forum Replies Created
-
AuthorPosts
-
Hi,
@kahil yes, the dev team has recognized this error since the above post and has been working on a permanent solution that will included in the next update. Thanks for your patience.Best regards,
MikeHey kjie,
I see that you have adjusted the brake point for you mobile menu to 1024 which should work according to this information But if you are experiencing an issue on some iPads then perhaps try increasing the width a little, such as 1100px.
Another option is to add the -webkit rule that is a little further down the page, such as:@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) { .av-main-nav > li.menu-item-avia-special { display: block !important; } .av-main-nav > li.menu-item { display: none !important; } }or try the and (-webkit-min-device-pixel-ratio: 1) depending on the iPad that is having the issue.
Another source I found has the iPad Pro 12.9″ max width at 1366px
Hope this helps.Best regards,
MikeHey russavery,
Try this code in the General Styling > Quick CSS field:#footer h3.widgettitle {color: #fff !important;}Best regards,
MikeHey djsmbd,
I looked at your pages on my Android device and it seems that all of the images are loading, are you experiencing this issue with Android devices? Can you include a mobile screenshot of the issue that we can compare with?Best regards,
MikeHi,
Please try:#top.woocommerce-account .woocommerce-MyAccount-navigation { float: right !important; margin-left: 50px !important; margin-right: 0px !important; }Best regards,
MikeHi,
Thank you for that, I see your avia-merged-styles css has not been created or is not loading. How did you update, via FTP or though the admin update panel?Best regards,
MikeMarch 13, 2018 at 3:58 pm in reply to: BUG: Some WooCommerce product pages not working after Enfold update #926122Hi,
Thank you for your patience, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you, Try this code in the General Styling > Quick CSS field:p.woocommerce-customer-details--phone,p.woocommerce-customer-details--email {margin: 0px !important; }Best regards,
MikeHi,
Your portfolio permalink angebot is working, if you look at the url in the Private Content area for one of your portfolio items you will see the angebot in the path.
I believe you are asking for a portfolio archive page, which you will need to create as enfold doesn’t have one by default.
In the demo the /portfolio is a page with the portfolio grid element to show the portfolio items.
You can do the same for /angebotBest regards,
MikeHi,
Thank you for that, but I’m unsure how to get to the page you are having issues with. I logged in > clicked second button down on the left “Invitations” > added an item to the order > went to basket > went to check out > there I found a form, but could go further because of “we do not ship to US ” error although I tried to fake a address.
Is the issue on the next page, or am I looking in the wrong place?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeMarch 13, 2018 at 2:56 pm in reply to: BUG: Some WooCommerce product pages not working after Enfold update #926103Hi,
@scotthco I looked at your second site (bbq) and the map is working now, so it seems this is resolved.
But for the first site (sos) you are getting a 404 error for the map jsFailed to load resource: the server responded with a status of 404 (Not Found) http://www.[domain].com/maps/api/js?v=3.30Which is odd because that is not the right path because the map js is loaded from https://maps.googleapis.com/maps/api/js
But I can’t find why your site is trying to load the js locally. Please check your custom functions, scripts & plugin options, .htaccess, perhaps I missed this somewhere. Is the site using a CDN?Best regards,
MikeHey margiela,
The error you describe typically is a result of using a old PHP version, such as v5.4
The solution is to update your PHP to v7 or replace your header.php with this one.
But I don’t see the error on your site, has this been solved?Best regards,
MikeHey gawcvw,
Please use the plugin WordPress Reset to clear the demo and start over. You can then import a new demo.Best regards,
MikeMarch 13, 2018 at 12:22 pm in reply to: Header Phone Number/Extra Info in Enfold knocks out the logo and menu position #926039Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeMarch 13, 2018 at 12:22 pm in reply to: BUG: Some WooCommerce product pages not working after Enfold update #926038Hi,
Yes, a permanent solution is being added to the next update, which should be available soon.Best regards,
MikeHi,
When I look at your page, it looks like the icons are small and the buttons at the bottom of the page are missing their padding, this is what you are referring to, correct?Can I ask how you updated the theme, FTP or though the admin update panel?
If you updated via FTP, please rename your enfold theme folder via ftp to “enfold-old” and upload a new copy of the latest enfold theme ensuring the folder name is “enfold”.
Please note that if you are using a child theme, I’m referring to the parent theme “enfold”
Then please clear and disable your caching and minifying, to ensure the css styles are working.If you updated though the admin update panel, please clear and disable your caching and minifying, then go to your Enfold Theme Options and save your options again, this will ensure your avia-merged-styles file has been created in the /wp-content/uploads/dynamic_avia/ folder.
If these don’t help, please clear and disable your caching and minifying, and include a admin login with ftp access in the private content area so we can take a closer look.
Best regards,
MikeHey DROR,
It looks like we are going to need an account login, as we are shown a login page for the url. Please create a demo account so we see the same page as your screenshot.Best regards,
MikeMarch 13, 2018 at 11:38 am in reply to: Showing different layer slider on desktop and mobile #926019Hi,
I changed your code to this and it seems to be working now, please check.@media only screen and (max-width: 767px) { div#layer_slider_1 { display:none!important; } } @media only screen and (min-width: 768px) { div#layer_slider_2 { display:none!important; } }Best regards,
MikeMarch 13, 2018 at 11:17 am in reply to: BUG: Some WooCommerce product pages not working after Enfold update #926007Hi,
I believe your issue can be solved with this solution: https://kriesi.at/support/topic/4-2-5-woocommerce-issue/#post-923535
But it requires FTP access, Please try.Best regards,
MikeMarch 13, 2018 at 11:11 am in reply to: home page can't load and impossible to add a new page #926002Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Is there anything else we can assist with on this issue, or shall we close this then?Best regards,
MikeMarch 13, 2018 at 11:05 am in reply to: After restoring a Backup with managewp, Cent Login to Site anymore #925996Hi,
Glad to hear, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeMarch 13, 2018 at 11:03 am in reply to: Header Phone Number/Extra Info in Enfold knocks out the logo and menu position #925994Hi,
Try this code in the General Styling > Quick CSS field:#advanced_menu_toggle,#advanced_menu_hide {display:none !important;}Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts

