mrtigre
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minimalist] problem post in minimalist themeHello,
Just checking your answer.
Problem of open / close i fixed too !!
So in the scripts.js put just this :String.prototype.contains = function(string, separator){
return (separator) ? (separator + this + separator).indexOf(separator + string + separator) > -1 : String(this).indexOf(string) > -1;
};Forum: Themes and Templates
In reply to: [Minimalist] problem post in minimalist theme/wordpress/wp-content/themes/minimalist.1/minimalist/style.css
Forum: Themes and Templates
In reply to: [Minimalist] problem post in minimalist themewhere you have ur scrollbar name div or class ?
i modified much this theme so..If in ur div maincol so must be here ->
#maincol{ overflow-x:hidden; overflow-y:hidden; }Forum: Themes and Templates
In reply to: [Minimalist] problem post in minimalist themewhen i ll find i ll so post here héhé 😉
Forum: Themes and Templates
In reply to: [Minimalist] problem post in minimalist themefor scrollbar i fixed the problem for moment with propriety css :
overflow-x:hidden overflow-y:hiddenBut for moment no solution when we “click” on the title post it doesn’t open
Forum: Themes and Templates
In reply to: [Minimalist] problem post in minimalist themeFor me not for moment i think that come of the script/script.js and so the old framework mootools.
i thought update the minimalist version with jquery for an speed solution of deblock.
ty of your replayForum: Themes and Templates
In reply to: [Minimalist] problem post in minimalist themeHello Armande
You found an solution at this problem ?
We have same.
Apparation of scrollbar and when we “click” on the title post it doesn’t open. But only on Mozilla Firefox since +- 2,3 weeks.
Chrome, IE, Safari ok.ty if you can help you too.