I am currently running into an issue on my site whereby the elementor plugin will not load in the editor view while the PRO elements plugin is installed The issue is that the theme and pre-built site I have imported and paid for depends on both of these plugins Does anyone know any way to fix this?
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
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 …
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 …
I'm working on affiliate WordPress website, I need help on how to create login validation, like email, password and confirm password. pugins or code to do this will be appreciate. thanks
There are multiple plugins for uploading images to AWS S3 and Cloudfront from WordPress but none has the features to restrict by post type. I want to upload only common images which are to be shared in various platforms. We can do it by directly uploading through AWS Panel but any suggestions from WordPress? Regards Ankit
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 …
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 …
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?
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 …
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 …
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 …
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 …
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 …
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 …
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?
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?
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
I want to remove plugin settings from the bottom of the post creating page for a given user type. I want to remove the "Plugin Organization" drop-down from the post creating page for a specific user type as shown in the image attached. Any code or plugin to do it?