working on wordpress

I am able to retrieve email addresses of all the users in WordPress with the help of this code: <?php $users = get_users(); foreach ($users as $user ) { $email = get_user_meta($user->ID, “…

tagged: wordpress, role Jan 9 at 13:53
Stack Overflow

Does anyone know a way to include skrollr in WordPress sites with working data-anchor targets? It scrolls the intended images properly but does not insert them where the data-anchor-targets are. …

tagged: html, css, wordpress, skrollr Jan 7 at 22:19
Stack Overflow

I’ve set up a woocommerce store with multiple users (B2C & B2B). Some of them will automatically be exempt from tax and just have tax disappear from the cart/checkout. I’ve used a dynamic pricing …

tagged: php, wordpress, function, woocommerce, tax Jan 9 at 3:56
Stack Overflow

I have a Question about deploy website from a Local serve to a live server. I started (and finished) to build a WordPress site locally on my computer, with a theme framework. simple. I moved all the …

tagged: php, database, wordpress, ftp, cpanel Jan 8 at 12:39
Stack Overflow

Currently working on a click and reorder function that I could use some assistance with. | | list item 1 | content | list item 2 | | list item 3 Essentially when you click one of …

tagged: javascript, jquery, html, css, wordpress Jan 7 at 19:58
Stack Overflow

I have a wordpress site, in which there’s a form page contains 10 questions like a survey with radio buttons answers for each question, based on ninja forms form plugin. I first want to calculate the …

tagged: php, wordpress, ninja-forms Jan 9 at 12:38
Stack Overflow

I am using contact form 7 WordPress plugin, and its stopped working. We used contact form 7 almost over 1000 times and know every single issue how to fix but this one is quiet strange. When ever I …

tagged: php, wordpress, contact-form-7 Jan 9 at 11:15
Stack Overflow

I’m trying to have multiple styles on my website. To me, this code should work but if anyone could tell me why it is not that would be great! if (is_front_page()) { …

tagged: php, css, wordpress Jan 9 at 8:03
Stack Overflow

I want to change the prices for variable products in woocommerce. I tried with below MySQL query to do it, UPDATE wp_postmeta SET meta_value = price_value WHERE post_id = variation_id AND meta_key …

tagged: php, mysql, wordpress, woocommerce, products Jan 9 at 10:09
Stack Overflow

Hello. I have a wordpress website. I have a trouble.When i adding a symbols in my url, server gives the status 200 ok. Example – mysite.com/page/ I have a page like this. I can add symbols “—” or …

tagged: php, wordpress, url Jan 8 at 15:14
Stack Overflow

I’m trying to target multiple pages by IDs using if is_page conditional statement in wordpress. This is what I have: if ( is_page(‘222′,’223’) ) { echo ‘content for pages 222 and 223’; } …

tagged: php, wordpress Jan 8 at 21:53
Stack Overflow

See screenshot for example. When using a Masonry Grid, the excerpt is showing visual composer code wrappers for the body text. How can I strip out the Visual Composer code in this situation? Thanks …

tagged: wordpress, wrapper, masonry, visual-composer Jan 9 at 1:01
Stack Overflow

I’m a beginner in WP theme development, and I’m having an issue with my menu. My menu contains 4 items, 3 of them leads to differents sections in my frontpage and the last one leads to page that I …

tagged: wordpress Jan 9 at 12:42
Stack Overflow

I would like to enable search of multiple WooCommerce products, like in the screenshot below: 1st dropdown will list the {Manufacturer}: When user selects a brand from this dropdown the 2nd dropdown …

tagged: php, wordpress, search, woocommerce Jan 9 at 11:07
Stack Overflow

I’m running a WordPress / WooCommerce site. Most URLs have no problem with being SSL / https, now with one plug-in I found it causes a problem on HTTPS so I want the URL for this plugin to be HTTP …

tagged: php, wordpress, .htaccess, web-config Jan 8 at 21:32
Stack Overflow

Good day folks I tried to install wordpress plugins in Mac in localhost but i am getting this error: Could not create directory. /Applications/XAMPP/xamppfiles/htdocs/kew/wp-content/plugins/revslider/ …

tagged: wordpress, osx, plugins, localhost, failed-installation Jan 9 at 13:02
Stack Overflow

I’m having an issue where a blog post is still showing after being deleted. I thought the issue may have been the cache, but I already tried two different cache plugins to clear the cache, and I’m …

tagged: php, wordpress, blogs, posts Jan 8 at 0:19
Stack Overflow

I show in a template all featured images of pages which are related to one page. So in other words, there are several subpages linked to one main page, which shows the featured images of these …

tagged: php, wordpress Jan 8 at 17:09
Stack Overflow

There are a hundred example of how to remove the index.php from the URL when hosting WordPress on IIS. I think I’ve tried all of them, and none of them seem to make any difference. This is what I’m …

tagged: wordpress, iis, url-rewriting, iis-8 Jan 9 at 12:12
Stack Overflow

I need to update sale price programmatically, on variable product and his variations. What kind of meta field i need to add? I’m trying to update main product such as: update_post_meta($post_id, …

tagged: php, wordpress, woocommerce, products, variations