Forum Replies Created
-
AuthorPosts
-
June 8, 2017 at 2:45 am in reply to: Saving didn't work! Please reload the page and try again #805417
That’s Awesome Mike! Thank you so much!
Thread closed :)
You guys rock.
Antonio
Problem solved. You can close the thread, thanks :)
Hi There again,
if you look at https://relaisvilladelborgo.com/junior-suite-corte-2/
you see that I added the script on top of the page but you can’t scroll down the page and it gives a very disturbing effect.Do you think there is a way to fix that?
I see what you mean now. I changed the ” and added the block at the bottom of the page.
You can see what happens. No clue how to fix this and have the script show up
Hey Victoria,
not sure I understand what you mean by
You can try to replace” with ”
in the whole script with some text editor and try again.I removed the code block because the script I added inside prevented the page to scroll.
Don’t know if you can maybe try to add the codeblock and the script and see if you understand what the culprit is?
May 3, 2017 at 1:19 pm in reply to: Lead capture bar on top screen to misalign menu and menu bacgkround on page scro #787109Thanks Nikko!
It worked :)
You can close the thread, thanksAntonio
April 19, 2017 at 10:52 pm in reply to: where can I add a script to track visitor behaviors for email marketing? #780201thank you so much! Much appreciated :)
April 19, 2017 at 10:41 pm in reply to: where can I add a script to track visitor behaviors for email marketing? #780189Thanks for the prompt reply Jordan! Much appreciated.
I can add it in the Google Analytics field, since that won’t be overwritten like the headr.php file when Enfold updates, right?
Also, I already have a GA code within the Google Analyics field. It won’t affect anything if I add the other code underneath, right?
March 7, 2017 at 5:12 pm in reply to: How to change dates display from European (DD/MM/YY) to American (MM/DD/YY)? #757119Thanks Yigit!
I think tdcmystere simply wants to know and see the following:
2017 March 3rd – Version 4.0.2
– new demo content: Enfold 2017
– added: new header (transparent with border)
– added: full width tab section element
– added: full height grid column
– added: editor element live preview……..2017 February 28th – Version 4.0.1
– new demo content: Enfold 2017
– added: new header (transparent with border)
– added: full width tab section element
– added: full height grid column
– added: editor element live preview……..2017 February 27th – Version 4.0
– new demo content: Enfold 2017
– added: new header (transparent with border)
– added: full width tab section element
– added: full height grid column
– added: editor element live preview……..Seems quite simple and it also makes a little bit of sense :)
You guys are doing a great job with Enfold. Love that.
Thanks
February 28, 2017 at 8:36 pm in reply to: How to create the double button shown in Kriesi main site? #753206Thanks Andy.
Best Regards,
Antonio
Thanks Rikard!
Problem solved :)
You can close the thread. You guys are awesome.
Ciao
will do, thanks.
Once done, how do I point the code you gave me to the name I specified in the custom css class name field? Or is the code above working exactly on the headline on a specific page?Thanks Vinay,
How would I then create the semi transparent black background on the headline? I don’t really want the overlay on the entire video but only on the headline. And can I adjust the transparency?
Thanks
Antonio
Awesome Rikard!
Problem solved, you can close the thread!
Thank you so much!
Interesting :) Iphone 6
The testimonials on the homepage look good (http://villaitaly.fullybookedhome.com/) but the ones on the following page look as per screenshot:
Thank you so much, Yigit!
I think you can close this thread. Thank you
January 25, 2017 at 8:01 pm in reply to: Issue with Enfold 3.8.4 and Awesome Weather widget? #738545Hi 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.
Antonio -
AuthorPosts