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
48 views
Sorting posts by date, title or keyword. [closed]
I want to give the site users the ability to sort posts by title, date, or keyword.
How can I do that in WordPress?
0
votes
1answer
35 views
How to enqueue some javascript source once per page
I need my plugin to generate the following - once per page:
<script type="text/javascript" src="https://<ritc url for js file>"></script>
<script type="text/javascript">
...
-1
votes
1answer
28 views
Creating Features List in Wordpress Post
I want to create features list in wordpress post. I know how to do in CSS but I was wondering if it can be done by using a short code or a plugin?. Like
[features_list]
Item 1
Item 2
[/features_list]
...
1
vote
1answer
35 views
wordpress.org codebase
Is the codebase that runs wordpress.org publicly available? Specifically, I'm interested in the part that parses the plugins SVN repository to determine the current and past versions of plugins.
I ...
-1
votes
0answers
18 views
Intro wordpress theme or plugin [closed]
I am looking for an theme or plugin which gives me an intro page from where to choose from two links. Any tips?
-2
votes
0answers
38 views
wordpress frontend create custom field? [closed]
i want to create custom fields in frontend and also manage at frontend.
basically i want to create a slambook website where any user can create his slambook fields. and also manage as well.
i try a ...
0
votes
1answer
35 views
Is it save to replace <input type=“submit” > with <button type=“submit”> in WordPress search form
I am asking because of a large userbase and possible conflicts with plugins.
I mean the 2013 theme for example targets the button with .searchform [type="submit"] even of it has the .searchsubmit ...
-5
votes
0answers
44 views
Test / Quiz Plugin Needed [closed]
I need a plugin that helps me create a questionnaire and then calculate the results, similar to this one:
http://www.transformdestiny.com/nlp-guide/nlp-representational-systems-preference-test.asp
0
votes
0answers
25 views
Remove Adminstrator Hyperlink from a user having role to add and see users
I have create a user role using Advance Access Manager wordpress plugin having role to see, add and remove users name as site_admin. When user login with his Id he is able to see the adminstrator and ...
0
votes
2answers
17 views
How can I temporarily remove content from all pages, but leave up URL?
How can I temporarily remove content from all pages, but leave up the URL?
I need to turn off all site content, but leave the URL's up so google can still find them.
...at least I think I want to do ...
-1
votes
0answers
28 views
WordPress Random Redirect plugin is not random
Server setup: Ubuntu 12.10, Nginx 1.3.16, with a WordPress 3.5.1 install.
We are using the "Random Redirect" plugin which shows a random blog post at the URL http://example.com/?random
Currently the ...
0
votes
1answer
28 views
How to Get Admin Settings for a widget when using the_widget() with custom widget
I have searched around for an answer to this question and I found this: Manual display of widget which gave me a solution of:
if(function_exists('the_widget')) {
$instance = get_option( ...
-2
votes
0answers
26 views
Can we use 2 seo plugin at a time [closed]
in my blog i'm using 2 seo plugins, google xml sitemap generator and robots meta. the problem is if i use robots meta along with google xml sitemap generator, google is not indexing my blog post. will ...
-2
votes
0answers
13 views
In Responsive theme vslider plugin not working
In my website i used Responsive theme, in that home page vslider plugin is not working.
0
votes
0answers
28 views
Loading a purchased jquery plugin in a wordpress theme
I purchased a 360 Panorama jQuery plugin that I would like to integrate into my wordpress site. All the tutorials I've read said to include the function add_my_script() and
wp_enqueue_script tags to ...
-1
votes
1answer
25 views
Internet Explorer seperating lists differently in Twitter Widget Pro than all other browsers [closed]
I am having some trouble with the Twitter Widget Pro Plugin - for some reason in internet explorer if the first tweet has a link, it will make the link its own list item and add a bunch of extra ...
-1
votes
2answers
52 views
Dave's Wordpress Live Search only works when logged in as admin
I am using Dave's Wordpress Live Search on my site www.frome.fm but it only works when logged in as admin. When logged out or browsing as guest the spinning icon shows for a second or two but then no ...
0
votes
0answers
19 views
How to get a product description from product page?
How to get a Jigoshop product description from product page?
I want to add a product description on product page. I need to edit loop-shop.php (although I do not want to edit the core files) so I ...
1
vote
0answers
50 views
Changing image URLs in media library
On a default wordpress install, the media library is located at:
/wp-admin/upload.php. I am trying to update the image URL to point to my CDN, not my local server.
This filter
...
0
votes
1answer
44 views
WP_Table_List and ob_start() memory limit
I have class which extends WP_Table_List and renders a table. See the events results
In the prepare_items() function I querys the DB
function prepare_items($race)
{
$columns = ...
0
votes
0answers
22 views
Add products to jigoshop from php
Hi I have wordpress theme and Jigoshop configured but the main problem is:
I have several products in Wordpress i.e. T-Shirt, Color, Drawing Figure, etc. And now when the client order he/she could ...
0
votes
1answer
140 views
Woocommerce customize the product name in the cart and order pages
I am using woocommerce plugin. I got hook to customize the price in the cart page and all other page.
This is the hook to customize the product price
add_action( ...
0
votes
4answers
43 views
contact 7 plugin stops some pages from working properly
I started to use contact 7 plugin and I'm having a slider and some effects on other images when i activate the plugin they stop working this is the web page
http://www.digitalways.com.sa/
I ...
0
votes
0answers
17 views
Plugin folder isn't accessible for plugins
When a plugin needs to include a file from it's own folder it can't be read. It returns the 404 theme page.
For example. If a plugin installs some CSS to the header of a theme like so:
<link ...
0
votes
0answers
50 views
Press this! not working
I am trying to debug a Press this function on a site {Adult Contents}
This issue is, images on the page does not add up and does not show...
javascript code for press this button is
javascript:var ...
0
votes
1answer
31 views
Best practice when modifying plugins CSS [duplicate]
If i need to change CSS for a plugin, should i place the modified declarations with the plugins classes in my child themes style.css file or modify the plugins style sheet directly?
0
votes
2answers
27 views
Creating a press page for our project
Over time our project got some good press: press releases, interviews, media appearances
Now I want to create a "press page" (something like this). Requirements:
is easy to update - everyone can ...
0
votes
3answers
81 views
Jquery plugin not working on single pages
I use a news ticker jQuery plugin to show the last posts.
The codes are in the header.php file and work fine on the home page, but not on single pages. The links are loaded but they don't move.
Here ...
1
vote
1answer
147 views
How to get user-meta from Social Login registered users?
It looks like social login plugins (such as Wordpress Social Login, OneAll etc.) do not create users in the original wp-database as regular registration from Admin dashboard. Hence it is not possible ...
0
votes
1answer
177 views
How to export/import WordPress woocommerce products
I'm searching a solution to my problem, i have a WordPress website which contains many products so i have created a new one with a new design i have installed the same version of woocommerce as the ...
0
votes
0answers
35 views
Woocommerce order review page is not visible
I am implementing woocommerce plugin in my project.After filling billing address & selecting payment method.The page jump to order review page but it doesn't show that page.I don't know why?
The ...
0
votes
2answers
56 views
I used a plugin that hides wp-admin, but it hid wp-admin for admin too - how to revert back?
I used a plugin that hides wp-admin and does a lot of other things, but it hid wp-admin for admin-user too (due to some bad settings on my part probably) - how to revert back? I deleted the plugin's ...
2
votes
1answer
16 views
Set attached to state
In the media library every attachment post has an "Attached to" column. I've developed a plugin that adds author profile and a facebook like banner image.
I now discovered that the attachment posts, ...
1
vote
1answer
123 views
Wp favorite posts get user favorites in profile using buddypress
Im currently encountering a problem i display user wp favorites posts fine, but the issue
is i wont display them, once users are logged out it says " no posts have been made"
while each user has ...
0
votes
0answers
32 views
Wordpress 3.5 install error
Im trying to install the wordpress on my root folder but i got this message when i try to enter on url.
PHP Warning: require(./wp-blog-header.php) [<a ...
0
votes
0answers
62 views
Dynamic Content Gallery Thesis 2 Wordpress Home Page Only
I'm using Wordpress with Thesis 2 installed and I'm building my own design onto the "Blank" skin.
I want to use the Dynamic Content Gallery Plugin on the home page only. I'm using this code to load ...
0
votes
1answer
69 views
Adding rich text editor to my plugin
Hello Wordpress users,
I'm trying to add a rich text editor to my own plugin.
So I googled it first of course and I found serveral answers like:
...
3
votes
2answers
63 views
Delete Custom Dashboard Widgets
Here is the code on how to delete all dashboard widgets - the default, and plugin widgets but I want to change the code to only delete custom dashboard widgets not the default ones.
// Create the ...
0
votes
1answer
35 views
Create Short code dynamically
I want to generate short code for my gallery dynamically. For a single gallery, it is easy to create a short code for my gallery using
add_shortcode( 'image-gallery', 'gallery' )
Now my question is ...
0
votes
1answer
37 views
Disqus plugin outputs script as literal text
After installing the Disqus plugin, their JavaScript code started popping up as plain text on my site in several places. My hypothesis is that it pops up at the end of any loop involving the_post(). ...
0
votes
1answer
33 views
The Jetpack site is inaccessible 32700
I installed Jetpack and I activated JSON API. When i try to access my blog it shows following error:
{
"error": "jetpack_error",
"message": "The Jetpack site is inaccessible or returned an ...
0
votes
1answer
33 views
A simple script/plugin to display specific page upon hierarchy of selections
I am building up a shop in wordpress using mayashop theme. What i need is a page where i can display two categories - Men and Women. Upon selecting one, it should open up a list of sub categories. ...
0
votes
0answers
21 views
customizing jquery with ubermenu jquery API's
I am having a heck of a time trying to get this simple function to work in WP using ubermenu:
My goal is to have dropdown menu-itm-156 fire when the document.ready and control it based on which page ...
1
vote
0answers
40 views
Using window.onload with Ubermenu
I am using a plugin to place this code on specific pages. But it is not firing correctly.
Has anyone had experience working with Ubermenu, WP and jQuery? Do I have to call jQuery into my ...
0
votes
1answer
41 views
How to create a file archive in WordPress?
I've installed WordPress for my school's website.
I have a task of creating a file archive, an uploader and a file viewer for the website. The file archive would store files on the server, "in the ...
3
votes
1answer
42 views
Using MathJax in text
I have installed a Mathjax plugin on my local wordpress installation, and the plugin works fine. However, I can't get it to show Latex in-text; it creates an own line for every latex formula. I end up ...
0
votes
0answers
49 views
WP-United with Phpbb with POPup login
I am using WP-united in wordpress to integrate Phpbb, Now i want to show the Phpbb login in the form of modal popup. Please guide how to do it
0
votes
1answer
46 views
Editing “Kahi's Highlight Used Categories” plugin code - highlighting parent and child category in post page
I´m trying to highlight (using css), the child and parent categories in use in the selected post.
So I´ve found this plugin "Kahi's Highlight Used Categories".
Plugin´s website: ...
3
votes
2answers
111 views
Pass PHP variable to javascript
Is there any possibility to pass some PHP variables in javascript so I can use them later?
Only in single.php.
I heard about wp_enqueue_scripts but with that it is neccesary to declare a path to a JS ...
0
votes
0answers
31 views
How to use Link Manager
I'm working on a plugin and want to use WordPress's 'link manager' (see following image).
How can I use it?
I used Google to find an answer but I couldn't.
I also figured out that this option was ...

