-3
votes
1answer
16 views

Wordpress downloads page with upload option

I am quite new to this but what I want to do is create a website that is only accessible over wifi. When the user gets to the website(which I will be using wordpress to build) There needs to be a ...
0
votes
0answers
12 views

AddThis Wordpress plugin not working with AJAX theme

I'm using the AddThis Wordpress plugin to include share buttons underneath each post in an AJAX theme, and am having trouble getting the code right. Here is the website in question: ...
0
votes
1answer
12 views

what are the best available WordPress plugins for semantic content annotation?

I am doing a research on available tools that enable semantic content annotation within WordPress. I am particularly interested in the ones that support Schema.org vocabularies. I would like to ...
0
votes
0answers
12 views

Modifying a simple wordpress plugin, I feel this is simple for someone smart

Ok I have this plugin called Quicksand that filters posts in Wordpress from a navigation bar and works beautifully: http://www.digitalblueberries.com/tisa/?page_id=1160 Only problem is you can only ...
0
votes
1answer
17 views

Resolve Wordpress plugins conflict settings tab

Has anyone had the problem of enabling one wordpress plugin would take over the settings tab of another plugin? I'm referring to the plugins: TrainUp and Membership Whenever I enable Trainup, the ...
1
vote
0answers
9 views

Change Image Synopsis on Lightbox-gallery plugin - Wordpress

I've searched through the net, but didn't find anything really meaningful on this issue i got. The normal display of the lightbox-gallery wordpress plugin is image x of y depending on how many images ...
0
votes
0answers
19 views

GD Star Ratings - Graphics do not show

I've been struggling to get GD Star Ratings plugin for Wordpress to work for a fair old while now. The problem is that the graphics refuse to load. I've tried a number of things but still no luck... ...
0
votes
1answer
17 views

Wordpress display plugin widget with shorcode

I created a PLUGIN with two WIDGETS. 1st widget goes in the sidebar, but the 2nd widget needs to be displayed in a page post using shortcode [mywidget] How can I make this happen? Basically I need ...
0
votes
0answers
9 views

Wordpress i18n without additional plugin

I am developing a Wordpress plugin that I would like to manage in N different languages, but without making it depend on other extensions. Does Wordpress offer i18n support without having to install ...
-1
votes
1answer
17 views

Wordpress plugin to allow readers to download the post in epub, pdf, docx or mobi?

Is there a plugin/ or a way for you're Wordpress readers to download the blog post or article straight to .doc, pdf, epub or mobi? I'm asking as I have an ereader, and reading these posts while on ...
0
votes
1answer
6 views

Switch wordpress widget by page shortcode

I am creating a plugin that contains a widget and a shortcode for the page content. Now I want to be able to disable the widget (or change it content) when a page with my shortcode is used. It looks ...
0
votes
0answers
9 views

Why W3 Total Cache Opens mobile version of my Blog

I have blog and using the W3 Total Cache WordPress Plugin, I recently made some changes in W3 Total Cache settings but sometime it opens the Mobile Version site, can someone tell me how to fix this ...
0
votes
0answers
26 views

qTranslate plugin switching language in the same page

I have a serious problem with a qTranslate buttons. Right now the web structure is: http://www.site.com/news/?lang=en When I stay in the home page and I try to change the language, the botton opens ...
0
votes
0answers
27 views

Leveraging browser cache not working in Wordpress site (tried htaccess and plugins)

I'm trying to get the Wordpress site I'm working on setup to run as fast as I can. Used Google's pagespeed and was advised to leverage browser caching. Since then I've tried (multiple different) ...
0
votes
1answer
28 views

Create plugin pages in wordpress

I am writing a Wordpress plugin for managing info about clients and projects for a company. I have an admin menu called "Clients", which displays a simple table with all entries. If I have an "Edit" ...
-1
votes
0answers
17 views

Wordpress Multi Tiered search categories [closed]

Trying to setup an advanced search form on a website that searches through categories. Looking for something that has a drop down menu with parent categories and a secondary drop down menu with all ...
-6
votes
0answers
52 views

any wordpress plugin for slider like images change on hover thumnails like [closed]

