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
7 views
Is there any plan for WordPress to handle retina support for the site content?
I see from browsing Themeforest that there are many retina ( HD ready ) themes available; and WordPress itself has retina standard icons for the backend too; but what about the content, both future ...
0
votes
1answer
17 views
Want to modify a Plugin - Tweetily - Can I make it tweet a Custom Field instead of Post Title?
http://wordpress.org/extend/plugins/tweetily-tweet-wordpress-posts-automatically/
I was wondering if somehow it's possible to make it tweet a Custom Field instead of Post Title?
in top-core.php, at ...
0
votes
1answer
180 views
Can't Install Standard Plugins on a Local MAMP installation
I've tried to install two standard plugsins (wp-touch was one). I have a local installation under OS 10.6 and MAMP which otherwise seems to work fine. I select the zip file but get the error ...
-1
votes
0answers
10 views
Need event registration w/ point system and feedback features [closed]
I'm looking for a plugin that will allow the creation of an event/activity with a weighted point system and would allow for users to submit feedback about the event when they are finished with the ...
0
votes
1answer
108 views
plugin's script and style enqueing not working on Thesis
I've published a plugin on WP repository that allows some theming for Gravity Forms.
This plugin as been tested with Twenty Ten, and Twenty Eleven.
When I've tried to test it in a site that uses ...
0
votes
2answers
36 views
Wordpress functions give fatal error in included php file
First, my problem is similar to this thread. However, the solution posted there doesn't work for me.
I'm creating a plugin that displays a contact form on a page using the Shortcode API.
Plugin ...
0
votes
1answer
10 views
Wordpress comments - delimiter “/” not found
Im using wordpress comments as a "chat". Not real time chat its more like comments with more flow.
But when 4-5 or more members using coments at the same time i get this message:
Not sure why this ...
0
votes
0answers
17 views
Using arrays in $_REQUEST
I am setting up a form that will be populated with arrays of information, e.g.
<input name="model[]"><input name="make[]">
and those two inputs would be repeated n times. I would expect ...
2
votes
1answer
372 views
How to make simply “report” button on posts
I'm building up a video-site using wordpress. It embeds videos from different sites. I really need a simply "Report broken video"-button that saves the url in a database or emails it to me. I've ...
1
vote
2answers
120 views
How to get the permalink of a page when loading my plugin
I'm implementing a web widget and for this reason i'd like my script to respond to the request as soon as possible, to avoid loading unneccessary thing.
I've found out that calling get_permalink( ...
1
vote
1answer
23 views
Allow users of my plugin to define their own shortcode rather than use mine?
I'm creating my first plugin. So far everything is great, but my shortcode is something like this [BIMS] and that acronym might not be easy to remember, or appeal to everyone. I'd like to include an ...
1
vote
3answers
37 views
Nested shortcodes
I'm using 2 plugins in my wordpress blog - WP-Members and Dropbox Folder Share. I want to do something like this:
[dropbox-foldershare-hyno link="[wp-members field="some_link"]" ver_como='lista']
...
0
votes
1answer
19 views
Building a simple “settings” plugin to change textstrings on the home page
I am trying to build a little settings area to change the strings of some text (image urls & links) on the homepage via the dashboard.
I have found a useful tutorial which provides the plugin ...
0
votes
0answers
22 views
load just content part of a post into lightbox/modal window
I'm thinking to load into a lightbox/modal window just a specific part of a post.
The post markup is something like this:
<div class="single-template-wrapper">
<header ...
0
votes
0answers
11 views
Redirect url in plugin to somewhere else?
I am using WP-SNAP Extended! v1.0.0 and I want to use this alphabetical menu as a sub-menu beneath my header. I managed to get the alphabetical menu in place, but now, if I click on a letter, it will ...
0
votes
1answer
9 views
Get content or excerpt of top rated votes @GD-Star Rating?
I am using the GD-star Rating plugin and I have a function which outputs the top rated posts. The problem: it won't show the content or the excerpt of those posts. How can I do this? This is the ...
0
votes
1answer
759 views
using AJAX to run sql statement and populate dropdown
I am trying to create a search where the user select two different bit of data from databases and it them prints some results that meet requirements. I know I need to use ajax or something similar but ...
0
votes
3answers
21 views
How to trigger $_GET request within admin plugin page?
I have this form in my plugin function:
<form method="get" action="" enctype="multipart/form-data">
<p class="submit">
<input type="hidden" name="do_it_hidden" value="run">
...
0
votes
0answers
10 views
Dynamic Image Replacement through call rail phone call tracking plugins in wordpress
I want to dynamically swap an image that contains a phone number.
I followed steps given in http://www.callrail.com/docs/web-integration/dynamic-number-insertion/images/
but images not swapped.
I ...
0
votes
1answer
117 views
how to implement a language switcher widget / plugin for users
I'm needing to create an option for the users to change the language of the site. So, for example there would be a dropdown with languages that the user can choose from and this would change the ...
0
votes
1answer
871 views
Easy Nivo Slider with NextGen Gallery - add caption/description
I have downloaded and installed Easy Nivo Slider and incorporated it with Next Gen Gallery. I got it up and running, but I was wondering if anyone was able to get the "caption" / description to ...
1
vote
3answers
1k views
Any way to use a custom Parameter for youtube embed without using an iframe?
I do not want to display the titles of videos I embed on my wordpress site. The way I've been doing this is using the embed link, inserting the iframe in the wordpress post and adding the custom ...
-1
votes
0answers
8 views
How good is to use Nginx with Varnish and Apache 2 [closed]
I am planning to move out few of my websites from shared hosting to VPS hosting and i am evaluating to use Nginx to host my WordPress powered sites.
After doing some analysis and Googling i came ...
0
votes
0answers
15 views
Contact Form 7 conflict with Advanced Ajax Page Loader plugin
I am using Advanced Ajax Page Loader plugin form loading my pages. One of the pages contains Contact Form 7.
When the page loads, it shows fine but when I try to submit the form, contact form 7 ...
2
votes
3answers
1k views
How do I show data from gravity forms in my template?
Preface
I've installed gravity forms, created a form and users are submitting data to my site.
What I want to do is show the data users are submitting to my site on one of my pages.
I know there's ...
0
votes
0answers
21 views
I want to change my header color and insert a image in footer [closed]
So, I have been developing this wordpress site recently, and I want to change the header color to black color, I have used the Theme Tweaker plugin, but dont work. I also try using the css editor to ...
0
votes
1answer
14 views
How can i add a submenu to a custom menu of another plugin?
I'm writing a couple of plugins. One plugin would be the core plugin with certain bits of functionality.
The other plugin would extend that functionality.
What I've done is in the CORE plugin, I've ...
0
votes
2answers
34 views
How to add character to content of post?
In per posts, there are "oo/x/".
How to add "0" before "x" if length(x) < 10 ?
Examples:
x=12345678 ; length(x) = 8, so add "00" before x ===> x=0012345678
x=1234567 ; length(x) = 7, so add ...
1
vote
1answer
93 views
Custom rewrite rule is not picked by Wordpress
I am trying to create a custom Rewrite URL something like
function add_my_rule() {
global $wp;
$wp->add_query_var('state');
$wp->add_query_var('state_destination');
...
-1
votes
0answers
14 views
When adding action or shortcode from inside a class, do I reference it with &$this or $this? [closed]
I have a class, a WP plugin that adds actions and a shortcode. However in tutorials I saw the type of referencing the class with &$this and in some other cases $this.
add_action('init', ...
0
votes
0answers
14 views
Maintain custom post types and taxonomies in all themes [duplicate]
When I change the theme in dashboard, activated plugins that use custom post types, stay in the menu. But my own custom post types that I created myself disappear. Logically, It is because I create ...
1
vote
2answers
60 views
Failed to invoke other hook from the init hook
Related to this question (Use wp init hook to call other hooks?) but not the same.
Sometimes, I found that the hook will failed to run when I place inside the init hook, e.g.
Not Work:
...
0
votes
3answers
68 views
Software to run on server checking outdated wordpress installations
Is there any software that I can run on either a Linux or a Windows server to check for domains that have out dated WordPress installations. I have seen a rise in hacked WordPress sites and in all the ...
-1
votes
2answers
338 views
How to improve WordPress security by hiding non public facing files?
e.g.
curl -I http://ma.tt/blog/wp-config.php
200 OK
The wp-config.php is not public facing file, since it currently just return blank page, so why not return 404 instead. (so will not be cached by ...
1
vote
2answers
141 views
remove custom taxonomy metabox form custom post type
I have created a custom post type 'hotel' and custom 'taxonomy' so when administrator creates a new hotel and saves it it related custom taxonomy automatically get created but I don't want to show ...
0
votes
3answers
212 views
When do I need to use esc_attr when using WordPress internal functions
When I am putting a WordPress value inside the attribute tag, for example, the following method does not need esc_attr
e.g.
// JS code
alert('<?php echo get_bloginfo('name');?>');
the ...
0
votes
1answer
25 views
how to make a wplang for network fill automatically
I made a new network in my website its default language was ar when I add a new website it does not fill it WPLANG automatically, I made it manually but how to make it fill automatically.
0
votes
0answers
14 views
How to integrate jPanelMenu jQuery into WordPress
I would love to know how, if possible, to integrate a jQuery plugin into WordPress so it replaces the navigation.
Trying to integrate jPanelMenu in my WP site.
jPanelMenu is a jQuery plugin ...
1
vote
1answer
22 views
Should i delete the posts created by a plugin on uninstall?
I created a plugin which is based on a Custom Post Type.
When someone uninstalls this plugin, should i delete the posts under this post type or i should just leave them untouched?
-2
votes
0answers
6 views
Need Plugin for show product in listing form [closed]
Please any body can tell me, plugin name for show product name with it's category like in listing form.
0
votes
1answer
23 views
Advanced custom fields and Slideshow gallery desn't work together?
Im using WordPress 3.5.1 and the twentyten theme.
I'm using advanced custom fields and want to ad a slideshow. I'm using the plugin Slideshow Gallery ( ...
-1
votes
0answers
15 views
Image gallery carousel in post [closed]
I'm trying to get a image carousel in my post using the standard WP_gallery function.
So I was looking for a plugin that would do the work for me. But I could not get the plugin work with my custom ...
0
votes
1answer
586 views
Adding Shortcode to Text Widget
At the moment, I'm running WordPress v3.2.2 (soon to upgrade to v3.4.2), and am trying to insert shortcode to insert Issuu into a text widget on our sidebar. The WordPress plugin I installed and am ...
0
votes
1answer
126 views
wp_mail - using a custom field value
Can this work? I want to send a email when a post is published to the recipient, that is called in custom field.
EDIT I changed the code to another example I found.
function ...
0
votes
1answer
160 views
WP-ecommerce : Change the price before inserting it into the cart
The question is: How can I change/set the product price to 0 for every product whenever a product added to the cart. There is a hook in the plugin as wpsc_set_cart_item so I can call it but can't ...
0
votes
1answer
117 views
How to show custom static content at top of each category page?
I want to display custom static content, essentially an image and a small description, at the top of each category page (different for each category and sub category), displayed above a list of titles ...
0
votes
0answers
13 views
wp ultra simple paypal cart plugin
Just wondering if anyone has experience the 'wp ultra simple paypal cart plugin'? I've added to my site and as I'm UK based, i've changed the currency in settings to reflect this:
Currency 'GBP' ...
0
votes
1answer
27 views
Hooks - Query about WooCommerce plugin integration to non-compatible theme
I am quite new to WordPress and wish to learn more about hooks and how to use them.
Could anyone point out the necessary hooks in this page.php code to replace the markup in the following WooCommerce ...
1
vote
0answers
24 views
Is there a way to use latex \cite{reference} in wordpress?
I am using QuickLatex plugin and it works great. But when I tried to cite some references using \cite{paper1}, it did not seem work.
[latexpage]
Here is a citation \cite{example}.
...
1
vote
2answers
413 views
submit posts by unregistered users in wordpress
I am newbie in wordpress. Is it possible to allow unregistered users submit a post and put it in a queue to get confirmed with site admin and when be shown on the site?
