malkov
Forum Replies Created
-
Forum: Plugins
In reply to: [WOOF by Category] Filters before ContentYes, I solved adding an extra widget before the content.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Wpauthors translationSolved putting the files into /wp-content/languages/plugins
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Custom SidebarForum: Plugins
In reply to: Woocommerce (and Genesis) products per rowPardon, the conflict was between WooCommerce and W3 Total Cache
Forum: Plugins
In reply to: Woocommerce (and Genesis) products per rowWhen I disable SEO by Yoast the problem disappear…
Forum: Plugins
In reply to: Woocommerce (and Genesis) products per rowAny help please?
Thanks for your help Erica but it’s not a built-in feature. By the way (I don’t know how) I got what I needed ??
Thanks again.anyone?
Hello everyone,
I’m using soliloquy on the genesis framework.
I show a soliloquy slider on the top of every post [soliloquy id=”***”]…
I would like to show the featured image on the blog listing page rather than the slider.
All help is very appreciated.
Many thanks.
Forum: Fixing WordPress
In reply to: Comments text area widthThank you very much mlddev!
It works perfectly.
Thanks again.
Cheers.
Forum: Fixing WordPress
In reply to: Comments text area widthHi mlddev, thanks for your help.
Unluckly this way it doesn’t work. The text area it becomes wider but I can only see half of it.
Here what happens.
I think I should add something in this code:
.type-post, .type-page, { width: 640px; /* vary to meet requirements*/
Something like this:
.type-post, .type-page, textearea { width: 640px; /* vary to meet requirements*/
In this way of course it doesn’t work.
Thanks again.
Forum: Fixing WordPress
In reply to: Comments text area widthI found the problem but I dont know how to fix it.
The issue comes when I change this:
|------------------------ | =Content/Sidebar |------------------------ */ #content, #sidebar { } #sidebar { }
into this
|------------------------ | =Content/Sidebar |------------------------ */ #content, #sidebar { width: 300px; } .type-post, .type-page, { width: 640px; /* vary to meet requirements*/ }
I need this change to make sidebar wider.