please suggest WordPress plugin for slider like images change on hover thumbnails like http://www.armaniexchange.com/
0
votes
1answer
16 views

How to show additional wp_postmeta in the Media Library of Wordpress?

I'm writing a Wordpress plugin where additional meta informations are saved in the wp_postmeta database. This works fine so far. But how can I display this information in the media library? I can't ...
-1
votes
0answers
42 views

Donation plugin for Wordpress [closed]

I'm after some advice. I'm setting up a charity that will produce apparel and art prints, then sell them online with the profit going to charities in need of funding. I'm searching for a Wordpress ...
0
votes
0answers
31 views

How to put RSVP wordpress Plugin to put inside a template instead of inside of the wp editor page

The RSVP plugin for wordpress requires to put inside the wp editor page 'rsvp-pluginhere' for it to work but in my case, i don't have a page or a post because i'm doing a one page layout. therefore I ...
0
votes
1answer
38 views

Recommended way to redefine Bootstrap features in Wordpress plugin

I have to develop a plugin for Wordpress. Most of the styles are based on the Bootstrap CSS library. However, for some design decisions I have to redefine the default behaviour of bootstrap. What is ...
1
vote
2answers
39 views

wordpress plugin wp_editor doesn't post images

I'm trying to create a plugin with a visual editor and add media button that can POST and insert into the database all the HTML data. Here is my code: <?php if($_POST){ print_r($_POST); ...
0
votes
0answers
46 views

Making Wordpress Image Gallery Reloaded Plugin Responsive

I have a WordPress website that utilizes the Image Gallery Reloaded Wordpress plugin, and I am trying to make it so the gallery responds to media queries. I am able to change some of the containing ...
0
votes
0answers
22 views

Broken Wordpress Seo

I am using Yoast SEO for wordpress and suddenly I cannot open the Title & Meta tabs in the options page. I am receiving this error Uncaught TypeError: Object [object Object] has no ...
0
votes
0answers
19 views

How to create posts from each image in bulk?

So here is my problem statement: I have a folder with more than 2000 images. I want them to upload on wordpress with one post created corresponding to each image, and the image should be as ...
0
votes
1answer
33 views

GD Star Rating WordPress Plugin Not Working

I have GD Star Rating WordPress Plugin. It is Working on admin side properly. But not displaying stars on frontend. For example it returning 500 Internal Server Error on these pages ...
0
votes
0answers
13 views

Access plugin class function from theme functions wordpress

i'm using ultimate wordpress plugin. I need add aditionals data to page title / description I think do it in theme functions, some like: add_filter('get_postmeta','custom_title'); The plugin use ...
0
votes
1answer
11 views

flattr pluggin is non responsive to click

My new flattr button is not responsive, I might have done something wrong : <flattr> title="A swiss guy website" description="test" category=text align=right </flattr> this comes ...
0
votes
0answers
37 views

Woocommerce update cart hook

I'm writing a simple wordpress-plugin to add bulk discounts to woocommerce. All seems fine, only problem: I need a hook to modify data if the cart gets updated, for example before the checkout so if ...
0
votes
0answers
17 views

How to Access Theme' core files through plugin wordpress

Is there any way to access a theme's core files through a plugin? I meant the theme I'm creating the plugin for is "jobroller". I need to create a plugin which will access in a template of that theme ...
0
votes
0answers
14 views

After plugin google authorship, my wordpress doesn't show the comment in single.php

I have problem when install the plugin Google authorship for multiple authors in here: http://wordpress.org/extend/plugins/google-authorship-for-multiple-writers/ After install and config to run it ...
0
votes
0answers
20 views

WordPress dictionary plugin interaction in android Applicaiton

i have a website that uses a wordpress dictionary plugin , Now i am developing a Android application that has to sync with the websites data base and display the same search results that gets ...
0
votes
0answers
36 views

Warning: Illegal string offset 'image'

I am using Skitter Slideshow plugin for wordpress, in the admin panel of this plugin at Media Library tab it shows the following warning: Warning: Illegal string offset 'image' in ...
-4
votes
0answers
24 views

Better pagination for wordpress [closed]

