wordpress, wordpress-theming

Stack Overflow

This logic is a PHP logic, but one wordpress function for post meta data → <?php // U need to use this to set the checked=”checked” $checkbox_value = …

tagged: php, wordpress May 24 at 17:44
Stack Overflow

I use Contact Form 7 wordpress plugin only at 2 pages at my website, but this plugin includes his *.js and *.css files into all pages. For example, at the page there isn’t any forms, but you could …

tagged: wordpress, optimization, plugins, pagespeed, contact-form-7 May 24 at 8:14
Stack Overflow

I have registered a custom post type in functions.php like this: function wpt_portfolio_posttype() { register_post_type( ‘portfolio’, array( ‘labels’ => array( ‘name’ => __( …

tagged: php, wordpress, wordpress-theming, custom-post-type May 25 at 16:31
Stack Overflow

I built a WooCommerce configurator on my landingpage, but unfortuantely it doesn’t work. Console shows problem with JS code because of .hasclass() which I just don’t get – can anyone help me? Thanks …

tagged: javascript, wordpress, woocommerce May 24 at 18:12
Stack Overflow

Dear all geniuses out there, I’m building a website in wordpress, however I’m not an expert in it. I’m looking to make logo bigger and put it between the header and the first part of the slider …

tagged: html, css, wordpress May 25 at 12:14
Stack Overflow

I’m using the information here http://ieg.wnet.org/2016/02/replacing-default-wordpress-gallery-shortcode/ as the basis for a custom gallery shortcode, and trying to create this carousel slider …

tagged: php, jquery, html, css, wordpress May 25 at 22:36
Stack Overflow

Ok, I’m using ULTIMATE PRODUCT CATALOG to list my company products.the default direction of it, is from left to right. how can I change it so that the categories be to the right of products?

tagged: wordpress May 25 at 13:22
Stack Overflow

I would like to use the following to detect if a file exists, however there is a warning triggered when when this is the case. It works fine when file_get_contents does not return false. $…

tagged: php, wordpress May 25 at 19:55
Stack Overflow

any idea how I could transform the volumes_from used in docker-compose in a docker swarm (service create) command ? version: ‘2’ services: andreir-hypera-php: image: …

tagged: php, wordpress, nginx, docker-volume, fpm May 25 at 9:44
Stack Overflow

after hours of trying and reading almost every blogpost about it I give up. Can somebody help me out? My page would’t validate a nonce correctly. Here are the excerpts: file 1: …

tagged: wordpress, xss, nonce May 24 at 1:22
Stack Overflow

I have a method connected to save_post action, WPML is being used as a translation plugin, I am trying to find a way that once a translation is added, and published is clicked and save_post method is …

tagged: wordpress, wordpress-theming, custom-post-type, advanced-custom-fields, wpml May 24 at 3:58
Stack Overflow

Is there a way to change the upload default folder to a folder on the network? I have WordPress running on Machine1 and a shared folder on Machine2 that i can acces on the network with it’s UNC path …

tagged: php, wordpress, networking May 25 at 14:34
Stack Overflow

I’m going to install laravel onto a cpanel server- I’ll use it for the admin access dashboard; the server already has a website online- that will lead to the aforementioned admin panel- built using …

tagged: php, wordpress, laravel-5, website, cpanel May 24 at 6:34
Stack Overflow

I’m setting up gulp to automate our WordPress build process. The current folder structure we use is ClientWebsite/wp(this holds the core files) and then …

tagged: wordpress, gulp May 25 at 16:44
Stack Overflow

I am trying to list the contents of a directory by passing a folder name as a URL parameter to invoke a php function. I followed some other examples provided on stackoverflow and have been able to …

tagged: php, wordpress May 25 at 0:16
Stack Overflow

Url : https://example.com/testing-tweet?somevar=testData I want to get the somevar value on the url using $_GET. print_r($_GET); But It always return an empty array. Since the site is build with …

tagged: php, wordpress, get May 24 at 8:12
Stack Overflow

Ok, so I have this client that just NEEDS to have fancy animation when entering his site. WordPress. Thing is supposed to be a picture/button, that on click plays “engine” sound and reveals the main …

tagged: jquery, html, css, wordpress May 25 at 13:34
Stack Overflow

I have a custom post type for testimonials which work like I expect it to. Below is a snippet of code for testimonials add_action( ‘init’, ‘register_cpt_testimonial’ ); function …

tagged: wordpress, wordpress-theming May 23 at 23:29
Stack Overflow

I have a problem with my social media icons in my menu bar. Sometimes when I go to my website, my social icons are shown briefly from their original position to a new location, and then they jump back …

tagged: html, css, wordpress, menu, website May 25 at 9:26
Stack Overflow

I’m trying to get the current user in WordPress as in the snippet below: <?php include(‘/wp-admin/includes/user.php’); $current_user = wp_get_current_user(); echo ‘Username: ‘ . $…

tagged: php, wordpress, include, echo May 25 at 17:55
Only the top 20 posts shown. View all 186+ posts on stackexchange.com.Unsubscribe from this filter or change your email preferences by visiting your filter subscriptions page on stackexchange.com.