Giovanni Marques Costa
Forum Replies Created
-
Forum: Plugins
In reply to: Create Add, Edit, Delete Form with Pluginit’s the same I need to my plugin.
is there a standard already available on codex ?Forum: Everything else WordPress
In reply to: List users inside a <select> inputwp_dropdown_users is the function 🙂
Forum: Fixing WordPress
In reply to: Site won’t display correctly in Safarithe problem could be in the xhtml and/or at your css structure, so the browser could not load your site ok at certain conditions like (slow net connection, or when are many tabs opened in the browser you’re using).
most of the time this kind of the problem it’s related with bad xhtml and css, with no ofense, it happens to me too some times and I almost get crazy.
Forum: Themes and Templates
In reply to: help with designbroder, if you’re asking this, it’s because you have no idea what is HTML XHTML and PHP include function.
sorry not help you on this, but if you want to do this, you have to search on google, yahoo,msn about “HTML Iframe” and study about this, but I do not recommend you use this on a site.
Forum: Themes and Templates
In reply to: help with designgood answer too theapparatus haha.
Forum: Fixing WordPress
In reply to: Import, ExportI guess the answer it’s yes, or no (if you have knowledge and permissions to create a local copy of php on your account and change this setting). I had an account on Dreamhost and I remeber they make clients do this.
Forum: Fixing WordPress
In reply to: Site won’t display correctly in Safariit could be problems with display:table or display:block.
you should read about display property, and it could be the defualt margin and padding that browsers set.you could put this on your css file to reset the margin and padding that browsers set by default.
*{margin:0;padding;0;border:none;}(sorry if you already know about this)
Forum: Fixing WordPress
In reply to: Import, Exportyour hosted blog do not allow you upload file more than 2mb am I right ?
Forum: Themes and Templates
In reply to: help with designwhat I saw in that site, is that he made use of Iframes and he put WordPress in the middle frame.
Forum: Themes and Templates
In reply to: help with designbe more clear, and I can help you.