lucianohpcv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Theme: WordPress Twenty Eleven] Default layout (child theme)Nevermind… I’m gonna remove the sidebar of the php files and done. I wish there were other option.
Forum: Plugins
In reply to: [Page Cornr] [Plugin: Page Cornr] Need to apply to only one WP pageOh, SO SORRY, I make a mistake :S
I meant: replace
add_action('wp_footer', 'pagecornr');Sorry :S
Forum: Plugins
In reply to: [Page Cornr] [Plugin: Page Cornr] Need to apply to only one WP pageSORRY! I really don’t visit this page. For future support, please send me an email hola AT luxiano DOT name.
Replace
add_action('wp_head', 'pagecornr');at the end of pagecornr.php withfunction pagecornr_with_id(){ if(is_page(11)) { pagecornr(); } } add_action('wp_footer', 'pagecornr_with_id');Where
11inis_page(11)is the page ID. If need it in a specific post (NO page), changeis_page(11)tois_single(99), where99is the ID for your post.Forum: Plugins
In reply to: [Plugin: Page Cornr] MU Support?Ready! I installed WordPressMU and tested the plugin.
If you like to offer your users the option to use the plugin, you have to activate the “Plugins” option in wpmu-options. In the next version it will include two text fields for images’ url. I will test everything with my WPMU installation 🙂
This weekend, if everything goes right, I will release the new version.
Luxiano.
PS: Sorry for my bad English 🙂
Forum: Plugins
In reply to: [Plugin: Page Cornr] MU Support?Oops! actually… I didn’t test that. Sorry! I will see how to do it this weekend. Stay tuned!
Thanks for the feedback!
Luxiano.
PS: Sorry for my bad English 🙂
Forum: Plugins
In reply to: [Plugin: Page Cornr] Positoins of the cornrThe problem with ‘fixed’ is that it’s seems to screw up in IE (that’s odd :P) at least when I tried. But hey! I include a CSS file for you guys, so, that way, you can change it to your tastes 😉
But, as a promise, I’ll test it with differents themes, besides the three that I already tested, and do the necesary changes… seriously 😀
In regard to your other issue (scrolling), I’ve never had that problem :S I’ll see that… sounds seriously. Can you see if the plugin adds another call to jquery, besides the one you already have?
Thanks for your feedback!
PS: I supose you already upgraded to 0.3.6 😉
PS2: Again, excuse my English 🙂Forum: Plugins
In reply to: [Plugin: Page Cornr] Positoins of the cornrIs not ‘relative’ is ‘absolute’, but I see your point. I promise to look at in this week.
Thanks!
Luxiano
PS: Excuse my English, I speak Spanish 😛
PS2: Please update the plugin! There was an error in pagecornr.php and now it’s fixed… now is Page Cornr 0.3.1.Forum: Themes and Templates
In reply to: Field Title in P2Oh great! Thanks 😀