Forum Replies Created
-
AuthorPosts
-
Hi,
@Guenni007 thank you for sharing.Best regards,
MikeFebruary 8, 2018 at 2:23 am in reply to: Adding "background" image at the top of the blog (enfold 2017 "blog modern") #909508Hey JasonC,
Try this code in the General Styling > Quick CSS field:.html_av-overlay-side #top .av-burger-overlay-scroll { background: #fff !important; }
please note that in your custom css you have this code making your menu items white, please adjust to suit.
.main_menu ul:first-child > li > a { color: white!important; }
Best regards,
MikeHey Stuart,
Sorry I can’t recreate this issue on a Android phone, are you using a iPhone? Which browser are you using do you have another browser on your device?
Please see attached screenshot.Best regards,
MikeHi,
Sorry, they would be the best to answer your question. They do have a chat option on their homepage to discuss your project with you.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#header .av_secondary_right .sub_menu { right: -30px!important; }
Best regards,
MikeFebruary 8, 2018 at 1:06 am in reply to: Breadcrumb section doesn't display at certain resolutions #909481Hi,
Good point, it looks as though there is some conflicting css, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Sorry perhaps I didn’t explain this well, I suggest that you create new menu items that match the sidebar menu items to your main menu. This way they will show in the burger (mobile) menu, as you prefer. And to have these new items not show in your desktop main menu, because they are in the sidebar, we can add classes to control what size screen they do show on. The good news is that the classes have been restored in the burger menu, with the updated version of Enfold. I see you are using v4.1.2 so updating will give you the option to use this method.Best regards,
MikeFebruary 8, 2018 at 12:31 am in reply to: The server is temporarily unable to service your request due to maintenance down #909477Hi,
Can we disable the plugins to check? We will also need you to disable the Advanced Access Manager, I think it is blocking some access, for example I don’t see the setting screen for it and the user list is only showing the option to edit the current user instead of the list of users.Best regards,
MikeFebruary 8, 2018 at 12:05 am in reply to: Remove breadcrumbs on tablet and mobile size screens #909468Hi,
Try this code in the General Styling > Quick CSS field:#top .av-submenu-container,#top .av-subnav-menu a { background: #f2f2f2!important; }
Best regards,
MikeHi,
Glad we were able to help, If you find any issues please let us know in a new thread. We will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeFebruary 7, 2018 at 11:54 pm in reply to: Urgent – Menu/Logo Broken After Theme Update to v 4.2.2 #909460Hi,
Can you please include a admin login to both sites in the private content area so we can take a closer look.Best regards,
MikeHey agenturwendt,
If I understand correctly, for mobile devices you would like your sidebar menu in your burger menu?
To do this please create these menu items in your main menu and use the “screen options” at the top to enable your css classes for your menu items.
and use the class “mobileonly”, then add this code in the General Styling > Quick CSS field:@media only screen and (min-width: 767px) { .mobileonly {display: none !important; } }
This will hide the menu items unless your burger menu is showing. Then we can hide your sidebar menu for mobile if you wish.
Best regards,
MikeFebruary 7, 2018 at 3:14 pm in reply to: Is there a way too sent emails from the avia contact form? #909212Hey chrishilli,
Please try WP Mail Logging it will not show past emails but it is very helpful to see email sent after it is installed, and it will show if there is a error message.
Are you having issues with Yahoo or Gmail addresses?Best regards,
MikeHi,
You said you have a backup, what do you use to backup your site?Best regards,
MikeHi,
I couldn’t login to your ftp, are you using any woocommerce plugins? If so try to use ftp to rename the different plugins folders which will deactivate them and allow you to get into the site where you can update the plugins and the main woocommerce plugin.Best regards,
MikeHi,
I viewed your parent theme widgets and copied them, then viewed your child theme widgets and created them.Best regards,
MikeFebruary 7, 2018 at 1:41 pm in reply to: Breadcrumb section doesn't display at certain resolutions #909125Hey sdturnbull,
I tested your breadcrumbs on the url in the Private Content area, and created this code for you to add to the General Styling > Quick CSS field:@media only screen and (min-width: 768px) and (max-width: 988px) { .title_container .breadcrumb { margin-top: 10px!important; }
Please clear any cache plugin and your browser cache and check.
Best regards,
MikeHey voldor,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHey kathrynmichaud,
I have not seen any issues with Enfold & woocommerce, I have updated my localhost to the newest Enfold, woocommerce, & WordPress with no issues.
I see you are using PHP Version: 5.6.32
I suggest make a backup, ask your host to update your PHP to version 7.0 (not v7.2), then update WordPress to v4.9.4, then try to update woocommerce.Best regards,
MikeHey goingthewholehogg,
I believe that the name and email address fields only show for users that are not logged in. I tested this on my localhost and this is the case, but as your site can only be seen if you are logged in, we can’t check. I believe once you go live you will find this to be true.Best regards,
MikeHi,
I changed your code to:a.sbi_photo .sw-pinit-button { display:none !important; }
which seems to be working, Please clear your browser cache and check.
Best regards,
MikeHey Thomas,
This is one of the many demos that is available with Enfold, please go to Enfold Theme Options > Demo Import and choose from the list. If you want to see how the demos will look, please see: https://kriesi.at/themes/enfold-overview/Best regards,
MikeFebruary 7, 2018 at 11:39 am in reply to: Remove breadcrumbs on tablet and mobile size screens #909029Hi,
W3 Total Cache can be persistent, you will want to disable the minify first by unchecking the box, then click “empty all caches” then disable the plugin from the plugin page. Please see this article: How to Clear Your Cache in WordPress Then clear your browser cache and check your site.Best regards,
MikeFebruary 7, 2018 at 6:53 am in reply to: custom css class for menu-items – does not work for only one item #908924Hey Snowman,
Thank you for contacting us, Yes, your licence is for life, but the tech support is for 6 months. You can upgrade to one year of tech support for only a little more, and you can always add more support in the future.Best regards,
MikeFebruary 7, 2018 at 6:37 am in reply to: Hamburger menu always the only menu, and always visible #908917 -
AuthorPosts