Romik84
Forum Replies Created
-
Forum: Plugins
In reply to: [ELEX WooCommerce Role Based Pricing] Price of default variationHi @elextensions,
thanks for your info and help. What I looking for is price for default variation. Your premium plugin sets user group price per variation. It’s not what I’m looking for. I am checking variable products where price is correct when I select a variation. When I visit a catalog or a single page the price is not correct. Thanks for further help.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Slow loading of product filterNo, we don’t use it. We use Astra theme.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Slow loading of product filterHi,
thanks for recommendations but the load is still same. Any other ideas? Thanks.
Forum: Plugins
In reply to: [ELEX WooCommerce Role Based Pricing] Price of default variationHi
thanks for help, I tried this code, it shows me sale price. But not the discounted price. Please check it. Also it doesn’t show me price without VAT.
Forum: Plugins
In reply to: [WooCommerce] Hide attribute values in admin listThanks for your continuos help but this code didn’t help either :(. any other ideas?
Forum: Plugins
In reply to: [WooCommerce] Hide attribute values in admin listHi vijay, thanks for help. Isn’t that function only for a specific attribute? I would need it globally for all attributes. The code looks for the edit link also. Not for the values in the table cell.
Hi,
thanks for the quick update. I tested it but it still shows me the thumbnail size in the tooltip. Thanks for your effort and update.
Forum: Themes and Templates
In reply to: [evolve] Custom css doesn’t workHello @simonwernsen,
please provide the Custom CSS you used. Thanks.
Forum: Themes and Templates
In reply to: [evolve] Change Photo When Change Product VariationHello @rockstarnil, please describe the steps. thanks
Forum: Themes and Templates
In reply to: [evolve] How to center menu bar ?if you use a caching plugin, clear its cache
Forum: Themes and Templates
In reply to: [evolve] How to center menu bar ?Then the code was changed incorrect.
Forum: Themes and Templates
In reply to: [evolve] How to center menu bar ?Hi @xinrea,
modify this:
echo evolve_menu( ‘primary-menu’, ‘navbar-nav mr-auto’ );
to this:
echo evolve_menu( ‘primary-menu’, ‘navbar-nav justify-content-center’ );
Forum: Themes and Templates
In reply to: [evolve] Header/logohm I see you are also using an older theme version. How about update to the latest one? Just backup the current version and update. Possible?
Forum: Themes and Templates
In reply to: [evolve] Header/logoHi @seanbacher, try this Additional CSS:
.header { padding-top: 0; padding-bottom: 0; } .header .container { padding-left: 0; padding-right: 0; } .title-container { display: none; } .header #logo-image { margin: 0 auto; }
Forum: Themes and Templates
In reply to: [evolve] Google Plus link Is invalid in evolve_sharethisHi @kyrolus, this will be removed. Thanks