All Questions
0
votes
0answers
6 views
How to remove admin menu pages inserted by plugins and themes in the top admin bar?
How do I find out the correct hooks that are being used when installed plugins and themes insert their own menus into the WordPress admin top menu bar?
I know how to remove them from the admin ...
0
votes
0answers
6 views
database - multiple wordpress installations using same database - can they share plugin settings?
I have multiple Wordpress installations sharing a database. They are also sharing the same wp-content folder. Is it possible for the sites to also share the same plugin options? I found a method for ...
0
votes
0answers
5 views
dropdown menu with bootstrap: how to change
I'm a young student and this is my first theme with Wordpress and bootstrap. I need your help to find a tutorial where I can understand how to do a special dropdown-menu.
This is my website: my web ...
0
votes
0answers
7 views
Add a variable to CF7 shortcode and use it?
I am trying to set up a page with multiple forms (100+), only difference is the recipient email address.
Is there a way I can do something like this:
[contact-form-7 id="36" title="Request a msg" ...
0
votes
0answers
7 views
in product variation discription content unable to save js code [on hold]
i am trying to create a variation product for my on line store every thing is working fine ! i want to put some content in product variation description - but it is unable to store this below code in ...
0
votes
0answers
5 views
Missing dns-prefetch link when using “nested” wp_register_style
Given this script:
function register_styles(){
wp_register_style('google-fonts', '//fonts.googleapis.com/css?family=Oswald|Open+Sans');
wp_register_style('bootstrap', ...
0
votes
0answers
8 views
What is the best wordpress plugin for Security and why? [on hold]
I would like to know what wordpress plugins either free or paid ones that you use for security and why do you use these?
Thanks and have a nice day
Joe
0
votes
0answers
5 views
WooCommerce Admin Reports : Get custom product report based on date range
I need to get each product sell report based on data range. That means I'll input the product id(or ids) as well as start date and end date and the function will return me the number of that product's ...
0
votes
0answers
9 views
Preventing form resubmission on contact form plugin
I've built a "get a quote" plugin for a client; basically a contact form with some extra fields and and some math.
This form is embedded in a landing page and upon submitting it is replaced with a ...
0
votes
2answers
11 views
Add a plugin before main container
If I have a plugin that prints (simply) "Hello World", and I want it be outside of the main container, so, like this:
<h1>Hello world!</h1>
<div id="content">
.
.
.
</...
0
votes
0answers
4 views
Make wordpress admin failed login attempt return 401
Currently, wordpress default is returning 200 on either failed or successfull login attempt.
The modern standard, used by all web application framework is to return 401 (or 403) on failed login ...
0
votes
2answers
7 views
querying posts with a custom status
I am trying to query some wordpress posts, they have a custom post status of closed.
When I run this query, they get returned despite their custom status being set to closed, even though I've asked ...
0
votes
0answers
5 views
How do I fix the “sorry, you are not allowed to access this page” error I get on the “plugins > settings” links?
I just upgraded to WordPress 4.6, and now when I try to click on the Settings link on some of my plugins I get this "Sorry, you are not allowed to access this page." message.
I can active/deactivate ...
0
votes
0answers
5 views
Rest API User Levels
I've got a a mobile angularjs app that's using https://github.com/Tmeister/wp-api-jwt-auth jwt auth to add to WP_Rest API www.wp-api.org which works fine, when a user is an Administrator. However, ...
0
votes
0answers
11 views
Sorting table with AJAX
I am using a plugin (PHP code for Posts) that allows me to insert php code to my pages and posts. I have a table in my php code that I need to sort it using AJAX. What I have done so far is sorting ...