Visual Composer

Stack Overflow

I have a problem with my Visual Composer plugin…When I want to import or edit an image I het an Uncaught Typeerror and I can’t set an image Here my Log: Uncaught TypeError: Cannot read property …

tagged: wordpress, visual-composer Jan 11 at 9:07
Stack Overflow

I’ve just started working on a project with wordpress. And I wonder what is the best practice to show a group of columns like this (highlighted in red) in the page (post). I have a requirement that …

tagged: wordpress, wordpress-theming, custom-wordpress-pages Jan 11 at 14:58
Stack Overflow

I am trying to generate shortcodes from all of the fields on my ACF options page. The code I have gotten to now generates all of the shortcodes from get_field_objects by running add_shortcode in a …

tagged: php, wordpress Jan 10 at 17:09
Stack Overflow

After running vagrant plugin update in my machine I couldn’t run the vm server although I could ssh into the vm machine without a trouble. So I tried vagrant detroy && vagrant up to see if it …

tagged: wordpress, vagrant, ansible, ansible-2.x, trellis Jan 11 at 7:00
Stack Overflow

For some reason the WordPress theme I am using is injecting inline CSS without a source. I figure I try and change the CSS using jQuery. When I use the console it works once, and then goes back to the …

tagged: javascript, jquery, css, wordpress Jan 10 at 23:02
Stack Overflow

I’m using the free plugin known as “TF Random Numbers” that counts a number up upon visiting a site, here’s an example: http://letsgetstreetsmart.com/tabs-test/ How would I change the duration it …

tagged: php, wordpress, plugins, counter Jan 11 at 5:00
Stack Overflow

My Developer used JSON API WordPress plugin for build Android app for my website. (https://wordpress.org/plugins/json-api/) But App loading speed is too slow, like it takes 10 seconds to load info of …

tagged: json, wordpress Jan 11 at 14:18
Stack Overflow

I am attempting to apply a coupon code to the basket on a button press. I have the following code:- coupon = jQuery(this).data(‘coupon’); data = {coupon_code : coupon}; jQuery.post( …

tagged: php, ajax, wordpress, woocommerce Jan 11 at 14:27
Stack Overflow

I’m making a post count at dashboard WordPress but it not is displaying. I founded this tutorial: This code display the count view for single.php In my functions: function …

tagged: php, wordpress Jan 11 at 15:11
Stack Overflow

I have moved to PHP7 today as well as Nginx 1.10. I am having an issue on on my WordPress backend. WordPress function wp_remote_get() test failed. Looks like your server is not fully compatible with …

tagged: php, linux, wordpress, nginx, lets-encrypt Jan 11 at 1:54
Stack Overflow

I want use this WordPress query. But I want that it shows all the post with post type ‘custom-post’ AND all the normal posts (no post_type) with category 147. Is that possible? $latest = …

tagged: php, wordpress Jan 10 at 16:37
Stack Overflow

I cannot get working a parent method extension which I built as a custom plugin in wordpress. Here below the parent class code of the original plugin which I am intended to extend, the file then …

tagged: php, wordpress, oop, inheritance, methods Jan 10 at 21:47
Stack Overflow

I need to compare ACF from two post types to create a query. I have a CPT called ‘issues’ and have a datepicker on this page. I am using the default post type for my other post type and I also have …

tagged: php, wordpress, custom-post-type, advanced-custom-fields Jan 11 at 6:38
Stack Overflow

I’m trying to SFTP Compute Engine from MAC using Filezilla. I can SSH with port 22 without any problem. But I need R/W/D access to my files and trying SFTP to port 21 and getting the following error, …

tagged: wordpress, sftp, google-compute-engine, bitnami, filezilla Jan 11 at 14:27
Stack Overflow

In a 2017-child theme for WordPress I display 3 buttons and 1 selectmenu in one line using the following HTML code: <p align=”center”>   <button id=”prevBtn” …

tagged: jquery, wordpress, jquery-ui, jquery-ui-selectmenu Jan 11 at 11:56
Stack Overflow

I’m trying to unset the Facebook link for users who registered in the past 365 days. For users who have completed more than a year, don’t unset. Here’s my code which is not working: function …

tagged: php, wordpress, date Jan 11 at 6:15
Stack Overflow

I am working on a project where I am creating a plugin that works on top of ACF 5. I have made it pretty far but right now I am stuck on this issue: I have a flexible content field setup that has …

tagged: php, wordpress, advanced-custom-fields Jan 11 at 15:17
Stack Overflow

I can work pretty good with CSS and HTML but know nothing about PHP. I’m working on a wordpress client project and he wants more than one Latest Post/Recent Post to display on the static homepage. I’m …

tagged: php, wordpress Jan 10 at 18:35
Stack Overflow

Is there an easy way to make a full width hero type banner using bootstrap and wordpess? I know how to do it with bootstrap and I know how to hack wordpress templages, the problem lies when you are …

tagged: css, wordpress, twitter-bootstrap Jan 10 at 16:28
Stack Overflow

I am trying to create a page with products on sale. Managed to “assemble” the following code: function products_on_sale() { $query_args = array( ‘posts_per_page’ => 12, ‘post_type’ …

tagged: php, wordpress, pagination, woocommerce Jan 10 at 16:12