Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Same for me. It’s ok after downgrading.

    Thread Starter Martinovy

    (@martinovy)

    Hi, thank you for your response. Your solution worked for me, but please take a look at this problem, so that the issue is solved permanently.

    Thread Starter Martinovy

    (@martinovy)

    Nope, the WooCommerce has those strings translated (as I can see in Loco Translate). The problem exists on the page: https://zaazuu.pl/moje-konto/ – the whole customer login form is in English, this should be translated.

    Thread Starter Martinovy

    (@martinovy)

    Hi, thanks for the suggestion, but I wouldn’t have asked if I didn’t check this twice ??
    When switching to any other theme, the translation is ok, only when using Gutenshop the problem exists.

    Cze??, napisz do mnie: fb.com/marcin.orzechowski w tej sprawie, zobaczymy co da si? zrobi?.

    Thread Starter Martinovy

    (@martinovy)

    Hello, I am looking for strings “Cart” and “Account” – there aren’t such strings in the POT file.
    The WooCommerce plugin is 100% translated.

    • This reply was modified 4 years, 8 months ago by Martinovy.
    Thread Starter Martinovy

    (@martinovy)

    The problem is with a tracking protection in Firefox. When disabled – the content is shown properly. Any ideas how to put a code so that it is ok for Firefox?

    Thread Starter Martinovy

    (@martinovy)

    No, it’s not. I’m sure.

    Thread Starter Martinovy

    (@martinovy)

    Yes, this helped me ?? Thank you.

    Thread Starter Martinovy

    (@martinovy)

    It looks like this (after adding your styles):
    https://pl.tinypic.com/r/2iatr8j/9

    Thread Starter Martinovy

    (@martinovy)

    The <script> part:

    <script type="text/javascript">
      var tab1_pos=0;
      var wpfb1_tab_width;
        var tab2_pos=0;
      var wpfb2_tab_width;
        var tab3_pos=0;
      var wpfb3_tab_width;
      jQuery(window).load(function(){
      var tab_width=33;
      wpfb1_tab_width=33;
      if (jQuery("#wp-flybox_tab1").length > 0 && tab1_pos==0) 
        {
        var i_width=jQuery("#wp-flybox_tab1").width()-tab_width;
        i_width='-'+i_width+'px';
        document.getElementById('wp-flybox_tab1').style.right=i_width;
        }
        var tab_width=33;
      wpfb2_tab_width=33;
      if (jQuery("#wp-flybox_tab2").length > 0 && tab2_pos==0) 
        {
        var i_width=jQuery("#wp-flybox_tab2").width()-tab_width;
        i_width='-'+i_width+'px';
        document.getElementById('wp-flybox_tab2').style.right=i_width;
        }
        var tab_width=33;
      wpfb3_tab_width=33;
      if (jQuery("#wp-flybox_tab3").length > 0 && tab3_pos==0) 
        {
        var i_width=jQuery("#wp-flybox_tab3").width()-tab_width;
        i_width='-'+i_width+'px';
        document.getElementById('wp-flybox_tab3').style.right=i_width;
        }
      });
    
    jQuery(document).ready(function(){
    var doc_height=jQuery(document).height()
    var scrollTooMuch=parseInt('');
    if (scrollTooMuch===NaN || scrollTooMuch==''){scrollTooMuch=0;}
    jQuery('#wpflybox_container').height(doc_height-scrollTooMuch);
      var tab_width=33;
      if (jQuery("#wp-flybox_tab1").length > 0) 
        {
        var i_width=jQuery("#wp-flybox_tab1").width()-tab_width;
        i_width='-'+i_width+'px';
        document.getElementById('wp-flybox_tab1').style.right=i_width;
        }
        var tab_width=33;
      if (jQuery("#wp-flybox_tab2").length > 0) 
        {
        var i_width=jQuery("#wp-flybox_tab2").width()-tab_width;
        i_width='-'+i_width+'px';
        document.getElementById('wp-flybox_tab2').style.right=i_width;
        }
        var tab_width=33;
      if (jQuery("#wp-flybox_tab3").length > 0) 
        {
        var i_width=jQuery("#wp-flybox_tab3").width()-tab_width;
        i_width='-'+i_width+'px';
        document.getElementById('wp-flybox_tab3').style.right=i_width;
        }
        jQuery("#wp-flybox_tab1 div.wp_but").click(function(){
        
        if(tab1_pos==0)
          {
          jQuery("#wp-flybox_tab1").animate({right:'0px'});
                    var tab_width=33;
              var wpfb1_tab_width=33;
              var j_width=jQuery("#wp-flybox_tab2").width()-tab_width;
              j_width='-'+j_width;
              jQuery("#wp-flybox_tab2").animate({right:j_width});
                        var tab_width=33;
              var wpfb1_tab_width=33;
              var j_width=jQuery("#wp-flybox_tab3").width()-tab_width;
              j_width='-'+j_width;
              jQuery("#wp-flybox_tab3").animate({right:j_width});
                      tab1_pos=0;
                    tab2_pos=0;
                    tab3_pos=0;
                  tab1_pos=1;
                } else {  
          var tab_width=33;   
          var i_width=jQuery("#wp-flybox_tab1").width()-tab_width;
          i_width='-'+i_width;
          jQuery("#wp-flybox_tab1").animate({right:i_width});
                 
          tab1_pos=0;
          }
      });
        jQuery("#wp-flybox_tab2 div.wp_but").click(function(){
        
        if(tab2_pos==0)
          {
          jQuery("#wp-flybox_tab2").animate({right:'0px'});
                    var tab_width=33;
              var wpfb2_tab_width=33;
              var j_width=jQuery("#wp-flybox_tab1").width()-tab_width;
              j_width='-'+j_width;
              jQuery("#wp-flybox_tab1").animate({right:j_width});
                        var tab_width=33;
              var wpfb2_tab_width=33;
              var j_width=jQuery("#wp-flybox_tab3").width()-tab_width;
              j_width='-'+j_width;
              jQuery("#wp-flybox_tab3").animate({right:j_width});
                      tab1_pos=0;
                    tab2_pos=0;
                    tab3_pos=0;
                  tab2_pos=1;
                } else {  
          var tab_width=33;   
          var i_width=jQuery("#wp-flybox_tab2").width()-tab_width;
          i_width='-'+i_width;
          jQuery("#wp-flybox_tab2").animate({right:i_width});
                 
          tab2_pos=0;
          }
      });
        jQuery("#wp-flybox_tab3 div.wp_but").click(function(){
        
        if(tab3_pos==0)
          {
          jQuery("#wp-flybox_tab3").animate({right:'0px'});
                    var tab_width=33;
              var wpfb3_tab_width=33;
              var j_width=jQuery("#wp-flybox_tab1").width()-tab_width;
              j_width='-'+j_width;
              jQuery("#wp-flybox_tab1").animate({right:j_width});
                        var tab_width=33;
              var wpfb3_tab_width=33;
              var j_width=jQuery("#wp-flybox_tab2").width()-tab_width;
              j_width='-'+j_width;
              jQuery("#wp-flybox_tab2").animate({right:j_width});
                      tab1_pos=0;
                    tab2_pos=0;
                    tab3_pos=0;
                  tab3_pos=1;
                } else {  
          var tab_width=33;   
          var i_width=jQuery("#wp-flybox_tab3").width()-tab_width;
          i_width='-'+i_width;
          jQuery("#wp-flybox_tab3").animate({right:i_width});
                 
          tab3_pos=0;
          }
      });
      
    });
    //get cookie and set cookie
    //write cookie
    var d = new Date();
        d.setTime(d.getTime() + (30*24*60*60*1000));
        var expires = d.toUTCString();
    document.cookie = 'wp-flybox-seen=1; expires='+expires+'; path=/';
     
    //auto out
    jQuery(window).load(function(){
      
    });
    
    //resize
    var resizeTimer;
    jQuery(window).on('resize', function(e) {
    
      clearTimeout(resizeTimer);
      resizeTimer = setTimeout(function() {
              var tab_width=33;
          if (jQuery("#wp-flybox_tab1").length > 0) 
            {
            var i_width=jQuery("#wp-flybox_tab1").width()-tab_width;
            i_width='-'+i_width+'px';
            document.getElementById('wp-flybox_tab1').style.right=i_width;    
            }
                var tab_width=33;
          if (jQuery("#wp-flybox_tab2").length > 0) 
            {
            var i_width=jQuery("#wp-flybox_tab2").width()-tab_width;
            i_width='-'+i_width+'px';
            document.getElementById('wp-flybox_tab2').style.right=i_width;    
            }
                var tab_width=33;
          if (jQuery("#wp-flybox_tab3").length > 0) 
            {
            var i_width=jQuery("#wp-flybox_tab3").width()-tab_width;
            i_width='-'+i_width+'px';
            document.getElementById('wp-flybox_tab3').style.right=i_width;    
            }
                      
      }, 350);
    
    });
    
    //resize
    /*
    var resizeId;
    jQuery(window).resize(function() {
        clearTimeout(resizeId);
        resizeId = setTimeout(doneResizing, 500);
    });
     
     
    function doneResizing(){
        var scrollTooMuch=parseInt('');
        if (scrollTooMuch===NaN){scrollTooMuch=0;}
        jQuery('#wpflybox_container').height(0);
        document.getElementById("wpflybox_container").style.height ='0px';
        var doc_height=jQuery(document).height()
        jQuery('#wpflybox_container').height(doc_height-scrollTooMuch); 
    }
    */
    </script>

    And the <body> part:
    <div class="wp-flybox_tab" id="wp-flybox_tab1" style="pointer-events:all;width:auto;display:inline-block;overflow:hidden;position:fixed;border:0px;right:-9990px;top:10px;z-index:9991 !important"><div style="height:10px;width:33px;display:inline-block;inline-block;float:right;"></div><div class="wp_but" style="display:inline-block;float:left;cursor:pointer;"><img id="wpfb_tab_img1" src="https://5element.in/wp-content/uploads/2015/05/facebook.png" style="width:33px;height:101px" alt="?"></div><div style="float:left;"><div style="background-color:#ffffff;border:1px solid black;display:inline-block"><div class="fb-page" data-href="https://www.facebook.com/organizacja5element" data-width="350" data-height="500" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/organizacja5element"><a href="https://www.facebook.com/organizacja5element">5 Element</a></blockquote></div></div></div></div></div><div class="wp-flybox_tab" id="wp-flybox_tab2" style="pointer-events:all;width:auto;display:inline-block;overflow:hidden;position:fixed;border:0px;right:-9990px;top:121px;z-index:9992 !important"><div style="height:10px;width:33px;display:inline-block;inline-block;float:right;"></div><div class="wp_but" style="display:inline-block;float:left;cursor:pointer;"><img id="wpfb_tab_img2" src="https://5element.in/wp-content/uploads/2015/05/facebook.png" style="width:33px;height:101px" alt="?"></div><div style="float:left;"><div style="background-color:#ffffff;border:1px solid black;display:inline-block"><div class="fb-page" data-href="https://www.facebook.com/feelrealclothing" data-width="350" data-height="500" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/feelrealclothing"><a href="https://www.facebook.com/feelrealclothing">Feel Real Clothes</a></blockquote></div></div></div></div></div><div class="wp-flybox_tab" id="wp-flybox_tab3" style="pointer-events:all;width:auto;display:inline-block;overflow:hidden;position:fixed;border:0px;right:-9990px;top:232px;z-index:9993 !important"><div style="height:10px;width:33px;display:inline-block;inline-block;float:right;"></div><div class="wp_but" style="display:inline-block;float:left;cursor:pointer;"><img id="wpfb_tab_img3" src="https://5element.in/wp-content/uploads/2015/05/facebook.png" style="width:33px;height:101px" alt="?"></div><div style="float:left;"><div style="background-color:#ffffff;border:1px solid black;display:inline-block"><div class="fb-page" data-href="https://www.facebook.com/5ElementNightWorkshops" data-width="350" data-height="500" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/5ElementNightWorkshops"><a href="https://www.facebook.com/5ElementNightWorkshops">5 Element Night Workshops</a></blockquote></div></div></div></div></div><link rel='stylesheet' id='gllr_stylesheet-css' href='https://5element.in/wp-content/plugins/gallery-plugin/css/frontend_style.css' type='text/css' media='all' />

    Thread Starter Martinovy

    (@martinovy)

    The code for SCRIPT (head) part: https://pastebin.com/22e06Y3K
    The code for HTML part: https://pastebin.com/rC6i6LSa

    Thread Starter Martinovy

    (@martinovy)

    Nope, it’s not iframe. The code looks like this:
    <div class="fb-page" data-href="https://www.facebook.com/organizacja5element" data-width="350" data-height="500" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/organizacja5element"><a href="https://www.facebook.com/organizacja5element">5 Element</a></blockquote></div></div>

    Thread Starter Martinovy

    (@martinovy)

    It’s Firefox 32-bit version 51.0.1, Polish language running on Windows 10, 64-bit, also Polish.

    Thread Starter Martinovy

    (@martinovy)

    Hello @progmastery.
    Thank you for your reply. Unfortunately the custom CSS did not give any result. I have a child theme created, but I’m unable to do such modifications. Are you able to help me with it?

Viewing 15 replies - 1 through 15 (of 18 total)