diegomak
Forum Replies Created
-
Thank you for the clarity,
Right now is showed as warning(yellow) section, not green. but ok, I understand you point.
I was just asking, because I have like 3 warnings in other plugins, and after update the old version of them to latest, all warnings dissapear except the one from Smart Slider.
Anyway is only 0,1?KiB and only one file. n2.min.js
Forum: Themes and Templates
In reply to: [Astra] Astra Customizer load but don’t execute any actionPHP is not the solution, I’m already in v7.4,I was in astra v.3.6.8 as you suggested-
NOt sure which solve the problem, one month after (today) I update the Astra to last version 3.7.3 and also last version of elementor , workpress, and woocommerce
everything working well now with the new template.
Forum: Themes and Templates
In reply to: [Astra] header menu, two widgets bad alignThanks, of course, I will use your solution, more simple, less customization(that’s better)
Not sure about the root cause of the problem, but this was the solution.
still elementor has a bug, that makes customers, do personalization on css level.ast-site-header-cart .widget_shopping_cart .cart_list a, .woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a {
line-height: normal;
font-size: 12px;}
Forum: Themes and Templates
In reply to: [Astra] header menu, two widgets bad alignHi, after a lot of research i learn some things.
The problem reported here was solved with the following:
Maybe not the better solution, but looks like I want./*SOLVE SEARCH AND minicart button.. problem on Mobile
*/
/* portrait layouts smaller than 930px, most mobiles */
@media only screen
and (max-width : 930px){
.ast-masthead-custom-menu-items * {
display: flex !important;
align-items: center !important;
justify-content: center !important;}
/*This to restore the bubble circle with count number posicion.
*/
@media only screen
and (max-width : 930px){.ast-site-header-cart i.astra-icon:after {
margin-top: -10px !important;
}I did a lot of other personalization on minicart.
I share with others./* personalization, dropdown product list. -mini-cart
*/.ast-site-header-cart .widget_shopping_cart .cart_list a, .woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a {
line-height: normal;
font-size: 12px;
color: #000;
}/* /* personalization, Mini cart- empty car – mini cart
*/
.ast-site-header-cart .ast-site-header-cart-data .woocommerce-mini-cart__empty-message, .woocommerce .ast-site-header-cart .ast-site-header-cart-data .woocommerce-mini-cart__empty-message {
text-align: left;
color: #000000;
font-size: 12px;
}/* /* personalization, dropdown product list. size and buttons style mini-cart
*/
a.button.wc-forward {
font-size: 12px;
}
a.button.checkout.wc-forward {
font-size: 12px;
}/* mini Car button count color background . bubble circle
*/
.ast-site-header-cart i.astra-icon:after {
background: none;
}/*Astra change the order of menu vs search and mini cart.
1. before menu
2. After menu*/.ast-header-break-point.ast-header-custom-item-outside .ast-masthead-custom-menu-items {
order: 2;
}Forum: Fixing WordPress
In reply to: How to change font type and font size for woocommerce store ?Thank you, works for me also in Astra -Elementor.
Forum: Themes and Templates
In reply to: [Astra] header menu, two widgets bad alignHi herman, I have no idea of forum is only for free user., my first support request.
custom css to fix this.. ok that will work.But I have a doubt, is this not a bug? using astra header must be in account this kind of situations right?