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
0answers
25 views

How to export indesign file to xml and import file xml file into wordpress as page with heading and content?

Task - Converting Indesign file To WordPress pages I searched lot and got answer to do that i need to Convert In-design file to Xml and Import it into Wordpress using some plugin i need ...
0
votes
0answers
37 views

Hook functions for Wp e-commerce?

I am new to wp e-commerce plugin, I need the following hook function for this plugin customer register success event customer login sales order place after Hook function to change order shipping ...
0
votes
2answers
232 views

Wordpress plugin search does not work and updates are not shown, VPS install

I have configured a VPS running CentOS 6.3 and Plesk 11. The install of a blank version of Wordpress works well. However, I have problems with updating Wordpress and searching for plugins. The two ...
0
votes
1answer
111 views

MultiPostThumbnails and media queries

I am using the plugin "MultiPostThumbnails" and it's setting my width to 700px. Is there a way to get it to not set the width and height at all? I want it to resize when I use media queries and ...
0
votes
2answers
133 views

How to upload image with simple form?

I writing plugin in my profile page and i want to create upload via 'Browse' button and 'Dir' field that will upload and return image url.And i don't want to use media-upload. I used to read Set ...
-2
votes
1answer
57 views

Fetching Video From YouTube Automatically [closed]

I am using WordPress, and a theme called DeTube. Is kind of a YouTube clone, and I use this website to upload mainly videos from YouTube. Is there anyway to fetch videos and populate all the required ...
0
votes
1answer
2k views

Advanced Custom Fields Plugin: Post Object returns bool(false)

I'm using the Advanced Custom Fields plugin to create a metabox with a list of all posts of specific post type, for the user to be able to select related posts for a page. You can see a simple ...
3
votes
2answers
114 views

What is the purpose of adding a .po file?

I added the below code to the function.php of a .po file and finished localization and edited the webconfig.php to add Arabic language but nothing happened. I want to know what should happen. Will the ...
-1
votes
0answers
105 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 ...
1
vote
1answer
54 views

How can i change the texts of plugin (created by me) in wordpress admin?

i have a created a contact us plugin, i want to change that name of the plugin "contact us" in Hindi. I already created languages folder in my wordpress, and maintaining hi_IN.mo, hi_IN.po files.
1
vote
1answer
171 views

prettyPhoto media loading very slowly in Chrome

I'm having a problem with prettyPhoto media WordPress plugin (lightbox type) script in Chrome. It works beautifully in other browsers, but it takes forever to load in Chrome. When using this script ...
1
vote
1answer
34 views

How is the WordPress.org plugin download history calculated?

I'm interested to know how the download history of plugins is calculated on WordPress.org. I'm noticing that one of my plugins is displaying a small percentage of users using a version which I ...
4
votes
2answers
93 views

How to read configuration file in wordpress or PHP

I am not sure how relevant this is,i am working with Java based web-application, so in some cases we need to define some properties which can be used in entire web application like Google API Key ...
0
votes
1answer
21 views

Adding Relevant Post Images

I want to add relevant posts at the end of each of my posts page with an image in my newly created website http://www.techberita.com But being a beginner this is a great problem for me as I can't do ...
0
votes
0answers
16 views

Zend Autoloder.php file missing?

