Forum Replies Created
-
AuthorPosts
-
Hey sitibus,
That is because on line 734 of your custom css you have this:.avia-related-tooltip .inner_tooltip,.avia-related-tooltip { display: none; }
It is hidding the tooltip, try removing it.
If you want to change the color of it, try this css:.main_color .avia-tt {color: red !important;}
Best regards,
MikeHi,
Have you tried adding a class to your image tag?<img src="images/happyface.jpg" height="45" width="55" alt="happy" class="megaimg">
Then use the display none rule
@media only screen and (max-width: 767px) { img.megaimg {display:none;} }
Best regards,
MikeDecember 10, 2017 at 1:06 am in reply to: Conflict between Enfold, Google ads and WooCommerce #887008Hi,
Try this in your child theme css:#top #wrap_all .main_color ins #aswift_0_anchor { top: -40px !important; } #top #wrap_all .main_color ins { color: #fff !important; }
Please clear any cache plugin and clear your browser cache.
Best regards,
MikeDecember 10, 2017 at 12:48 am in reply to: Text is wrapping after changing font size of full slider button #887006Hi,
If I understand correctly, you would like the button to cover the white area..page-id-10 .avia-slideshow-button.avia-button.avia-color-blue { width: 455px; height: padding: 10px !important; font-size: 24px !important; background-color: #4261f5 !important; border-radius: 25px !important; text-decoration: none; top: -56px!important; left: 45px!important; }
please see screenshot in Private Content area
Best regards,
MikeHey larineka,
This is odd, the one you like is the default layout for Enfold 2017 demo, and I couldn’t recreate the one you don’t like with it. I was going to say that you may have using the advanced layout builder for the product, but that don’t seem to be the case.
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 Trender,
We don’t have a library of old themes, but we have a couple, which version are you looking for?Best regards,
MikeDecember 9, 2017 at 11:30 pm in reply to: Menu anchors not aligning anymore after remove logo #886995Hey Rhodo,
Please see this post: https://kriesi.at/support/topic/menu-anchors-scroll-to-section-offset/#post-520734Best regards,
MikeDecember 9, 2017 at 11:14 pm in reply to: 404 page – How to change the URL address in the browser please? #886993Hey catchbudapest,
Sorry, that solution is not working. I tested on a clean install, along with several other suggestions. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeDecember 9, 2017 at 10:14 pm in reply to: Falsche Darstellung der Umlaute in Internet Explorer 11 und Firefox unter Window #886983Hi,
I had researched this issue in the past, it is a error in the way the rules are written by WordPress and happens with most themes. It has been responsible for sites being listed on Google with dozens of bad pages. At the time it was thought the next WordPress update would fix it, but apparently not. The best solution is to add this code in your .htaccess file:RedirectMatch permanent /([a-z0-9\-]+\/)[0-9\/]+ /$1
Best regards,
MikeHey Antonio,
The text is in your manual excerpt, I checked the box in your screen options at the top of that page & you will see the excerpt field at the bottom of the page. To solve, just remove it.Best regards,
MikeHi,
Let us know how it works for you & if we can be of any other assistance.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.av-magazine-content.entry-content { display: none!important; }
Best regards,
MikeDecember 9, 2017 at 8:49 pm in reply to: Add Burger Icon next to menu item rather than the down arrow #886971Hi,
Somehow the arrows in your snippet changed to >
I fixed it, please check again.Best regards,
MikeHi,
Again, well done :)
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeDecember 9, 2017 at 8:36 pm in reply to: Add Polylang language swith next to burger menu icon #886966Hi,
Thanks for the feedback, I see that I missed that, and with using the “Display as icon” setting the Extra Elements > Header Secondary Menu is also hidden. Which now makes sense.
You can add a widget to the header, see here.
Or how about setting the menu back to display as text and using this code to show the burger menu:@media only screen and (max-width: 1990px) { .av-burger-menu-main { display: block!important; } #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none!important; }}
Then the Extra Elements > Header Secondary Menu will show, which has the language switcher in it.
Best regards,
MikeDecember 9, 2017 at 8:10 pm in reply to: Add Burger Icon next to menu item rather than the down arrow #886961Hi,
Try:.responsive #top #header .av-main-nav > li > a:hover { color: #8dc63f!important; }
Best regards,
MikeHi,
Please try this code”@media only screen and (max-width: 766px) { .responsive #top #main {margin-top: -80px!important;} #top #wrap_all .av_header_transparency {background-color: transparent!important;} div#header_main > .container {display: block !important;} }
I think you’ll get what your looking for, please see screenshot in Private Content area
Best regards,
MikeHi,
I stand corrected, well done :)
Thank you for sharing your solution, shall we close this then?Best regards,
MikeHi,
The image hotspot is different on mobile device because of the following reasons:1.) Mobile devices don’t support hover state so it’s not going to work as it should.
2.) There is not enough space to accommodate the tool tip especially when you use long text.
3.) There no on click script currently availability.
Forcing it to display on mobile devices will either break the shortcode or it will just look crappy. You can try this in the Quick CSS field@media only screen and (max-width: 767px) { .responsive .av-mobile-fallback-active.avia-tooltip { visibility: visible!important; } .av-hotspot-fallback-tooltip { display: none !important; } }
Best regards,
MikeHi,
I researched further and found that You will want to enter the API details in the parent theme, then you can just switch back to continue working on the child.
Hope this helps :)Best regards,
MikeDecember 9, 2017 at 6:47 pm in reply to: Add Polylang language swith next to burger menu icon #886942Hi,
I see your flags are showing in your burger menu, and your main menu is disabled.
The option is to put the language items in the secondary menu and set the secondary menu to the top of the page, which I did.
But it is not showing as it should. Also your theme options don’t show the “Menu Items for mobile” option and I see no css to set your burger menu to always on. So there is a conflict somewhere.
Did you make changes to the parent theme? Perhaps try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Otherwise I would recommend re-uploading the parent theme to correct any broken files.Best regards,
MikeHi,
Sorry, my mistake. As for doing this with the Full-Width Submenu element, it’s not a feature at this time. The site they were working was Version: 3.4.7 and the menu structure has changed since then.
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeDecember 9, 2017 at 3:55 pm in reply to: Add Burger Icon next to menu item rather than the down arrow #886865Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top #header.header_color.av_header_transparency .av-main-nav>li.current-menu-item >a .avia-menu-text {color: red !important;} #top .header_color.av_header_transparency .avia-menu-fx {background: red !important;
Best regards,
Mike -
AuthorPosts