Hi Michael,
Yes is an administration page inside an iframe. The code i have wirtten for my front-end page is:
Code:
<a href="http://ipaddress/company/wp/home/aggiungi-avvisi/trova-e-modifica-avvisi/">Trova e Modifica Avvisi</a>
<p style="text-align: right;">[login-logout text_to_login="Login" text_to_logout="Logout" redirect="http://ipaddress/company/wp/"] [user_login] <a href="http://ipaddress/company/wp/wp-admin">Edit</a></p>
[advanced_iframe securitykey="SECURITYKEY" src="http://ipaddress/company/wp/wp-admin/post-new.php" id="aggiungiavvisi"
use_shortcode_attributes_only="true" width="944px" height="530px" show_part_of_iframe="true" show_part_of_iframe_x="54" show_part_of_iframe_y="58" show_part_of_iframe_width="944" show_part_of_iframe_height="330" show_part_of_iframe_allow_scrollbar_horizontal="false" show_part_of_iframe_allow_scrollbar_vertical="false"
iframe_hide_elements=".hide-if-no-js, .handlediv, .hndle, .inline-edit-group, .page-title-action, #message, #adminmenumain, #wpadminbar, #mw_adminimize_admin_bar, #footer-thankyou, #wpfooter, #footer-upgrade, #visibility, #wpchat, .wp-editor-tabs, #wp-word-count, #post-status-info, #postdivrich, .autosave-info, #minor-publishing-actions, .misc-pub-post-status, .tips, #edit-slug-box, #commentsdiv, #category-adder"
iframe_content_id="#wpcontent|.eo-grid-8|#categorydiv|#event-categorydiv|#submitdiv|#post-body-content|#post-body|#side-sortables|.eo-grid|#excerpt|#postexcerpt|#postbox-container-2|#normal-sortables"
iframe_content_styles="background-color:white|width:200px|width:300px|width:300px;height:400px|width:300px|width:535px|width:535px|width:300px|display:inline-block|height:314px|height:325px|height:305px|height:305px"
show_part_of_iframe_new_window="_top" show_part_of_iframe_new_url="http://ipaddress/company/wp/" hide_page_until_loaded="true" show_iframe_loader="true"]
Just to be clear ... the loading icon (advanced_iframe loadin icon, I mean. Not other preloader plug-in) is shown only when the parent page is open. Not also when user confirm the registration of the post. After user send the post, worpress show for only few second some parts I had hidded inside the iframe. After, the page (parent or child, I don't know) finish to load and the parts I had hidden correctly disappear. In this short period of time, user can click in some parts I wanted to hide. Moreover is unaesthetic.
Quote:
Maybe using the external workaround although you are on the same domain works for you! Because then you could e.g. include css dynamically which does hide the areas you don't like before the content is shown.
I believe I will not be able to develop this.
Thanks
Alessandro.