ziyaindia78
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Add to cart button not displaying with variableHello Marcin,
Still waiting for your response. Could you please tell me how I can upload missed files?
Thanks,
ZiyaForum: Plugins
In reply to: [Jigoshop] Add to cart button not displaying with variableThanks Marcin,
I have send my issue on contact us. Could you please tell me how I can fix this issue asap.
Thanks,
ZiyaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding HTML to tablesDear All,
Thanks for all your replies
I have insert that function into
Hot Topix: Theme Functions (functions.php)
Thanks,
AzadForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding HTML to tablesDear Tobias,
Could you please send me your email id?
My email id is ziyaindia78@gmail.com
I will send admin details there.
Thanks,
ZiyaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding HTML to tablesDear Tobias / Andrew
Please check
Thanks,
ZiyaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding HTML to tablesDear Tobias / Andrew
Thanks for all your reply but still images are not displaying on chrome.
http://www.gamesage.co.uk/?page_id=8
Thanks in advance,
ZiyaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding HTML to tablesI am using following function
add_filter( ‘tablepress_cell_content’, ‘Google_Wrap15’, 2, 8 );
function Google_Wrap15( $tablepress_cell_content, $table_id, $row_number, $column_number ) {
if ($table_id==1) {
if($row_number >= 2) {
if ($column_number==8) {
$tablepress_cell_content = ‘<img width=”50″ height=”50″ src=”‘.$tablepress_cell_content.'”/>’;
} else if ($column_number==9){
$includes_images_url = includes_url().’images/buy_now.png’;
$tablepress_cell_content = ‘<img width=”72″ height=”32″ src=”‘.$includes_images_url.'”/>‘;
}
}
}
return $tablepress_cell_content;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding HTML to tablesThanks for your help
It’s working on Mozila / Firefox but not working on chrome.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding HTML to tablesI am using following code
add_filter( ‘tablepress_cell_content’, ‘Google_Wrap15’, 10, 4 );
function Google_Wrap15( $tablepress_cell_content, $table_id, $row_number, $column_number ) {
if ($table_id==1) {
if ($column_number==8 or $column_number==9) {
$x=strpos($tablepress_cell_content, ‘(‘);
if ($x==0) {$temp=$tablepress_cell_content;}
else {$temp=substr($tablepress_cell_content,0,$x);}
$tablepress_cell_content = ‘<img src=”‘.$tablepress_cell_content.'”/>’;
}
}
return $tablepress_cell_content;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding HTML to tablesDear Andrew,
Thanks for replying
I want same thing that you have done.
The only difference is that you have done for a specific column value while I want do this for all row values for 2 columns.
Thanks,
ZiyaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting table by imageDear Tobias,
Please check following URL
https://wordpress.org/support/topic/adding-html-to-tables?replies=16#post-6542384
for my latest query
Thanks,
ZiyaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding HTML to tablesDear Tobias,
Please check following URL
http://www.gamesage.co.uk/?page_id=8
I need to display image into “Box Art” and “Buy Link”.
I want to update all values for above 2 columns.
Could you please tell me how I need to update “add_filter( ‘tablepress_cell_content’, ‘Google_Wrap15’, 10, 4 )” for my requirement.
Thanks,
ZiyaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting table by imageDear Tobias,
Thanks for your reply
My problem is that:
I have already image src value in the column, I just want to assign these value into image src tag.
Could you please suggests me any easy way to do it?
Thanks,
ZiyaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting table by imageSo I need to insert image tag for all column values?
If yes……Could you please give me steps, How I can do this?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting table by imagePlease check following URL
http://www.gamesage.co.uk/?page_id=8
I need to display image into “Box Art” and “Buy Link”.
Thanks,
Ziya