stefaniescheidgen
Forum Replies Created
-
Forum: Networking WordPress
In reply to: New subdomain sites DNS problemOk, I finally solved it with your help, thank you π
Forum: Networking WordPress
In reply to: New subdomain sites DNS problemThank you for your answer.
What I do not understand is that I did not have to do anything like this for my other site https://blusztyn.stefaniescheidgen.com/.
I just created it under wp admin panel (add new site) and it showed.
But for my new site I get the DNS error and cannot access the dashboard for it either.Is there some new configuration that I did not need for the first site?
This is my setup in the wp-config:
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘stefaniescheidgen.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);`- This reply was modified 4 years, 2 months ago by stefaniescheidgen.
Hello Peter,
happy new year.I have come further now with my project, but I still have some questions. On my wordpress page I use shortcode to point to my data project. ([wpdadiehard project_id=”1″ page_id=”1″])
That displays but the paging is missing and I only see the paging when I use the project within the data access plugin (build in probably).
Where do I configure the paging for it outside of the plugin? In the css? And is there somewhere an overview what properties are available?
I refer to something like you sent me for hiding the footer of a table:
.wpda-datatable tfoot {
display: none;
}Kind regards,
StefanieYes, thank you very much.
To create a view, do I have to create it with SQL scripts?
Is there the possibility to have one column return a count of something?
LetΒ΄s say I want to know the number of graves for one cemetery, and want the number to be up to date, could I then have a select count return value in a column?I hope I donΒ΄t ask too much.
Have a nice day,
StefanieHello Peter,
yes, I did that but it looks like that it only works when the primary key is present in the query.
So if I use:
https://bluszytn.stefaniescheidgen.com/wp-admin/admin.php?page=wpda&table_name=Grave&action=listtable&action=view&ID=$$ID$$”
it shows the particular grave by ID.But when I use:
https://bluszytn.stefaniescheidgen.com/wp-admin/admin.php?page=wpda&table_name=Grave&action=listtable&action=view&ID_Cemetery=$$ID$$”
it show an error message “ERROR: Wrong arguments [missing key value]”Is there something I have to configure additionally?
Have a nice Christmas,
Stefanie- This reply was modified 5 years, 4 months ago by stefaniescheidgen.
- This reply was modified 5 years, 4 months ago by stefaniescheidgen.
- This reply was modified 5 years, 4 months ago by stefaniescheidgen.
Hello Peter,
thank you for your quick reply.
Yes, you understood my problem correctly.I did that, I have a data project with a page where the cemeteries are displayed and under the build in “view” in the first column the graves of that cemetery get displayed.
See here: bluszytn.stefaniescheidgen.com/Is is possible that instead of the build in “view” I could use that functionality and have a link that says “view graves” or something like that, in one of the columns? Because the functionality is there in the javascript.
Kind regards,
StefanieHello Peter,
I was taking a closer look and what I need is actually that instead of having the “view” build-in functionality, I would like to have that exact functionality in another column and always visible.
I was trying to use one column as a hyperlink column but it always needs the exact key but I want to display the “child table data”, so it would be more than only one record (just like “view table rows” does).
I hope you understand what I mean. So I have a list of cemeteries (yes, I know, itΒ΄s a little weird) and for each cemetery I would like to have one column that would be a count of all the graves, that are associated with that cemetery. Then I would like to have a link there “view graves”, where it would be a select on the grave table with cemetery_id as the one that is chosen in the list.
Kind regards,
StefanieHello Peter,
thank you very much for your help.
I will let you know how it goes.Have a great day π
Hello,
yes, thank you very much πI am just starting to use your plug-in. Is there a way to have links to other tables in a table view? So if I have a table “dept” in the data publisher, that I could click in one column and would get an overview over another table (i.e. employees), which is selected by the ID of the department?
So letΒ΄s say it should then be
“Select * from employees where department_id = dept.id”?Kind regards,
StefanieForum: Networking WordPress
In reply to: Multisite setup, new sites not loadedThank you but I still do not understand what to do.
My page is hosted at united-domains.de and stefaniescheidgen.com is mapped there to my wordpress page (http://stefaniescheidgen.wordpress.com).
So do I have to change something in united-domains or wordpress?Forum: Fixing WordPress
In reply to: Decrease header image heightThis is the solution for it:
https://wordpress.org/support/topic/decrease-height-of-header-image/Forum: Themes and Templates
In reply to: [Dara] Decrease height of header imageThank you very much, that worked π
Forum: Fixing WordPress
In reply to: Decrease header image heightHello,
unfortunately the picture just got unclear, but the height was the same. I will see if the developer answers and I will let you know.Forum: Fixing WordPress
In reply to: Decrease header image heightOk, I will test that and let you know. Thank you.
Forum: Fixing WordPress
In reply to: Decrease header image heightIt would be great if you could send me the CSS code.
I will also contact the developer to let him know if it is not working.
Thanks in advance.