Creating a singup form with popup in wordpress - php

Hey guys i have to make some changes to my e commerce website ..The website is http://www.labskart.com/. The things is that here i want to add a signup option at the top of the website.When a user clicks on the signup button it should come with a popup and asking for
name and email id or with facebook integration like the same way as the flipcart does.
I have tried to make changes on header.php but it didnt do any good ..Am an newbie in wordpress development ..Hope you guys can help me out.
Any suggestions,code samples or any names of plugins must be aprreciated.Thanks in advance
PS: The theme am using is megashop theme..

Sometimes it only needs a bit of research. Install a plugin to do that like WP Modal Login or search for a better option for you, there's a couple of plugins to do so. Google it by keywords like "wordpress pop up login" and related keywords.

You can take a look at it.
http://wordpress.stackexchange.com/questions/10309/how-to-display-wordpress-user-registration-form-in-front-end-of-the-website
maybe this will provide u form.

Related

Add login feature and show specific content to users on WordPress Website

I have a WordPress website that I use to introduce our Wedding company. I want to add the functionality that I can create/generate login credentials for each of my client. And when I give them the credentials and a url, they can login on that url using those credentials which can redirect them to a custom made page that displays only their photos/videos as a gallery.
Can you suggest how I can add this function to my site? Are there some plugins that can help me achieve this in free?
Thanks
I'd look into buddypress area for an MVP. At least you get decent profiles out of the box and can build some logic around private pages / communities there. Of course, it's totally possible to do with any membership plugin too, but they all are too bloated for my taste. Better try it with BuddyPress and then develop from scratch with the logic you want.

Add 2 buttons in Wordpress Hirebee theme from Appthemes

I am using the Wordpress Hirebee theme from Appthemes.
Link to theme features: https://www.appthemes.com/themes/hirebee/
Link to theme demo: http://demos.appthemes.com/?theme=hirebee
The theme already has a messaging and notification system for freelancers and employers to communicate with each other. So I want to:
Make two buttons on profile. One button will be "Contact Me". It will send a normal message to the Freelancer.
Second button will be "Hire me" button. It will invite the freelancer to an open project already created by the employer/user. To use the Hire me button, employer/user have to create a project first, then look for freelancers and invite anyone they like from the profile. If no project is created when the the hire me button is clicked, it should show a popup message saying to create a project first with a link to Create a project page.
Both the above buttons should work along with the theme's existing notification system so users will get notifications for any messages or replies.
If someone used Hirebee theme please let me know how to do that.
Thanks in advance :)
We are currently trying to set up this same theme and that is a good question. I been waiting to see if anyone answers you.
Michelle

edit magento navigation without coding

I just recently started working with a Magento site, and so far I'm really not liking it. I need to remove a couple links from the main navigation, but I can't seem to find the option for it. I've googled it numerous times, and all I see are examples for coding the navigation. My question is, can you edit the site navigation like you can with say wordpress? Seeing how it's a cms I'd imagine the user should be able to make changes to the navigation using some type of interface, and without having to pull the files from the server and edit them.
Also just out of curiosity, for anyone experienced with Magento would you say it's a good choice for a cms? I've heard of it before, but haven't seen many sites that use it.
No!, so you have three options here.
Learn how to extend the navigation with the 100's of tutorials out there, it is really not that hard, assuming you have a theme you just have to edit app/design/frontend/[theme]/default/template/page/html/topmenu.phtml
Get an extension to do it for you.
Hire a developer to do it for you, we create a static block with installer for the html which make it slightly more user friendly to update in the future.
Stackoverflow is a bad place to ask questions like this, it is aimed at programmers and doing such a procedure is rudimentary stuff, I really hope you are a client trying to be cheap rather than someone who claims they can run this site.
Edit: The cms features are ok but you need to be able to code to set them all up so the end user can make the changes with WYSIWYG.
If you don't want to code for navigation then you can do below things
1) Create category and then Display Settings=>Display Mode=>static block only and Display Settings=>CMS Block=>static block name. In static block u can include in page url or custom page
2)You need to hire developer
If you're using Magento and have an integrated WordPress blog, it's possible to design a completely custom menu in the WordPress Admin using the menu builder. You have complete control over what menu items you want and the hierarchy of each item.
To get this to work, you need to integrate your WordPress blog using WordPress Integration in full integration mode. Your Magento template also has to be using the default Topmenu block.

Magento require a user to accept t&c's before they can access the site

I've been asked to add a lightbox popup to a Magento site. It should appear the first time a user looks at the site so they have to check it before they can view the site or make a purchase.
If this isn't possible a JS popup or at the least just have the lightbox popup that needs to be clicked to dismiss it (but still allowing site access).
I've googled and looked on here, but everything seems to be related to the t&cs on the checkout page which isn't appropriate.
I'd appreciate any guidance or suggestions how to go about this.
Perhaps consider the AITOC Splash Page extension. It provides exactly the capability you're describing and seems to work well. I haven't used it on a CE site, only on a Magento Pro 1.11.1.0 site. Their extension though is available for CE and EE as well.
Use cookies—perhaps this library may help—save confirmation of T&C approval, and check on page load to detect whether user has confirmed.
Use some form of lightbox to display your message and approval mechanism.
Any more exact detail would make anyone expect payment! :)

Wordpress Digg-Like Voting System Plugin

I just found out about BuddyPress (a collection of plugins that convert a WordPress MU install into a social network) and now I was wondering if there are any Digg-like voting plugins for WordPress. This would eventually integrate into a BuddyPress website, where the site members would submit, vote and comment on stories (much like Digg).
I have a feeling I will end up having to build this from scratch, but since the site will be built on WordPress, I was wondering if there were any plugins already available that add this functionality. So far I have come up empty in my search. I did find a Wordpress blog that had this functionality WpVote. It even creates thumbnails of the story webpage automatically (I'm assuming) using websnapr. I browsed through the page source and didn't seem to find any hints of a WP plugin that they are using.
I've successfully used TDO Mini Forms for user submissions combined with Vote it up to build a digg-style site.
You can create a "top votes" page using the MostVotedAllTime_Widget() function from Vote it up, or use the SortVotes() or GetVoteArray() functions to build and style your own top votes list in a customised page template.
You'll find the full list of available functions in /vote-it-up/votingfunctions.php
BuddyPress Links is what you're looking for:
http://wordpress.org/extend/plugins/buddypress-links/
Or you can try:
Pligg Voting CMS
when i was start to build my own social bookmarking, i using voteitup plugin but if you want to build your own vote button you can visit bavotasan.com and search post "simple-voting for-wordpress-with-php-and-jquery"
take a look at my own social bookmarking using it : http://nestdev.com
http://prothemedesign.com/themes/nominate-for-wordpress/
is a premium theme I've come across but never used. It's a WP version of Digg and I believe pretty good.
Personally I use Drigg which is a Drupal version of Digg. See it in action here: http://weblinks.myfriendshotel.com Unfortunately, however, WebSnapr have just changed their code so the site is no longer showing thumbanails but hopefully as a 'non-programmer' I'll find a solution soon...
Is this what you're after?
http://www.tevine.com/projects/voteitup/
I think [wpvote][1] use drigg module for drupal. I've just found buddypress plugin which has similiar function like digg social bookmarking. more detail
Not sure if this is still relevant or not but the theme used for WPVote.com has now been released on Pro Theme Design - http://prothemedesign.com/themes/nominate-for-wordpress/

Categories