Forum Replies Created
-
AuthorPosts
-
Ooops, with enfold theme update, problem solved.
Hello
Same problem here since WP 5.6
Thanx !Yes you can close it, thanks.
Ok, many thanks, you show me the way.
I succeeded with this code :function( event, slider ) { var audioz = document.getElementsByTagName("audio"); for (var i = 0; i < audioz.length; i++) { audioz.item(i).pause(); audioz.item(i).currentTime = 0 } }
I put it in : SLIDE CHANGE EVENTS > slideChangeWillStart
With .getElementsByClassName there was too much non-audio object wich cause errors.
Thanks again.Thanx for answer Ismael,
I added my audio with a HTML layer, with a simple shortcode in the content, like :
[audio mp3="http://graphikarbre.xyz/voulgre/wp-content/uploads/2020/05/lecivet.mp3"][/audio]
I found the above snippet from layerslider help :
Thanks for your tips.
RomanoThanks for the answer.
Forget it, I don’t want to bore you with this, unless there was a simple trick.
Have a good day !Hi
Sorry guys, I don’t remember when and for what web site I had this question.
For sure I didn’t resolve this.
Good luck !
RomanoOk, forget, I’ve found :
function my_remove_meta_boxes2() { isSiteAdmin(); if( !isSiteAdmin() ){ remove_meta_box( 'layout', 'post', 'side' ); remove_meta_box( 'wpseo_meta', 'post', 'normal' ); } } add_action( 'add_meta_boxes', 'my_remove_meta_boxes2', 11);
Thanks
This reply has been marked as private.Thanks.
It doesn’t work. And this CSS is already in my child theme (style.css ).
After enabling compression, the font Monserrat Bold disappear.But I found the solution.
- In Enfold Settings – fonts, I set ‘Arial’ for all
- after in my custom CSS, I import all Monserrat styles like that :
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800&display=swap');
- and finally, in my custom CSS, I define the new font-family :
html body#top {font-family: 'Montserrat', sans-serif;}
After compression, there is no more conflict with same font loaded form theme and loaded from custom css.
All the weights are now loaded from one source.Thanks for your great theme and support anyway.
- This reply was modified 5 years, 1 month ago by romano2.
Yes of course, many thanks !
https://www.jeuneetrose.com/teleteton/#av_section_3
Title H2 : “TOUS LES RENDEZ-VOUS”
I turned CSS compression Off, so my bold is bold (the inspector shows : “Montserrat Bold”).
How could I turn CSS compression On without losing the real bold ?
Thanks !Hey
This CSS tweak is working great with some adaptation, thanks enfold team !
++July 18, 2018 at 1:24 pm in reply to: YouTube video in color section background doesn't start #986963Yes, thanks.
Ok I created a video element in in new section #videomobile
First on media-query desktop view, I need to do :
#videomobile {display:none}
Otherwise the Opening time block no longer sticks to the top block (unwanted white margin).
And desktop view is like before.
But on mobile view (media-query <768px), It’s not what I imagined. I use :@media screen and (max-width:767px){ #videomobile .container{ margin:0!important; width: 100%!important; max-width: 100%!important; } #videomobile .container .av-content-full { padding-top: 0; padding-bottom: 0; } #videomobile .avia-video { margin-bottom: 0px; } }
Result is acceptable. But video is not under the logo, all the youtubes icons and controls are here, while I wish only the play button. Do you have any idea ?
Thanks.July 17, 2018 at 10:21 am in reply to: YouTube video in color section background doesn't start #986334Hello,
Thank you for the answer.
I tried with the regular video element, but it does not look good. Everything shifts in my custom layout, and it is the war with the CSS to display it correctly without margin.
If you haven’t got other solutions, I’m going to stay on a still image, it’s really frustrating…
But rest assured, enfold is still my favorite theme.July 16, 2018 at 5:42 pm in reply to: YouTube video in color section background doesn't start #986009Hello
I’ve got a similar problem. Note that I understood I can’t have auto-play video on mobile.
I just would like to launch it manually.
But when the youtube video loads, I see the video thumbnail, with the play button. But I cannot click on it !
Very very frustrating… I don’t want a static image instead, just let the user click on Play to play the video.
Do you see a solution ?Thanks
Lot of thanks, as usual, the support is impeccable !
Hello, thanks for this answer.
But sorry, my question was about the URL of the link, not the URL of the image.
When I click on the logo, for now I come back to the home of the wordpress. I don’t want that. I would like to change the logo’s link URL.
In what file could I find this link fabrication ?
Thanks- This reply was modified 6 years, 6 months ago by romano2.
Thanks, I will try that !
Thanks, but i doesn’t resolve the problem.
I just would like to have the masonry appearing when the page loads…
If the height of the browser is not big enough, the masonry does not appear until I scroll the page. And we can see an empty space.
Thanks
Hi,
It’s done.
It’s beautiful, but the masonry does not appear before having scrolled….
An idea ?
ThanksHello;
Thanks for answer.
What do you mean ? Do you want to have a look to CSS file ?
I pasted it in private content.
But there is nothing special in CSS about masonry…
See youOk, I played with background-size in % and background-position works again :
@media only screen and (max-width: 479px) { #av_section_1 .av-parallax-inner.avia-full-stretch { background-size: 150% !important; background-position: bottom right !important; } }
Thanks
Thanks for answer.
Yes it can be a solution to add another section.
But it doesn’t resolve the background-position error in mobile view… It would be more practical.- This reply was modified 6 years, 11 months ago by romano2.
Hello
I’ve got the same problem.
For example, the first photo with 3 girls on :
http://www.titanicsisters.com/wp/spectacle-de-rue-lacher-de-sisters/
> On desktop, no problem. We can see the 3 girls.
> On mobile, the background image is not responsive : We can’t see the 3 girls !
background-position: center right;
doesn’t work. Neither ‘top right’ or ‘bottom right’.
Thanks providing a solution.- This reply was modified 6 years, 11 months ago by romano2.
Hi,
I inserted the code below in functions.php, and it seems to work now, even with big images.add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) { return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' ); }
Can be useful for others…
Sorry, I’ve done a lastest test, without Enfold, and the problem is here.
So it’s not a specific a problem with Enfold. I will ask my hosting provider…Yop, I saw.
So I’m running PHP 5.6 / MySQL 5.5 .
Effectively, I changed the web hosting formula, from SimpleHosting S to SimpleHosting M (gandi.net).
But the technical characteristics are quite the same. I will ask my hosting provider…And the problem wasn’t here with previous versions of Enfold…
Ok, the only things to display on top of screen are that :
Strict Standards: Non-static method MemberAccess::run() should not be called statically in /srv/data/web/vhosts/www.freesalsa.fr/htdocs/wp2016/wp-content/plugins/member-access/member_access.php on line 40 Strict Standards: Non-static method MemberAccess::instance() should not be called statically in /srv/data/web/vhosts/www.freesalsa.fr/htdocs/wp2016/wp-content/plugins/member-access/lib/MemberAccess.php on line 81 Notice: Undefined index: page in /srv/data/web/vhosts/www.freesalsa.fr/htdocs/wp2016/wp-content/plugins/members-list/core/search.php on line 30 Notice: has_cap est appelé avec un argument qui est déprécié depuis la version 2.0.0 ! L’utilisation des niveaux d’utilisateur par les extensions et thèmes est désormais interdite. Utiliser les rôles et capacités à la place. in /srv/data/web/vhosts/www.freesalsa.fr/htdocs/wp2016/wp-includes/functions.php on line 4022 Notice: get_bloginfo est appelé avec un argument qui est déprécié depuis la version 2.2.0 ! L’option home est obsolète pour l’ensemble des fonctions bloginfo(). Utilisez plutôt l’option url. in /srv/data/web/vhosts/www.freesalsa.fr/htdocs/wp2016/wp-includes/functions.php
After bad upload, when “http error” appears, no more debug text is displayed…
- This reply was modified 7 years, 6 months ago by romano2.
And the more the image is bigger in Ko, the more I’ve got http errors.
But it occurs even with 1800px width and 200-300 Ko images… -
AuthorPosts