Forum Replies Created

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: How to remove update cart button #1001068

    Hi,

    Enclosed credentials.

    PS. Languange is now something else than english let me know if you want me to change it back to english. Also feel free to change it if you want to.

    in reply to: How to remove update cart button #999803

    Hi,

    Sorry to bother you with this. I just still couldnt solve it.
    I have modified function.php file through FTP. Also cleared browser cache. I dont use any cache plugin on wordpress right now. I have W3 total cache but its disabled until my page is ready.

    Cart page is still empty. Also noticed the cart still has products i have added before. ( i can see them by hovering over cart icon on store page)

    in reply to: How to remove update cart button #999251

    Hi,

    I changed code to yours.

    It worked for little time. Like hour or two. I tested it and it worked.
    Later tried it again and now nothing worked. I mean whole Cart page is disappeared. When i go to cart whole page is empty.
    Even if i remove this code from editor function.php . Now once i have tried to find solution i found many say do not make these changes through editor.

    Any idea what went wrong? By the way i didnt change anything else after i changed that code.

    in reply to: How to remove update cart button #997571

    Hi,

    I already solved that php part, do you think its okay ( check the code below)? I am not even on beginner level in coding anything. Anyway now i need to hide that update cart button ( now ” päivitä ostoskori”). Notice because of this code i need to hide it not remove totally.

    /**
     * @snippet       Automatically Update Cart on Quantity Change - WooCommerce
     * @how-to        Watch tutorial @ https://businessbloomer.com/?p=19055
     * @sourcecode    https://businessbloomer.com/?p=73470
     * @author        Rodolfo Melogli
     * @compatible    Woo 3.4
     */
     
    add_action( 'wp_footer', 'bbloomer_cart_refresh_update_qty' ); 
     
    function bbloomer_cart_refresh_update_qty() { 
        if (is_cart()) { 
            ?> 
            <script type="text/javascript"> 
                jQuery('div.woocommerce').on('click', 'input.qty', function(){ 
                    jQuery("[name='update_cart']").trigger("click"); 
                }); 
            </script> 
    	if (is_cart()) { 
            ?> 
            <script type="text/javascript"> 
                jQuery('div.woocommerce').on('click', 'input.plus', function(){ 
                    jQuery("[name='update_cart']").trigger("click"); 
                }); 
            </script>
    	if (is_cart()) { 
            ?> 
            <script type="text/javascript"> 
                jQuery('div.woocommerce').on('click', 'input.minus', function(){ 
                    jQuery("[name='update_cart']").trigger("click"); 
                }); 
            </script>
            <?php 
        } 
    }
    in reply to: header text color change for one page #995255

    Hi Rikard,

    That code did the job.

    Now just little follow up question. This same problem occurs with all product pages in shop.

    do i need to copy paste that same CSS code with each product pageID ?

    Thanks

    in reply to: header text color change for one page #994356

    Hi Victoria,

    I updated the credentials. please try again.

    in reply to: header text color change for one page #993262

    Hi,

    Yes. So I want to change header texts. you can see for example ” Verkkokauppa” and ” Yhteystiedot” in my case.

    I want to change all those text to black on “Verkkokauppa” page. Did you check my quick CSS if there is some conflict and that’s why the color is not changing?

    in reply to: images disappear from pages when changing page. #992878

    Hi,

    I just disabled the minify settings and it seems to work much better now!
    This is basically first website made be me so its little hard to figure out these sometimes.

    In some tutorial they suggested to install W3 total cache and to use these minify settings as it could speed up the page etc. So i did it. Apparently minify section was not good for me. ( i think it was wpbeginner so it should be pretty reliable source.)

    Do you think its okay to keep minify settings off?

    By the way i just yesterday put on jetpack alarm if my site goes down. Now it send email like every hour that site is down, site is back running.
    I will check if there will me more emails now after i disabled minify settings. You think that may caused it?

    Anyway thanks for your help!

    in reply to: header text color change for one page #992867

    Hi,

    It didnt make any difference. Could you check again? I added login credentials for you.

    in reply to: images disappear from pages when changing page. #992816

    Hi,

    I upgraded the account to admin. before it have worked even if i havent upgraded that account.

    Anyway try again now please.

    Thanks.

    in reply to: images disappear from pages when changing page. #992720

    Hi Mike,

    Yes i have mainentance mode on as the page is not finished. Still that shouldn’t block you right? I would not want to open it just yet as there is still some work to do before i am ready to disable maintenance mode.
    There should not be any IP blockings.

    Could you try again please?

    in reply to: Main menu font color for one specific page #947659

    Hi Jordan,

    Seems like that code didnt help. If you dont mind would you can try to set it yourself?
    Button is on front page on the first section.

    in reply to: Main menu font color for one specific page #947108

    Hi,

    Enclosed details for you.

    Btw if you could also check one more thing. I have call to action button on front page. I have set it to go down to “info” section.

    On other website i have made with Enfold it will scroll down to the next section but this time it download the page again and open up on the “info” section. Its not really a smooth transition.

    Thanks.

    in reply to: Where to change mobile background image? #916168

    Hi,

    I mean now in PC i have video in the front page. Long time ago i set picture so that in mobile the video is not shown in the front page.

    Now i want to change the picture for mobile front page or maybe even change it so that video is shown in mobile front page too.

    I just cant find where i can set/remove that mobile front page picture and show same video with mobile front page as in PC.

    in reply to: Masonry gallery opening in lightbox #911698

    Hi,

    Right. Actually right now im using that Ajax portfolio to show the products. Unfortunately that is not ideal for me, especially because im not planning to write any text in the text field so it looks kind of half way done.

    The way i would like to do it sounds pretty simple but apparently with enfold i cannot do it? Is there any plugins that could work like that?

    in reply to: Masonry gallery opening in lightbox #911576

    Hi,

    Thanks for your reply.

    I’m planning to change the website to one page website. So im planning to remove the second page which is product page to main page. And on main page i would like to show different category product. Lets say product A. I want to show just one maybe masonry gallery type or grid type picture on the main page and when you click it. It would open lightbox where you can see all the pictures of prodcut A. Same way i would like to add probably about 6 products right now.

    the problem was that i tried to change portfolio grid that way from link handling settings. But when i choose show big images on lightbox it i will show only the first pictures of all my prodcuts that are in portfolio grid not all the pictures under the one portfolio item. i think they are called featured images right?

    in reply to: Empty space on mobile menu #750858

    Hi Jordan,

    Thanks for your help!

    So there is no way i could use parallax picture and make it work with mobile also?

    I mean it is much nicer with parallax picture than easy slider.

Viewing 17 posts - 1 through 17 (of 17 total)