javascript, jquery, wordpress, html5

Stack Overflow

I would like to add an verification code to the checkout process that is read-only ( or invisible) and pre-filled, pinned on an order. The Customer Need this Code to verifiy the Order. I add a custom …

tagged: php, wordpress, woocommerce, checkout, hook-woocommerce Mar 20 at 1:23
Stack Overflow

I am implementing a custom theme optiona panel in my wordpress theme using the code and file provided here – https://github.com/jeremyHixon/RationalOptionPages. There is a part of the code that enable …

tagged: wordpress, wordpress-theming, wordpress-rest-api Mar 19 at 21:05
Stack Overflow

I have “Color Filters for WooCommerce” plugin and “color” taxonomy. Each taxonomy have one custom field – color picker. I want to display on archive page current color picker value of each …

tagged: php, wordpress, custom-fields Mar 20 at 8:23
Stack Overflow

I have a product category archive page and i wanted to get all product attributes assigned to the products under that category. my attribute name is ‘pa_brands’ so i have this code <?php …

tagged: wordpress, woocommerce Mar 20 at 6:17
Stack Overflow

I have to add multiple template conditions into this code: if ( is_page_template( ‘single.php’ ) ) { wp_enqueue_script( ‘google-maps-infobox’, get_template_directory_uri() . ‘/js/gmap3.infobox.js’, …

tagged: php, wordpress Mar 20 at 11:29
Stack Overflow

I need to check the time a user have been with an ongoing subscription on Memberpress. I already found the way to know if a user is active with user_can( $user_id, ‘…

tagged: php, wordpress Mar 19 at 23:05
Stack Overflow

I have created one form using contact form7 plugin in wordpress. let example, If ABC fill the form, I will get mail from ABC and then ABC will get thank you message from our domain. but the problem is …

tagged: php, wordpress Mar 20 at 7:18
Stack Overflow

I’m trying to automate my deployments, but I’m noticing when there’s a composer.lock file in the project root, when I run composer install, the wordpress-install-dir only has the composer.json and …

tagged: wordpress, composer-php Mar 19 at 21:06
Stack Overflow

What hook/filter should I use for not display some post on my blog, (for example if the post written over the last year.) I want to use hook / filter and not code in the template so plugins or rss …

tagged: php, wordpress, feed, wordpress-hook Mar 20 at 8:36
Stack Overflow

so I’m aware there are already similar questions on here, the reason I ask this question is because I cannot get any of the other solutions to work. So what I’ve do is I have an iframe in my html …

tagged: wordpress, iframe Mar 20 at 3:20
Stack Overflow

I am trying to insert JSON to wordpress using wp_insert_post. I have hit a brick wall. My code and some of my json can be seen below. PHP: <?php $json_feed = “http://localhost/sample/ss-posts....

tagged: php, json, wordpress Mar 20 at 19:17
Stack Overflow

I want to add a custom field at top of the custom post type list page. Is this possible? Thanks in advance guys!

tagged: php, wordpress, advanced-custom-fields Mar 20 at 12:56
Stack Overflow

Can anyone recommend me any plug-ins, software/code, widgets for WordPress that automatically calculates the price/quote according to the length of audio/video file (per hour/minute/second) that will …

tagged: php, wordpress, widget, calculator Mar 20 at 11:50
Stack Overflow

I’m quite new to CSS and coding in general, but I cannot seem to find an answer on how to place the header of the page aligned to the left-center of the page rather than at the top of the page. I’ve …

tagged: php, html, css, wordpress, header Mar 20 at 1:21
Stack Overflow

Here’s my issue : I have a WordPress site where I created a custom post type (named “collections”) with an article for each collection. I’d like to add a meta description to the archive page of the …

tagged: php, wordpress, seo, custom-post-type, yoast Mar 20 at 5:43
Stack Overflow

I alm facing a problem on my server configuration, and I can’t figure out what am I doing wrong. So I have a nginx proxy like this : server { listen *:443 ssl; ssl_certificate …

tagged: wordpress, nginx, docker, https, reverse-proxy Mar 20 at 10:19
Stack Overflow

Yesterday I had installed several outdated plugins (my bad) in order to make my buddypress registration page display “the terms and conditions” checkbox and since all the pages and posts started …

tagged: wordpress, malware Mar 20 at 10:35
Stack Overflow

I’m using WordPress Super Cache plugin, and it has no option to exclude by specific page. My login page is being cached, which seems dangerous. Any php code or htaccess code I can use to target …

tagged: php, wordpress, caching Mar 20 at 5:04
Stack Overflow

I am trying to use the selected() function from WordPress but I do not get it to work. I created a metabox and have a dropdown box there. If a user saves the page, the value is submitted to the …

tagged: php, wordpress, dropdown, selected Mar 20 at 16:30
Stack Overflow

I want to make a based wordpress portfolio. The 1º thing I need is use video background for the posts thumbnails (remplacing the default image) but using my own videos uploaded to mi server. The 2º …

tagged: javascript, jquery, wordpress, html5, video