Forum Replies Created
-
AuthorPosts
-
October 14, 2017 at 9:37 pm in reply to: Main menus in logo area have a bullet character next to them? why? #864347
Hey lenmac08,
I have not seen this before but they seem to be imported from/wp-content/mu-plugins/site-settings/style/scss/imports/_typography.scss
Try this code in the General Styling > Quick CSS field:
ul li {list-style: none !important; }
Best regards,
MikeHi,
Please try this:.html_visible_cart .cart_dropdown { right: -10px; }
the setting is -2px right now so -10px maybe what you need, but try adjusting to suit.
(Sorry, I’m on a PC)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Perhaps I misunderstood, do you mean that your site just shows the code on your phone?
please see screenshot in Private Content area.
I think this is due to a plugin, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Or Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeOctober 14, 2017 at 8:20 pm in reply to: wrong main content position when using sticky header #864334Hi,
Try this for all pages in tablet view:@media only screen and (max-width: 989px) and (min-width: 768px){ .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 128px!important; }}
For the mobile view issue, the only pages that had the issue was FAQ & Support, both which have a empty cell at the top of the page, so try this:
@media only screen and (max-width: 767px) { .page-id-64 .avia-builder-el-1,.page-id-62 .avia-builder-el-1 {display:none!important;}}
Best regards,
MikeHi,
Can you explain what is not working for you? When I look it seems to be responding correctly.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 767px) and (max-width: 900px) { div .logo {left: 10%!important; } .av-main-nav-wrap {left: -15%!important; }} @media only screen and (min-width: 901px) and (max-width: 1024px) { div .logo {left: 15%!important; } .av-main-nav-wrap {left: -20%!important; }} @media only screen and (min-width: 1025px){ div .logo {left: 30%!important; } .av-main-nav-wrap {left: -50%!important; }}
Please clear your cache and review.
Best regards,
MikeHi,
Froh, dass wir helfen konnten, werden wir das jetzt schließen. Vielen Dank für die Verwendung von Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Audiolia,
Try creating a secondary menu and in the “Navigation Label” place your image like this:<img src="https://127.0.0.1/wp-content/uploads/image.jpg" />
Then go to Enfold Theme Options > Header > Extra Elements > Header Secondary Menu and choose your menu.
Best regards,
MikeHi,
It looks as though your logo is centered with the menu on both sides, if this is due to the code Victoria gave you can you please remove it so we can give you some new code.Best regards,
MikeOctober 14, 2017 at 6:07 pm in reply to: horrible grey shadow under some images (Partner/Logo Elements) #864312Hi,
Using the password you provided earlier, we will also need a username.Best regards,
MikeHi,
Wenn ich das richtig verstanden habe, möchten Sie das Burgermenü auf 1280px zeigen. Versuchen Sie diesen Code im Feld Allgemeines Styling> Quick-CSS:@media only screen and (max-width: 1290px) { .av-burger-menu-main { display: block!important; } #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none!important; }}
Best regards,
MikeHey Orkun,
Perhaps when you attach the image you are not setting the “Attachment Display Settings” to a large image size and using the default small image size. Can you please include a admin login and page url in the private content area so we can take a closer look.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#black-studio-tinymce-13,#avia_combo_widget-2 {padding-bottom: 0px !important;} #avia_combo_widget-2 .tabcontainer {margin-bottom: 10px !important; }
Best regards,
MikeHi,
It looks like you are seeing this on a iPad with Safari? Does it occur in landscape mode also? How about Chrome on the iPad?
I tested on Firefox, Chrome, and Edge (Window 10) and was not able to reproduce the issue.
But perhaps this will help:.cart_dropdown {border-color: transparent!important; }
Best regards,
MikeOctober 14, 2017 at 5:13 pm in reply to: wrong main content position when using sticky header #864303Hi,
Sorry, I thought it was only on that page.
Please remove the code and disable the caching plugin (autoptimize) to see if that changes issue.Best regards,
MikeHey val1503,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey Fontaine,
For technical support please register here kriesi.at/support/register with your item purchase code .Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfoldScroll to the bottom of the page to open a new ticket.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
Just thought I should mention the 404 issue :)Best regards,
MikeHi,
Your first image is 320px scaled up to 690px while the second image is 1024px scaled down to 690px
When adding your images try setting the Attachment Display Settings to a larger size instead of the default size.Best regards,
MikeOctober 14, 2017 at 4:10 pm in reply to: Best Practice for Phone Number Hyperlinks on Buttons #864286Hi,
For Cross-platform compatibility (Android + iPhone) you should use this format for your phone links:tel://1-555-555-5555
For making your button not clickable on desktops try adding this CSS:
@media only screen and (min-device-width : 770px){ .avia-builder-el-14 a{ pointer-events: none!important; } }
But that got me thinking that you then have a blue button that is no help for desktop users, so lets add your phone number to the button text so they can easily see your number and call you:
@media only screen and (min-device-width : 770px){ .avia-builder-el-14 a{ pointer-events: none!important; } .avia-builder-el-14 a .avia_iconbox_title::after {content: ' (555) 555-5555';} }
Desktop users (no click):
Mobile users (click to call):
Best regards,
MikeHey bvn1999,
Try this code in the General Styling > Quick CSS field:#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {color: #000 !important;}
Can I ask if you are using a plugin to create a mobile version of your site? While testing I was redirected to a “m” sub-domain https://m.[your-site] often that gave a 404 error. You may wish to disable that plugin, or redirect script.
Best regards,
MikeHi,
Glad to hear, we will leave this open for now, thanks for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeOctober 14, 2017 at 3:04 pm in reply to: wrong main content position when using sticky header #864276Hey goch,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 766px) { .page-id-62 .avia-builder-el-2 {padding-top: 0px!important; margin-top: -40px!important; }} @media only screen and (min-width: 767px) and (max-width: 999px) { .page-id-62 .avia-builder-el-2 {padding-top: 60px!important;}}
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeOctober 14, 2017 at 2:46 pm in reply to: horrible grey shadow under some images (Partner/Logo Elements) #864271 -
AuthorPosts