Are there any good pagination plugin for posts in wordpress which can give output like following websites.. ...
0
votes
1answer
27 views

Trying to find a good plugin or a way to add counter//share bottons to posts(in search or category page or homepage)

I am trying to find a good (wp)plugin or a code to add social share/counter buttons under my posts. I've tried many of them so far none of them had fb,twiter,google+,linkdin which worked properly. ...
1
vote
1answer
57 views

Wordpress + Advanced Custom Fields + ACE Editor Plugin

I'm trying to do a syntax highlighter combined with ACF + ACE editor for WordPress based on this guide. I've done this: <?php class acf_field_ace_code_editor extends acf_field { // vars ...
1
vote
1answer
26 views

WP-PageNavi Issues, Url changes but the posts remain the same? Please give any assistance thanks

The issue I am having is I have created a new blog page on its own page template page being called blog.php, I have pulled 5 posts into each page and the first page work great and link to the single ...
0
votes
2answers
49 views

wp-pagenavi not working… It changes the actual url but not the posts themselves?

The issue I am having is I have created a separate new blog page on its own page template being called blog.php, I have pulled 5 posts into each page and the first page work great and link to the ...
-2
votes
1answer
67 views

Wordpress Plugin for Soundcloud giving “Track currently not available”

So I am using wordpress to build a website with the soundcloud plugin. The shortcode for 3 out of 4 songs is working fine but the fourth just shows up as "Track currently not available". The track ...
-1
votes
0answers
20 views

wordpress youtube uploader plugin authentification

I have installed youtube uploader plugin in my website. But when I put the title of video and choose the categories but when I click Next button I always get back “Invalid youtube authentification”. ...
1
vote
1answer
25 views

How to edit a post dynamically in wordpress plugin

I have created a small wordpress plugin that displays a list of people in a page via shortcode. When the user clicks on one of the names from the list, a query_var gets set and my plugin catches the ...
0
votes
2answers
33 views

Get plugin version number from WordPress plugin directory

Can someone point me out to how can I retrieve the up to date version number of a plugin via its web page from the WordPress plugin directory? For example, in ...
-1
votes
2answers
65 views

Can I edit and then make money from a free WordPress plugin? [closed]

I've found a free WordPress plugin, which I'd like to edit considerably and then sell. Is this allowed or not? Who owns the copyright, and does the license permit the reselling of plugins? Thanks.
0
votes
0answers
13 views

Wordpress can't see 'Older Entries' navigation? Sermon Manager Wordpress Plugin

The page is here. In the code I see the right code: <div class="navigation"> <div class="next-posts"></div> <div class="prev-posts"></div> Except there is no href ...
0
votes
1answer
26 views

Wordpress - how to change display of element from 3 column to two column

I am editing a website for a friend and I would like to change some content from a 3 column view to a two column view. This is the first time I'm using wordpress, and though I'm not sure, I believe ...
-2
votes
0answers
24 views

Wordpress plugin to show archive [closed]

Im searching for a wordpress plugin that shows a archive menu in each page in the following manner: Today Yesterday This week Last week This month Last month Earlier Does someone know if such a ...
0
votes
1answer
58 views

Upload and Download Plugin- Wordpress

I have to upload few documents to my website (developed using Wordpress) for other users to download with a Download Link Documents like some new news details, press releases, pics etc. I wanted some ...
0
votes
1answer
39 views

WP enqueue method fails to load custom scripts

Just need a little info on WP en queue, I've followed a few tutorials on various websites as I'm a very basic web designer I mainly work with HTML CSS at least this is what I best understand. I ...
0
votes
0answers
19 views

feedwordpress - all my feeds have disappeared

I am using feedwordpress Version 2012.1218 on my site and had about 6 different feeds I was syndicating from. For some reason today I logged into my wordpress site and all my feeds are gone, but I am ...
-2
votes
0answers
450 views

Free Wordpress Plugin for Parallax Scrolling [closed]

So I'm looking for a Free Wordpress Plugin that can apply Parallax Scrolling to certain pages of my wordpress site! I have seen various standalone Javascript plugins, but I am looking for one that I ...

1 2 3 4 5 22