WordPress is an open source content management system running on PHP and MySQL, and often used as a blog engine. WordPress questions not about programming are best asked on http://wordpress.stackexchange.com/
5
votes
0answers
644 views
Dom Css lost after jQuery Pagination Wordpress widget
I have developed a widget for Wordpress to show portfolio, the user can choose if he wants pagination, filter categories, the number of post per page...and so on, it works all perfectly with a php ...
3
votes
0answers
31 views
+50
WordPress Gravity forms with pretty url (url rewrite) on IIS7
We have an issue with a WordPress instance running on an IIS 7 server. Gravity forms are used to ask an user for there information.
When we fill the Gravity form only with information entered by the ...
3
votes
0answers
43 views
TTS Engine Post to Speech doesn't work
I am using wordpress as CMS and i installed the TTS Engine Post to Speech plugin. It is working fine for the first 15 posts, but when i load new posts without refreshing the page it doesn't work for ...
3
votes
0answers
352 views
git pre-receive hook declined with heroku
I've gotten myself into a mess with heroku. I'm deploying a Wordpress PHP app, and basically had a whole bunch of git repos in the theme directory, plus the parent theme which I cloned from a github ...
3
votes
0answers
312 views
How do I add customer billing info to a MailChimp Group when they make a purchase using WooCommerce
I have looked high and low to resolve this, but with no luck. I think I am missing something quite basic as the fix sounds pretty straight forward.
I am trying to add customer billing details to a ...
3
votes
0answers
130 views
How to get related type post id in magic field plugin
I am using magic field plugin for my project and created two related type fields and I want to get selected post/page id. Please help me I am stuck here.
3
votes
0answers
310 views
Google Maps API V3 errors after upgrading a WP plugin
After upgrading WP Advanced Custom Fields , I'm having problem with google maps . Map is showing correctly but page is loadin endlessely .
JS error console in FF showing errors :
Error: a is ...
3
votes
0answers
823 views
Gravity forms plugin - dynamically populating form field isn't working
I'm having some problems with my Gravity Forms form. It's a multi page form, and I need to populate a field on page 2 using post values from page 1. But it's not working. Of course the field on page 2 ...
3
votes
0answers
484 views
wp_set_post_terms is not updating the count column in term_taxonomy
wp_set_post_terms($post_ID, 'my_term', 'my_taxonomy');
My problem is that in wp_term_taxonomy, the count is 0 but running that line of code should be making it 1.
I have also added to the ...
2
votes
0answers
50 views
Masonry.js failing on load. Cannot call 'create' of undefined (Outerlayer) in Wordpress
So I've got a strange problem that I can't seem to find anywhere else, regarding masonry.js.
I've got the latest (3.10) version and I'm including it in my wordpress theme's functions.php file as so:
...
2
votes
0answers
62 views
form field that is acting out of line (literary)
I got a form in the following URL http://netaimg.co.il/%D7%A6%D7%95%D7%A8-%D7%A7%D7%A9%D7%A8/ (Hebrew)
whenever someone clicks the "name" tag (the right most one, I've added a picture with the name ...
2
votes
0answers
53 views
Cat + Tag Filter Plugin for WordPress: Checkboxes not being saved
I'm using the Cat + Tag Filter Plugin for WordPress and it works fine except that the checkboxes that are supposed to be saved between tag searches are not being saved. All but the last one selected ...
2
votes
0answers
298 views
Wordpress not running on GAE PHP, error PHP installation appears missing the MySQL extension, verified connection to local wordpress_db
Thank you in advance for answering... Have read other Stakeoverflow post but still not able to resolve the issue
Objective: deploy wordpress 3.5.1 following GAE PHP tutorial. Have successfully ...
2
votes
0answers
117 views
Hyphens are causing a blank result
I'm having issues with hyphens in my slugs from a tutorial I'm trying to go through... http://wp.tutsplus.com/tutorials/theme-development/create-a-quicksand-portfolio-with-wordpress/ and I'm having a ...
2
votes
0answers
69 views
Wordpress change default translation
I want to change the translation value of a text when the language is the default English USA locale.
What is the correct way to accomplish this so we don't have to change the file every time we ...