danicom
Forum Replies Created
-
Same issue for me.
Forum: Plugins
In reply to: [BuddyPress for Sensei] Error in bp-sensei-functions.php on line 915And another error!
Notice: Undefined variable: att_html in /../wp-content/plugins/sensei-buddypress/includes/bp-sensei-group-experiences.php on line 59Forum: Plugins
In reply to: [BuddyPress for Sensei] No teachers on members pageGo to BP for Sensei in the admin panel, and rebuild index or push save changes with options activated
Forum: Plugins
In reply to: [WordPress Popular Posts] wpp_get_views( get_the_ID() ) return -1 view!Forum: Plugins
In reply to: [WordPress Popular Posts] wpp_get_views( get_the_ID() ) return -1 view!This is the original code
function wpp_get_views($id = NULL, $range = NULL, $number_format = true) { // have we got an id? if ( empty($id) || is_null($id) || !is_numeric($id) ) { return "-1"; } else { global $wpdb;
Could you put as remains after the change you suggest?
thank you very muchSorry for my incompetence, but I’m not sure about the start and the end of the suggested modification.
Forum: Plugins
In reply to: [WordPress Popular Posts] wpp_get_views( get_the_ID() ) return -1 view!I have the same problem
<?php if (function_exists('wpp_get_views')) { echo wpp_get_views($post->ID); } ?>
returns -1
Any idea?
ThnksThat is just my steps, but I don’t post in twitter.
Why? No ideaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table WidthWorks fine, thank you!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table WidthHi Tobias,
how are you?
I’m a former user of wp-table reloaded
Well my problem is also related with table size. See my problem here
https://autismodiario.org/2011/12/13/medicacion-y-autismo-revision-sistematica/
I try all the tips for control the size of table
Using the CSS like
Restric the length of each column (7 columns in total)
.tablepress-id-16.column-1 {
width: 80px;
}.tablepress-id-16.column-2 {
width: 80px;
}
…. up to column-7
The sze of my template are 640 px
Any trip to solve this?
Thnks a lot for the support