ajax, wordpress, buddypress

Stack Overflow

I am using woocommerce for selling digital download products. When a customer pays for products, he gets an instant download link. In woocommerce settings, I put the method of download on “File …

tagged: wordpress, woocommerce, http-headers, resume-download May 23 at 8:18
Stack Overflow

I’m new to wordpress and I want to create a scrolling effect similar to this site:http://www.gvanim.org.il/ Would you use a template for it or a plugin? If the second option, how would you chose a …

tagged: php, wordpress May 23 at 18:32
Stack Overflow

so I followed this to try and get data from WordPress to display outside the wordpress directory (n.b. I also needed to install the root cookie plugin): How to use woocommerce functions outside of …

tagged: php, wordpress, cookies May 23 at 10:32
Stack Overflow

I try to make wordpress loop which display two last posts from selected category. I know there’s so many examples but I don’t find anything working for me. My code: <?php $query = new …

tagged: php, wordpress May 23 at 12:46
Stack Overflow

I’m trying to iterate through files in a directory and files in sub-directories within: <?php $dir = get_stylesheet_directory_uri() . ‘/js’; echo $dir; $iterator = new …

tagged: php, wordpress, iteration, recursiveiterator May 23 at 15:19
Stack Overflow

I have a little problem with my website, sorry for my noobish question, but I really can’t solve the issue: How can I, using multisite, limit a function to only given site? I use such function to …

tagged: php, wordpress, function, multisite May 23 at 22:08
Stack Overflow

I want to install smooth scrollbar js plugin here I’m working on installing it into my wordpress themes, but it comes with a lot of files. Here is the structure: -dist -smooth-scrollbar.css -…

tagged: javascript, jquery, wordpress, plugins, scroll May 23 at 20:14
Stack Overflow

I wonder how do I add an additional value next to ‘epigenetics’ in the statement below: <?php // check if the flexible content field has rows of data if( have_rows(‘epigenetics’, ‘user_’….

tagged: php, wordpress, nested-loops May 23 at 4:16
Stack Overflow

I am developing a plugin to create a slideshow for videos, with support for Vimeo and Youtube, I am using this plugin to create the controls, the html version of my plugin works perfectly Well, but …

tagged: jquery, wordpress, api, youtube May 23 at 12:35
Stack Overflow

We are running site over php wordpress. We also have website ads in google adwords. When some user clicks on the ad, it lands on one of the page on website. On that page, I would like to know if the …

tagged: php, wordpress, google-adwords, referrer May 23 at 11:07
Stack Overflow

I’m trying to execute some PHP code that is using the WooCommerce variable to get the order ID. add_action(‘add_meta_boxes’, ‘gen_order_meta_boxes’); function gen_order_meta_boxes() { …

tagged: javascript, php, html, wordpress, woocommerce May 23 at 8:26
Stack Overflow

I have some blog posts that are being hosted on hubspot under a subdomain: blog.domain.com I’m moving my main site under my main domain (a wordpress site being hosted under a wp specific hosting). …

tagged: wordpress, apache, .htaccess, redirect May 23 at 14:16
Stack Overflow

I am currently working on a WordPress website, with WooCommerce functionality. I would like to provide the client with a full breakdown of all the product variations that are currently on the …

tagged: php, wordpress, woocommerce May 23 at 18:49
Stack Overflow

I have a WP site with Revolution Slider auto-playing a full-screen YouTube video on the homepage. I selected the mute option for the video in the settings, however, the audio plays for 1 second on …

tagged: wordpress, youtube, revolution-slider May 23 at 7:42
Stack Overflow

I am usig: Buddypress Upload Avatar Ajax plugin. When I’m going to crop give me a JQuery problem. How can I fix? https://drive.google.com/open?id=0B4b1uxZA2ILNQ0JHTVk5UTFfclU What is happening?

tagged: ajax, wordpress, buddypress May 23 at 18:34
Stack Overflow

I’m trying to add a database manager (external MySQL database) to a front-end page with Joomla. I found phpMyJoomla wich does the stuff I want (show tables, sort them, filter them and add a …

tagged: database, wordpress, joomla May 23 at 10:09
Stack Overflow

global $wpdb,$productname,$quantity,$total,$price,$product; global $woocommerce,$product; $items=WC()->cart->get_cart(); foreach($items as $item => $values) { $cart_contents_count = …

tagged: php, mysql, wordpress May 23 at 11:43
Stack Overflow

I have added this code to my wp-config.php file in order to auto update core, themes, plugins and to turn off the email update notifications. I am using the exact same settings sucessfully for my two …

tagged: php, wordpress May 23 at 20:26
Stack Overflow

i’m using a gravityform user registration to handle registration processes , and i use gravityform custom post type + wp resume manger .. to let the user submit some fields in his resume within the …

tagged: php, wordpress May 23 at 16:53
Stack Overflow

how can i disable shiping if form merchendise is Ebook or how can i enable shipping if form mechendise is only merchendise? i dont know it, please help me for my task. enter image description here

tagged: php, html, wordpress, woocommerce, checkout May 23 at 9:16