myasinveici
Forum Replies Created
-
Forum: Plugins
In reply to: [Table Field Add-on for SCF and ACF] ArrayThe following code where do I upload to display table.
In the show table with face moving Array error
The following sample error page
https://goo.gl/vL8ocL
Please check the help$table = get_field( ‘your_table_field_name’ );
if ( $table ) {
echo ‘<table border=”0″>’;
if ( $table[‘header’] ) {
echo ‘<thead>’;
echo ‘<tr>’;
foreach ( $table[‘header’] as $th ) {
echo ‘<th>’;
echo $th[‘c’];
echo ‘</th>’;
}echo ‘</tr>’;
echo ‘</thead>’;
}echo ‘<tbody>’;
foreach ( $table[‘body’] as $tr ) {
echo ‘<tr>’;
foreach ( $tr as $td ) {
echo ‘<td>’;
echo $td[‘c’];
echo ‘</td>’;
}echo ‘</tr>’;
}echo ‘</tbody>’;
echo ‘</table>’;
}- This reply was modified 7 years, 9 months ago by myasinveici.
Forum: Plugins
In reply to: [Table Field Add-on for SCF and ACF] ArrayWhere I upload the code in WordPress?
Forum: Plugins
In reply to: [ACF: TablePress] Logged in / Logged out issueBy the way did not solve my problem you proposed
Please update or plugin, or to publish a comprehensive video trainingForum: Plugins
In reply to: [ACF: TablePress] Logged in / Logged out issueBy the way did not solve my problem you proposed
Please update or plugin, or to publish a comprehensive video trainingForum: Plugins
In reply to: [ACF: TablePress] Logged in / Logged out issueHello dear
I don’t know where this code and which file should be put
Your reply thank you$tablepress_id = get_field( ‘your_field_here’ );
echo do_shortcode( ‘[table id=”‘.$tablepress_id.'”]’ );
or
$tablepress_id = get_field( ‘your_field_here’ );
$args = array(
‘id’ => $tablepress_id,
);
if ( function_exists( ‘tablepress_print_table’ ) ) {
tablepress_print_table( $args );
}
https://www.ads-software.com/support/topic/logged-in-logged-out-issue-1?replies=2Forum: Plugins
In reply to: [ACF: TablePress] Logged in / Logged out issueDeuce Creative In which file format import site