wordpress, adsense

Stack Overflow

I’ve got this little shortcode function starlight_count() { $url = ‘https://herokuapp.com/creditcount?contact_id=‘ . do_shortcode(‘[i4w_db__FirebaseID]’); $response = wp_remote_get( esc_url_raw( $url …

tagged: wordpress May 9 at 3:31
Stack Overflow

If you hit /wp-json/wp/v2/comments?post=X on a wordpress blog it returns JSON of comments for that post ID. I am able to get results without an issue, but the meta is an empty array instead of having …

tagged: wordpress, woocommerce, wordpress-rest-api May 9 at 20:12
Stack Overflow

Really new here hope this platform can help me.. I’m trying to build a plugin for wordpress and I’m in my early stages testing it before closing it into a plugin.. I have a table with 3 columns: …

tagged: php, sql, wordpress May 9 at 21:03
Stack Overflow

I have an issue with the child theme stylesheet being browser cached, and I need to dequeue/reregister, then re-enqueue with a timestamp for the version number. The dequeue then re-enqueue is working …

tagged: css, wordpress, function, stylesheet May 10 at 20:52
Stack Overflow

I am building a website in WordPress. However, I have encountered a problem. The main idea of the website is to trade with car’s spare parts. So I want to build a filter/search bar, where you can …

tagged: javascript, wordpress, plugins May 10 at 7:50
Stack Overflow

i’m stucked on a problem for a couple of hours and i really don’t know how to solve it! So, please, i need your help. I want to edit a wordpress theme. I have this code in the header.php file of the …

tagged: php, html, wordpress May 9 at 12:57
Stack Overflow

How to turn off creating accounts in woocommerce checkout? After sending the request, a new account is created. How to disable this and to have access to unauthorized users?

tagged: php, wordpress, woocommerce, checkout May 9 at 7:16
Stack Overflow

I applied for google adsense account for my website . This website is developed in WordPress. Google team response was “We’re unable to approve your AdSense application at this time because your site …

tagged: wordpress, adsense May 10 at 5:42
Stack Overflow

Is it possible to disable wordpress from a sub-directory? WordPress is currently installed in root. So using wordpress’ own CMS-functionality by going to Settings->General and changing …

tagged: wordpress, .htaccess May 9 at 9:22
Stack Overflow

Looking for a plug-in that is similar to a demo on trylive.com; it’s a virtual PD app for my company. The company no longer exists so there’s no contact number. Looking for someone to emulate the app …

tagged: wordpress, mobile, plugins, desktop-application, jobs May 10 at 4:24
Stack Overflow

Is there any way or plugin to change user’s name different for post (Post Author) but login with its original username. My client don’t want to show his username on post for security reason. so i am …

tagged: php, wordpress May 10 at 14:02
Stack Overflow

I have a coupon code (XYZ25) in woocommerce which include 25% off and maximum discount is Rs.250. How can i restrict user’s to not get more than Rs.250 Discount if they apply coupon code XYZ25 for …

tagged: wordpress, woocommerce, cart, coupon, discount May 10 at 8:50
Stack Overflow

I’m having trouble with a WordPress plugin I’ve been working on. A JS file is loaded as a resource with each page/post opened, which in turn has a request to load the contents of an HTML file. Being …

tagged: javascript, php, jquery, ajax, wordpress May 9 at 19:42
Stack Overflow

I have the following code on a WordPress Woocommerce website which outputs “From £189.00” I am trying to remove the word “From”. I’m sure there must be a simple way using something like .price:pre …

tagged: javascript, html, css, wordpress, woocommerce May 9 at 15:05
Stack Overflow

I’m trying to figure out why mmenu is sometimes displaying as open when my page loads and other times it doesn’t. Even though I’m using wordpress, I’m using the jQuery plugin (not the wordpress …

tagged: javascript, jquery, wordpress, mmenu May 10 at 18:55
Stack Overflow

I’m new to PHP and I’m teaching myself through messing around with WordPress hooks and whatnot, so don’t make fun of my attempts please. I’m making a plugin that loads a JS and CSS file on each page …

tagged: php, html, wordpress, wordpress-hook May 10 at 19:20
Stack Overflow

I would like to put slidedown and slideup on click in the mobile nav menu. I’m using _undesrcore theme. I have some experience with JQuey and I’m not sure how to put this stuff in Javascript. Here’s …

tagged: javascript, wordpress, underscore.js, uinavigationbar, responsive May 10 at 8:56
Stack Overflow

Hi i am having a word press bakery website.In the website i have different products in the admin panel i have created different pages with the particular categories but in the front end if i select …

tagged: php, wordpress May 9 at 9:47
Stack Overflow

Hi Team, I have a wordpress website, which I have migrated to a new Amazon AWS EC2 Linux Free Tier Instance. The steps I followed are: 1. Backed up wordpress files(public_html folder) and database. …

tagged: wordpress, .htaccess, amazon-ec2 May 10 at 9:03
Stack Overflow

Here is the scenario: I am trying to have the whole profile of an international organization listed in an accordion list. So, when people click on the organization’s name they can see the information …

tagged: jquery, wordpress, filter, accordion