motmat
Forum Replies Created
-
note merged into the orginal text
- This reply was modified 1 year, 9 months ago by motmat.
Forum: Reviews
In reply to: [FOX - Currency Switcher Professional for WooCommerce] Absolutely greatHello, Translate press
sorry for my late reply.
VladaForum: Reviews
In reply to: [FOX - Currency Switcher Professional for WooCommerce] Absolutely greatby multilingual i meant the currencies are stringer everywhere even in invoice plugin (unlike other currency plugins )
i used free then premium for more than 2 currencies
Forum: Themes and Templates
In reply to: [OceanWP] wrong widget cart sumHello Amit
thx againTo emulate it, u need to add to ur demos paid shipping as ur first shipping method (u have free shipping with ur demos so u can not observe the bug).
when i have time i will try to check the PHP Ocean theme code
There should be something like “sum cart totals” only (instead actual “sum cart totals including sum shipping”).thank u
VladaForum: Themes and Templates
In reply to: [OceanWP] wrong widget cart sumHello
thx again
i actually tried Storefront and there it works ok (original and child).
Ocean WP (original and child) does not do the right sum.I will describe more the bug position.
I its when u adjust the ocean WP via standard WP “adjust appearence settings”.
Then in Ocean WP improved interface is:
setting – woocommerce – menu cart:
otion
Display: Icon and Cart Count + TotalWhen u choose this option, the widget car sum also shows up – and this sum is not the items sum only, but wrongly includes the shipment fee.
Is the erron only by me or its WP Ocean error? Storefront is ok by me…
Vlada
- This reply was modified 5 years, 1 month ago by motmat.
Forum: Themes and Templates
In reply to: [OceanWP] wrong widget cart sumHi,
thx its
https://test.extasica.com/Cart should display the total amount only (without transport cost)
thank u
Vlada- This reply was modified 5 years, 1 month ago by motmat.
Forum: Plugins
In reply to: [Collapsing Categories] Post count errorPS code correction! ??
: error condition: “Expanding shows: Just Sub-categories” (by option “Expanding shows: Sub-categories and Post” the post count is showed correctly”)
Code correction:
plugin editor …. collapscatlist.php
from text below:
$theCount=$subCatPostCount2 + $totalCatPostCount;
just remove :
+ $totalCatPostCountForum: Fixing WordPress
In reply to: Remove white space under the header in Storefront 2.0.3write in ur child (this was a real pain until a paid programmer solved that for me ??
.woocommerce-breadcrumb { margin-bottom: 0; }
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header { margin-bottom: 0; }Hi,
thank u again I tried, but even when cleaned all parametrs in my child css, it did not work. May be Storefront needs some more special code … i will study web3schools.com and try find out
Thx :}Thank u both for firebug rcmd!!
I meant CSS child code how to do “change of color for the text where cursor actually is positioned (for radio category set up or possibly for all set ups) .
Just like the circle color hover change in set up option “Radio and checkboxes skin:minimal” when cursor is on it. The same for the text on actual (“cursor”) row.
Thank u
Vl.- This reply was modified 7 years, 11 months ago by motmat.
Forum: Fixing WordPress
In reply to: Category page with titles only for complicated (loop) themesPS if u later want content or excerpt, then add between fields
<div class=”entry”>
</div>
this syntax:
<?php the_content(); ?>(for excerpt display replace “content” with excerpt” in the syntax …)
file core php something like that