Plugins are tools to extend the functionality of WordPress. This tag should not be used to mark requests for plugin recommendations, which are off-topic per the FAQ.

learn more… | top users | synonyms (2)

0
votes
1answer
144 views

How to export/import WordPress woocommerce products

I'm searching a solution to my problem, i have a WordPress website which contains many products so i have created a new one with a new design i have installed the same version of woocommerce as the ...
0
votes
0answers
34 views

Woocommerce order review page is not visible

I am implementing woocommerce plugin in my project.After filling billing address & selecting payment method.The page jump to order review page but it doesn't show that page.I don't know why? The ...
0
votes
2answers
54 views

I used a plugin that hides wp-admin, but it hid wp-admin for admin too - how to revert back?

I used a plugin that hides wp-admin and does a lot of other things, but it hid wp-admin for admin-user too (due to some bad settings on my part probably) - how to revert back? I deleted the plugin's ...
2
votes
1answer
15 views

Set attached to state

In the media library every attachment post has an "Attached to" column. I've developed a plugin that adds author profile and a facebook like banner image. I now discovered that the attachment posts, ...
1
vote
1answer
106 views

Wp favorite posts get user favorites in profile using buddypress

Im currently encountering a problem i display user wp favorites posts fine, but the issue is i wont display them, once users are logged out it says " no posts have been made" while each user has ...
0
votes
0answers
32 views

Wordpress 3.5 install error

