Forum Replies Created
-
AuthorPosts
-
Hi there
I saw several examples of this code, but it removed overlay effect and the red circle. How to remove just the circle but keep the overlay effect when mousing over?
ThanksHello
I have a similar question and have been searching the forums without luck. On a gallery tooltip, the arrow is the centre of the tooltip. How can I move that to one end and the tooltip over so left edge of tooltip is aligned iwth left edge of thumbnail. Please see screenshot in below section.I can change the tooltip size with
.avia-tooltip { width: 280px }
but can’t move its location.Also, how to modify this if I need to, to only affect one or two pages instead of all.
Thanks
- This reply was modified 6 years, 1 month ago by s29ers.
Hello
I’ve been trying several of these methods to hide captions that show when you hover over a hotspot (image) and thumbnails in a gallery, and none are working properly for me so appreciate help.
a) I want to keep tooltips that occur when i hover over a hotspot in an image which I use on several pages.
b) In a gallery on many pages (not masonry etc.) when I add a caption, that is shown as a box when I hover over a gallery thumbnail and also shown when the thumbnail opens in the lightbox as an overlay on its bottom. I want to keep the caption in the lightbox and remove the caption shown when I hover over the thumbnail. You can see this in my link below.
I tried the CSS below, but it removed all captions when I hovered and for a) and in b) above, including the lightbox.
.avia-gallery-thumb:hover .avia-tooltip {
opacity: 0;
display: none !important;
}Then I removed that CSS and tried the code below in functions.php of child theme but did the opposite – it kept the caption display when I hovered over the thumbnail in the gallery or over a hotspot, but removed captions from the lightbox.
function remove_title_attr(){
?>
<script>
jQuery(window).load(function(){
jQuery(‘#wrap_all img.avia_image, #wrap_all .avia-gallery-thumb img, #wrap_all .avia-gallery-thumb a’).removeAttr(‘title’);
});
</script>
<?php
}
add_action(‘wp_footer’, ‘remove_title_attr’);Please advise.
ThanksHello, Apart form the above which was v helpful, how can I also prevent certain pages from appearing in any ajax search or any search results. So they are omitted. Thanks
September 19, 2018 at 7:13 pm in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1011987Hi again
Ok, I fixed the color in Edge I think. The relevant CSS code was
/* change menu button to white on blue*/
#menu-item-5955 a span.avia-menu-text{
background-color:#315b7c !important;
color:#fff !important;
}
this worked in Chrome, not in Edge. button was grey. I changed the #ffff to #ffffff and button in chrome and edge was grey. I changed the hex code to white as in color:white !important; and it works.Only issue left now is that the default menu font ,Open Sans, not being used in used in when Free Trial sub-menu switches to burger menu when desktop is small. Somehow becomes serif (looks like Times Roman and wrong size). On Android it is fine.
Please help with that.
Thanks
September 17, 2018 at 11:01 pm in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1011013OK, nm re our Resources mega menu. I fixed that with option #1 for popup maker as explained here:
https://docs.wppopupmaker.com/article/297-popup-maker-is-overwriting-my-menu-editor-functions-how-can-i-fix-this
when mega menu check option or check box disappears. Sorry to bother you about that.September 17, 2018 at 9:50 pm in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1010988Hi Vinay,
Not sure if you are working on this but now the mobile menu on Android is working properly now without the home icon like the desktop.
Only when you make the desktop browser smaller, the wrong font is used on the Free Trial menu as I explained.
And on Edge, the Free Trial button text is Grey instead of White as I explained which needs to be fixed.
However, I now have noticed a new problem.
The main desktop menu item RESOURCES is a mega menu (or was). This morning it no longer is. Nor is there an option to reset it back to that. I also noticed if I add a new menu item and choose Mega Menu, the style is not correct (as the CSS is not being applied) and also, once I saved it, the mega menu option to set or unset it as a mega menu it has vanished from that new item too. So not sure what is going on. I tried turning off all element optimization and also deactivated all recent plug-ins but it had no effect.
Please advise.
Thanks
September 16, 2018 at 3:23 am in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1010291No they still don’t all work.
I removed the home icon in free trial sub menu as still doesn’t work. The vertical alignment was all wrong as attached link in the section below shows but as I wrote, I removed it now. However, that home icon still shows on Android after clearing cache even though I removed it from the menu! It can stay BUT I need to know what code you added and where that is as I can’t find that code anywhere so I can get rid of it if I want. Please let me know where you made all the changes and what they are.
Also when making desktop smaller, the Free Trial sub-menu has the wrong font when the mobile menu is used. It shows in a serif font when a desktop window is sized to be as small as possible but should remain in the site default of Open Sans font on small desktop windows too. Android is fine. Please fix this as I don’t understand why that should even be happening.
Also these errors are still there
a) ON chrome and FF, the free trial button has white text. On Edge it is grey #63727e although the background is the same on all. Can you please fix appearance of the button so I get white text on Edge?
b) the cart link is still not correct as the link is still in the wrong place. And this is obvious on Android as you can touch in the row above and on desktop in a small mobile sized window as you can see the link change when the cursor is still on the row above it. If you can fix it would be nice. Else leave as is BUT I would like to know where any changes you made or make are and what they are.
Thanks
September 12, 2018 at 2:09 am in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1008669Hi Vinay
This is still not working. I tried on desktop clearing cache and Android. I attached a link below to three screenshot files showing the problems:
a) kriesi-free trial mobile menu errors — which is the home (house) icon not showing in mobile.
b) kriesi-mobile menu errors — which are the cursor position errors for the cart and button rows.And also there is this error
c) kriesi-menu text colour error in edge — which is the menu button’s text colour incorrect in edge
Thanks!
Forgot to add see below.
Hi Ismael, Sorry credentials may have been wrong. See below again pls. Thanks
September 7, 2018 at 8:36 am in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1006956Sorry about that. See below for credentials.
Done.
Thanks.September 4, 2018 at 9:32 pm in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1005785Ok, please see below.
Hi Ismael, No other plugins. On the home page is FV player. We do use Easy Fancy Box but it is not used for MP4 and also, it was always there before the update to latest version of Enfold. On the test page only is the Enfold built in MP4 video element which has the problem I described. Thanks
September 3, 2018 at 7:58 pm in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1005143Hi Vinay
Thanks for that. Removing the background is OK.
It works as you gave, but I noticed on mobile (resize the window on desktop to be mobile size as it’s easier to see), that if you move the cursor through the menu from Pricing down through Free Trial to the cart, the target urls change properly and over the button you get the Free Trial url, but when you drop right below the button at its outline, you get the cart url and that stays, then disappears and then reappears when the cursor is right on the cart icon. Which is weird.
I tried playing with the transform and padding anyway as the way you had it the cart would bounce into position; my way it just appears at the right spot so I have
/* Mobile menu item alignment */
#av-burger-menu-ul li:nth-child(6) a {
transform: translateY(13px);
padding-top:20px !important;
}#av-burger-menu-ul li:nth-child(7) a span {
transform: translateY(0px);
padding-top:33px !important;
}I also removed from your code
position:relative!important;
as it made no difference I could see.But in any case, my way or your way, the link as described is appearing in two places. Hopefully it’s easy to fix but if not, it will do.
Thanks again
Hi, I’m interested in this too. Any update whether it can be done? Thanks.
Hi Mike, thanks for checking but I had to use FV free video player plug-in to fix the problem as I had to get it working somehow. If you have an Enfold solution then that would be good. Therefore I made a test page with the Enfold MP4 video loader that works on desktop and not on mobile as explained, link below.
September 3, 2018 at 3:30 am in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1004756Forgot to add, the cursor is also half height on the icon area so there are ‘two’ And on Free trials in red, when highlighted, Free trials is not inverting to white though that’s probably my fault, but I can’t figure out how to fix it.
Thanks
September 3, 2018 at 3:27 am in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1004755Hi Vinay
Thanks, that helped a lot, thanks but is not still working properly:
a) I centred the Try free button but when I mouse over to highlight, the cursor highlight grey bar is not centred on it.
b) I placed the cart icon properly too, but the highlight is not over it and actually above the divider line so partly overlapping the Free trial button.Here’re my small change in the translateY and padding-top (although same problem with your values)
/* Mobile menu item alignment */
#av-burger-menu-ul li:nth-child(6) a {
position:relative!important;
transform: translateY(13px);
padding-top:20px !important;
}#av-burger-menu-ul li:nth-child(7) a span {
position:relative!important;
transform: translateY(13px);
padding-top:20px!important;
}c) The icon does not become any bigger with the size addition; in fact it’s missing and just a right triangle is there like on the other menu items.
Please advise when you have a moment.
Thanks
August 31, 2018 at 6:19 pm in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1004185Hi Dude, Thanks very much for the code, but it worked partially — the icon is tiny like a dot! So how to bring it to normal size in the code you gave. Also one more thing, on the normal main menu (see 2nd line below or click the logo), the Free Trial button and cart icon are not vertically aligned properly like other menu items on mobile. I haven’t worried about it but would be nice to fix. Thanks
Thanks, ok, re mp4 on the homepage, on Android in Firefox, the video area is black. How to fix that so it shows like Chrome. Click or tap doesn’t do anything. If I tap and hold I get a menu to play. It used to display the video and then tap would play. On Chrome, the video shows (no black area) and then tap does nothing, but tap and hold now asks to download video. Is this now normal? How do we use the self hosted video element for mobile then?
Another question, if I use a preload image, what size should it be so it renders properly on all devices?
Thanks
August 30, 2018 at 8:07 am in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1003433Hello
I have a related question to an icon placed in fullwith submenu. In this, the first item is a Custom Link with the navigation label set to this house icon shortcode: [av_font_icon icon='ue821' font='entypo-fontello' style='' caption='' link='page,3262' linktarget='' size='20px' position='left' color=''][/av_font_icon] and the URL set to our home page..
Per the link below, you can see this works fine on desktop. On mobile hamburger menu, that first item, the icon, does not display and there is just a blank line, but the link stile works. The other text links appear fine.
Please help when you have a moment.
Thanks.
Hello
I have a couple of similar questions to this
a) I would like to click an image with hotspots and have it open in the lightbox but there doesn’t seem to be a way to specify that.
b) I’d like to use the image gallery as follows: I have 3 pictures in the gallery but I want to display only one picture at column width at a time. I can’t do that as the minimum cols shown is 2 so the image is shown at half the column width. Can I fix that to be one somehow? Then the image would be shown as wide as the column width and the ‘Load more’ can load the next one the same way.
Also, I if I click on the first image, it opens in the lightbox, but after clicking Load More and then clicking on the image that is then displayed, does not open in the lightbox but opens as a ‘webpage’ in the same tab in my browser and I have to hit back arrow to get back to the web-page. This seems to be an error?
Please advise re the above.
Thanks
Thanks. See below.
Hello
I have the same issues on mobile after upgrading to latest Enfold 4.4.1. I have a self hosted mp4 video I show on my homepage. It works fine on desktop and was working fine on mobile too. Now, on mobile I just see a black box, not even the video image.
I also am using Easy Fancy Box for my image lightboxes and swf videos. It was working fine on mobile too, but now (after Enfold upgrade), swf files are not and all I see on mobile is a blank white Easy Fancy Box lightbox. Images work fine in Easy Fancy box on mobile and desktop.
Can u please help?
Thanks
August 25, 2018 at 7:31 pm in reply to: Mobile version – manage order of column in a different way from desktop version #1001742Hi Victoria,
Yes. hopefully there’s an easy way to specify that for small screens for the site.
I would have thought the theme would provide that as an option for mobile / small screens so you could choose the order of column display, i.e. if on desktop the cols are 1, 2, 3, 4 then for mobile options you could have default, or specific order where you specify vertical or reading order 3, 1, 2, 4 or whatever you want for the page. It’s worth adding since this would be a normal occurrence for many people who’s desktop column layout is not working on mobile due to default ordering. Would save an enormous time vs element by element and page by page.
Thanks
August 24, 2018 at 6:17 pm in reply to: Mobile version – manage order of column in a different way from desktop version #1001337Hi
Yes, so can you please help with a rule to affect one page and all pages? I’m not sure what exactly this CSS will be like.
ThanksAugust 24, 2018 at 9:07 am in reply to: Mobile version – manage order of column in a different way from desktop version #1001073Hello
I have this problem too, and so how do I implement the 2nd option, i.e.
“Another thing that comes to mind is by setting the display property of the columns’ parent container to “flex” and then specify columns’ order property manually.”
for example for the page below? I would like to set all columns to always display with picture first, as the opening post said, for this page. Since there are many pages the same, can I do so for all such pages or at least a page at a go rather than setting each container? It seems to be s fairly normal thing one should be able to set in the theme.
Thank you
I think this works better
#menu-item-5955 a span.avia-menu-text{
background-color:#187EE2 !important;
border: hidden !important;
border-radius: 2px; !important;
color:#ffff !important; -
AuthorPosts