eazy24
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] restore option to display shipping options in dropdownForum: Plugins
In reply to: [WooCommerce] restore option to display shipping options in dropdownHi Mike Jolley and Claudio Sanches
i will try it this way,the site is on my local dev mashine,so here is the link to it,hope it works Click here!
still need help with mobile view,my desktop view look now like thishttps://www.upload.ee/image/5493106/1.png
this is cart page,but checkout page is still not ok
https://www.upload.ee/image/5493139/checkout-page.png
and also little bit offtopic,but i dont start to make new thread for that,where i can get estonian translation file for 2.50,new translation template looks different then old one was
Forum: Plugins
In reply to: [WooCommerce] restore option to display shipping options in dropdowni fixed it on desktop view,but need help with mobile view. Can i somehow send my site link privately? i dont want to put it here
Forum: Plugins
In reply to: [WooCommerce] restore option to display shipping options in dropdownok thank you,i will try to fix it with CSS.
No,its not WooCommerce theme,its my costum made bootstrap theme.Forum: Plugins
In reply to: [WooCommerce] restore option to display shipping options in dropdowni prefer this because its not rendering correctly on mobile and also its not ok with desktop view.
Desktop view
https://www.upload.ee/image/5491003/shipping_options.pngmobile view
https://www.upload.ee/image/5491013/mobile.pngwas ok with dropdown menu
Forum: Plugins
In reply to: [WooCommerce] Problem with Total Calculation woocommerce on vers 2.4.12ok tnx,i set my site to 3 places after comma,now everything look ok
Forum: Plugins
In reply to: [WooCommerce] Problem with Total Calculation woocommerce on vers 2.4.12sorry,deleted screenshots,but i uploaded again,here is problem i got when inserted price is 0,229
screenshot
its variable product and comma settings are as default set to 2
woocommerce deposits plugin from here,enabledfound it
Forum: Themes and Templates
In reply to: HELP!Menu isn’t workinghi,sry for late replay,yes you are right, .work in css is unclosed,but its only here because i made a mistake here,its ok on my real site,so that is not the problem.
You can see my site under construction from hereYes i dont have active style added yet,but i think thats not the problem here,i just wont menu like i have on my site,its static,but i dont add any menu buttons later anyway. I tried everything,but every time i try to add a new menu button after home,it makes all buttons as one link and displays active link as last one i added,example: i have home button there(when i add about button,then both home and about buttons work now as about button). When i remove class then it works ok,but then menu buttons are not in right place anymore.
i also changed my code: header.php
<ul id=menu> <a href="<?php bloginfo('url'); ?>/" title="Home"></a><img src="<?php bloginfo('template_directory'); ?>/images/home.png" alt="Home" class="home"/> <a href="<?php bloginfo('url'); ?>/about" title="About"></a><img src="<?php bloginfo('template_directory'); ?>/images/about.png" alt="About" class="about"/> <a href="<?php bloginfo('url'); ?>/work-2" title="Work"><img src="<?php bloginfo('template_directory'); ?>/images/work.png" alt="Work" class="work"/></a> <a href="<?php bloginfo('url'); ?>/hire-me" title="Hire me"><img src="<?php bloginfo('template_directory'); ?>/images/hire-me.png" alt="Hire me" class="hire-me"/></a> </ul>
and
css style:
/******************************************** MENU ********************************************/ #menu li a { color : #000000; text-decoration :none; } #menu li a:visited { color : #c3c3c3; } #menu li a:hover { color : #c3c3c3; background-image :url(images/hover.png); } .home { position: absolute; margin:0px; padding-left:457px; left: 0px; top: 0px; width:126px; height:76px; border:0px white solid; } .about { position: absolute; margin:0px; padding-left:583px; left: 0px; top: 0px; width:126px; height:76px; border:0px white solid; } .work { position: absolute; margin:0px; padding-left:709px; left: 0px; top: 0px; width:126px; height:76px; border:0px white solid; } .hire-me{ position: absolute; margin:0px; padding-left:835px; left: 0px; top: 0px; width:126px; height:76px; border:0px white solid; }
and i also fotget to say that i use permalinks as costum structure:/%postname%/
Sry for my bad english,i tried to explain as best as i can…
tnxForum: Plugins
In reply to: [Plugin: Contact Form 7] Deny mails from @mydomain.comanybody cant’t help?