Forum Replies Created

Viewing 21 posts - 61 through 81 (of 81 total)
  • Author
    Posts
  • in reply to: Blog masonry thumbnails #772525

    Hey again,

    Well, that’s my bad, the problem was simply that for some reason the number of column was on automatic, and it decided to put 6 columns everywhere it could – but by forcing it to put the proper number of columns, l-the problem was solved. Sorry for that !

    We can close this…

    in reply to: Woocommerce 2.6 problem – urgent!!! #649677

    Hi again,

    By browsing the support forums I was able to find a very temporary fix, in this thread :
    https://kriesi.at/support/topic/woocommerce-quantity-arrow-buttons/?login_error

    When I added the code given in this thread to function.php, the button started working again. The only problem is that when it reloads with the updated quantity, the defaut Woocommerce quantity selector is displayed, and not the enfold one. So it only gives a possible way towards a solution, but is in no way a definitive fix.

    Here is the code taken from the thread :

    /*    WOOCOMMERCE QTY FIX    */
    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
        "use strict";
    
    	$(window).load(function(){
    		$(".quantity .minus,.quantity .plus").on("click",function(){
    			$(this).closest(".quantity").find(".input-text").trigger("change");
    		});
    	});
    })(jQuery);
    </script>
    <?php
    }
    in reply to: Woocommerce 2.6 problem – urgent!!! #649127

    Hello,
    Same problem here. A few precisions : the button is disabled when nothing is changed (which is good) ; when using the arrows to change the quantity, the button is not available ; but if I type in the quantity “box” the new amount, then the button become clickable again.
    It seems it is a problem of using the arrows actually changing the quantity from woocommerce’s ajax point of view…

    Thanks for your help in finding an answer !

    (By the way, I used to have an ‘Empty cart’ button, but this one does not work anymore, very probably because they use ajax in the cart now ; if ever you stumble on a solution to make it work again, which should be similar to the one for the arrows of the quantity field, that would be great !)

    in reply to: Mini cart styling #641946

    Thanks Ismael, that did the trick !

    We can close the thread.

    in reply to: Product grid not working #556461

    Hello,

    same on my side. I cannot show you a link, because I tried the update first on an offline copy of the website and kept the live site on WP4.3, but the problem is definitively here…

    It seems to be the same kind of problem than with the blog pages, but for products… Maybe a similar fix than what you just did for the blog pages would work ?

    in reply to: Masonry "load more" not working for translated items #556452

    Hey Andy,

    Thanks for everything. I just replaced the theme files and that didn’t change anything – but a new update for WPML just arrived, and after doing that, it is working again.
    The issue was then with WPML (which we kinda knew, and although it’s nice that a fix has arrived, I kinda whished I knew what the problem was.)

    As for my other problem (woocommerce products), I have spotted a thread about the same issue, I will add a comment to it.

    I think we can safely close this thread now. Thanks for all your help !

    Best regards,

    JaimBateman

    in reply to: Masonry "load more" not working for translated items #555866

    Hi again,

    Just to tell you guys that by looking in the support forums I was able to find the following thread :

    https://kriesi.at/support/topic/masonry-gallery-not-loading-more-images-on-translated-pages-wpml/

    The solution offered didn’t work (I tried to put the code in the child theme functions.php file), but maybe it can give you an idea of how to solve the issue ? The masonry I use is with portfolio items ; maybe that is the one thing missing ?

    Thanks again for your help…

    in reply to: Masonry "load more" not working for translated items #555849

    Hi Andy,

    Sadly, the update didn’t help. The problem is still here…

    Furthermore, I realized (on another website) that the update, which was supposed to solve the blog pagination problems, did not work for woocommerce products. I did the update on a local copy of it, and on the home page, I use a product grid with the pagination option. When I try to go to the second page (or third, etc) of the product grid, it shows the content of the first page again – like it did for blog pages.

    It seems the 4.4 update messed some things up…

    Could you take a look at these to issues ? For the ‘load more’ problem, it might be a prob with WPML ; for the woocommerce product grid, it seems to stem from the 4.4 update. Maybe you need to do the same adjustements you did for the blog pages…

    Best regards, and many thanks,

    JaimBateman

    in reply to: Masonry "load more" not working for translated items #554624

    Yep !

    As I said before, this a copy of the actual website, so feel free to try anything you can think of. Let’s hope that the next update will resolve it…

    Best regards,

    JaimBateman

    in reply to: Masonry "load more" not working for translated items #554553

    Hey,

    Thanks for looking. I did take a look after cleaning my cache, with Firefox, Chrome and Safari, and for me, the ‘load more’ button is still not working… The problem appears on the blog page (see link in private section).

    Best regards,

    JaimBateman

    in reply to: Masonry "load more" not working for translated items #553823

    Hello,

    That’s weird… Here, I’ll generate a new password. But pay attention to one thing : the website is in a subfolder on the server…
    The website is a temp copy of the real one, so you can mess around it as much as you like !

    Thanks in advance !

    in reply to: Masonry "load more" not working for translated items #550956

    Hello,

    I have disabled all the plugins – except WPML – and the problem is still there. I could deactivate WPML, but that would be a bit counterproductive, since the problem occurs on translated pages and not anywhere else…

    in reply to: Twitter widget and Firefox #540637

    Hello again,

    Sorry for the delay. After extensive testing, it appears it is indeed a problem with Firefox and Twitter… Let’s hope they’ll sort it out quickly !

    Thanks again for your help !

    in reply to: Size of first masonry element and title position #540636

    Hi,

    And thanks a lot for your answers. It’s a shame about the first two questions, but I understand that I’m getting a bit far off field in this one… We can close the thread.

    Best regards,

    Jean-Marie

    in reply to: Size of first masonry element and title position #538045

    To clarify my first question : I know that some elements can change the size of the masonry tile, like the size of the picture, but since we are looking at a ‘most recent’ size criteria, for exploitation purposes it wouldn’t be practical to have to change picture everytime a now article comes in (so that the general layout would stay the same).

    Thanks again !

    in reply to: Twitter widget and Firefox #535472

    Hey,

    Thanks for the answer. Sadly, it didn’t work (I did clean my cache)… although I put the code in the function.php file of my child theme, not Enfold directly. Would that have an influence on the result ?

    in reply to: Menu and images not displaying on iPhone #466282

    I can otherwise confirm that this only happens on iPhones (and maybe iPads), I’ve juste tried with several other phones…

    in reply to: Menu and images not displaying on iPhone #466219

    Well, I just added the social bookmarks on the website for which the plugin is working, and it is still working – so that’s not the problem… I appears to be some kind of jquery issue, I think, but I don’t know how to solve it – the most annoying thing being that it works on one site and not the others.

    in reply to: Menu and images not displaying on iPhone #466209

    One last thing : it used to work without problem before – so maybe it is a conflict with some of Enfold functionalities from 3.2 onwards ? As far as I can tell, the only difference between the site where it works and the sites where it doesn’t is that the one where it doesn’t work are multilingual, and have some header modifications to have social networks appear on mobile.

    in reply to: Menu and images not displaying on iPhone #466207

    Hello again,

    After analyzing a few things, here are a few new elements : it appears the problem is due to a plugin, Real 3D Flipbook – the problem only appears on pages where a flipbook is, and only on iPhones. It also happens for another website that uses the plugin. But here is the catch : on a 3rd website, which also uses the same plugin and Enfold, it is working fine… so it is not a systematic problem. What do you think could be causing the problem ?

    in reply to: Responsive portfolio grid with odd number of items #428782

    Thanks Josue,

    That did the trick ! As usual, you guys are efficient and on point…

    Cheers,

    Jaim

Viewing 21 posts - 61 through 81 (of 81 total)