JACasado
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Translate "Order by" in "Shop" pageFinally I solved it going to the Theme folder, then opening the woocommerce folder it had created inside, and then in a folder called “loop” I found a file called “orderby.php”. Inside it there was a word “sort by” which I translated and modified the .php file. It worked.
Forum: Plugins
In reply to: [WooCommerce] Translate "Order by" in "Shop" pageUnfortunately I can’t find where this sentence “order by” is. I translated a “order by” in the theme i am using, but it didn’t change anything. I am afraid it is a page created by woocommerce, but this pluggin doesn’t have the sentence “order by” in the .pot file, so I can’t translate it.
Forum: Plugins
In reply to: [WooCommerce] Translate "Order by" in "Shop" pageHi Martin,
I will have a look, thanks.
Forum: Themes and Templates
In reply to: [Espied] how to change width of content on porfolio pageSolved by adding:
@media screen and (min-width: 37.5em) {
.page-content,
.entry-content,
.entry-summary {
width: 1260px;
}
.comment-content {
max-width: 1260px;
width: auto;
}
}Forum: Themes and Templates
In reply to: [Espied] how to change width of content on porfolio pageSolved by adding:
@media screen and (min-width: 37.5em) {
.page-content,
.entry-content,
.entry-summary {
width: 1260px;
}
.comment-content {
max-width: 1260px;
width: auto;
}
}Forum: Themes and Templates
In reply to: [Espied] how to change width of content on porfolio pageHi Kathryn, for some reason that CSS code is not working on my site http://www.casadophoto.com
I’m also traying to open the projects with full width templates…