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.
-3
votes
0answers
20 views
Google XML Sitemap Generator: dev vs. production
Anyone have experience with the Google Sitemap Generator plugin for WP? If so, could you take a look at my question on the WP support forums?
...
0
votes
1answer
28 views
Requires PHP version 5.3.0
When I try to install "Background Manager" plugin I am getting this error "The plugin "Background Manager" requires PHP version 5.3.0 or better, but version 5.2.17 was detected". Could anyone suggest ...
-6
votes
0answers
39 views
How do I add features to the Meme Plugin? [closed]
I have installed the Meme Plugin on my WordPress web site.
At the end of the meme creation process there is a Create & Share option allowing users to share access to their Facebook accounts.
How ...
-1
votes
0answers
45 views
How to embed an external page into wordpress?
I need to embed a webpage into my post, how can I achieve this? Is there any plugin for this? I have read many methods online but all were outdated.
-3
votes
0answers
25 views
JSON API custom fields not showing full content
I have custom edited JSON API plugin and it looks like that
http://domain.com/api/posts/getByCatId/?dev=1&cat_id=7
and I get only 5 items but I have much more in database.
I try
Open file ...
0
votes
1answer
41 views
Why is the Settings API is not saving my array of options
I am writing a set of classes to easily create options pages accessible via submenus of the standard WordPress menus and a way to easily create options for said menus. The way I am wiring it is via a ...
0
votes
0answers
26 views
How to dynamically change spots of text in custom page?
When I create a page I'm suppose to describe the content on the editor of Wordpress. When it's a simple text with some images its ok.
But the problem is: My custom layout has a lot of deep HTML and I ...
1
vote
1answer
36 views
Is it possible to create Custom Post plug-in?
I understand that Wordpress allows you to create Custom Post Types with Custom Fields, but is it possible to create a custom Plug-In that creates and maintains its own Custom Post type (outside of ...
0
votes
0answers
15 views
img tag doesn't display in post content when added via wp_insert_post function
I have a wordpress photoblog. I developed a small function of my own using wp insert post function to make post programmatically. It uploads image from my server and makes a post.
Problem is, it ...
0
votes
0answers
13 views
Show custom image size when all I have is the image URL
I'm using the Types plugin for a client's project and they want to output some gallery images as thumbnails which link to the larger versions.
The problem is the full size versions are MASSIVE (I ...
-2
votes
0answers
24 views
How to add more tabs in Categories box in Edit Post screen
Please have a look on attached image, it is the default view for all Categories in WP & I want to either to extend it or to add another Categories box which have some specific categories but ...
-1
votes
0answers
15 views
Website Hyperlink Interface [closed]
Can WordPress make a website interface (circles and connections with red background part) like the following?
http://hyperphysics.phy-astr.gsu.edu/hbase/hframe.html
Thanks!
0
votes
0answers
11 views
Integrating Meet-up feeds into the regular portion of a Wordpress blog
Good day,
This is the first question I've ever posted on StackExchange.
I've set up a WordPress site for our local makers group, www.redmountainmakers.org.
My problem is that I've been asked to ...
0
votes
1answer
28 views
How can I show registration form inside modal?
I want to show registration form inside modal popup. Now I can use fancybox and show modal popup but how can I show registration form of wordpress inside that modal? Is there any plugin available for ...
2
votes
1answer
36 views
WordPress plugin installation
I am using the simple add_filter function to output the content.
add_filter('the_content', 'my_name');
function my_name( $content ){
// code
return $content;
}
When I activate the plug-in ...
1
vote
0answers
16 views
Constant Contact plugin forbidden error
I am developing site in local. it works fine. but when i setup that on client server in the join us form after clicking join button the following error occurred.
I am using constant contact api plugin ...
0
votes
0answers
24 views
Yoast SEO Plugin auto-disables date-based archives, fix?
Have had Yoast activated for some time and noticed recently that trying to access date archives redirects to blog homepage. I made sure that in "Date Archive" settings, "Disable the date-based ...
0
votes
0answers
20 views
Current Page Highlight Issue
I'm currently working on website that has Wp-ecommerce and the current page link doesn't highlight except when I dedicative WP E-commerce. Any Ideas what the problem could be.
0
votes
0answers
12 views
How to remove details wordpress uploader
I modify wordpress uploader and when user select image in directory already then image insert in to post automatic This implement Can be done or not?
otherwise if can't do i want to delete details ...
0
votes
1answer
28 views
Delete data from custom table when deleting a post
I want to delete post id form my custom table, when deleting a post. I have tried this way, nothing happened. Please help.
add_action('delete_post', 'delete_data');
function delete_data($post_id) {
...
0
votes
1answer
47 views
Replace video url with video player
This is my plugin, this will replace the video shortcode format [video url="http://www.youtube.com/watch?v=sOnqjkJTMaA"][video] (Requirement is to show the video when a user placed a shortcode like ...
-1
votes
0answers
33 views
Can somebody recommend a simple gallery plugin? [closed]
I tried several plugins just can't get what i want?
I want show one image, when you mouse over this image will show a small icon or something to indicate there are next image, when you click it go to ...
0
votes
1answer
17 views
Is the wordpress user-model changed in wpmu?
I'm running wpmu on heroku using a postgres extension. It works great, but I have a plugin that needs to get the userId based on the e-mail-adress. This is how it does it:
$sql = 'SELECT id FROM ' . ...
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
35 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 ...
-2
votes
1answer
55 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
2answers
121 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 ...
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
29 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
0answers
19 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 ...
0
votes
0answers
30 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
33 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
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 ...
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
23 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 ...
-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
0answers
16 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 ...
-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
0answers
14 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
0answers
18 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
39 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 ...
-1
votes
0answers
17 views
Gravity Form Does Not Show
I have purchased mtouch premium plugin
I have enabled Gravity Form
When I include mTouch Quiz on page http://www.gointerviews.com/quiz/ I see gravity form
But when I include the same quiz on page ...
0
votes
1answer
28 views
How to auto strip hyperlinks & images in wordpress post
I creat a post form on front-end for wordpress members by use DJD Site Post plugin.
Plugin url: http://wordpress.org/extend/plugins/djd-site-post/
And now i want to auto strip all hyperlink & ...



