wordpress, wordpress-theming

Stack Overflow

Im wp newbie , i have installed pixel-linear theme and want to change time interval carousel(slider) in this theme, please help me!

tagged: wordpress, twitter-bootstrap, carousel Apr 19 at 7:17
Stack Overflow

I have the following form code: <center> <label for=”.elementor-6 .elementor-element.elementor-element-5m0lukt .wpcf7 input[type=”text”]”><input type=text text* your-name …

tagged: html, wordpress, forms Apr 18 at 22:50
Stack Overflow

I have 2 columns blog and I want to wrap every 2 posts using row class, so i try: <?php $counter = -1; ?> <?php while ( have_posts() ) : the_post();?> <?php $counter++;?> …

tagged: php, wordpress Apr 19 at 19:37
Stack Overflow

I have a WP website with a portfolio section. On portfolio page it shows project categories. I would like to show only child categories of parent category with id=63. This is the current code: …

tagged: php, jquery, wordpress Apr 19 at 18:16
Stack Overflow

I am creating wordpress theme by scratch so I am facing problem with template , Becouse I am using only one template for each page for speed improvement .

tagged: wordpress, wordpress-thesis-theme Apr 19 at 11:49
Stack Overflow

I have created a site using react js. It is working fine on my local system using browserHistory but not working on my production server. The first time it loads properly. When I refresh the page it …

tagged: wordpress, reactjs, routes, apache2 Apr 19 at 10:06
Stack Overflow

I want these things to run on AWS Elastic Beanstalk: WordPress MySQL (for that WordPress only) Laravel (PHP framework) Static content I thought of using Docker. My Docker(file) would pull files from …

tagged: mysql, wordpress, git, amazon-web-services, scalability Apr 18 at 23:47
Stack Overflow

I couldn’t find an answer for this so please forgive if it has been answered elsewhere. I have this function which is displaying “Mark Shipped” link on the frontend. So when clicked on “Mark Shipped” …

tagged: php, html, wordpress, woocommerce Apr 19 at 13:43
Stack Overflow

I cant seem to get hooks working with woocommerce. I’m trying to learn but this piece of code doesn’t seem to work and Im not sure why, any ideas ? Thanks. add_filter ( ‘…

tagged: wordpress, woocommerce, hook-woocommerce Apr 19 at 18:57
Stack Overflow

Using Genesis with the Kickstart Pro child theme. Using Genesis Grid Plugin: https://wordpress.org/plugins/genesis-grid-loop/ For a custom post type archive page, I have it set to use 0 featured …

tagged: wordpress, wordpress-theming, custom-wordpress-pages, genesis Apr 19 at 20:49
Stack Overflow

I built plugin in WordPress for write question under tool visual editor, but when get data response to front-end content didn’t break line. PHP code below: <?php echo apply_filters(‘the_content’, …

tagged: php, wordpress Apr 19 at 6:14
Stack Overflow

How to get the all post from two custom post types (team, work) using WP_Query? This is my code: $args = array( ‘post_type’ => ‘team’, ‘post_per_page’=>-1 ); $query = new WP_Query( …

tagged: wordpress Apr 19 at 7:34
Stack Overflow

I’m hoping someone can help spot what the problem is. I have a custom taxonomy called “events_cat” I am trying to get all the post types “event” that are in the taxonomy term 11 to display, however …

tagged: wordpress Apr 19 at 10:03
Stack Overflow

I am trying to create a functionality of adding a master password in my WordPress site (4.4.8) also if anyone uses that on a particular user the user’s password will get reset to a default password. …

tagged: php, wordpress Apr 19 at 12:34
Stack Overflow

I bought a wordpress theme and I it has a visual composer elements. Now is one of the theme’s visual composer element is Gallery Tour and I want to edit that (to add more images because it has only a …

tagged: wordpress Apr 19 at 13:34
Stack Overflow

I have already asked a question concerning this issue: Woocommerce error: Call to undefined function array_replace_recursive() I know what is the problem, but i have another question. What i want to …

tagged: php, wordpress, plugins, woocommerce, fatal-error Apr 19 at 20:51
Stack Overflow

I am unable to send wp_mail when posts are sent to trash. Below is the function I am using. If anyone could help. function post_rejection_email() { //Email Setup $…

tagged: php, wordpress, email Apr 19 at 7:49
Stack Overflow

First of all, thanks to you who are trying to help me by reading my question 🙂 My question is this: I have this theme I’m trying to complete. But there’s one thing thats bugging me… If you look at …

tagged: wordpress, wordpress-theming Apr 19 at 18:57
Stack Overflow

The Issue: When editing pages or posts, tinymce doesn’t load because of this error. editor.min.js?ver=4.7.3:1 Uncaught TypeError: Cannot read property ‘get’ of undefined at Object.d [as go] (…

tagged: javascript, php, wordpress Apr 19 at 13:28
Stack Overflow

I have the following website: www.example.com I would like for this to only have a holding page requesting the user to select a country out of a choice of two: United Kingdom and France. Upon …

tagged: php, wordpress
wordpress , MySQL , Oracol