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.
0
votes
0answers
14 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
46 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
43 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
18 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
29 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
24 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
34 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
59 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 ...
0
votes
1answer
18 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
32 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
48 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
72 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
358 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
38 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
18 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
45 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 ...
0
votes
0answers
20 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
14 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
52 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.
0
votes
0answers
42 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 ...
0
votes
1answer
75 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
37 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
30 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
20 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
20 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
28 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
23 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?
0
votes
1answer
46 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
39 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 & ...
0
votes
1answer
57 views
WooCommerce - PrettyPhoto appending URL with #prettyPhoto
For some reason the PrettyPhoto script that WooCommerce is now using is adding #prettyPhoto to the end of URL's once it's been opened in that page.
See here for an example
Also, when you close the ...
0
votes
1answer
43 views
Order posts of a custom post type by the event date using FT Calendar Plugin
I am using the FT Calendar Plugin. My question is how can I order posts of a custom post type by the event calendar date?
So for instance I have a CPT named "Events" and for each event post a ...
1
vote
1answer
31 views
Do extra plugin files get deleted during an upgrade?
I learned from a previous question that plugin updates are downloaded as a zip file, and WordPress overwrites every file in the plugin folder whether or not that file actually had a change from one ...
1
vote
1answer
22 views
Transient unique names
What would be the correct way to assign a different name to each transient for each instance of a plugin used as a widget or shortcode?
0
votes
0answers
36 views
NetworkError: 500 internal server error when plugin is activated
I guess I have a similar problem. My plugin is FAQ and when I want to submitt a question it appears
"NetworkError: 500 Internal Server Error - ...
0
votes
0answers
33 views
admin_notices not working on plugin activation
The class "My_Plugin" initializes my plugin and the class "My_Plugin_Notices" is supposed to output various admin notices with its methods.
I set the property "admin_notices" in "My_Plugin" as an ...
0
votes
0answers
28 views
Alter the reset password link
after clicking on the reset password option in WP, we're getting this link
wp-login.php?action=rp&key=[theKey]&login=testing>
instead of getting this can we alter it to something link ...
0
votes
0answers
28 views
get_option include <br /> in my adsense
As title said I saved in wp-options -> option_value a adsense code but when I try to display to website in the code I get some
"<script type=\"text/javascript\"><!--<br ...
0
votes
0answers
46 views
Plugin WP e commerce No Product Page
I was importing a csv file to my products page. The csv file was a list of products from a separate vendor. The csv file import froze I hit refresh and went back into the wp admin clicked on product ...
0
votes
2answers
59 views
Widget redirecting to home page
Am trying to create a widget that searches for names. The searching and all that is fine, but when I hit submit, I get returned to the front page. I tried messing with the action="", but no matter ...
0
votes
1answer
45 views
Trying to use shortcode for a plugin on custom homepage of Responsive theme
The Responsive theme has a custom home page option, with a feature content div that is defaulted to an image. I cannot get shortcode for my slideshow plugin to work in this. I can insert html just ...
0
votes
0answers
64 views
Woocommerce: Set thumbnail detail (clipping area)
I am using the german Wordpress 3.5.1–de_DE with Woocommerce 2.0.8 and the Woothemes Mystile Theme 1.2.8.
I have a big picture for a product (Jellyfish.jpg) and want to use a specific area of that ...
0
votes
2answers
40 views
How to move image attachment from post to another?
How to move image attachment from post to another (not to "Remove Permanently" and Re-Upload) ?
I'm using WordPress 3.5.0 and I have a thousand images to process. Is there a built-in function for ...
0
votes
0answers
46 views
Modify wordpress plugin to auto complete on taxonomies instead of title
I've been trying for hours to modify this plugin to work with custom taxonomies instead of post titles and/or post content
http://wordpress.org/extend/plugins/kau-boys-autocompleter/
Added the code ...
0
votes
0answers
48 views
Script timeout when importing/inserting > 45-50 posts from an external table
Wondering if anyone can spot the obvious mistake or give me some guidance on where I'm going wrong.
I should also state this is my first plugin with Wordpress, so I'm sure I have overlooked ...
0
votes
0answers
13 views
Preventing collisions between permalinks and subdirectories [duplicate]
I've deployed a WordPress installation on the root of my site. This site also has a few subdirectories that should remain accessible, such as /somefolder/. I've configured WordPress to use ...
0
votes
0answers
34 views
Plugin frontend with themes
I'm developing a calendar plugin and i need to show my content like a page, how i integrate my plugin file with themes?
I created a index.php file in my plugin directory and load the get_header() ...
2
votes
1answer
30 views
Which files get updated in a plugin update?
When a user updates a plugin from the WordPress admin panel, does every plugin file get overwritten, or just the ones that have changed from the previous version?
For example, let's say that a plugin ...
0
votes
0answers
30 views
Wordpress Custom post type won't save properly
Note: I first asked this question on stackoverflow but didn't get an answer.
I created a plugin with a new custom post type, it works locally as it should but on one of my websites, which happens to ...


