steliodj
Forum Replies Created
-
Forum: Plugins
In reply to: [Geolocation IP Detection] CSS Class based on CountryAwesome ! I will be waiting for your next update…by the way is there any way we can get notified via email when updates are released? A mailing list?
cheers
Forum: Plugins
In reply to: [Styles] Documentation for theme integrationHey Paul, thanks for the fast reply…just sent you an email.
Cheers,
SteliosForum: Hacks
In reply to: Override header.php with one in plugin's folderHi bcworkz, thanks for replying.
It’s a plugin for creating landing pages and the template in question(including header and footer) will be used for only a specific custom post type(landing pages).
So i think it will not be an issue ignoring the theme, actually i think that it is better to ignore the theme for this specific purpose.What do you think? Bad move from me 🙂 ?
Forum: Hacks
In reply to: Override header.php with one in plugin's folderSomeone suggested that i could replace the get_header with
inlcude( PLUGIN_PATH . '/templates/header.php' );and get_footer with
inlcude( PLUGIN_PATH . '/templates/footer.php' );So i can use my own files instead of the theme’s
Is this bad practice?
Any more suggestions?
Forum: Hacks
In reply to: Override header.php with one in plugin's folderExactly…this is a plugin that i will be releasing and this is why i need it to work out of the box.
So i’m trying to do it with proper wordpress standards and code because most possibly i will be submitting this to WordPress repo.
[bumps will get moderated – think of posting more information if possible]
Forum: Hacks
In reply to: Override header.php with one in plugin's folderI’m creating a plugin that creates landing pages and i need them to be totally different than any other page so it has to be theme-independent…this is the reason i’m messing with the template.
Woocommerce & buddypress have custom templates for sure but do they have a custom header as well ? I’ll have to give them a better look.
Thanks again.
Any more tips are more that welcome.
Thanks,
SteliosForum: Hacks
In reply to: Override header.php with one in plugin's folderI’m not sure if this is going ot help that much, but there’s some information about this sort of issue over on Stack Overflow. The biggest thing in there is that there’s some good ideas about what filters or actions you’ll need to set the template to the one that you want to use. If you use the ideas in there as a base I’m sure that you’ll be able to make it happen with a bit of hacking.
Hi catacaustic, unfortunately i couldn’t find anything there, it might be something but i don’t get…i’m not really good at PHP, but willing to learn.
Any more help ? Would be much appreciated…or any known plugins that have a similar functionality so i can investigate the code.
Cheers,
SteliosForum: Hacks
In reply to: Creating on-page options for Custom Post TypeHi Patrick,
thanks for sharing…do you know if it works with plugins or is it only for themes?
I have also find this one if you want to check it out https://github.com/Gizburdt/Wordpress-Cuztom-Helper
Forum: Plugins
In reply to: [List Custom Taxonomy Widget] Exclude option not workingThat’s awesome!
Thank you very much for the fast response & for the updates.
-Stelios
Forum: Networking WordPress
In reply to: Deploying to Amazon network… use BitNami? resource allocation?Hi Strategerizer,
I wonder how that went. Did you proceed with bitnami cloud and EC2 ?
What configuration did you actually need at the end? And how many sites have you managed to run with your configuration ? What is your cost for that kind of configuration(if that’s allowed to answer..if not then ignore).
Do you found any disadvantages on running WordPress Multisite on the cloud? And are there any other advantages apart scalability ?
I hope you can find some time to reply.
-Stelios
Forum: Networking WordPress
In reply to: Creating a very mini wordpress.comHi frisco,
Did you find any useful links to share?
Thanks,
SteliosForum: Themes and Templates
In reply to: Width Issues ?Hi alchymyth,
Thanks for pointing out…i will fix IE 7 issues and the html.
I have newsletter sidebar hanging over also but i can’t find how to fix the width and still keep the background seeing.
I think the issue is here #list_sidebar_newsletter but by reducing it’s width i’m losing graphic(background).
Do you have anything to suggest ?
Thanks one more time.
Forum: Themes and Templates
In reply to: Width Issues ?Hey alchymyth,
Thank you very much mate that solved it….it’s a really small part remaining but i cannot find where it comes from something else may hanging over.
Thanks one more time
-SteliosForum: Fixing WordPress
In reply to: Blank Page – SometimesNone ?
I thought that this should be a little bit common as i had it before.
Should i re-install? It’s a fresh installation.
-Stelios
Forum: Networking WordPress
In reply to: Multisite and hacksHi there,
Thank you all very much for the info.