chiaraarmbruster
Forum Replies Created
-
Hi Peter,
Thanks again for your fast help 🙂
Hello Peter,
as I want to use the shortcodes, i thought there is no possiblity to use default where in them?
I’ll send you the files and some screenshots in a sec.
Thank you very much.
ChiaraHello Peter,
no unfortunatly i can’t give you access due to confidentiality issues.
Would it help if i send you my plugin-files, so that you can look for changes between mine and your version?
Also I could include screenshots from the plugin settings or what else could help.Thank you very much.
ChiaraNo. Unfortunately not.
Version 4.0.0
Updated this morning.
But it didn’t work before. There i had 3.5Hey Peter,
i’ve tried several different tables and views and nothing works with the filter.
I dont think i have installed a search filter or external code at this point.To test the shortcode i just added a new page in wordpress and entered the shortcode. There is no additional php or anything running there.
The strange thing is, that it worked fine, when i implemented this some months ago. And now it isn’t working anymore.
Thanks,
Chiaraselect *, '' as wpda_hyperlink_0 fromsusmagpro.view_sus_magnets_to_eol_magneteol_idlike '14' limit 10Hello Peter
the echo shows
select *, ” as wpda_hyperlink_0 from
susmagpro.view_sus_magnets_to_eol_magneteol_idlike ’14’ limit 10isn’t there missing the WHERE?
- This reply was modified 5 years, 6 months ago by chiaraarmbruster.
- This reply was modified 5 years, 6 months ago by chiaraarmbruster.
- This reply was modified 5 years, 6 months ago by chiaraarmbruster.
Hello Peter,
a filter on a text column also doesn’t work.
The output is the table without any entries. So I see all columns and title of the table but it says “no data found”.I’m sure I entered the correct column-name and filter-value.
Do you have any more ideas?
The table i want to filter is a view in my sql-database. But i don’t think that this is the problem.Thanks
ChiaraFound the problem. Permission for wordpress to use my database was missing.
Good morning Peter,
I completely forgot to mention, that your suggestion with the reload of css was correct. I cleared my cache and everything worked.
Thank you very much! 🙂
Best regards,
ChiaraHi Peter,
unfortunately it doesn’t work. I inserted this code in you wpda_style.css (in main plugin-folder under assets) and in the custom css file but either way it didn’t work. Also it doesn’t seem to even get overritten, so I guess it isn’t put at the right place or isn’t the right path to the img item.
Any more suggestions or ideas, where to put the css that it works out?Best regards,
ChiaraHi Peter,
sure WPDA_Data_Tables.php from Line 570:
$image_src .= //'<img src="' . $url . '" style="width:' . $image_metadata['width'] . //'px;height:' . $image_metadata['height'] . 'px;">'; '<img src="' . $url . '">';'(the old code is as comment now and the new code is the last line.)
Yes you can close the topic 🙂
Best Regards,
Chiara- This reply was modified 6 years ago by chiaraarmbruster.
Hi Peter,
that firstly didn’t work out. Now I found the problem.
In WPDA_Data_Tables.php Line 571 the height and width of the image is set according to the metadata of it directly to the element, so that custom css doesn’t work.I now just edited this, so that the image isn’t sized to it’s metadata and the custom height works fine now.
Best regards,
ChiaraHi Peter,
I’m currently trying to get the css-Element for a image in the data entry project page (backend). When I add a big picture I want that it is only displayed with max height of 200px, so that it isn’t displayed over the whole screen. Could you please help me with the Element?
I tried things like you did in the styling-help for wpdiehard-pages:
– table.wp-list-table tbody tr td div.img {}
– div#id_of_div {}
and so on. But nothing works out.Thank you very much!
Chiara