frances2823
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] 404 on all pagesIn fact it was my theme which have been hacked ??
Sorry.Forum: Themes and Templates
In reply to: [Restaurateur] Order dishes list by category, then by creationFor my part,
I’d like to order all the items first by category and then by name.
example : all the items include in the first category order by nameAnd not by date of creation as it is now.
Is it possible ?
ThanksForum: Plugins
In reply to: [Clean Login] Call the login plugin in the header by phpI just want to call the plugin by php in my header.php file.
I guess short codes are only usefull for the post or page written from the admin..
Is it possible ?Forum: Themes and Templates
In reply to: [Quality] Crash in IE9Hi I found the problem.
You’ve forgotten the ‘ / ‘ at the end of the declaration
We have : `<!–[if IE]>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
<![endif]–>`But we must have to work: `<!–[if IE]>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″ />
<![endif]–>`And it works like this.
Forum: Plugins
In reply to: [WordPress Popular Posts] Plugin on a wordpress networkSolved
Forum: Plugins
In reply to: [WordPress Popular Posts] Plugin on a wordpress networkI solved my problem.
I checked in my database.
The plugin installs 2 tables “popularpostsdata” and “popularpostsdatacache”.
In my case I have 2 blogs. All the tables from the primary blog are “wp_…”. And for my seconda blog, all the tables are named “wp_3_…”.Simply I didn’t had the 2 tables “popularpostsdata” and “popularpostsdatacache” installed for my second blog. So I duplicated this 2 tables and renamed like this “wp_3_popularpostsdata” and “wp_3_popularpostsdatacache”. And now it works. ??
Forum: Plugins
In reply to: [WP Mobile Detector] Upgrade Causing Symbols IssueSame here.
After upgrading, I have a problem with special characters.
I have a french blog, so I have a lot of special characters like é, à, où etc…Symbols are at the same spot every time.
Example : instead of “année” I have ann??e
and many many other words like that.I had to disable your extension to solve my problem.
I tried to re-encode in utf8 the php file in the extension and uploaded it but it’s the same problem. I think there is a problem in your php.