Thies
Forum Replies Created
-
solved ??
Great! Thank you for that.
Hi Tobias,
Thanks for you help. It works great now.
One other question. Is it possible to change the button text from the colvis extension in show / hide supplier?
I found de button text in the .js file, but if I change it nothing happens.
Cheers,
Thies
Hi Tobias,
Thank you for your quick reply. Of course you can see this on a test page, do you want a login for that?
Too bad those extensions conflict indeed. I was hoping I did something wrong :).
I’ve tried the column filter widget. And that one works indeed. The normal column filter doesn’t work at all, but as I have to choose I’ll choose the colvis for now.
Let me know what you need for testing that SEO plugin.
Best regards,
Thies
Forum: Themes and Templates
In reply to: [Customizr] Sidebar and comments only load sometimes on the blogI just installed genesis on a subdomain and found out that I experience the same problem.
I think I can safely conclude that this problem is not a theme issue, so I’ll call my hostingprovider.
Forum: Themes and Templates
In reply to: [Customizr] Sidebar and comments only load sometimes on the blogIt’s difficult to replicate the problem. And if you open several blogs and then back to the first in the same tab?
Forum: Themes and Templates
In reply to: [Customizr] Sidebar and comments only load sometimes on the blogI started looking in de theme documentation because of the problem. The advice was to install the cache plugin and indeed to disable all plugins and reactivate one-by-one. I did it, but didn’t help.
If you go to the blog. Do you experience the problem? Because it seems not to be a consistent problem
Forum: Fixing WordPress
In reply to: Wootique – upsell / related productsThanks msabirm for your help.
Tried it, but no result :(.
I bet it’s in this part of the css:
.upsells ul { margin-left:0; } /* 1 column single product */ .single-product.layout-full .images { width:336px; } .single-product.layout-full .images img { width:326px; } .single-product.layout-full .summary { width:514px; } .single-product.layout-full .related, .single-product.layout-full .upsells { width:48%; } .single-product.layout-full .related { float: left; } .single-product.layout-full .upsells { float: right; } /*.single-product.layout-full #comments .commentlist li.comment .comment-text { width:822px; }*/
But as I don’t fully understand CSS or php code I don’t know what to change. Tried the percentage. I’ve cut out the float left en replaced with position relative ; but there not even changing something when I do that! So Maybe you have another tip for me based on this?