Subscribe to email

I am looking for a way where, the users of my website will subscribe to a post, and when my post will be edited or updated they will be emailed by my posts contents, My post contains, article, Twitter Updates, a Video How will the users get notification when my posts get updated and also when someone comments on posts
Category: Web

Image Crop/Resize Function/Code Sinppet/Plugin to adjust/crop images during upload

We have a Directory website http://prntscr.com/e76vrf running at LISTABLE Theme. Currently, when a User Signs Up and Upload the "Profile Photo", "Cover Photos" there is no provision to adjust the Photo and the wider photos cut off after saving them. So we want to add an image resizer/cropper which can let users to resize or crop the image. I tried to find a plugin this but I was not able to settle on any. Do you know of a code …
Category: Web

Wordpress no permission redirection to a popup

I am currently using a custom code where if there is no permission, it will redirect to a need permission page. However I would like to transform this to a popup instead of redirection. Below is the base of my code: function redirect_users() { //check permission here if( !$permission ) { wp_redirect( 'no-permssion-page' ); exit; } } redirect_users(); Basically, when users click on any element with a redirect function(a tag, button, etc), it will run a function and then if …
Category: Web

Wordpress + BlockUI or a splash page

First - I don't want to invite a wheel which may exists. Second - I'm not sure which method will be most effective in my case. I have a website where there are a lot of galleries with high-res photos and kind of large thumbnails (about 350x235 on average) which makes those pages to load slowly. On those pages I want to do some kind of quote and under that quote a message about that page may load slowly. I …
Category: Web

Is there any Extra cost charging plugin for reorder feature custom products?

Is there any plugin for such a feature “extra charge cost for First order will be charged and for reordering the same custom-product will not charge”? The Items are printed products where we need to design a new printing plate for the first order and if there is reorder of the same item then there we don't need to re-design a printing plate. Printing Plate Price will be different as variations (Size, Color, No of color) - within variation, there …
Category: Web

Markdown in WordPress 3.2?

I found the question Create posts using markdown? about using Markdown on WordPress, however the plugins referred to haven't all been upgraded to WordPress 3.0 or higher. Since I happen to be a bit pedantic about using updated plugin, what options are available to integrate Markdown for both editing and displaying on a WordPress 3.0 or higher setup?
Category: Web

Personality quiz in wordpress using a plugin

I am trying to create a personality quiz in WordPress using a plugin 'quiz and survey master'. The plugin gives the ability to assign points to each answer but, the problem is , my quiz is based on categories and each category has some questions and the end result of the quiz is determined based on points scored in each category. e.g in category 'a' user scores 'x' points and his result will be 'xyz'(same in each category). The problem …
Category: Web

insert data in database table from plugin with WP3.1

I am quite new in WP Plugin World. I am trying to develop a plugin in WP 3.1 when I am trying to insert data into my table named "wp_enam" in the following way: $wpdb->insert($wpdb->enam, array('username' => "enam" , 'useremail' => "[email protected]")); it is not working. I try to debug it in following way: $wpdb->show_errors(); $wpdb->insert($wpdb->enam, array('username' => "enam" , 'useremail' => "[email protected]")); $wpdb->print_error(); Now I am getting following message from MR.WP WordPress database error: [Incorrect table name ''] INSERT …
Category: Web

Is there a wordpress listserv or email group plugin?

There are plenty of WP plugins for one-way correspondence... ie mailing lists where the owner can send out newsletters, etc. but i am looking to integrate the functionality of a listserv or email group for my WP users, where anyone in the group can address the whole group, but those outside the group cannot. i could do this in google groups, but was hoping to integrate it w/ my club's WP site so that i could use it in conjunction …
Category: Web

Access remote SFTP server via Wordpress login?

I currently have an active Wordpress site and a running SFTP server that I manage locally. My Wordpress site is also hosted locally using LAMP. My question is if anyone knows of a way to integrate the SFTP server into my Wordpress site so that users can log in and access files stored on the SFTP server? I know I could simply upload all my files to the Wordpress site but I’d have to do a massive amount of work …
Category: Web

Wordpress comments not appearing in blog posts, likely because of Redux template. Could I fix this with a plugin that adds a comment form as a block?

Although I'm comfortable with coding I'm quite new to website building so please forgive me if I'm using clunky or inaccurate terminology. On my Wordpress website I installed the Redux plugin. It has some cool features and I don't want to get rid of it, but I'm almost certain it's the source of my troubles. On my posts I'm using a Redux Template; that is when I'm in the Edit Post page, in Settings->Document->Post Attributes->Template I've chosen "Redux Contained" (although …
Category: Web

Custom User Dashboard

I want to create a user dashboard that displays certain elements. To understand what i'm saying, allow me to give you a quick background. First of all i'm not a pro and it's my first time building a website and asking you guys here so please go easy on me and teach me because i want to learn. Secondly, my website (i can't share the details because it's still under construction). Contains a page called "Page of Order" i offer …
Category: Web

How to make a customize role and view a specific plugins base on that role?

is there anyone can suggested or give me an idea. i created a customize WordPress plugin. it was called "Spark 3cx client" First when i login using "admin" account. I can view or access the admin dashboard. Then what i wanted is to access the same page of admin to get the same GUI but only the specific plugin will appear on sidebar, using the customize role/user credential when logged in?
Category: Web

How can I create a navigation menu in the sidebar that can also act like a slider?

I am trying to create a page with a series of lesson/tutorial and looking to have something like a menu on the right/left side bar so the access to the topics are easier. Something like in the page https://www.wpkube.com/ - "The best of wpkube" widget in the sidebar. Is there a plugin that can do this job?
Category: Web

How do I export categories, site stats, comments and posts from wordpress to excel

I need to export the posts, categories, the author, the page views and comments from WordPress to excel. This is because I need to analyze the performance of each author and each category based on page views and comments. I tried the WP all Export plugin but it was not compatible with the site. How can I go about achieving this. It is quite urgent and I need help
Category: Web

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.