Forum Replies Created
-
AuthorPosts
-
Hazmi
ParticipantHi,
this is a problem for my clients. They are making a changes with post and don't wait until something is finished loading (the metabox with images is collapsible/hidden, because there are others metaboxes, that are more important then this with images, where client usually don't make changes).
So this is a normal behaviour or a quick tip for solution?
Hazmi
ParticipantHi,
any progress with this (2 months)?
Hazmi
ParticipantHi,
1/ i have a setting page from the code i have posted, every custom field for user input (text, datetime, ..) i create has an "[]" as default value :/ and param "std" with my value doesn't work
A new problem for me here - custom field "taxonomy" on setting page doesn't save my data ("taxonomy_advanced" is ok) :/
2/ no, i haven't any wysiwyg
Hazmi
ParticipantI'm sorry. My mistake - everything is ok. (i don't noticed, that on my test server, where i have only about 8 photos, the modal window is showing only unused media files).
Hazmi
ParticipantHi,
thanks for your support - it's ok.
Hazmi
ParticipantHi,
aaaah super - it's working! Thank You Anh.Hazmi
ParticipantSo how is the correct using this addon for my purpose?
Hazmi
ParticipantBecause i have not only a single subpage (page - subpage - subsubpage ..)
Hazmi
ParticipantThis function shows me a metabox for pages, that have top parent page id "429".
function parent_page_id_check(){ if( is_admin() && isset($_GET['post']) ){ $id = $_GET['post']; $parents = get_post_ancestors($id); $id = ($parents) ? $parents[count($parents)-1] : $id; return ($id == 429) ? true : false; } }Hazmi
ParticipantOK, thanks..
Hazmi
ParticipantOK, thank you..
Hazmi
ParticipantHi, i tested my code with "columns" extension ... and i noticed, that a i'm posted here without it :/
Your video is fine, so i inspected my code again and find, where the problem is. I have 2 columns, but my setting was "4" for one column .. with this, the setting page has unexpected behavior.
So i'm sorry with this and thank you for your fix with (no) background - can i upgrade the extension now?
Hazmi
ParticipantHi, i'm sorry, but i really need this addon to work properly .. without this a don't see a sense for byuing it..
Hazmi
ParticipantPlease give me a feedback.. (and date to solving this issue)
Hazmi
ParticipantHi,
v1.2.4 fixed problem with show cloned group (fields), but another problems are here:
- i have no chance to delete cloned groups
- is there a way to remove white background, which is under Group field? (on Settings page, where is no background with param "style=>no-boxes" it looks bad :/) -
AuthorPosts