mencargo
Forum Replies Created
-
Why wouldn’t you include the feature not meant to be left out?
As I said, good bundle, cannot use it everywhere because it doesn’t support multisite.Forum: Networking WordPress
In reply to: New multisite for subfoldersI’m searching for the opposite, intall wp at /gapps/
And having the websites at:
/gapps/en
/gapps/esForum: Fixing WordPress
In reply to: Deprecated Error in WP 3.2.1 DashboardI think it’s a PHP issue,
We have PHP Version 5.4.0, the issue is there.BUT, if the =& is replaced with = then a fatal error kicks in:
$this->data = $this->data[‘child’][end($this->namespace)][end($this->element)][];
line 14567
Forum: Plugins
In reply to: [WP-Table Reloaded] wp-table-reloaded First row copy outside the bodyIt creates this:
class=”wp-table-reloaded wp-table-reloaded-id-1 .dataTables_scrollHead .wp-table-reloaded, .dataTables_scrollFoot .wp-table-reloaded { margin: 0!important; }”
And doesn’t work.
I don’t understand why the table is divided in 3 divs, the catpion is set after the first div, and the main div has its own header and footer…
Forum: Plugins
In reply to: [WP-Table Reloaded] wp-table-reloaded First row copy outside the bodySolved using my intended headers as footers.
Now back to the original issue… hahaha
header and footer are separated from body.
Forum: Plugins
In reply to: [WP-Table Reloaded] wp-table-reloaded First row copy outside the bodyIt’s fully supported:
https://www.datatables.net/release-datatables/examples/basic_init/complex_header.html
I placed extra columns at top, so it has a unique cell at header for each column, not I have several other errors.
JS messages pop-up while load.
Forum: Plugins
In reply to: [WP-Table Reloaded] wp-table-reloaded First row copy outside the bodyNow I’m getting:
jquery.datatables.min.js:122
Uncaught TypeError: Cannot call method ‘fnSetData’ of undefinedI only updated the table via csv.
Forum: Fixing WordPress
In reply to: Only Main page shows as "Not found"Nevermind!!!
I found out that, even if at “Reading” didn’t show options for front page, at the “site edit” I found:
Show On Front
To be set as “page” instead of “posts”, my themes didn’t support page as front page.
Cheers!