Magento login page on home page load - ajax

I'm new to programming and starting to work on Magento.
I need to show a Magneto customized login page in an Ajax popup box on homepage load.
How can i achieve this?
Can any help me in detail please?

Related

Suggestion for designing product page in Wordpress

I have a wordpress website and I am looking for the plugin suggestions for my Products page. I want that when user clicks on any company name on the Products page, a page like SubProducts should open up. On the 'SubProducts' page, there is a sidebar on the left. When user will click on 'Drills' in the sidebar, content should load in the 'Main Content' on the SubProducts page.
When user clicks on next product, it's content should load in the Main Content. I vaguely know that AJAX is useful for such purposes when we don't want to reload the page again.
Is there any plugin for this requirement. I don't want ecommerce plugins as I am not selling the products here.
I am also looking for some resources for implementing this in AJAX, I have found some pages but they are not doing what I want.
Please suggest.

All Links Display Home Page on Home page in joomla

I just finished my website design, but encountered a problem, all the links in my main page, redirect to the home page! but other pages are working fine, any ideas to solve this?

How to call inchoo social connect login in one page checkout page magento

I used inchoo social login plugin from this url:
http://inchoo.net/magento/facebook-connect-magento-extension/
But it will show social login buttons in login and registration page only.
I want to show social login buttons in one page checkout page as well. I tried but unable to do that.
If anyone have any idea to resolve this problem, then please help me put.
Thanks!
On your checkout page phtml in which you want to call these buttons, add following code:
echo $this->getLayout()->createBlock('inchoo_socialconnect/google_button')->setTemplate("inchoo/socialconnect/google/button.phtml")->toHtml();
echo $this->getLayout()->createBlock('inchoo_socialconnect/facebook_button')->setTemplate("inchoo/socialconnect/facebook/button.phtml")->toHtml();

How to load the model box on the home page in the Magento

I want to display a login model box on the Magento home page and want to authenticate the user first before entering to the site. I want to display it as the home page loads. Can somebody tell me how can i do this?
Vinai Kopp (from Magento) wrote a module for this:
http://www.magentocommerce.com/magento-connect/login-only-catalog.html

How to show newsletter signup in a lightbox popup in Magento?

I´m not a coder and come here to ask for help. I need a way to show newsletter signup in a lightbox for example www.popupdomination.com or this www.tylertool.com when the pages load or after some seconds in magento. I have searched for all the web and found some scripts, but as I´m said, I´m not a coder and couldn´t find any kind of module that do this.
I can understand, You want to show popup for news latter subscription after magento home page load. In magento many extension available, Here i share one free magento extension which all cover your requirement.
http://www.magentocommerce.com/magento-connect/newsletter-subscription-with-free-gift-coupon-popup.html
Please Let me know if you have any query

Resources