Im trying to install the wordpress on my root folder but i got this message when i try to enter on url. PHP Warning: require(./wp-blog-header.php) [<a ...
-1
votes
0answers
100 views

Need help to retrive data from MYSQL based on dropdown selection

I am displaying a list of country in the drop down list, retrive it from the database . and i need to display price for the selected country based on the options chosen by the customers in the drop ...
-2
votes
0answers
19 views

Need a custom fields plugin [closed]

If have done a lot of testing, but I cant find a custom fields plugin that supports duplication of custom field groups with wordpress core functions. For example when i have a group of fields with ...
0
votes
0answers
58 views

Dynamic Content Gallery Thesis 2 Wordpress Home Page Only

I'm using Wordpress with Thesis 2 installed and I'm building my own design onto the "Blank" skin. I want to use the Dynamic Content Gallery Plugin on the home page only. I'm using this code to load ...
0
votes
1answer
62 views

Adding rich text editor to my plugin

Hello Wordpress users, I'm trying to add a rich text editor to my own plugin. So I googled it first of course and I found serveral answers like: ...
3
votes
2answers
62 views

Delete Custom Dashboard Widgets

Here is the code on how to delete all dashboard widgets - the default, and plugin widgets but I want to change the code to only delete custom dashboard widgets not the default ones. // Create the ...
0
votes
1answer
34 views

Create Short code dynamically

I want to generate short code for my gallery dynamically. For a single gallery, it is easy to create a short code for my gallery using add_shortcode( 'image-gallery', 'gallery' ) Now my question is ...
0
votes
1answer
37 views

Disqus plugin outputs script as literal text

After installing the Disqus plugin, their JavaScript code started popping up as plain text on my site in several places. My hypothesis is that it pops up at the end of any loop involving the_post(). ...
0
votes
1answer
29 views

The Jetpack site is inaccessible 32700

I installed Jetpack and I activated JSON API. When i try to access my blog it shows following error: { "error": "jetpack_error", "message": "The Jetpack site is inaccessible or returned an ...
0
votes
1answer
32 views

A simple script/plugin to display specific page upon hierarchy of selections

I am building up a shop in wordpress using mayashop theme. What i need is a page where i can display two categories - Men and Women. Upon selecting one, it should open up a list of sub categories. ...
0
votes
0answers
17 views

customizing jquery with ubermenu jquery API's

I am having a heck of a time trying to get this simple function to work in WP using ubermenu: My goal is to have dropdown menu-itm-156 fire when the document.ready and control it based on which page ...
-1
votes
0answers
15 views

Reset Button for Custom Plugin (reset to default settings with php not using settings api)

I have a custom plugin I am creating for wordpress in php. It's simple one with whitelabeling functions. I am trying to create a reset button. I know how to create the field. I think I can do it by ...
-2
votes
0answers
27 views

Which plugin would be used for image gallery? [closed]

I need word press plugin for create images gallery, and images individually show in box with caption and title. And clicking on image, image would be show in pop-up box as thumb. Please open this link ...
1
vote
0answers
40 views

Using window.onload with Ubermenu

I am using a plugin to place this code on specific pages. But it is not firing correctly. Has anyone had experience working with Ubermenu, WP and jQuery? Do I have to call jQuery into my ...
0
votes
1answer
39 views

How to create a file archive in WordPress?

I've installed WordPress for my school's website. I have a task of creating a file archive, an uploader and a file viewer for the website. The file archive would store files on the server, "in the ...
3
votes
1answer
42 views

Using MathJax in text

I have installed a Mathjax plugin on my local wordpress installation, and the plugin works fine. However, I can't get it to show Latex in-text; it creates an own line for every latex formula. I end up ...
-1
votes
0answers
48 views

Get a wordpress plugin that allows me to ask questions and as the admin answer those questions within a wordpress page [closed]

My name is Scott and I am a life coach. I am looking for a plugin that allows me to ask multiple questions (20 or more) within one wordpress page on my site. Then as the admin I need to be able to ...
0
votes
0answers
46 views

WP-United with Phpbb with POPup login

I am using WP-united in wordpress to integrate Phpbb, Now i want to show the Phpbb login in the form of modal popup. Please guide how to do it
-1
votes
0answers
14 views

Custom image bg picker

I wanna make the user be able to pick an image and post that picked image some where binded to the picker.. fx i wanna be able to let the user pick a background for their website? Is their any ...
0
votes
1answer
42 views

Editing “Kahi's Highlight Used Categories” plugin code - highlighting parent and child category in post page

I´m trying to highlight (using css), the child and parent categories in use in the selected post. So I´ve found this plugin "Kahi's Highlight Used Categories". Plugin´s website: ...
3
votes
2answers
103 views

Pass PHP variable to javascript

Is there any possibility to pass some PHP variables in javascript so I can use them later? Only in single.php. I heard about wp_enqueue_scripts but with that it is neccesary to declare a path to a JS ...
-2
votes
0answers
19 views

A Mood Tracker/Chart Plugin? [closed]

I'm looking for a plugin which resides in the Controllpanel and ask me about my mood, every time I log in. After a while it can create statistics about my emotional life. Is there anything out there ...
0
votes
0answers
31 views

How to use Link Manager

I'm working on a plugin and want to use WordPress's 'link manager' (see following image). How can I use it? I used Google to find an answer but I couldn't. I also figured out that this option was ...
0
votes
2answers
38 views

Removing an action from an external plugin class

I am using a plugin that has this line of code to add an action from the Eazyest_Frontend class: add_action( 'eazyest_gallery_thumbnails', 'ezg_thumbnails',5); I want to remove that and do ...
0
votes
0answers
27 views

Smooth Scroll and Slider Conflict

my website is http://eclat.sg/gourmet running on Wordpress(obviously.). I have a slider on the front page and I've installed jQuery Smooth Scroll plugin. The plugin works awesome but unfortunately, it ...
0
votes
0answers
8 views

How can I override get_search_form using a plugin? [duplicate]

am trying to build a search form that looks a bit different from the default WP search box. I can edit the searchform.php for that, but I want it to be in form of a plugin, so that I can easily enable ...
0
votes
0answers
28 views

TinyMCE front end add multiple images

I'm currently using a theme which integrates a front-end submission section. However the section only allows users to submit one preview image. I know that it uses TinyMCE for the text-editor. My ...
-2
votes
0answers
34 views

What is the best PHP plug in? [closed]

I have been using Exec-PHP for years and it quit working with the 3.5.1 or a couple plug in updates. I did some checking and it seems to have problems. What can you suggest?
1
vote
1answer
39 views

Disable /wp-admin/plugin-install.php

How can I disable plugin upload and installation via Wordpress Admin? Should still be able to activate/deactivate plugins in admin.
0
votes
1answer
30 views

Capturing POST data

I am trying to modify the Member Status Plugin so that the status are based on the data saved on a custom database table. Basically I wanted to change the administration menu with a form that can ...
2
votes
1answer
156 views

I need some direction on how to have a sidebar based on meta rather than page

I'm working on a plugin that allows the user to create "page/post types", customize the type style, then tag a page/post with that type. All of this works. My problem is this plugin also needs to ...
0
votes
0answers
27 views

How Wordpress Rewrite Rule Work

This is my rewrite rule under function.php file include('add_rewrite_rules.php'); $options = array( 'query_vars' => array('state', 'state_destination','state_name'), 'rules' => ...
2
votes
1answer
125 views

Generate Advanced Custom Fields box in custom admin menu page

I have created an custom admin menu page called FCC Youtube with add_menu_page function which has some custom fields I manually generated via HTML and PHP: code ( just the part how I created this ...
0
votes
0answers
40 views

How to add product package with sub-items in woocommerce

This is the first time I am using WooCommerce. I'm, getting interested in the plugin features; it's really nice plugin, but I can't make package product type with sub-items. Suppose, I have album ...
0
votes
1answer
37 views

Sidebar.php in plugin to override theme's sidebar.php

to come back to my previous question about header and footer widgets, i created a file in my plugin called sidebar.php which will show custom widgets. How can i override my themes' sidebar.php ...
0
votes
1answer
83 views

Adding widgets to header and footer from plugin

i created 4 header and 4 footer widgets using a site spesific plugin, the reason been that when i change themes, i keep all of my widgets. i created two files, one for the header widgets and one for ...
0
votes
0answers
138 views

Category Grid View Gallery Plugin not showing images as a grid

I installed Category Grid View Gallery to show some featured images from Posts as a grid... and they're only showing up as a list. There should be plenty of room to show these images 2-up. Played ...
0
votes
0answers
40 views

Multi language Site on Wordpress without plugin

I am developing a simple site for a company where they put their informations and news. The site should be in two languages and sometimes the content can be different depending upon the language ...
0
votes
1answer
34 views

List of all existing Wordpress plugins

Is there a place from where I can get a list of all existing Wordpress plugins located in http://wordpress.org/extend/plugins/ I am trying to test my website for vulnerabilities and need such list. ...
0
votes
1answer
48 views

If I use an alternative login (e.g. CAS or other SSO) plugin, is my site protected from the recent brute force login attempts?

I've been hearing about the recent increase in brute-force WordPress login attempts due to a massive botnet attack. Everything I've read so far indicates that the attack works by just trying different ...
0
votes
0answers
48 views

PHP file edit ! beginner? [closed]

I am totally newbie to programming and want to edit this timesheet plugin . All I want to do is that make admin approve or reject it . Also add 2 other fields( Note and Comment ) to the list of ...
0
votes
0answers
54 views

How to make my plugin insert text into a custom div?

I'm making my first plugin, and after following a couple of tutorials, have managed to make a custom admin page, that allows the editing of the custom text I'd like to have inserted homepage. It ...
0
votes
0answers
18 views

Plugin Manipulating Images

I am doing a plugin for Wordpress that manipulates image. Where is the best place to save them and what it's the best way to save to images, considering that I am using GD ...
0
votes
0answers
25 views

attachment_fields_to_edit stopped working in plugin following 3.5 update

Following an upgrade to WP3.5 Elvin, a plugin that duplicates images (by duplicating metadata, not by actually copying the image) stopped working. The plugin, BDN Duplicate Images, is just one file ...
0
votes
2answers
80 views

How can I modify what is being output in wp_head, whether by a theme or Wordpress in general?

I've been working on performance of my site using YSLOW, and noticed that Wordpress it outputting things in my document head that I know I don't need. For example, I'm already calling jQuery 1.9 from ...

1 2 3 4 5 61