Tagged Questions
0
votes
0answers
18 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
17 views
How do I add populate media files from my plugin
So I am creating a plugin that will be able to upload a special kind of video. I added a two new tab under Media Page called "Add New Custom Video", "Custom Video Library" - I was able to call the ...
0
votes
0answers
29 views
Get page type to display content
I have some checkboxes to select where can I display my plugin and I save in db in this format:
Show popup in this pages:
x Article (Public)
x Pages (Public)
x File (Public)
x Revisions (Not ...
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) {
...
-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.
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 ...
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 ...
1
vote
0answers
39 views
Getting Theme element into plugins page editor in wp admin
I'm having a hardtime integrating a theme editing element (in default page/post editor in wp-admin) into page/post editor made by the plugin BU Versions.
Basicly I need this theme element
to ...
0
votes
1answer
60 views
Change the style of h1, h2, only in post entry
I would like to change the style of h1, h2, ... ONLY in post entry (when writing a new post).
Default settings is just too big and has a different format, because I use Google fonts. I was using ...
-1
votes
1answer
14 views
Overhead from merging plugins? [closed]
I have a follow-up regarding this question:
Combine multiple plugins into one?
I wasn't aware this was so simple a process.Here's my question though: Would there be any duplicate code that ...
0
votes
0answers
36 views
Trying to have A - Z on top for custom posts
Im currently using this code below which shows a letter than companies under that letter.. Im trying to have letters go across the top A - Z and once clicked it will show companies.. im using a custom ...
0
votes
0answers
94 views
Wordpress e-commerce custom product category page
I am working on an e-commerce website and using wp e-commerce plugin.
I am stuck at making a custom category page of a product.
Here is what I am trying to achieve:
I have a two main product ...
0
votes
1answer
57 views
Wordpress as web application base
I am planning to use wordpress as the base for my next web application. Earlier I have used RoR, Laravel etc. for web application and wordpress mainly for blogging.
The web application will define a ...
1
vote
1answer
169 views
Edit Yoast SEO breadcrumbs output
I want to customise the output of Yoast SEO breadcrumbs, I have this so far which works great:
add_filter( 'wpseo_breadcrumb_single_link', 'ss_breadcrumb_single_link', 10, 2 );
function ...
0
votes
1answer
238 views
How to change the wp_upload_dir() path in plugin
I am using one plugin to upload all the client files. By default all the uploading files stored in the path wp-content/uploads/-plugin-name- . How to store all my files in my custom directory that ...
1
vote
1answer
83 views
How to Create a Custom Panel and Fields in Post Page [Plugin]
I would like to write a custom plugin that adds a custom panel below the post compose panel that will have a few fields and a submit button. JS will kick-in to submit content to the database, without ...
0
votes
2answers
2k views
WooCommerce: multiple input field for multiple product variations
I'm trying to customize the default Woocommerce theme to my needs.
I have a product that comes in two variations:
it's wine, so variation A is a 6 bottle pack, and variation B is a 12 bottle wooden ...
2
votes
1answer
82 views
Use plugin or custom post type for game score functionality
The last couple of days I've been working on a plug-in that adds the functionality of keeping scores from a paintball game. When I manage to finish it I want to present players with a form so they can ...
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 ...
-1
votes
1answer
54 views
How to get .change trigger to work on wordpress admin.php [duplicate]
Possible Duplicate:
$ not defined using jQuery in Wordpress
Ok, so I'm having some trouble here. I'm customizing a plugin. I need a text field to automatically populate with the text of a ...
0
votes
1answer
87 views
Call javascript functions from each page
Is there a plugin that supports calling custom functions that you've created?
Like,
page A -- I want to call function x
$(document).ready(function(){
call_function_x()
});
page B -- I want ...
-1
votes
1answer
61 views
Change the behaviour of archive cpt category and single cpt by plugin, not by theme
I need to know: I have wrote at 60% one plugin, it works well in backend (some settings, some cpt, some custom fields... nothing special). It uses custom post type with custom fields.
For now I need ...
2
votes
2answers
75 views
I need to add a custom “cover” to every new post — plugin or custom setup?
I'm creating a site that's basically like an online book, and every post is a chapter. Each chapter gets a customized, specially designed "cover" page that can't really be designed in the Wordpress ...
-1
votes
1answer
52 views
Looking for membership style plugin with edit option [closed]
I have had a search but not found what I'm looking for so far.
I am looking for a plugin which will provide a functionality on a site for the following:
Use wants to sign up to my site, goes ...
1
vote
0answers
262 views
Customize The Events Calendar to Include an Option to Expand for More Events Listings
I think The Events Calendar for Wordpress by Modern Tribe does a splendid job and does a lot for to turn a drab calendar into a streamlined and professional looking one. I like the ease of the ...
-1
votes
1answer
54 views
Is website for online game guides doable in WordPress? [closed]
It will almost work as blog but:
Writers will work only with one kind of content "guide".
They will write it in markup language with custom tags that will be replaced by presets.
They will choose ...
4
votes
1answer
156 views
Automatically Creating Posts for Popular Forum Topics or Products
I am integrating a Wordpress template with Buddypress (with bbPress included).
I would like to automatically create a post for popular forum topics so that it will show in my main page. I am hoping ...
0
votes
3answers
147 views
Selling Downloadable Products [closed]
I have a few questions that I've been trying to find the answer to for a few weeks to no avail. I am starting a business where I sell downloadable files I've created. They'll be in .zip format. Once I ...
1
vote
0answers
44 views
URL rewrite of independent plugin?
I'm currently developing a more complex plugin for WP which can't be hooked up to the WP-API itself (Custom Post Types doesn't fit my requirements). Of course I use the API alot, because the data is ...
0
votes
1answer
60 views
Edit page header on a custom plugin
I am writing a custom plugin for Wordpress but how in the world do I edit the page header? I need to add some javascript and related codes there.
0
votes
1answer
124 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 ...
-1
votes
1answer
34 views
Create a question/test field in posts [closed]
My aim is to create a system that adds questions about the topic at the end of a post.
The features should be:
Site authors should be able to create the questions in the post edit screen.
Authors ...
0
votes
1answer
66 views
Pronamic Info Window
I am using Pronamic Google Maps (http://wordpress.org/extend/plugins/pronamic-google-maps/) to add Google Maps to my post...I would like to do a couple of things:
I noticed that the balloon, or info ...
1
vote
2answers
80 views
Output HTML only on individual post view
I am looking for a way to output some html (javascript actually) on a post view only and not on a main page, tag, category view (where WP outputs several posts).
E.g it would be output on this page
...
1
vote
1answer
133 views
Plugin for users to create their own ads like Google Adsence
Does any one know of a plugin to allow users to create ads on a format like Google Adsense (title, some text and a link). ?
Something that may require some customization may do the job.
Thanks in ...
0
votes
1answer
107 views
How to fix vanilla comments extra iframe space
I am using the new vanilla comments on wordpress with my self hosted vanilla forums, but on every page, there is unnecesary iframe space. I was wondering how to fix that. My site is here and my forums ...
14
votes
8answers
1k views
How to structure a plugin
This isn't a question about how to build a WordPress plugin. Rather, what, if any, guides could be applied to how to put together the file architecture of any plugin.
Some other programming languages ...
-1
votes
1answer
164 views
Remove the 'Press This' Tool
Is there anyway to remove the 'Press This' tool from WordPress for all users?
Thanks!
0
votes
1answer
34 views
Add a filter to a different custom plugin
Someone has built a custom plugin that adds a textarea on the admin/edit page, and a div on the pub page. I no longer have access to the person who built the custom plugin.
I have created a filter ...
1
vote
0answers
326 views
GeoMashup plugin: how to customize cluster markers / icons?
Is there a way to customize the standard cluster icon marker which GeoMashup uses to display nearby posts grouped in a certain area?
by default it's a red dot in V2, or a blue dot in V3
how 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 ...
0
votes
1answer
347 views
How display specific category post to specific users?
All
In my application, I am really confused that how to set the project flow in wordpress.
There are 3 Users.
1. Admin : High level mgmt
2. Doctors : Add patients reports
3. Patients : Can see ...
0
votes
2answers
590 views
wp_schedule_event / cron_schedules - custom recurrence time not working in Plugin
I am trying to add custom intervals for the WP cron in a plugin.
It run with "hourly", "daily" default recurrence time.
It dont' run when I add my own custom recurrence time for the function ...
0
votes
1answer
130 views
What is the best way to make a custom page from a plugin?
After hours seeking through the WordPress sources it I was unable to find ANY reasonable method of creating a front end page from a plugin. My goal was simple, I wanted http://mysite.com/friends to ...
0
votes
1answer
190 views
Link Posts to External URL
I'm building a site which lets users to submit links using User Submitted Posts plugin. I want every post title to link to its URL something like reddit. Moreover, User Submitted Posts plugin add URL ...
0
votes
2answers
714 views
Multiple Post Thumbnails Plugin - Need help with code
I am having problems getting this plugin to run but have had little success getting it to work, even after reading past entries. I would be grateful if you could see if the code is right.
Code in ...
3
votes
2answers
2k views
How to edit a wordpress plugin without break its update process
I would like to add some additional features with already available wordpress plugin. Is it possible to carry over my customization while updating the plugin.
Sorry for my bad english :-(
Thanks in ...
-1
votes
1answer
96 views
Does anyone have the Custom Post Permalinks plugin from John P. Bloch? [closed]
Can you upload it somewhere or send to my email?
0
votes
1answer
413 views
Custom Field Template plugin and custom post types [closed]
I am using the custom field template plugin and it's working great for normal pages, having problems getting it to apply to a custom post type however.
My custom post type was created using the More ...
3
votes
4answers
1k views
Consuming an external API in WordPress?
I have a client who has a WordPress website, and he want to extend it to add new functionalities. These functionalities are included in a website I have already done (a kind of search engine over a ...