dipeshthetime
Forum Replies Created
-
Forum: Plugins
In reply to: [ABASE] External Image not loadingPlease feel free to ask for help.
Forum: Plugins
In reply to: [ABASE] External Image not loadingHi Guys,
After some work. I found the solution. So here is my new code.
[abase table=”HNKID” columns=”(Product Images)^LargeImageURL!’50;50;-25′,(Item Name)^ItemName,(Current Amazon Price)^Price” images=”LargeImageURL” style=”width:100%;”]
Notice that Images code has not change it is simply pointing to the right url column called LargeImage URL.
Here is what has changed! I went to the abase.php in plugins and searched for the words: <img src
There are two places where this is used. They are two rows at link 2137 and 2138. Just change those two rows to following and it will solve the problem.
$abase_row .=”“.”<img src='”.$sqlRowKey.”‘ style='”.$element_style.”‘>“;
$ntt .=”“.”<img src='”.$sqlRowKey.”‘ style='”.$element_style.”‘>“;Forum: Plugins
In reply to: [ABASE] External Image not loadingThe code below gets rid of the problem of having the extra url before actual url. But the image shows up as text link now. Any idea on what I am doing wrong? Thanks. Only thing I added in below code was (<>^) to get rid of the extra url before actual url. Please help. Thanks.
[abase table=”HNKID” columns=”LargeImageURL!’width:50px;vertical-align:-25px;’,ItemName,Price” images=”(<>^)LargeImageURL” style=”width:500px;”]
Forum: Plugins
In reply to: [ABASE] Proper Syntax To Search Table and Display ResultsCan someone please help. I am also trying to use the where statement. What would be the format of this?
Forum: Reviews
In reply to: [TablePress - Tables in WordPress made easy] Poor@alextovey This is a great plugin and the author is one of the most helpful person out there. Please re-consider your review.
Tobias,
You are right, adding the code you gave me to “Custom Commands” textfield on the “edit” screen of the table is a better way to do it. I love it. Thank you!
Tobias,
You really rock man! I just used the code above and added it on the bottom of the page. Works like a charm! Thank you so much. You can see the end results at housenkid.com.
Hi Tobias,
Where do I put this javascript to get this to work. I am not too good at this. Here is the javascript that I need to add.
$(‘.dataTables_filter input’).attr(“placeholder”, “enter seach terms here”);
I can imagine it going in tablepress-database-column-filter-wdigets/js/ColumnFilterWidgets.js
Please help. Thanks
Hi Tobias and Andrey,
Did you find out what was the best solution for this? My site is http://housenkid.com/houston/ and I also would like to have the text “Search” added as placeholder in search box. Since this runs on php, where would be a good place to add it.
I am a newbie to this and would appreciate the support. Thanks.