Forum Replies Created

Viewing 30 posts - 1 through 30 (of 117 total)
  • Author
    Posts
  • in reply to: Avia Text Block #1282834

    Ooops, with enfold theme update, problem solved.

    in reply to: Avia Text Block #1282771

    Hello
    Same problem here since WP 5.6
    Thanx !

    in reply to: Layerslider wp – Stop media at slide change #1220498

    Yes you can close it, thanks.

    in reply to: Layerslider wp – Stop media at slide change #1220448

    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.

    in reply to: Layerslider wp – Stop media at slide change #1219430

    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.
    Romano

    in reply to: Device type and EasySlider #1216970

    Thanks for the answer.
    Forget it, I don’t want to bore you with this, unless there was a simple trick.
    Have a good day !

    in reply to: varnish cache & enfold #1193506

    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 !
    Romano

    in reply to: Simplify post screen #1166878

    Ok, 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

    in reply to: Simplify post screen #1166866
    This reply has been marked as private.
    in reply to: CSS compression and Google font #1142627

    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 4 years, 6 months ago by romano2.
    in reply to: CSS compression and Google font #1141749

    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 !

    in reply to: IMAGE WITH HOTSPOTS #1067485

    Hey
    This CSS tweak is working great with some adaptation, thanks enfold team !
    ++

    Yes, 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.

    in reply to: YouTube video in color section background doesn't start #986334

    Hello,
    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.

    Hello
    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

    in reply to: Custom URL logo #960818

    Lot of thanks, as usual, the support is impeccable !

    in reply to: Custom URL logo #960681

    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 5 years, 10 months ago by romano2.
    in reply to: Galery Masonry animation #936608

    Thanks, I will try that !

    in reply to: Galery Masonry animation #898488

    Thanks, but i doesn’t resolve the problem.
    I just would like to have the masonry appearing when the page loads…
    What I would like, masonry at page's load
    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.
    What I don't want with empty space...

    Thanks

    in reply to: Galery Masonry animation #897955

    Hi,
    It’s done.
    It’s beautiful, but the masonry does not appear before having scrolled….
    An idea ?
    Thanks

    in reply to: Galery Masonry animation #897456

    Hello;
    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 you

    in reply to: color section background image not responsive #890902

    Ok, 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

    in reply to: color section background image not responsive #890772

    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, 3 months ago by romano2.
    in reply to: color section background image not responsive #889982

    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, 3 months ago by romano2.
    in reply to: image uploed http error #794950

    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…

    in reply to: image uploed http error #794328

    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…

    in reply to: image uploed http error #794318

    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…

    in reply to: image uploed http error #794065

    And the problem wasn’t here with previous versions of Enfold…

    in reply to: image uploed http error #794055

    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 6 years, 10 months ago by romano2.
    in reply to: image uploed http error #794011

    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…

Viewing 30 posts - 1 through 30 (of 117 total)