I'm using a Wordpress plugin Zend Framework for wordpress and I'm downloading the actual Zend library to plug it into the plugin (it doesn't provide by itself) from ...
0
votes
0answers
17 views

Plugin De/Activation Not Firing On MultiSite install

I have a very rudimentary plugin in development, but at the point of needing to enable the register_activation_hook() and register_deactivation_hook() I have stalled. I am getting zero output from ...
0
votes
1answer
30 views

Install and Update plugins on a VPS Wordpress installation

I have installed Wordpress. Everything works smooth except one thing: I cannot ftp through Wordpress - meaning I cannot update or install plugins. Using my vps root user and password doesn't work ...
-1
votes
0answers
24 views

Clickable map plugin [closed]

Can anyone recommend a map plugin that will let you click on the map and then submit the data? Preferably one that will let you click on a continent or a state.
0
votes
0answers
18 views

Nestle post type under category WordPress

I have previously asked this question on the main Stack site but haven't received any answers so I figured I would ask it on this side. I'm using a plugin called Easy Recipe that creates posts when ...
0
votes
0answers
12 views

Modules don't show up in my Admin Panel [closed]

I am using the cubepoints plug but because I use a different dir name and path for my plguin library the Modules from CP directory don't show up under CP->Modules. This is in my wpconfig for the ...
0
votes
1answer
38 views

YouTube Sidebar Widget - YouTube service unavailable

I'm using WordPress 3.5 and YouTube Sidebar Widget 1.3.2. The plugin display service is unavailable. Why have I encountered service unavailable? The YouTube video is set to be public and embeddable.
3
votes
2answers
4k views

Disable Specific Widgets on Selected Pages of a WordPress Website?

I would like to give a CMS look to some of my pages. I want to customize them by removing the default widgets and adding other widgets as my wish (I will use plugins like My Custom Widget to add ...
2
votes
1answer
137 views

Setting up a multilingual wordpress site

I am trying to set up a multilingual site using wordpress. I went through Each language in its own WordPress installation and decided to use this option: Plugins like Multisite Language Switcher ...
-3
votes
0answers
24 views

Document Management [closed]

Main two features I am looking for is being able to add fields/categories to documents and in document searching. Anyone know of anything? Doesn't have to be free.
-1
votes
0answers
19 views

Plugin for Wordpress Groups [closed]

My friends and I are starting an online magazine across different schools. What we'd like to do is have each student's school appear next to their school name on their byline - for example, "Bob from ...
-3
votes
1answer
27 views

Change from blogger to wordpress

I would like to change my blog platform from blogger to wordpress. My website is: http://www.hdpeak.net I would like to keep a similar template and all the posts. What are the necessary steps I ...
0
votes
1answer
35 views

Insert data in custom table during new post creation

I want to in insert data in my custom db table when creating a post. Suppose there are three categories (php, wordpress & jquery). When i create a post in wordpress, i want to insert post id and ...
0
votes
0answers
31 views

Integrate Facebook comments with native comments

I've finally installed the Facebook Comments plugin to allow readers to comment using their Facebook identity. After the installation, I got two different comment sections, with two separate comment ...
-2
votes
0answers
14 views

Need suggestion about wordpress ecommerce site [closed]

My client require a site(wordpress site, not in magento or prestashop or core php) with below requirement. • *Shopping cart to sell digital products - • Configure 3rd party ...
0
votes
1answer
125 views

How to include plugin function in theme's functions.php file

Good day, I'm trying to reduce the jquery dom manipulations by including the right plugin functions in my theme's functions.php file. For example, I have a link which triggers a jquery dialog, which ...
0
votes
0answers
30 views

Kalin's PDF creation station [closed]

Hi I am using free plugin -Kalin's PDF creation station- It was working fine until i changed some of my content in the post dynamically-Plugin updates pdf only if there is change in post itself OR ...
1
vote
1answer
114 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
1answer
159 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
1answer
28 views

How do I avoid having duplicate of plugin in trunk?

I published a plugin and then installed it into a test site to check it was published OK. The copy that was installed contains: plugin.php readme.txt trunk/plugin.php trunk/readme.txt The trunk ...
0
votes
1answer
24 views

Are links allowed in the Upgrade Notice section of a plugin's readme.txt file?

I'm working on an updated version of an existing plugin. In the readme.txt file, I'll be adding an entry to the "Upgrade Notice" section, which will show up in users' Plugins admin page when the new ...
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 ...
-2
votes
1answer
18 views

WP Plugin to show “I've found this articole useful” [closed]

I need a plugin that allow user to mark an article as good/useful. Now I'm using "Like this" (http://lifeasrose.ca/) but it seems not to work very well. Any other good plugin to try? Thanks WP ver ...
0
votes
1answer
93 views

Query Problem - Show posts within category 'x' that have a custom field between 'y' and 'z'

I'd like to display all posts within a given price range. For example: When a user inputs 100 and 1000 (in two separate form fields) - my site will display all posts that have a custom field called ...
0
votes
1answer
140 views

Adding inside wp-plugin jQuery script that receives JSON-formatted data, generated by php-function inside this plugin

I'm trying to add Highstock chart in my plugin. It requires input data in json format. But I have some troubles with default json parser in jQuery. I've already read this article, but still can't ...
0
votes
2answers
26 views

Translate Woosidebars plugin strings

I'm trying to translate Woosidebars strings in french using PoEdit but my french strings are never shown on the front-end. English strings are always displayed, even when I change the language (And I ...
0
votes
0answers
17 views

Custom WP plugin installation permission problem

I've developed a custom plugin for WP. When I install it manually on my server, using FTP transfer, all is perfectly working. I tried to make a zip file and uploading it through WP admin panel. All ...
0
votes
1answer
273 views

Multiple selection of categories

I would like to know if there are any plugins that work in the style of wp-snippets.com. On the left side it is possible to select multiple categories and the selection is working as filter. Is there ...
0
votes
0answers
15 views

Google XML Sitemaps ERROR: sitemap is not a valid feed template

I use the last beta version on my multisite and suddenly i get this msg on mydomain.com/sitemap.xml ERROR: sitemap is not a valid feed template. how can i fix that?
2
votes
1answer
105 views

How to add terms to a post depending on its title?

I want to add all posts with keyword "Dog Training" in the post title to a specific category. Reason: If you enter something into WordPress search it's not an exact match. Previous WordPress search ...
0
votes
1answer
148 views

Wordpress metaboxes - textfield suggestion automatically populated

[Long story short] Is there any Wordpress plugin/function that would allow the creation/integration of a metabox's textfield that automatically populates a dropdown menu (in the admin area, while in ...
-2
votes
0answers
20 views

plugin for inviting by email that allows to choose role [closed]

I am looking for a plugin that invites new users by email and by assigning the role. For example, you go in the USER panel and "Add new user", you enter the email and choose the role (author, ...
0
votes
1answer
40 views

Get User_id outside wordpress,

i am trying to get the User_ID outside of wordpress. I have a rating plugin and it needs the current user id, to cast votes. However it seems that something is going wrong. This is the part of the ...
0
votes
1answer
160 views

How do I use a custom theme for the WP Maintenance Mode plugin?

How do I use a custom theme, rather than the themes included with this plugin? Here is the link to the plugin: http://wordpress.org/extend/plugins/wp-maintenance-mode/ I see that under the plugin's ...
0
votes
0answers
25 views

Remove Adminstrator Hyperlink from a user having role to add and see users

I have create a user role using Advance Access Manager wordpress plugin having role to see, add and remove users name as site_admin. When user login with his Id he is able to see the adminstrator and ...
-2
votes
0answers
38 views

wordpress frontend create custom field? [closed]

i want to create custom fields in frontend and also manage at frontend. basically i want to create a slambook website where any user can create his slambook fields. and also manage as well. i try a ...

1 2 3 4 5 61