creativa1976
Forum Replies Created
-
same
Solved, thanks
I have a multilingual plugin….!
but im not able to asign the language on your event created pages
Forum: Plugins
In reply to: [Classic Editor] can’t add body textCould you get a solution for that?
Forum: Plugins
In reply to: [Polylang] Translated pages disappeared from all pages listI solved this issue because I found the a new option appeared on the superior bar that gives you the option to show wich languages to show.
Forum: Plugins
In reply to: [The Events Calendar] Which link to events in second language?did you find a solution for that?
Forum: Fixing WordPress
In reply to: Can’t access to my web site and show me some errorsSolutioned…
Server was overfull
Forum: Plugins
In reply to: [WooCommerce] categories not display in 3 columnsThat was awesome!
Thanks sooo much!!!Forum: Plugins
In reply to: [WooCommerce] grunt assets!!! WHY!I have the same problem!
Forum: Plugins
In reply to: [Visual Composer Website Builder] Problems with the footer-extra codeThe same code were pasted on the classic editor block, I just deleted it and the problem disappeared.
Forum: Plugins
In reply to: [WooCommerce] Sub categories as Buttons instead of imagesTry this
.woocommerce .widget_product_categories ul:not(.children)>li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
line-height: 1.7em;
border-bottom: 3px solid #ddd;
margin-top: 0.35em;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}.woocommerce .widget_product_categories span.count {
color: #ddd;
margin-left: auto;
font-size: 0.8em;Forum: Plugins
In reply to: [WooCommerce] Aligh product image to centerTry this:
.product {
margin-bottom: 0px;
align-content: center
}.product-img img {
border-radius: 1px;
align-content: center
}Forum: Plugins
In reply to: [WooCommerce] white space under mobile menuOh my good! Your where totally right!!
You have saved me!
Thanks!