php, ajax, wordpress

Stack Overflow

I am setting up a WordPress site with BedRock and was thinking if there is a way to “require” the ACF plugin in my composer. So the plan is to have clean and simple repo where you do a git pull and …

tagged: wordpress, composer-php, advanced-custom-fields Mar 24 at 10:12
Stack Overflow

I have a web application that I have made and am trying to find a solution to deploy it in a SaaS model. This seems to be rather complicated from what I have seen around the web so I had an idea. …

tagged: wordpress, folders, saas, subdomains, multisite Mar 24 at 0:38
Stack Overflow

Need help to understand better how to add itegrity/crossorigin through wordpress wp_enqueue_script and wp_enqueue_style? Not sure is it possible, but as far the tutorials and pages I have found, none …

tagged: javascript, wordpress, integrity Mar 24 at 12:23
Stack Overflow

Currently, I have a directory website that expiry notices to users. I would like to be able to send these same notices to the registered email address on the directory listings. Currently, the website …

tagged: php, wordpress, email Mar 23 at 20:35
Stack Overflow

I have a fairly large website that uses about 20-30 plugins which is fine, and it all works well. but some of the plugins load their javascript and css above the fold, hurting my google pagespeed …

tagged: javascript, jquery, html, css, wordpress Mar 24 at 12:54
Stack Overflow

I’m customizing some part of a WP theme (Tiger theme). I would like to customize two roles names and. I would like to see new roles names in both of new user creation (Users > Add New) and users list …

tagged: wordpress, user, admin, roles, dashboard Mar 24 at 14:49
Stack Overflow

I have a site on WordPress. For example there is a link: site.com/nameofpage It works properly But if I try to open like site.com/blahblahblah/nameofpage it works too. Why? How can I throw …

tagged: wordpress, .htaccess Mar 24 at 14:48
Stack Overflow

Im wondering if there’s a way to make sure that the path im using my angularJS $http.get(homepage.api_base + ‘/wp-json/wp/v2/reviews?category=’+$routeParams.idOfCategory+’&genre=’+$routeParams….

tagged: angularjs, wordpress, wordpress-rest-api Mar 24 at 14:24
Stack Overflow

I’m building a site search page using WPSOLR and need to have a form that allows users to choose to sort search results by either ascending or descending alphabetical order. I am looking into writing …

tagged: php, wordpress, sorting, search, solr Mar 23 at 20:10
Stack Overflow

I got to style my check boxes using a CSS technique from one site. The problem is that the styled checkbox is not working in my site. However its working on the downloaded HTML demo. CSS …

tagged: php, jquery, html, css, wordpress Mar 24 at 7:35
Stack Overflow

I’m using wordpress. And have inserted over 20.000 product categories but now the page where I’m showing all categories is down and not available. Even in the backend – after some amount of …

tagged: php, wordpress, custom-taxonomy, taxonomy-terms Mar 24 at 15:15
Stack Overflow

I have one Joomla site and one WordPress site in it. My laptop hard drive is failing. I have zipped my htdocs folder but that’s about it * excellent answers, just exported my database right before a …

tagged: wordpress, joomla, xampp, backup Mar 24 at 1:28
Stack Overflow

I have tried adding remove_action( ‘woocommerce_before_shop_loop_item’, ‘woocommerce_template_loop_product_link_open’, 10 ); remove_action( ‘woocommerce_after_shop_loop_item’, ‘…

tagged: php, wordpress, woocommerce Mar 24 at 12:29
Stack Overflow

So i have asked this on SO already, and I’m getting basically nowhere – and its starting to annoy me quite a lot. I have a wordpress site (running the newest version), and i have a custom plugin that …

tagged: php, wordpress, cron Mar 24 at 12:37
Stack Overflow

I’ve made a lot of progress on this in some areas but struggling in others. Here’s the objective: Existing wordpress site is being used by client. They want the admin user to access one of the front …

tagged: php, mysql, database, wordpress, csv Mar 24 at 18:32
Stack Overflow

I currently have a form that is created using wordpress: [contact-form-7 404 "Not Found"][contact-field label=’What do you want him to say?’ type=’textarea’ required=’1’/]Word Limit: 50 words[contact-field label=’…

tagged: javascript, php, html, wordpress, forms Mar 24 at 19:46
Stack Overflow

Trying to add the standard bootstrap “nav-link” class to the anchors rendered by the WordPress menu. So far … 1/ I can pass variables to the wp_nav_menu() <?php wp_nav_menu(array( …

tagged: wordpress, wordpress-theming Mar 24 at 7:53
Stack Overflow

In my wordpress website i m adding post_title , post_id and post_thumb within input field using Ajax Function successfully. Here is Code…. PHP: <?php add_action(“…

tagged: php, ajax, wordpress Mar 24 at 6:49
Stack Overflow

I have 2 different contact form 7 in one page. I want to tracking the single submission of the form because in Google Analytics i have 2 different conversion goal. The code i’ve used is this: …

tagged: javascript, jquery, wordpress, google-analytics, contact-form-7 Mar 24 at 11:54
Stack Overflow

I am rewriting the url of CPT ‘entertainment’ to /entertainment/%year%/%monthnum%/%post_id%/ It is re-writing but gives 404 not found error. How can I solve this? Here is my code: add_action( …

tagged: wordpress, url-rewriting