Forum Replies Created
-
AuthorPosts
-
January 25, 2017 at 8:01 pm in reply to: Issue with Enfold 3.8.4 and Awesome Weather widget? #738545
Hi Yigit,
Thank you. After testing several different things it just started working again without having us doing anything. We thought it may have been a server issue, as the site where it didn’t work were on the same server whereas those where it work were on a different one.Anyway, thanks for taking a look. You can close the thread.
Cheers,
Antonio
Hi Vinay,
Thanks. While waiting for a reply I found a fix, so now I can also see the favicon correctly.
I found out that by updating the favicon directly from within the new WP dashboard menu on the left, it worked. It still showed the old favicon there somehow, which differed from the one set in Enfold settings (you might want to check that), so I changed the favicon there too and the issue was solved.
You can close this thread.
Thank you
Hi Vinay,
Thanks but curiously I can’t view the correct favicon like you, even after emptying cache and hard reload, or clear all cache completely too.
I tried on Firefox, so I don’t lose all the details I have in my Chrome tabs and the result is the following
What else can I do?
Hi Guys, FYI you can close this thread as I still see it open :)
Thanks
Hey Rikard,
The problem curiously stopped by itself after a day, so I don’t really know what happen. You can close the ticket then.
Thank you anyway.
Antonio
Thank you Yigit,
will try that now. Will this be overwritten whenever there is a theme update? If so, is there a way to make it permanent?
It worked perfectly Basilis,
Thank you so much!
You can close the thread :)
Cheers!
Antonio
Hi guys, thanks, will do.
Looks like the code Nikko gave refers to the Awesome Weather widget?
If so, in reality we’d want the caption under photos to be bigger.
See this page as an example:
Thx
September 29, 2016 at 12:10 pm in reply to: Adding audio option on fullscreen background video? #693065This code solved my issue:
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { $('.av-section-color-overlay-wrap').on('click', '.custom-mute', function() { $(this).toggleClass("icon-sound-on"); }); function a() { $('.av-section-color-overlay-wrap').prepend('<div class="custom-mute"></div>'); $('.av-section-color-overlay-wrap').on('click', '.custom-mute', function() { $('#top .mejs-controls .mejs-volume-button button').trigger('click'); }); } a(); })(jQuery); </script> <?php }
And here’s what I added on the quickCSS:
.custom-mute { display: block; background-image: url('../../../wp-content/uploads/2016/09/icon-unmute.png'); background-size: 48px; width: 48px; height: 48px; position: absolute; bottom: 50px; right: 10px; z-index: 1000; } .custom-mute:hover{ opacity: 0.5; } .icon-sound-on{ background-image: url('../../../wp-content/uploads/2016/09/icon-mute.png'); } @media only screen and (max-width: 1290px) { .custom-mute { right: 190px; } }
You guys are awesome!
You can mark this as solved. ThanksSeptember 29, 2016 at 10:02 am in reply to: Adding audio option on fullscreen background video? #693013Hi @Basilis,
Thanks for the input, that’s actually what I’ve done.
My question relates to where do I put the image in such code.
Thanks for your help.
Antonio
September 29, 2016 at 8:57 am in reply to: Adding audio option on fullscreen background video? #692974Hi again @ismael,
where do I add the image? Can you help?
I uploaded it in the media gallery and have the following url:
http://it-software.it/demo/CasaMarAzulSanPancho/wp-content/uploads/2016/09/Untitled-design-3.png
where do I put it in the code you gave me?
Thanks
September 29, 2016 at 6:29 am in reply to: Adding audio option on fullscreen background video? #692955HI @Ismael,
Thanks,I’ll check out what you suggest and let you know.
Thank you for your help.
AntonioSeptember 20, 2016 at 5:16 pm in reply to: WPML Flags to show up incorrectly after latest Enfold update 3.8 #689430You’re a STAR Yigit!
This worked great and set everything back on track.
Thanks. You can mark this as solved.
Antonio
Awesome!
You guys surely know you’re doing a fantastic job and a great service to all of your users. We all love you hands down. No doubt about that.
Since it’s an iOS 10 related issue, I believe maybe the wisest approach for us will be that of replacing the video with the Vimeo iframe, until maybe a fix is found on an upcoming update. How does that sound?
Thanks for your great support.
Antonio
Thank you Yigit, I appreciate!
I checked it myself on other iOS prior to iOS10 and it works fine. On iOS10 when you touch the image on screen, it pops up the usual video window yet, video disappears instantly leaving a black overlay on the mobile screen.
I’ll wait to hear the feedback, since this is the preferred way of displaying that video.
Alternatively, since I need to deliver the site to my client, I’ve already uploaded the video on Vimeo and will embed it using the iframe on textblock element if I don’t hear from your team in this thread in the next days.
Thank you so much.
PS: I assume your sales of Enfold skyrocketed to the point that you guys are all now struggling to keep up with the pace of all support requests, isn’t it? An assumption from noticing how your response rate has gone a bit slower lately.
September 16, 2016 at 1:20 pm in reply to: Full Screen Video on Desktop & Full Screen Slideshow on Mobile? #687474Hi Andy,
sorry, I have meanwhile changed the url, which you may see below
We’ve managed to sort the issue by ourselves meanwhile, so it doesn’t matter anymore.Thank you anyway.
Antonio
September 14, 2016 at 9:26 am in reply to: Full Screen Video on Desktop & Full Screen Slideshow on Mobile? #686217Hi Guys,
Any update on this thread?
Thanks.
Antonio
September 14, 2016 at 9:25 am in reply to: mobile menu not showing up despite checked box within 'mobile menu' tab #686216Thanks @Rikard, it worked.
Antonio
September 11, 2016 at 5:37 pm in reply to: mobile menu not showing up despite checked box within 'mobile menu' tab #684779Hi @Basilis,
Yes a Back to top would be at least helpful, thanks
September 11, 2016 at 5:34 pm in reply to: Full Screen Video on Desktop & Full Screen Slideshow on Mobile? #684777HI @Ismael,
I followed your instructions yet it doesn’t work.
I have a color section as first element, where I put a video to display full screen on desktop only.
Then I added a full screen slider right underneath as you mentioned and put the images I want to show up on mobile only
Next, I followed the thread you pointed me to (http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/)
had the custom CSS field for ALB elements function already turned on earlier, added the “only-desktop” into custom CSS field for the color section element and added the corresponding@media only screen and (max-width: 990px) {
.only-desktop { display: none !important; }}code into the QuickCSS in Enfold theme options under General Styling tab.
Result: nothing happened, the section still shows up on mobile.
As for the fullscreen slider element (to display on mobile only devices) instead, there doesn’t seem to be any custom field showing up to enable “only-mobile” custom CSS class.
Result: Can’t complete the operation.
Can you dig into it?
I give you all details below. Thanks
Antonio
September 11, 2016 at 4:39 pm in reply to: mobile menu not showing up despite checked box within 'mobile menu' tab #684769Hi guys, any update on this thread?
ThanksSeptember 7, 2016 at 9:18 am in reply to: Full Screen Video on Desktop & Full Screen Slideshow on Mobile? #683035Hi guys,
since I haven’t heard from you in two days and I needed to put up a temporary solution asap for my client, you now view an image on mobile with a fake headline that i created using Canva.
While it’s working now, I would nevertheless be happy if you could provide me with a better solution to my query above.
Thank you.
September 7, 2016 at 3:05 am in reply to: Full Screen Video on Desktop & Full Screen Slideshow on Mobile? #682907Hi Guys,
any news on this one?
Thanks
Antonio
I solved it for that as well right now thanks :)
I created a new API key, then I also inverted the coordinates and it showed correctly :)
Thanks, you rock!
Actually, if you think you can help @ElseSjurdaberg here without having to open a new thread it could be helpful for all of us, so this issue is under the same roof ;)
Antonio
Awesome Yigit!
You’re always the best! Problems solved on the site above but not on the original one for this thread:
Here’s what I see
The map in this site is empty and white. How do I go about that?
Cheers,
Antonio
- This reply was modified 8 years, 2 months ago by abortolotti. Reason: Not completely solved
Hi guys,
I just noticed how the problem shows up on other sites I’m having with Enfold.
Is this maybe due to the latest version and some glitch or WP 3.6?
Please help me out asap, as I need to sort this out for my clients sites too.
Here’s a snapshot of the same issue on another site of mine:
there you go
June 23, 2016 at 12:03 am in reply to: Video media element not centered, not taking wistia or youtube urls #652412can you tell me which code you used? I’m having the same issue.
thx.
Antonio
thank you so much, Ismael, that’s awesome!
Problem solved, you can mark this as closed.Thx
-
AuthorPosts