Martinovy
Forum Replies Created
-
Forum: Plugins
In reply to: [PayU GPO Payment for WooCommerce] 2.0.7 – errorSame for me. It’s ok after downgrading.
Forum: Themes and Templates
In reply to: [Gutenshop] TranslationHi, 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.
Forum: Themes and Templates
In reply to: [Gutenshop] TranslationNope, 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.
Forum: Themes and Templates
In reply to: [Gutenshop] TranslationHi, 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.Forum: Themes and Templates
In reply to: [Shop Isle] frontpage -deletedCze??, napisz do mnie: fb.com/marcin.orzechowski w tej sprawie, zobaczymy co da si? zrobi?.
Forum: Themes and Templates
In reply to: [Jewellery Lite] TranslationsHello, 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.
Forum: Plugins
In reply to: [WP-FlyBox] Mozilla Firefox – content not shownThe 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?
Forum: Plugins
In reply to: [WP-FlyBox] Mozilla Firefox – content not shownNo, it’s not. I’m sure.
Forum: Plugins
In reply to: [WP-FlyBox] Custom tabs not displayed in line on ChromeYes, this helped me ?? Thank you.
Forum: Plugins
In reply to: [WP-FlyBox] Mozilla Firefox – content not shownIt looks like this (after adding your styles):
https://pl.tinypic.com/r/2iatr8j/9Forum: Plugins
In reply to: [WP-FlyBox] Mozilla Firefox – content not shownThe <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' />
Forum: Plugins
In reply to: [WP-FlyBox] Mozilla Firefox – content not shownThe code for SCRIPT (head) part: https://pastebin.com/22e06Y3K
The code for HTML part: https://pastebin.com/rC6i6LSaForum: Plugins
In reply to: [WP-FlyBox] Custom tabs not displayed in line on ChromeNope, 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>
Forum: Plugins
In reply to: [WP-FlyBox] Mozilla Firefox – content not shownIt’s Firefox 32-bit version 51.0.1, Polish language running on Windows 10, 64-bit, also Polish.
Forum: Themes and Templates
In reply to: [Business Elite] Post thumbnails – change size or placementHello @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?